Skip to content

Commit d8e36c9

Browse files
Added unsupported CUDA versions to QAM test cases
1 parent a551e1f commit d8e36c9

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

clang/test/dpct/query_api_mapping/nvSHMEM/test_library_setup_exit_query.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: system-linux
2+
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0, cuda-10.1
23

34
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=nvshmem_finalize | FileCheck %s -check-prefix=NVSHMEM_FINALIZE
45
// NVSHMEM_FINALIZE: CUDA API:

clang/test/dpct/query_api_mapping/nvSHMEM/test_mem_mgmt.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: system-linux
2+
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0, cuda-10.1
23

34
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=nvshmem_align | FileCheck %s -check-prefix=NVSHMEM_ALIGN
45
// NVSHMEM_ALIGN: CUDA API:

clang/test/dpct/query_api_mapping/nvSHMEM/test_rma_nbi.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: system-linux
2+
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0, cuda-10.1
23

34
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=nvshmem_putmem_nbi | FileCheck %s -check-prefix=NVSHMEM_PUTMEM_NBI
45
// NVSHMEM_PUTMEM_NBI: CUDA API:

clang/test/dpct/query_api_mapping/nvSHMEM/test_sig_ops.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: system-linux
2+
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0, cuda-10.1
23

34
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=nvshmem_putmem_signal_nbi | FileCheck %s -check-prefix=NVSHMEM_PUTMEM_SIGNAL_NBI
45
// NVSHMEM_PUTMEM_SIGNAL_NBI: CUDA API:

clang/test/dpct/query_api_mapping/nvSHMEM/test_team_mgmt.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: system-linux
2+
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0, cuda-10.1
23

34
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=nvshmem_team_destroy | FileCheck %s -check-prefix=NVSHMEM_TEAM_DESTROY
45
// NVSHMEM_TEAM_DESTROY: CUDA API:

0 commit comments

Comments
 (0)