Skip to content

Commit 173f580

Browse files
committed
max-methods=1
1 parent a905a8f commit 173f580

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LayoutPointers"
22
uuid = "10f19ff3-798f-405d-979b-55457f8fc047"
33
authors = ["chriselrod <[email protected]> and contributors"]
4-
version = "0.1.12"
4+
version = "0.1.13"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/LayoutPointers.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
module LayoutPointers
2+
if isdefined(Base, :Experimental) &&
3+
isdefined(Base.Experimental, Symbol("@max_methods"))
4+
@eval Base.Experimental.@max_methods 1
5+
end
26

37
using ArrayInterface, Static, LinearAlgebra
48
using ArrayInterface: CPUPointer, StrideIndex, offsets

0 commit comments

Comments
 (0)