Skip to content

Commit d008caa

Browse files
committed
Update on "[ET-VK] Adding more test cases for conv 2d dw op."
Differential Revision: [D76241304](https://our.internmc.facebook.com/intern/diff/D76241304/) [ghstack-poisoned]
1 parent 7414594 commit d008caa

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)