mshr-h commented on code in PR #18705:
URL: https://github.com/apache/tvm/pull/18705#discussion_r2777401784
##########
docs/install/from_source.rst:
##########
@@ -275,6 +297,21 @@ You can then run the following command to build
cmake --build build --config Release -- /m
+CUDA Configuration
+..................
+For CUDA support on Windows:
+
+.. code-block:: batch
+
+ set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8
+ set PATH=%CUDA_PATH%\bin;%PATH%
+ cmake .. -DUSE_CUDA=ON
+
+CMake & Compiler Setup
+......................
+- Use CMake GUI or specify generator: ``cmake -G "Visual Studio 16 2019" -A
x64 ..``
Review Comment:
No need for CMake GUI mentioning as it's more like a developer preference.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]