You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the PR branch of #480, I could run my kernel without errors. Now that it is merged, I ]added the master/main branches of Metal.jl and GPUCompiler.jl, and got the following error with the same kernel:
That error is not helpful. I wonder why it's being rendered as such on your system; normally NSError instances will render nicely, even when thrown in exactly the same way Metal.jl does:
julia>trythrow(NSError("NSPOSIXErrorDomain", 1))
catch err
error("test")
end
ERROR: test
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] top-level scope
@ REPL[6]:4
caused by: NSError: The operation couldn’t be completed. Operation not permitted (NSPOSIXErrorDomain, code 1)
Failure reason: Operation not permitted
Stacktrace:
[1] top-level scope
@ REPL[6]:2
What environment are you executing this in, and/or have you any special logging configured, or packages loaded?
What version of ObjectiveC.jl is in your manifest?
With the PR branch of #480, I could run my kernel without errors. Now that it is merged, I
]add
ed themaster
/main
branches of Metal.jl and GPUCompiler.jl, and got the following error with the same kernel:The mentioned files: Archive.zip
The text was updated successfully, but these errors were encountered: