Skip to content

Commit 204db3e

Browse files
author
KristofferC
committed
load Adapt from environment even though it will cause relocatability issues
1 parent 7c10d8d commit 204db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ArrayInterfaceGPUArraysCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if isdefined(Base, :get_extension)
77
using LinearAlgebra: lu
88
import GPUArraysCore
99
else
10-
using ..Adapt
10+
using Adapt # Will cause problems for relocatability.
1111
using ..ArrayInterface
1212
using ..LinearAlgebra: lu
1313
import ..GPUArraysCore

0 commit comments

Comments
 (0)