Skip to content

Commit 5919ec7

Browse files
authored
[SYCLomatic] Fix the config of test features/curandEnum (#683)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent d53253c commit 5919ec7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<test driverID="test_feature" name="TEMPLATE">
4+
<description>test</description>
5+
<files>
6+
<file path="feature_case/cuRand/${testName}.cu" />
7+
</files>
8+
<rules>
9+
<optlevelRule excludeOptlevelNameString="cuda" />
10+
<platformRule OSFamily="Linux" kit="CUDA11.6" kitRange="OLDER" runOnThisPlatform="false"/>
11+
<platformRule OSFamily="Windows" kit="CUDA11.6" kitRange="OLDER" runOnThisPlatform="false"/>
12+
</rules>
13+
</test>

features/features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<test testName="thrust-math1" configFile="config/TEMPLATE_thrust_api_disable_win.xml" />
9090
<test testName="thrust-math2" configFile="config/TEMPLATE_thrust_api_disable_win.xml" />
9191
<test testName="curand" configFile="config/TEMPLATE_cuRand.xml" />
92-
<test testName="curandEnum" configFile="config/TEMPLATE_cuRand.xml" />
92+
<test testName="curandEnum" configFile="config/TEMPLATE_cuRand_after_116.xml" />
9393
<test testName="curand-usm" configFile="config/TEMPLATE_cuRand.xml" />
9494
<test testName="curand-cross-function" configFile="config/TEMPLATE_cuRand.xml" />
9595
<test testName="curand-device" configFile="config/TEMPLATE_cuRand.xml" />

0 commit comments

Comments
 (0)