Skip to content

Commit 48158e7

Browse files
authored
[SYCLomatic]Enable cooperative_groups_thread_group back. (#604)
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 77b5939 commit 48158e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/config/TEMPLATE_cooperative_groups.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<platformRule OSFamily="Linux" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1010
<platformRule OSFamily="Windows" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
1111
<optlevelRule excludeOptlevelNameString="cuda" />
12+
<optlevelRule excludeOptlevelNameString="usmnone" />
1213
</rules>
1314
</test>

features/features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<test testName="cublas_v1_runable" configFile="config/TEMPLATE_cuBlas_11.xml" splitGroup="double"/>
292292
<test testName="complex" configFile="config/TEMPLATE_complex.xml" splitGroup="double"/>
293293
<test testName="cooperative_groups" configFile="config/TEMPLATE_cooperative_groups.xml" />
294-
<!-- <test testName="cooperative_groups_thread_group" configFile="config/TEMPLATE_cooperative_groups.xml" /> -->
294+
<test testName="cooperative_groups_thread_group" configFile="config/TEMPLATE_cooperative_groups.xml" />
295295
<test testName="ccl-test" configFile="config/TEMPLATE_ccl_api.xml" />
296296
<test testName="ccl-test2" configFile="config/TEMPLATE_ccl_api.xml" />
297297
<test testName="ccl-test3" configFile="config/TEMPLATE_ccl_api.xml" />

0 commit comments

Comments
 (0)