Skip to content

Commit e6d6274

Browse files
committed
Depend on ArrayInterface's sub libs
1 parent 302ddf2 commit e6d6274

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Project.toml

+4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ version = "0.1.8"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
8+
ArrayInterfaceOffsetArrays = "015c0d05-e682-4f19-8f0a-679ce4c54826"
9+
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
810
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
911
ManualMemory = "d125e4d3-2237-4719-b19c-fa641b8a4667"
1012
SIMDTypes = "94e857df-77ce-4151-89e5-788b33177be4"
1113
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1214

1315
[compat]
1416
ArrayInterface = "3.1.24, 4, 5, 6"
17+
ArrayInterfaceOffsetArrays = "0.1"
18+
ArrayInterfaceStaticArrays = "0.1"
1519
ManualMemory = "0.1.6"
1620
SIMDTypes = "0.1"
1721
Static = "0.3, 0.4, 0.5, 0.6"

scratch.jl

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pkg.activate(".")
2+
Pkg.develop(path="../Static-proposals/Static.jl/")
3+
using LayoutPointers

src/LayoutPointers.jl

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module LayoutPointers
22

33
using ArrayInterface, Static, LinearAlgebra
44
using ArrayInterface: CPUPointer, StrideIndex, offsets
5+
using ArrayInterfaceOffsetArrays
6+
using ArrayInterfaceStaticArrays
57
using SIMDTypes: Bit, FloatingTypes, IntegerTypesHW
68
using Static: Zero, One
79
using ArrayInterface:

0 commit comments

Comments
 (0)