CLBLAS.jl icon indicating copy to clipboard operation
CLBLAS.jl copied to clipboard

Unable to run the example clblasSgemmRandomBufferFuture.jl

Open yeison opened this issue 10 years ago • 0 comments

Whenever I try to run clblasSgemmRandomBufferFuture.jl I get this error:

ERROR: CLError(code=-11, CL_BUILD_PROGRAM_FAILURE)

I'm not certain yet- but I think the kernel in rand.cl is incorrect or somehow the kernel source is being corrupted.

At least I've narrowed it down to the offending method call in rand.jl :

p = cl.build!(p, options=string("-I", joinpath(dirname(Base.source_path()), "../", " -w")))

https://github.com/JuliaGPU/CLBLAS.jl/blob/115ef12d31ee996a04db9ea0cac941d27a1fb8b2/src/rand.jl#L12

yeison avatar Dec 30 '14 03:12 yeison