From 88ad074804d5fe87ff2f9e6d7c09fc48b2157de3 Mon Sep 17 00:00:00 2001 From: Jorge Pineda Date: Tue, 2 Apr 2024 17:24:50 -0700 Subject: [PATCH] [ET-VK][EZ] Rename to max_pool2d.yaml As @ssjia mentioned in the next change, we are following a convention where glsl and yaml files have a 1:1 mapping. To make the mapping clear, files should use the same name so `pool.yaml` should actually be `max_pool2d.yaml` to match `max_pool2d.glsl`. Differential Revision: [D55670408](https://our.internmc.facebook.com/intern/diff/D55670408/) [ghstack-poisoned] --- .../vulkan/runtime/graph/ops/glsl/{pool.yaml => max_pool2d.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backends/vulkan/runtime/graph/ops/glsl/{pool.yaml => max_pool2d.yaml} (100%) diff --git a/backends/vulkan/runtime/graph/ops/glsl/pool.yaml b/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml similarity index 100% rename from backends/vulkan/runtime/graph/ops/glsl/pool.yaml rename to backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml