We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling examples causes compilation failures when using AdaptiveCpp.
oneMKL 231aee3 (tip on 05.06.2024).
AdaptiveCpp v24.02.0 oneMKL 231aee3 (tip on 05.06.2024).
cmake ../onemkl/ -GNinja -DCMAKE_CXX_COMPILER=clang++ -DONEMKL_SYCL_IMPLEMENTATION=hipSYCL -DENABLE_MKLCPU_BACKEND=OFF -DENABLE_MKLGPU_BACKEND=OFF -DENABLE_ROCRAND_BACKEND=ON -DENABLE_ROCBLAS_BACKEND=ON -DBUILD_FUNCTIONAL_TESTS=OFF -DBUILD_EXAMPLES=ON -DhipSYCL_DIR=/path/to/adaptivecpp/install/lib/cmake/hipSYCL/ -DHIPSYCL_TARGETS=hip:gfx90a ninja
Failures due to the use of SYCL-2020 decorated multi-ptrs.
Examples should compile without errors.
The text was updated successfully, but these errors were encountered:
Related AdaptiveCpp PR AdaptiveCpp/AdaptiveCpp#1452 that may allow us to compile the examples with the current multi_ptr.
multi_ptr
Sorry, something went wrong.
No branches or pull requests
Summary
Enabling examples causes compilation failures when using AdaptiveCpp.
Version
oneMKL 231aee3 (tip on 05.06.2024).
Environment
AdaptiveCpp v24.02.0
oneMKL 231aee3 (tip on 05.06.2024).
Steps to reproduce
Observed behavior
Failures due to the use of SYCL-2020 decorated multi-ptrs.
Expected behavior
Examples should compile without errors.
The text was updated successfully, but these errors were encountered: