-
Notifications
You must be signed in to change notification settings - Fork 808
[SYCL] Implement sycl_ext_oneapi_device_is_integrated_gpu
#20289
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
base: sycl
Are you sure you want to change the base?
[SYCL] Implement sycl_ext_oneapi_device_is_integrated_gpu
#20289
Conversation
// | ||
//===----------------------------------------------------------------------===// | ||
// REQUIRES: gpu-intel-gen12 | ||
// UNSUPPORTED: cuda, hip |
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.
I'm wondering, if test requires gen12, do we need to use unsupported here?
// | ||
//===----------------------------------------------------------------------===// | ||
// REQUIRES: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21 | ||
// UNSUPPORTED: cuda, hip |
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.
Same question: since REQUIRES
limits test to PVC and BMG, do we need to use unsupported here?
http://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_device_is_integrated_gpu.asciidoc | ||
It introduces descriptor to query if device is integrated GPU. |
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.
.
is needed after the link and before It...
Spec: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_device_is_integrated_gpu.asciidoc