iree icon indicating copy to clipboard operation
iree copied to clipboard

[Encoding] Refresh practical encodings to follow the naming convention.

Open hanhanW opened this issue 6 months ago • 1 comments

  • iree_encoding.pad_encoding_layout -> iree_encoding.padding
  • iree_gpu.gpu_pad_layout -> iree_gpu.gpu_padding_resolver
  • iree_cpu.cpu_encoding_layout -> iree_cpu.cpu_encoding_resolver
  • iree_cpu.vmvx_encoding_layout -> iree_cpu.vmvx_encoding_resolver
  • iree_gpu.gpu_encoding_layout -> iree_gpu.gpu_encoding_resolver

It is a step towards https://github.com/iree-org/iree/issues/20742

hanhanW avatar Jun 19 '25 22:06 hanhanW

It based on https://github.com/iree-org/iree/pull/21144

hanhanW avatar Jun 19 '25 22:06 hanhanW

(thanks as always @hanhanW for continually improving/refining this code <3)

benvanik avatar Jun 24 '25 18:06 benvanik