There was an error while loading. Please reload this page.
1 parent a57775e commit 9376486Copy full SHA for 9376486
tensorflow_fold/g3doc/sources.md
@@ -31,6 +31,11 @@ pip install mock --upgrade
31
bazel test --config=opt tensorflow_fold/...
32
```
33
34
+When using CUDA on GPU, tests must be run sequentially:
35
+```
36
+bazel test --config=opt --config=cuda --jobs=1 tensorflow_fold/...
37
38
+
39
There is also a smoke test that runs all of the included examples:
40
41
0 commit comments