-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL][matrix] Update the query interface with the latest joint matrix approved syntax #10847
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
Changes from all commits
9fdefce
787476c
b7a548e
fc14b2e
5a5b053
4c00543
11277f6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ namespace ext::oneapi::experimental { | |
|
||
enum class architecture { | ||
x86_64, | ||
intel_cpu_spr, | ||
dm-vodopyanov marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's more complicated than adding new item here for CPU device: it won't be usable if user tries to use it in device AOT or host scenarios. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd like to have a plan for how this new SPR enumerator fits in with all of the other uses of the
It seems like it would be nice to support syntax like For It might be useful to have a meeting to discuss this further. |
||
intel_gpu_bdw, | ||
intel_gpu_skl, | ||
intel_gpu_kbl, | ||
|
Large diffs are not rendered by default.
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.
Please also update table below.