Skip to content

Unable to run the example clblasSgemmRandomBufferFuture.jl #8

@yeison

Description

@yeison

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")))

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions