We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec84c8 + 4a720b9 commit 87aab7dCopy full SHA for 87aab7d
Project.toml
@@ -20,7 +20,7 @@ julia = "1.6"
20
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
21
ArrayInterfaceBlockBandedMatricesExt = "BlockBandedMatrices"
22
ArrayInterfaceCUDAExt = "CUDA"
23
-ArrayInterfaceGPUArraysExt = "GPUArraysCore"
+ArrayInterfaceGPUArraysCoreExt = "GPUArraysCore"
24
ArrayInterfaceStaticArraysCoreExt = "StaticArraysCore"
25
ArrayInterfaceTrackerExt = "Tracker"
26
ext/ArrayInterfaceGPUArraysCoreExt.jl
@@ -1,4 +1,4 @@
1
-module ArrayInterfaceGPUArraysExt
+module ArrayInterfaceGPUArraysCoreExt
2
3
using Adapt
4
using ArrayInterface
0 commit comments