Skip to content

Commit

Permalink
[SYCLomatic oneapi-src#873] Add test case for 3 dnn API's migration o…
Browse files Browse the repository at this point in the history
…neapi-src#319

Signed-off-by: Wang, Hao3 <hao3.wang@intel.com>
  • Loading branch information
intwanghao authored May 10, 2023
1 parent b2e5785 commit 50b183d
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 0 deletions.
13 changes: 13 additions & 0 deletions features/config/TEMPLATE_cuDNN_v7.xml
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/dnn/${testName}.cu" />
</files>
<rules>
<optlevelRule excludeOptlevelNameString="usmnone" />
<platformRule OSFamily="Linux" kit="CUDA11.0" kitRange="LATER_OR_EQUAL" runOnThisPlatform="false"/>
<platformRule OSFamily="Windows" kit="CUDA11.0" kitRange="LATER_OR_EQUAL" runOnThisPlatform="false"/>
</rules>
</test>
Loading

0 comments on commit 50b183d

Please sign in to comment.