Skip to content

Commit 2e7cc47

Browse files
authored
[SYCLomatic] Enable test on Windows for thrust_temporary_buffer test (#603)
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent 0716570 commit 2e7cc47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/config/TEMPLATE_thrust_api_disable_win_and_noneusm.xml renamed to features/config/TEMPLATE_thrust_temporary_buffer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<rules>
99
<optlevelRule excludeOptlevelNameString="usmnone" />
1010
<platformRule OSFamily="Linux" kit="CUDA11.0" kitRange="OLDER" runOnThisPlatform="false"/>
11-
<platformRule OSFamily="Windows" runOnThisPlatform="false" />
11+
<platformRule OSFamily="Windows" kit="CUDA11.0" kitRange="OLDER" runOnThisPlatform="false"/>
1212
<optlevelRule excludeOptlevelNameString="cuda" />
1313
</rules>
1414
</test>

features/features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<test testName="thrust_tabulate" configFile="config/TEMPLATE_thrust_api.xml" />
8181
<test testName="thrust_for_each_n" configFile="config/TEMPLATE_thrust_api.xml" />
8282
<test testName="thrust_device_new_delete" configFile="config/TEMPLATE_thrust_api_disable_noneusm.xml" />
83-
<test testName="thrust_temporary_buffer" configFile="config/TEMPLATE_thrust_api_disable_win_and_noneusm.xml" />
83+
<test testName="thrust_temporary_buffer" configFile="config/TEMPLATE_thrust_temporary_buffer.xml" />
8484
<test testName="thrust_malloc_free" configFile="config/TEMPLATE_thrust_api_disable_noneusm.xml" />
8585
<test testName="thrust-math" configFile="config/TEMPLATE_thrust_api_disable_win.xml" />
8686
<test testName="thrust-math1" configFile="config/TEMPLATE_thrust_api_disable_win.xml" />

0 commit comments

Comments
 (0)