We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ca435 commit c8f8afdCopy full SHA for c8f8afd
src/AMDGPU.jl
@@ -4,6 +4,7 @@ using Adapt
4
using CEnum
5
using GPUCompiler
6
using GPUArrays
7
+using GPUArrays: allowscalar
8
using Libdl
9
using LLVM, LLVM.Interop
10
using Preferences
@@ -116,8 +117,6 @@ include("kernels/accumulate.jl")
116
117
include("kernels/sorting.jl")
118
include("kernels/reverse.jl")
119
-allowscalar(x::Bool) = GPUArrays.allowscalar(x)
120
-
121
include(joinpath("blas", "rocBLAS.jl"))
122
include(joinpath("solver", "rocSOLVER.jl"))
123
include(joinpath("sparse", "rocSPARSE.jl"))
0 commit comments