We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af34144 + cec18ab commit c96c622Copy full SHA for c96c622
PhysicsTools/PyTorch/test/BuildFile.xml
@@ -1,10 +1,12 @@
1
<use name="python_tools"/>
2
3
-<bin name="testTorchSimpleDnn" file="testRunner.cc,testTorchSimpleDnn.cc">
4
- <use name="pytorch"/>
5
- <use name="boost_filesystem"/>
6
- <use name="cppunit"/>
7
-</bin>
+<ifarch value="x86_64">
+ <bin name="testTorchSimpleDnn" file="testRunner.cc,testTorchSimpleDnn.cc">
+ <use name="pytorch"/>
+ <use name="boost_filesystem"/>
+ <use name="cppunit"/>
8
+ </bin>
9
+</ifarch>
10
11
<iftool name="cuda">
12
<bin name="testTorchSimpleDnnCUDA" file="testRunner.cc,testTorchSimpleDnnCUDA.cc">
0 commit comments