"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8a930c3b7359ed74402c468a794937f20c36ce97"
-
Tobias Gysi authored
The `linalg.index` operation provides access to the iteration indexes of immediately enclosing linalg operations. It takes a dimension `dim` attribute and returns the iteration index in the given dimension. Having `linalg.index` allows us to unify `linalg.generic` and `linalg.indexed_generic` and also enables index access in named operations. Differential Revision: https://reviews.llvm.org/D100292
93f9922d
Loading