Skip to content

Commit f66bdee

Browse files
committed
Update test file
1 parent d5b08a0 commit f66bdee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/gpu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Adapt
55
using TupleTools
66
using JLArrays
77
using VectorInterface
8-
using CUDA
8+
using CUDACore
99

1010
test_result(a::AbstractArray, b::AbstractArray; kwargs...) =
1111
isapprox(collect(a), collect(b); kwargs...)
@@ -23,7 +23,7 @@ end
2323
# types to test for
2424
ATs = []
2525
!is_buildkite && push!(ATs, JLArray)
26-
CUDA.functional() && push!(ATs, CuArray)
26+
CUDACore.functional() && push!(ATs, CuArray)
2727

2828
backends = [StridedBLAS(), StridedNative()]
2929

0 commit comments

Comments
 (0)