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
what is the GPU card you're using? check the architecture of the card (Pascal, Volta, Ampere, Hopper, ...) as the gencode should match the architecture, not the CUDA toolkit version:
I have the same problem:
Error in setConst_hprime_xx: invalid device symbol
The problem is maybe -arch sm_13 instead of -arch sm_11 in the Makefile, please doublecheck
I am trying to configure with a Quadro P4000, which should be Pascal architecture. I used the following code:
Error in setConst_hprime_xx: invalid device symbol
The problem is maybe -arch sm_13 instead of -arch sm_11 in the Makefile, please doublecheck
hi, which line should I uncomment in the makefile? I have the same problem with cuda12.2.
#1327
The text was updated successfully, but these errors were encountered: