We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")))
CLBLAS.jl/src/rand.jl
Line 12 in 115ef12
The text was updated successfully, but these errors were encountered:
attempt #8
82125f0
No branches or pull requests
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 :
CLBLAS.jl/src/rand.jl
Line 12 in 115ef12
The text was updated successfully, but these errors were encountered: