-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
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
Add preview of the OpenCL adapter to the adapters branch #809
Conversation
${OPENCL_DIR}/usm_p2p.cpp | ||
${OPENCL_DIR}/../../ur.cpp | ||
${OPENCL_DIR}/../../ur.hpp | ||
${OPENCL_DIR}/../../ur.hpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicated line
CMakeLists.txt
Outdated
@@ -39,6 +39,7 @@ option(UMF_ENABLE_POOL_TRACKING "Build UMF with pool tracking" OFF) | |||
option(UR_BUILD_ADAPTER_L0 "build level 0 adapter from SYCL" OFF) | |||
option(UR_BUILD_ADAPTER_CUDA "build cuda adapter from SYCL" OFF) | |||
option(UR_BUILD_ADAPTER_HIP "build hip adapter from SYCL" OFF) | |||
option(UR_BUILD_ADAPTER_OPENCL "build opencl adapter from SYCL" OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls update README as well (CMake standard options
section)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT
This is temporarily using a fork until intel/llvm#10490 is reviewed and merged.