[RAISE-BP] Handle mask for load/store ops #1643
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
performance
research
Milestone
If initial load/store ops had non-null masks, these masks must be taken into account when rewriting these operations after the data type has been raised to block pointer.
It appears that masks are not supported for load/store ops using block pointers (i.e. using a mask with a block pointer results in a type mismatch error between the pointer and the mask (which should be a tensor)).
The pass therefore needs to be improved to somehow translate the information provided by the masks into the written load/store operations.
The text was updated successfully, but these errors were encountered: