Skip to content

Commit b77a025

Browse files
committed
Update base for Update on "[ET-VK] Minor dispatch improvement to conv2d dw op to improve performance."
Differential Revision: [D76242234](https://our.internmc.facebook.com/intern/diff/D76242234/) [ghstack-poisoned]
1 parent 5f0b302 commit b77a025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/test/op_tests/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def get_conv_inputs():
504504
transposed=False,
505505
output_padding=[0, 0],
506506
groups=XS,
507-
),
507+
),
508508
Test(
509509
self=(1, XS, S, S1),
510510
weight=(XS, 1, 3, 3),

0 commit comments

Comments
 (0)