Unable to run the example clblasSgemmRandomBufferFuture.jl
Open
- Dominant language
- Julia
- Stars
- 22
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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 :
``` julia
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.