You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble using meson's cuda_std default option on windows. It is not being passed to the nvcc compiler. cuda_std works as expected in linux.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am having trouble using meson's cuda_std default option on windows. It is not being passed to the nvcc compiler. cuda_std works as expected in linux.
Meson version 0.64
MSVC 2019
cuda sdk 11.8
meson file:
test.cu:
Compiler call:
"nvcc" "-Xcompiler=/MDd" "-Istd_test.exe.p" "-Xcompiler=/W2" "-Xcompiler=/EHsc" "-g" "-G" "-g" "-I.." "-I." "-Istd_test.exe.p" "-Xcompiler=/Fdstd_test.exe.p\test.cu.pdb" -o std_test.exe.p/test.cu.obj "-c" ../test.cu
Beta Was this translation helpful? Give feedback.
All reactions