Skip to content

Commit 994ca6d

Browse files
author
ssjia
committed
Update on "[ET-VK] Implemement linear_dq8ta_q4gsw"
Title says it all! Build upon the support for quantized linear introduced in the previous diffs to enable dynamically quantized linear. Also included in this diff is a cleanup of the glslh files used across quantized linear implementations. Differential Revision: [D81931060](https://our.internmc.facebook.com/intern/diff/D81931060/) [ghstack-poisoned]
1 parent 58ab978 commit 994ca6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ jobs:
933933
PYTHON_EXECUTABLE=python bash backends/vulkan/test/custom_ops/build_and_run.sh add
934934
./cmake-out/backends/vulkan/test/custom_ops/q8csw_linear
935935
./cmake-out/backends/vulkan/test/custom_ops/q8csw_conv2d
936-
./cmake-out/backends/vulkan/test/custom_ops/q4gsw_conv2d
936+
./cmake-out/backends/vulkan/test/custom_ops/q4gsw_linear
937937
./cmake-out/backends/vulkan/test/custom_ops/choose_qparams_per_row
938938
939939
# Run e2e testing for selected operators. More operators will be tested via this

0 commit comments

Comments
 (0)