diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index ece7615a0d..133f6c98ae 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -1,7 +1,7 @@ name = "NDTensors" uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" authors = ["Matthew Fishman "] -version = "0.3.29" +version = "0.3.30" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -42,8 +42,8 @@ TBLIS = "48530278-0828-4a49-9772-0f3830dfa1e9" cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1" [extensions] -NDTensorsAMDGPUExt = ["AMDGPU","GPUArraysCore"] -NDTensorsCUDAExt = ["CUDA","GPUArraysCore"] +NDTensorsAMDGPUExt = ["AMDGPU", "GPUArraysCore"] +NDTensorsCUDAExt = ["CUDA", "GPUArraysCore"] NDTensorsGPUArraysCoreExt = "GPUArraysCore" NDTensorsHDF5Ext = "HDF5" NDTensorsMetalExt = ["GPUArraysCore", "Metal"] @@ -59,7 +59,6 @@ ArrayLayouts = "1.4" BlockArrays = "1" CUDA = "5" Compat = "4.9" -cuTENSOR = "2" Dictionaries = "0.4" EllipsisNotation = "1.8" FillArrays = "1" @@ -81,11 +80,12 @@ SparseArrays = "1.6" SplitApplyCombine = "1.2.2" StaticArrays = "0.12, 1.0" Strided = "2" -StridedViews = "0.2.2" +StridedViews = "0.2.2, 0.3" TBLIS = "0.2" TimerOutputs = "0.5.5" TupleTools = "1.2.0" VectorInterface = "0.4.2" +cuTENSOR = "2" julia = "1.6" [extras]