File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ As a result, many teams with minimal computer vision knowledge successfully used
25
25
- [ Network Tables] ( https://github.com/wpilibsuite/allwpilib/tree/master/ntcore/ )
26
26
- [ Robot Operating System (ROS)] ( http://www.ros.org/ )
27
27
- HTTP
28
+ - CUDA acceleration
28
29
- OS Support:
29
30
- Windows
30
31
- OSX
@@ -56,6 +57,16 @@ On Windows:
56
57
57
58
If you don't have an internet connection you can build using the ` --offline ` flag if you have built GRIP once before.
58
59
60
+ ## CUDA Support
61
+ To enable CUDA acceleration, CUDA 10.0 needs to be installed on your computer. CUDA 10.1 may work on
62
+ Linux systems, but Windows _ must_ use 10.0.
63
+
64
+ When running or building from source, add the Gradle flag ` -Pcuda ` to enable CUDA acceleration (eg ` ./gradlew :ui:run -Pcuda ` )
65
+
66
+ Note that CUDA acceleration is not available for all operations.
67
+
68
+ Code generation does not support CUDA - it is only used for operations running in GRIP.
69
+
59
70
## Contributing
60
71
61
72
See the guide on [ setting up build tools] ( https://github.com/WPIRoboticsProjects/GRIP/wiki/Setting-up-build-tools ) in the wiki.
You can’t perform that action at this time.
0 commit comments