From 12090d77ff1a0ecdded1aa8fc2114fe05e97de82 Mon Sep 17 00:00:00 2001 From: Nathanael See Date: Mon, 18 Nov 2024 09:45:27 -0800 Subject: [PATCH] remove codegen-nosub from q_8w (#6859) Summary: After https://github.com/pytorch/executorch/pull/6781 the 8-bit linear shader can run on swiftshader. Reviewed By: jorgep31415 Differential Revision: D65951046 --- backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl | 2 -- 1 file changed, 2 deletions(-) diff --git a/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl b/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl index f18adf1e889..60c67c34c49 100644 --- a/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl +++ b/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.glsl @@ -6,8 +6,6 @@ * LICENSE file in the root directory of this source tree. */ -// codegen-nosub - #version 450 core #define PRECISION ${PRECISION}