Skip to content

Commit

Permalink
[SYCLomatic #1993] Add test for cublasLt API migration
Browse files Browse the repository at this point in the history
Signed-off-by: Jiang, Zhiwei <[email protected]>
  • Loading branch information
zhiweij1 committed Jun 24, 2024
1 parent 71c2fa4 commit 2f0f6ce
Show file tree
Hide file tree
Showing 9 changed files with 5,356 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>
3,846 changes: 3,846 additions & 0 deletions features/feature_case/cublasLt/out/MainSourceFiles.yaml

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions features/feature_case/cublasLt/out/matmul.dp.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 2f0f6ce

Please sign in to comment.