MacBook-Pro-M2 ~> file /Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia
/Applications/Julia-1.9.app/Contents/Resources/julia/bin/julia: Mach-O 64-bit executable x86_64
MacBook-Pro-M2 ~> julia -t auto
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.9.0 (2023-05-07)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> using Base.Threads, LinearAlgebra
julia> @threads for i = 1:2
t = rand(1,1) * rand(1,1)
end
I tried the same with the native arm64 1.9.0-rc2 (2023-04-01)
and it terminated as expected