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
julia> Pkg.test("OpenCL")
INFO: Testing OpenCL
Test Summary: | Pass Total
OpenCL.Platform | 13 13
Test Summary: | Pass Total
OpenCL.Context | 26 26
Test Summary: | Pass Total
OpenCL.Device | 122 122
WARNING: Platform Apple does not seem to suport out of order queues:
CLError(code=-30, CL_INVALID_VALUE)
ERROR (unhandled task failure): MethodError: no method matching unsafe_string(::Ptr{Void})
Closest candidates are:
unsafe_string(::Cstring) at c.jl:79
unsafe_string(::Union{Ptr{Int8}, Ptr{UInt8}}) at strings/string.jl:39
unsafe_string(::Union{Ptr{Int8}, Ptr{UInt8}}, ::Integer) at strings/string.jl:35
Stacktrace:
[1] macro expansion at /Users/cmey/.julia/v0.6/OpenCL/src/context.jl:95 [inlined]
[2] (::OpenCL.cl.##43#44)() at ./task.jl:335
Test Summary: | Pass Total
OpenCL.CmdQueue | 61 61
The text was updated successfully, but these errors were encountered: