-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCLomatic #1993] Add test for cublasLt API migration
Signed-off-by: Jiang, Zhiwei <[email protected]>
- Loading branch information
Showing
9 changed files
with
5,356 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
3,846
features/feature_case/cublasLt/out/MainSourceFiles.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.