mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
An interface to allow for tiling of operations is introduced. The tiling of the linalg.pad_tensor operation is modified to use this interface. Differential Revision: https://reviews.llvm.org/D108611