JuliaAttic / CUBLAS.jl

Julia interface to CUBLAS
Other
26 stars 19 forks source link

Problem with WaitForEvents #11

Closed sherrinm closed 8 years ago

sherrinm commented 9 years ago

I think this is an issue in CLBLAS although the error is being raised in the OpenCL api.jl

I was looking at the clblasSaxpy.jl example for a talk I'm giving on OpenCL and got:

julia> cl.api.clWaitForEvents(cl.cl_uint(1), ptrEvent) WARNING: ccall Ptr argument types must now match exactly. or be Ptr(Void). in clWaitForEvents at C:\Users\Malcolm.julia\v0.3\OpenCL\src\api.jl:22

The code still seems to execute, not looked at the other examples as yet. I'm running on a Lenovo i7 with GeForce 830M chip on Windows

vchuravy commented 8 years ago

@sherrinm This is the CUBLAS issues tracker, you might have confused that the the CLBLAS repository https://github.com/JuliaGPU/CLBLAS.jl