-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL] Implement sycl_ext_oneapi_get_kernel_info extension #15650
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
Conversation
840aabf to
a974c7a
Compare
Extension: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_get_kernel_info.asciidoc Outlined kernel::attributes test to a separate file with XFAIL markings and reenabled kernel_info.cpp.
a974c7a to
2881051
Compare
uditagarwal97
left a comment
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.
LGTM
|
@gmlueck Could you please take another look, thanks in advance! |
|
@againull Seeing this fail in postcommit, can you please take a look? Thanks |
Yes, here is the fix: #15709 |
Tracker was added to one of the tests here: #15650 so total number of tests without a tracker need to be reduced.
Extension: sycl_ext_oneapi_get_kernel_info
Outlined kernel::attributes test to a separate file with existing XFAIL markings as it is the only descriptor which has a problem (GSD-8971) and reenabled kernel_info.cpp for other descriptors.