Skip to content

OpenCL has no member enqueueBarrierWithWaitList() #87

@GPadley

Description

@GPadley

When trying to compile both test_opencl, v4 and v5 I am unable to use enqueueBarrierWithWaitList(); Giving the error below.

error: 'class cl::CommandQueue' has no member named 'enqueueBarrierWithWaitList'; did you mean 'enqueueBarrier'?

Changing this to enqueueBarrier() enables the programs to compile and run correctly on my machine. However, when @jjd06 run the tests, which function call will be used within the AWS instance or is it okay to use enqueueBarrier() instead?

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