Skip to content

Commit 1b73e5f

Browse files
committed
[no-ci] fix typo in CUDACore
1 parent f88e97f commit 1b73e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CUDACore/src/CUDACore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
end
4848

4949
import Preferences
50-
const local_compiler = @load_preference("local_compiler", "false") == "true"
50+
const local_compiler = Preferences.@load_preference("local_compiler", "false") == "true"
5151

5252
if local_compiler
5353
using CUDA_Runtime_Discovery

0 commit comments

Comments
 (0)