mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +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