We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Hoist Vector Transfer pass (https://github.com/plaidml/tpp-mlir/blob/main/lib/TPP/Transforms/HoistVectorTransfers.cpp#L167), while trying to erase the old reduction or k loop after removing its dependencies, but it results in seg fault`. Needed to be investigated.
Hoist Vector Transfer
reduction
k
seg
This issue happened as part of the PR: #977
The text was updated successfully, but these errors were encountered:
arun-thmn
No branches or pull requests
In the
Hoist Vector Transfer
pass (https://github.com/plaidml/tpp-mlir/blob/main/lib/TPP/Transforms/HoistVectorTransfers.cpp#L167), while trying to erase the oldreduction
ork
loop after removing its dependencies, but it results inseg
fault`. Needed to be investigated.This issue happened as part of the PR: #977
The text was updated successfully, but these errors were encountered: