Skip to content

Commit

Permalink
Merge pull request #7278 from fwyzard/IB/CMSSW_12_1_X/master_enable_c…
Browse files Browse the repository at this point in the history
…uDNN_for_ONNX_on_aarch64

Enable the use of cuDNN in ONNX on ARM for CentOS 8
  • Loading branch information
smuzaffar authored Sep 9, 2021
2 parents c36813e + dca0e21 commit 49636ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scram-tools.file/tools/onnxruntime/onnxruntime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<environment name="LIBDIR" default="$ONNXRUNTIME_BASE/lib"/>
</client>
<use name="protobuf"/>
<ifarchitecture name="!aarch64">
<ifarchitecture name="!slc7_aarch64">
<use name="cuda"/>
<use name="cudnn"/>
</ifarchitecture>
Expand Down

0 comments on commit 49636ca

Please sign in to comment.