-
Notifications
You must be signed in to change notification settings - Fork 45
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
Create XeGPU.md #674
Create XeGPU.md #674
Conversation
initial empty file
split from XeTileandXeGPUDialect.md
split from XeTileandXeGPUDialect.md
polish
Polish
docs/rfcs/XeGPU.md
Outdated
|
||
## Notes | ||
|
||
Currently, there is no lower-level GPU IR like NVVM available for the Intel GPU compiler toolchain. XeGPU dialect uses LLVM or SPIRV intrinsic to access advanced intel GPU instructions. When the lower-level software changes, we expect XeGPU lowering passes to change accordingly. |
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.
For people not familar with NVVM, it may be better to give more detail on how the low level dialect looks like.
"GPU IR like NVVM available for the Intel GPU compiler toolchain" ->
"dialect for the Intel GPU compiler tool chain to represent GPU ops with values based on LLVM data types such as NVVM dialect for the Nvidia GPU compiler toolchain"
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
initial empty file
Please review these guidelines to help with the review process: