Skip to content

Commit 87aab7d

Browse files
Merge pull request #382 from sethaxen/fixgpuext
Fix GPUArrays extension
2 parents 9ec84c8 + 4a720b9 commit 87aab7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ julia = "1.6"
2020
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
2121
ArrayInterfaceBlockBandedMatricesExt = "BlockBandedMatrices"
2222
ArrayInterfaceCUDAExt = "CUDA"
23-
ArrayInterfaceGPUArraysExt = "GPUArraysCore"
23+
ArrayInterfaceGPUArraysCoreExt = "GPUArraysCore"
2424
ArrayInterfaceStaticArraysCoreExt = "StaticArraysCore"
2525
ArrayInterfaceTrackerExt = "Tracker"
2626

ext/ArrayInterfaceGPUArraysCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module ArrayInterfaceGPUArraysExt
1+
module ArrayInterfaceGPUArraysCoreExt
22

33
using Adapt
44
using ArrayInterface

0 commit comments

Comments
 (0)