-
Notifications
You must be signed in to change notification settings - Fork 246
[OpaquePointers] Rewrite joint_matrix tests #2088
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
|
@jcranmer-intel @vmaksimo please take a look |
This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests. Some tests are being removed as outdated Remaining tests to add after the patch: 1. tf32 test 2. element wise operations test Signed-off-by: Sidorov, Dmitry <[email protected]>
1e65e2f to
ab0aeaf
Compare
lib/SPIRV/SPIRVReader.cpp
Outdated
| switch (static_cast<SPIRVConstant *>(CTI)->getZExtIntValue()) { | ||
| case internal::InternalJointMatrixCTI::TF32: | ||
| ComponentTypeName = "tf32"; | ||
| Params.push_back(1); |
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.
Do we have some enum for these values?
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.
Oh, we do have them :) it is "internal::InternalJointMatrixCTI::"
|
Ah. I see that we are running into 'opaque-pointers=0' not available errors in our CI. How do we intend to work around this or tackle this? Thanks |
Signed-off-by: Sidorov, Dmitry <[email protected]>
Signed-off-by: Sidorov, Dmitry <[email protected]>
…Group#2088) This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests. Some tests are being removed as outdated Remaining tests to add after the patch: 1. tf32 test 2. element wise operations test Signed-off-by: Sidorov, Dmitry <[email protected]> (cherry picked from commit 465eb3c)
…Group#2088) This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests. Some tests are being removed as outdated Remaining tests to add after the patch: 1. tf32 test 2. element wise operations test Signed-off-by: Sidorov, Dmitry <[email protected]> (cherry picked from commit 465eb3c)
This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests. Some tests are being removed as outdated Remaining tests to add after the patch: 1. tf32 test 2. element wise operations test Signed-off-by: Sidorov, Dmitry <[email protected]> (cherry picked from commit 465eb3c)
This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests. Some tests are being removed as outdated Remaining tests to add after the patch: 1. tf32 test 2. element wise operations test Signed-off-by: Sidorov, Dmitry <[email protected]> (cherry picked from commit 465eb3c)
This reverts commit 8462b72.
This patch adds joint_matrix reverse translation to target extension type and starts rewriting all of the tests.
Some tests are being removed as outdated
Remaining tests to add after the patch: