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 get the following on a fresh install on a windows machine.
julia> CUDA.device()
ERROR: AssertionError: isfile(__libcupti[])
Stacktrace:
[1] use_artifact_cuda() at C:\Users\deniz\.julia\packages\CUDA\h38pe\deps\bindeps.jl:157
[2] __init_dependencies__() at C:\Users\deniz\.julia\packages\CUDA\h38pe\deps\bindeps.jl:314
[3] __runtime_init__() at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\initialization.jl:112
[4] (::CUDA.var"#609#610"{Bool})() at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\initialization.jl:32
[5] lock(::CUDA.var"#609#610"{Bool}, ::ReentrantLock) at .\lock.jl:161
[6] _functional(::Bool) at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\initialization.jl:26
[7] functional(::Bool) at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\initialization.jl:19
[8] libcuda at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\initialization.jl:50 [inlined]
[9] (::CUDA.var"#714#cache_fptr!#47")() at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\utils\call.jl:31
[10] macro expansion at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\utils\call.jl:39 [inlined]
[11] macro expansion at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\libcuda.jl:149 [inlined]
[12] macro expansion at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\error.jl:108 [inlined]
[13] cuCtxGetCurrent(::Base.RefValue{Ptr{Nothing}}) at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\utils\call.jl:93
[14] CuCurrentContext at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\context.jl:81 [inlined]
[15] initialize_thread(::Int64) at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\state.jl:51
[16] prepare_cuda_call() at C:\Users\deniz\.julia\packages\CUDA\h38pe\src\state.jl:34
[17] initialize_api() at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\error.jl:98
[18] macro expansion at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\libcuda.jl:155 [inlined]
[19] macro expansion at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\error.jl:108 [inlined]
[20] cuCtxGetDevice(::Base.RefValue{Int32}) at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\utils\call.jl:93
[21] device() at C:\Users\deniz\.julia\packages\CUDA\h38pe\lib\cudadrv\context.jl:142
[22] top-level scope at REPL[2]:1
julia> CUDA.__libcupti[]
"C:\\Users\\deniz\\.julia\\artifacts\\bbabcb11fa2760ee54b821c074b8b77699c260b3\\bin\\cupti64_110.dll"
julia> readdir("C:\\Users\\deniz\\.julia\\artifacts\\bbabcb11fa2760ee54b821c074b8b77699c260b3\\bin")
24-element Array{String,1}:
"cublas64_11.dll"
"cublasLt64_11.dll"
"cudart64_110.dll"
"cufft64_10.dll"
"cufftw64_10.dll"
"cupti64_2020.1.0.dll"
"curand64_10.dll"
After I copied cupti to the correct name, it started giving similar errors on other libraries.
I checked out the dev version. This time I got:
julia> using CUDA
[ Info: Precompiling CUDA [052768ef-5323-5732-b1bb-66c8b64840ba]
ERROR: LoadError: LoadError: UndefVarError: launch_heuristic not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at .\Base.jl:26
[2] top-level scope at C:\Users\deniz\.julia\dev\CUDA\src\gpuarrays.jl:20
The text was updated successfully, but these errors were encountered:
I get the following on a fresh install on a windows machine.
After I copied cupti to the correct name, it started giving similar errors on other libraries.
I checked out the dev version. This time I got:
The text was updated successfully, but these errors were encountered: