Skip to content

Commit

Permalink
[SYCLomatic #1993] Add test for cublasLt API migration (#729)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang, Zhiwei <[email protected]>
  • Loading branch information
zhiweij1 authored Jun 27, 2024
1 parent 09b0646 commit da8cd10
Show file tree
Hide file tree
Showing 8 changed files with 1,525 additions and 3 deletions.
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>
Loading

0 comments on commit da8cd10

Please sign in to comment.