Skip to content

Commit

Permalink
remove unused rule enableSpecialPlatform
Browse files Browse the repository at this point in the history
Signed-off-by: Ni, Wenhui <wenhui.ni@intel.com>
  • Loading branch information
wenhuiNi committed Jun 29, 2023
1 parent 5b0d16e commit 5c6b920
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 32 deletions.
1 change: 1 addition & 0 deletions features/config/TEMPLATE_backprop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/backprop" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_constant_attr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<file path="feature_case/constant_attr/use_header2.cu" />
<file path="feature_case/constant_attr/constant_array.cuh" />
</files>
<rules />
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_defaultStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/driverStreamAndEvent/defaultStream.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_deviceAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/deviceAPI/${testName}.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_deviceProp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/deviceProp/deviceProp.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
2 changes: 0 additions & 2 deletions features/config/TEMPLATE_device_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
<rules>
<platformRule OSFamily="Linux" kit="CUDA10.2" kitRange="OLDER" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA10.2" kitRange="OLDER" runOnThisPlatform="false"/>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>

</test>
3 changes: 0 additions & 3 deletions features/config/TEMPLATE_driverCtx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
<files>
<file path="feature_case/driverCtx/driverCtx.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_driverDevice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/driverDevice/driverDevice.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
1 change: 0 additions & 1 deletion features/config/TEMPLATE_driverMem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
</files>
<rules>
<optlevelRule excludeOptlevelNameString="usmnone" />
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_driverStreamAndEvent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/driverStreamAndEvent/driverStreamAndEvent.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
3 changes: 0 additions & 3 deletions features/config/TEMPLATE_driverTex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
<files>
<file path="feature_case/driverTex/driverTex.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
</test>
4 changes: 1 addition & 3 deletions features/config/TEMPLATE_feature_profiling.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<files>
<file path="feature_case/feature_profiling/${testName}.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
</rules>
<rules />
</test>
1 change: 0 additions & 1 deletion features/config/TEMPLATE_freeQueries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<file path="feature_case/freeQueries/free-queries.cu" />
</files>
<rules>
<optlevelRule enableSpecialPlatform="cuda" />
<platformRule OSFamily="Linux" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA9.2" kitRange="OLDER" runOnThisPlatform="false"/>
</rules>
Expand Down
1 change: 1 addition & 0 deletions features/config/TEMPLATE_gridThreads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/deviceProp/gridThreads.cu" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_macro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/macro/macro.cu" />
</files>
<rules />
</test>
2 changes: 1 addition & 1 deletion features/config/TEMPLATE_math_exec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<rules>
<platformRule OSFamily="Linux" kit="CUDA11.2" kitRange="OLDER" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA11.2" kitRange="OLDER" runOnThisPlatform="false"/>
<optlevelRule GPUFeature="NOT double" excludeOptlevelNameString="gpu" />
<optlevelRule GPUFeature="NOT double" excludeOptlevelNameString="gpu" />
</rules>
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_memory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/memory/${testName}.cu" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/misc/${testName}.cu" />
</files>
<rules />
</test>
6 changes: 3 additions & 3 deletions features/config/TEMPLATE_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<file path="feature_case/module" />
</files>
<rules>
<platformRule OSFamily="Windows" runOnThisPlatform="false" />
<platformRule OSFamily="Linux" kit="CUDA12.0" kitRange="LATER_OR_EQUAL" runOnThisPlatform="false"/>
<optlevelRule excludeOptlevelNameString="cuda_backend" />
<platformRule OSFamily="Windows" runOnThisPlatform="false" />
<platformRule OSFamily="Linux" kit="CUDA12.0" kitRange="LATER_OR_EQUAL" runOnThisPlatform="false"/>
<optlevelRule excludeOptlevelNameString="cuda_backend" />
</rules>
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_perm_byte.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/perm_byte/${testName}.cu" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions features/config/TEMPLATE_runtimeAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="feature_case/runtimeAPI/${testName}.cu" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions help_function/config/TEMPLATE_help_function.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
<files>
<file path="src/${testName}.cpp" />
</files>
<rules />
</test>
1 change: 1 addition & 0 deletions help_function/config/test_default_queue_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<file path="src/test_default_queue_2.cpp" />
<file path="src/test_default_queue_1.cpp" />
</files>
<rules />
</test>

0 comments on commit 5c6b920

Please sign in to comment.