Skip to content

Commit 7a31cba

Browse files
authored
[SYCLomatic] Fix query-api-mapping test for cusparseCreateCoo (#2912)
Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
1 parent d6824ae commit 7a31cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/test/dpct/query_api_mapping/cuSPARSE/lit_cuSPARSE_101.cu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// UNSUPPORTED: cuda-8.0, cuda-9.0, cuda-9.1, cuda-9.2, cuda-10.0
2-
// UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0
2+
// UNSUPPORTED: v8.0, v9.0, v9.1, v9.2, v10.0, v10.1, v10.2
3+
4+
// cuda 10.2 and 10.2 only support this API on linux
35

46
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=cusparseCreateCoo | FileCheck %s -check-prefix=cusparseCreateCoo
57
// cusparseCreateCoo: CUDA API:

0 commit comments

Comments
 (0)