Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no method matching unsafe_string(::Ptr{Void}) #138

Closed
cmey opened this issue Jul 16, 2017 · 0 comments
Closed

no method matching unsafe_string(::Ptr{Void}) #138

cmey opened this issue Jul 16, 2017 · 0 comments

Comments

@cmey
Copy link

cmey commented Jul 16, 2017

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
julia> Pkg.status("OpenCL")
 - OpenCL                        0.5.2

julia> versioninfo()
Julia Version 0.6.0
Commit 903644385b (2017-06-19 13:05 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin13.4.0)
  CPU: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, haswell)
@juliohm juliohm closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants