We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b08a0 commit f66bdeeCopy full SHA for f66bdee
1 file changed
test/gpu.jl
@@ -5,7 +5,7 @@ using Adapt
5
using TupleTools
6
using JLArrays
7
using VectorInterface
8
-using CUDA
+using CUDACore
9
10
test_result(a::AbstractArray, b::AbstractArray; kwargs...) =
11
isapprox(collect(a), collect(b); kwargs...)
@@ -23,7 +23,7 @@ end
23
# types to test for
24
ATs = []
25
!is_buildkite && push!(ATs, JLArray)
26
-CUDA.functional() && push!(ATs, CuArray)
+CUDACore.functional() && push!(ATs, CuArray)
27
28
backends = [StridedBLAS(), StridedNative()]
29
0 commit comments