Skip to content

USM availability #1150

Answered by illuhad
Iokiae asked this question in Q&A
Sep 20, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi!

regarding the project name, see #1147. In short, this renaming has been in the making for a long time and has been discussed for just as long.

The error you are seeing is emitted from the OpenCL backend when it checks which devices are available. The AMD OpenCL drivers do not support USM, and so you get this warning.

However, the same device may occasionally be available through multiple paths in the AdaptiveCpp runtime. We have both a vendor-independent OpenCL backend as well as a native HIP/ROCm backend for AMD GPUs. If you have built AdaptiveCpp with both backends enabled, and have the AMD OpenCL driver installed, you will see the GPU twice in AdaptiveCpp: Once from OpenCL, and onc…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Iokiae
Comment options

@illuhad
Comment options

@Iokiae
Comment options

Answer selected by Iokiae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants