Open elvisdukaj opened 6 years ago
Ah i see... We made some changes on triSYCL recently... You should try with an older version of triSYCL, up to https://github.com/triSYCL/triSYCL/commit/c629dbff4bce5dc5ecd93be92d38e477616d3a4b while waiting some reconvergence. Or even better you could use ComputeCpp, because the PSTL cannot work with OpenCL with triSYCL yet. Only in CPU mode...
I have added https://github.com/KhronosGroup/SyclParallelSTL/pull/53 and updated https://github.com/triSYCL/triSYCL with a few more SYCL 1.2.1 features to have it working back.
Sorry for the inconvenience.
I think everything is back to normal now.
Ah actually it should work with Ubuntu 17.10 & GCC 7 or Clang 5
I guess this is solved with a recent environment, such as 18.04 ?
I'm using Ubuntu Zesty and I've tried to build SyclParallelSTL with GCC-6 (the default one) but I'm unable to build.
I'm using TriSYCL
2dd925b
My cmake is able to find the following:
Found OpenCL: /usr/lib/x86_64-linux-gnu/libOpenCL.so (found version "2.0")
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Boost version: 1.65.1
-- triSYCL include directory - Found /home/score05/projects/triSYCL/include
Here is how I called cmake:
./build.sh --trisycl -DTRISYCL_INCLUDE_DIR=/home/score05/projects/triSYCL/include -DTRISYCL_OPENCL=On
What's wrong?
I've the following output: