File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11name = " Metal"
22uuid = " dde4c033-4e86-420c-a63e-0dd931031962"
3- version = " 1.6.2 "
3+ version = " 1.6.3 "
44
55[deps ]
66Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ julia> Metal.versioninfo()
6666macOS 15.5.0, Darwin 24.5.0
6767
6868Toolchain:
69- - Julia: 1.11.5
69+ - Julia: 1.11.6
7070- LLVM: 16.0.6
7171
7272Julia packages:
73- - Metal.jl: 1.6.2
74- - GPUArrays: 11.2.2
75- - GPUCompiler: 1.5.2
76- - KernelAbstractions: 0.9.35
77- - ObjectiveC: 3.4.1
78- - LLVM: 9.4.0
79- - LLVMDowngrader_jll: 0.6.0+0
73+ - Metal.jl: 1.6.3
74+ - GPUArrays: 11.2.3
75+ - GPUCompiler: 1.6.1
76+ - KernelAbstractions: 0.9.37
77+ - ObjectiveC: 3.4.2
78+ - LLVM: 9.4.2
79+ - LLVMDowngrader_jll: 0.6.0+1
8080
81811 device:
8282- Apple M2 Max (64.000 KiB allocated)
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ function __init__()
3636 if macos_version () < v " 13"
3737 @error " Metal.jl requires macOS 13 or later"
3838 return
39- elseif macos_version () >= v "16 "
40- @warn " Metal.jl has not been tested on macOS 16 or later, you may run into issues."
39+ elseif macos_version () >= v "27 "
40+ @warn " Metal.jl has not been tested on macOS 27 or later, you may run into issues."
4141 end
4242
4343 if Base. JLOptions (). debug_level >= 2
You can’t perform that action at this time.
0 commit comments