File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ InlineStrings = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
1919LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2020MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
2121MappedArrays = " dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
22- PackageExtensionCompat = " 65ce6f38-6b18-4e1d-a461-8949797d7930"
2322Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2423SimpleTraits = " 699a6c99-e7fa-54fc-8d76-47d257e15c1d"
2524SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -79,7 +78,6 @@ MacroTools = "0.5"
7978MappedArrays = " 0.4"
8079Metal = " 1"
8180Octavian = " 0.3"
82- PackageExtensionCompat = " 1"
8381Random = " <0.0.1, 1.10"
8482SimpleTraits = " 0.9.4"
8583SparseArrays = " <0.0.1, 1.10"
Original file line number Diff line number Diff line change 221221
222222function backend_octavian end
223223
224- using PackageExtensionCompat
225- function __init__ ()
226- @require_extensions
227- end
228-
229224end # module NDTensors
Original file line number Diff line number Diff line change 66
77using Adapt
88using Base. Threads
9- using Compat
109using Dictionaries
1110using Folds
1211using InlineStrings
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
44BlockArrays = " 8e7c35d0-a365-5155-bbbb-fb81a777f24e"
55Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
6- Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
76Dictionaries = " 85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
87EllipsisNotation = " da5c29d0-fa7d-589e-88eb-ea29b0a81949"
98FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
Original file line number Diff line number Diff line change 22Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
33BlockArrays = " 8e7c35d0-a365-5155-bbbb-fb81a777f24e"
44Combinatorics = " 861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5- Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
65EllipsisNotation = " da5c29d0-fa7d-589e-88eb-ea29b0a81949"
76FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
87GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
You can’t perform that action at this time.
0 commit comments