File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ function __init__()
119
119
# find the library
120
120
global libcustatevec
121
121
if CUDA. local_toolkit
122
- dirs = CUDA_Runtime . find_toolkit ()
123
- path = CUDA_Runtime . get_library (dirs, " custatevec" ; optional= true )
122
+ dirs = CUDA_Runtime_Discovery . find_toolkit ()
123
+ path = CUDA_Runtime_Discovery . get_library (dirs, " custatevec" ; optional= true )
124
124
if path === nothing
125
125
precompiling || @error " cuQuantum is not available on your system (looked for custatevec in $(join (dirs, " , " )) )"
126
126
return
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ function __init__()
95
95
# find the library
96
96
global libcutensor
97
97
if CUDA. local_toolkit
98
- dirs = CUDA_Runtime . find_toolkit ()
99
- path = CUDA_Runtime . get_library (dirs, " cutensor" ; optional= true )
98
+ dirs = CUDA_Runtime_Discovery . find_toolkit ()
99
+ path = CUDA_Runtime_Discovery . get_library (dirs, " cutensor" ; optional= true )
100
100
if path === nothing
101
101
precompiling || @error " cuTENSOR is not available on your system (looked in $(join (dirs, " , " )) )"
102
102
return
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ function __init__()
120
120
# find the library
121
121
global libcutensornet
122
122
if CUDA. local_toolkit
123
- dirs = CUDA_Runtime . find_toolkit ()
124
- path = CUDA_Runtime . get_library (dirs, " cutensornet" ; optional= true )
123
+ dirs = CUDA_Runtime_Discovery . find_toolkit ()
124
+ path = CUDA_Runtime_Discovery . get_library (dirs, " cutensornet" ; optional= true )
125
125
if path === nothing
126
126
precompiling || @error " cuQuantum is not available on your system (looked for cutensornet in $(join (dirs, " , " )) )"
127
127
return
You can’t perform that action at this time.
0 commit comments