File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name = " NDTensors"
22uuid = " 23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
33authors = [
" Matthew Fishman <[email protected] >" ]
4- version = " 0.4.3 "
4+ version = " 0.4.4 "
55
66[deps ]
77Accessors = " 7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -45,13 +45,13 @@ TBLIS = "48530278-0828-4a49-9772-0f3830dfa1e9"
4545cuTENSOR = " 011b41b2-24ef-40a8-b3eb-fa098493e9e1"
4646
4747[extensions ]
48- NDTensorsAMDGPUExt = [" AMDGPU" , " GPUArraysCore" , " TypeParameterAccessors " ]
49- NDTensorsCUDAExt = [" CUDA" , " GPUArraysCore" , " TypeParameterAccessors " ]
48+ NDTensorsAMDGPUExt = [" AMDGPU" , " GPUArraysCore" ]
49+ NDTensorsCUDAExt = [" CUDA" , " GPUArraysCore" ]
5050NDTensorsGPUArraysCoreExt = " GPUArraysCore"
5151NDTensorsHDF5Ext = " HDF5"
5252NDTensorsJLArraysExt = [" GPUArraysCore" , " JLArrays" ]
5353NDTensorsMappedArraysExt = [" MappedArrays" ]
54- NDTensorsMetalExt = [" GPUArraysCore" , " Metal" , " TypeParameterAccessors " ]
54+ NDTensorsMetalExt = [" GPUArraysCore" , " Metal" ]
5555NDTensorsOctavianExt = " Octavian"
5656NDTensorsTBLISExt = " TBLIS"
5757NDTensorscuTENSORExt = " cuTENSOR"
Original file line number Diff line number Diff line change 11using AMDGPU: ROCArray
22using NDTensors. GPUArraysCoreExtensions: storagemode
3- using TypeParameterAccessors: TypeParameterAccessors, Position
3+ using NDTensors . TypeParameterAccessors: TypeParameterAccessors, Position
44
55TypeParameterAccessors. position (:: Type{<:ROCArray} , :: typeof (storagemode)) = Position (3 )
Original file line number Diff line number Diff line change 11using CUDA: CuArray
22using NDTensors. GPUArraysCoreExtensions: storagemode
3- using TypeParameterAccessors: TypeParameterAccessors, Position
3+ using NDTensors . TypeParameterAccessors: TypeParameterAccessors, Position
44
55function TypeParameterAccessors. position (:: Type{<:CuArray} , :: typeof (storagemode))
66 return Position (3 )
Original file line number Diff line number Diff line change 11using Metal: MtlArray
22using NDTensors. GPUArraysCoreExtensions: storagemode
3- using TypeParameterAccessors: TypeParameterAccessors, Position
3+ using NDTensors . TypeParameterAccessors: TypeParameterAccessors, Position
44
55function TypeParameterAccessors. position (:: Type{<:MtlArray} , :: typeof (storagemode))
66 return Position (3 )
You can’t perform that action at this time.
0 commit comments