Skip to content

Commit 0163318

Browse files
committed
Add CUDA_VISIBLE_DEVICES warning explanation so it can be avoided
1 parent f3e6d23 commit 0163318

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/cub/benchmarking.rst

-3
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,10 @@ Therefore, it's critical that you run it in a clean build directory without any
174174
Running cmake is enough. Alternatively, you can also clean your build directory with.
175175
Furthermore, the tuning scripts require some additional python dependencies, which you have to install.
176176

177-
<<<<<<< Updated upstream
178-
=======
179177
To select the appropriate CUDA GPU, first identify the GPU ID by running `nvidia-smi`, then set the
180178
desired GPU using `export CUDA_VISIBLE_DEVICES=x`, where `x` is the ID of the GPU you want to use (e.g., `1`).
181179
This ensures your application uses only the specified GPU.
182180

183-
>>>>>>> Stashed changes
184181
.. code-block:: bash
185182
186183
ninja clean

0 commit comments

Comments
 (0)