-
Notifications
You must be signed in to change notification settings - Fork 702
[GPU][DT] Enable e2e tests for tensor.pack op on GPU #17186
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
Comments
10 tasks
hanhanW
added a commit
that referenced
this issue
Jun 11, 2024
The SplitFullPartialTransferPass and WorkgroupSpecializationPass are no longer needed because we have much more mature vector lowering. It was added long time ago. Progress on #17186 --------- Signed-off-by: hanhanW <hanhan0912@gmail.com>
We have it functional. The rest of work is benchmarking. and see if it is reasonable. |
3 tasks
LLITCHEV
pushed a commit
to LLITCHEV/iree
that referenced
this issue
Jul 30, 2024
The SplitFullPartialTransferPass and WorkgroupSpecializationPass are no longer needed because we have much more mature vector lowering. It was added long time ago. Progress on iree-org#17186 --------- Signed-off-by: hanhanW <hanhan0912@gmail.com> Signed-off-by: Lubo Litchev <lubol@google.com>
It's done: iree/tests/e2e/linalg/BUILD.bazel Lines 187 to 213 in bd1a7ec
There is another new issue that is tracked in #20294 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of them are done on CUDA path, and the rest need to be revisited.
iree/tests/e2e/tensor_ops/BUILD.bazel
Lines 76 to 102 in 1fcb89d
We also need to revamp the pipeline, given that we have vector distribution and better pack/unpack vectorization today.
The text was updated successfully, but these errors were encountered: