Skip to content

Commit 9376486

Browse files
committed
Update test instructions for CUDA.
1 parent a57775e commit 9376486

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tensorflow_fold/g3doc/sources.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ pip install mock --upgrade
3131
bazel test --config=opt tensorflow_fold/...
3232
```
3333

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+
3439
There is also a smoke test that runs all of the included examples:
3540

3641
```

0 commit comments

Comments
 (0)