[Request] Add CUDA header file and relevant file into PATH #5451
hungpham3112
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I download cuda toolkit with
scoop install cuda
.nvcc compiler on
$ENV:USERPROFILE\scoop\apps\cuda\current\bin
is ok. But there is some header file in$ENV:USERPROFILE\scoop\apps\cuda\current\include
that have to add by hand. I'm newbie to low-level programming, trying to study CUDA programming, I'm not sure which important CUDA file path should be added to $PATH, so it's great to hear suggestion from expert. BTW, I'm using vim to edit code, not a big fan of visual studio so that's why I need header file in PATH.Beta Was this translation helpful? Give feedback.
All reactions