Skip to content

Cannot build CTS #3020

Closed
Closed
@nyalloc

Description

@nyalloc

Trying to build the SYCL CTS fails to build when using the lastest Intel LLVM.

cmake -DSYCL_IMPLEMENTATION=Intel_SYCL -DINTEL_SYCL_ROOT=/home/stuart/2021/llvm/build ../
make

Results in numerous failures with the same complaint:

In file included from /home/stuart/2021/llvm/build/bin/../include/sycl/CL/sycl.hpp:16:
In file included from /home/stuart/2021/llvm/build/bin/../include/sycl/CL/sycl/ONEAPI/reduction.hpp:14:
/home/stuart/2021/llvm/build/bin/../include/sycl/CL/sycl/handler.hpp:819:9: error: no matching function for call to object of type 'const accessor_utility::buffer_accessor_api_r<int, 0, sycl::access::mode::read, sycl::access::target::global_buffer, sycl::access::target::global_buffer, sycl::access::placeholder::false_t>'
        KernelFunc(Arg);
        ^~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions