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
When I try this function on a server with Tesla GPU(device initialize and other staff is outside the function) , cuModuleLoad returns -1 in the console. But I didn't find this return in the cuModuleLoad's document. (All the returns are positive)
WARNING: /home/quaninfo/rogerluo/.julia/v0.4/Quantize/src/utils/cuda/cuMatrix.ptx
ERROR: LoadError: KeyError: -1 not found
in checkdrv at /home/quaninfo/rogerluo/.julia/v0.4/CUDArt/src/module.jl:14
in call at /home/quaninfo/rogerluo/.julia/v0.4/CUDArt/src/module.jl:24
in diagexp at /home/quaninfo/rogerluo/.julia/v0.4/Quantize/src/utils/cuda/cuMatrix.jl:19
in diagexp at /home/quaninfo/rogerluo/.julia/v0.4/Quantize/src/utils/cuda/cuMatrix.jl:29
in realtimeop! at /home/quaninfo/rogerluo/.julia/v0.4/Quantize/src/Adiabatic/timeop.jl:5
in next_timestep! at /home/quaninfo/rogerluo/.julia/v0.4/Quantize/src/Adiabatic/timeop.jl:20
[inlined code] from util.jl:155
in adia at /home/quaninfo/rogerluo/cooling-12.jl:8
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:320
in process_options at ./client.jl:280
in _start at ./client.jl:378
while loading /home/quaninfo/rogerluo/cooling-12.jl, in expression starting on line 30
When I try this function on a server with Tesla GPU(device initialize and other staff is outside the function) ,
cuModuleLoad
returns-1
in the console. But I didn't find this return in thecuModuleLoad
's document. (All the returns are positive)The CUDA document describe this as
But it works fine on my own laptop with a GT730M GPU.
As a freshman in CUDA, I'm not familiar with this error/warning, is there anyone who knows how to solve it?
The text was updated successfully, but these errors were encountered: