-
Notifications
You must be signed in to change notification settings - Fork 73
Enable bfloat16 unit tests #5163
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Whitney Tsang <[email protected]>
Signed-off-by: Whitney Tsang <[email protected]>
@@ -1 +1 @@ | |||
8e8c02c4b803062501a6bd36aecdbb041fa1daef | |||
31c82e8cfc7cec7ab1cd8d3359fdd8781780c91c |
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.
Need to go back to an older commit, as KhronosGroup/SPIRV-LLVM-Translator@8242eb7 makes some tests fail. Problem and reproducer is reported to the author.
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.
Note: 31c82e8cfc7cec7ab1cd8d3359fdd8781780c91c
is is the older commit.
@@ -1 +1 @@ | |||
8e8c02c4b803062501a6bd36aecdbb041fa1daef | |||
31c82e8cfc7cec7ab1cd8d3359fdd8781780c91c |
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.
Note: 31c82e8cfc7cec7ab1cd8d3359fdd8781780c91c
is is the older commit.
|
||
FetchContent_MakeAvailable(spirv-llvm-translator) | ||
|
||
# FIXME: Don't apply patch when Agama driver is updated. |
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.
Removing old hack now that we have a new driver.
This PR also removes
SPV_KHR_bfloat16
workaround.Block by driver update.
CI with Agama 1188: https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/17932864080 (PASS)
Fixes #3914