OpenMP_VV icon indicating copy to clipboard operation
OpenMP_VV copied to clipboard

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->

Results 33 OpenMP_VV issues
Sort by recently updated
recently updated
newest added

We are missing tests for: **taskloop** w/ - [ ] shared(list) - [ ] private(list) - [ ] firstprivate(list) - [ ] lastprivate(list) - [ ] default(shared \| none) -...

test suggestion
4.5

**Test that it applies to** 5.0 test_metadirective_arch_is_nvidia **Compiler** Intel's ICX OneAPI compiler **Accelerator hardware** Intel XeHP_SDV GPU **Describe the bug** When running on Intel GPU, getting error: `error: expected an...

V&V bug
5.0

**Is your feature request related to a problem? Please describe.** Observation was made by AMD that the test that require unified shared memory FAIL even if unified shared memory is...

enhancement

**Describe the bug** It looks like running SOLLVE VV with split compile and run results in incorrect results with C tests. That is, when I run the "split version" ```...

I did run into this issue recently – and think it could be a useful addition; it just needs to be properly packaged: * Due to the `int` → `unsigned...

new test

**Directive and clause it applies to** Parallel within parallel and reduction **Specification details** From Mailing List: Is it a known problem? ```C++ int main() { int t=-1; #pragma omp target...

new test

The testcase defines `INTEGER(INT64),DIMENSION(N, N_TASKS):: work_storage`, does not map `work_storage` and then: https://github.com/SOLLVE/sollve_vv/blob/ea88f50028a5e56709ca1b4467e05c4689a374fb/tests/4.5/target_teams_distribute/test_target_teams_distribute_nowait.F90#L45-L46 Namely, it runs asynchronous and maps a disjunct array sections/storage of the array. When run asynchronously, I...

**Describe the bug** I believe there is a bug in 4.5/target_data/test_target_data_if.F90 Here is the criteria for the first part of the test ( `tests_target_data_if_simple()` ): https://github.com/SOLLVE/sollve_vv/blob/master/tests/4.5/target_data/test_target_data_if.F90#L88-L89 but it looks like...

Hi guys, these tests fail when executed on the host: 4.5/target_data/test_target_data_map_components_from.F90 4.5/target_data/test_target_data_map_components_to.F90 4.5/target_data/test_target_data_map_components_tofrom.F90 4.5/target_enter_data/test_target_enter_data_components_alloc.F90 4.5/target_enter_data/test_target_enter_data_components_to.F90 I was wondering if there is already a mechanism in sollve to figure out that...

In terms of future extensions to the SOLLVE test-suite. I think it would be useful to have a simple test to ensure that the compiler supports pointer attachment, e.g. ```...

enhancement
new test
5.0