Skip to content

Commit

Permalink
Merge branch 'oneapi-src:SYCLomatic' into block_update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1910 authored Jul 1, 2024
2 parents 5c318fe + 2433809 commit 17ca92e
Show file tree
Hide file tree
Showing 15 changed files with 2,084 additions and 12 deletions.
2 changes: 1 addition & 1 deletion behavior_tests/src/query-api-mapping/do_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def migrate_test():
],
[],
[
"dpct::sparse::spmm(*handle, transa, transb, alpha, a, b, beta, c, computetype);"
"dpct::sparse::spmm(handle->get_queue(), transa, transb, alpha, a, b, beta, c, computetype);"
],
],
[ # NCCL
Expand Down
13 changes: 13 additions & 0 deletions features/config/TEMPLATE_cublasLt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<test driverID="test_feature" name="TEMPLATE">
<description>test</description>
<files>
<file path="feature_case/cublasLt/${testName}.cu" />
</files>
<rules>
<platformRule OSFamily="Linux" kit="CUDA11.6" kitRange="OLDER" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA11.6" kitRange="OLDER" runOnThisPlatform="false"/>
<optlevelRule excludeOptlevelNameString="cuda" />
</rules>
</test>
14 changes: 14 additions & 0 deletions features/config/TEMPLATE_cusparse_after_112_cpu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>

<test driverID="test_feature" name="TEMPLATE">
<description>test</description>
<files>
<file path="feature_case/cusparse/${testName}.cu" />
</files>
<rules>
<platformRule OSFamily="Linux" kit="CUDA11.2" kitRange="OLDER" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA11.2" kitRange="OLDER" runOnThisPlatform="false"/>
<optlevelRule excludeOptlevelNameString="gpu" />
<optlevelRule excludeOptlevelNameString="cuda" />
</rules>
</test>
Loading

0 comments on commit 17ca92e

Please sign in to comment.