Replies: 1 comment 1 reply
|
CUDA isn't required for the tutorial. But nvpro_core2, which is used as a base for a few helper functions, allow for example to query GPU information, like what the NVML Monitor does. Nvpro_core2 look if CUDA is installed, if it is, it will include NVML to the library. One thing it was not doing, was checking the CUDA version, and the minimum supported version is 12.0. 16 isn't using NVML Monitor, but 11_shader_execution_reorder is. It is not displayed by default, but accessible under "View". |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hallo!
For which Tutorials is CUDA required? Especially for 16?
Best
Helmut
All reactions