Skip to content

Commit d8b6896

Browse files
committed
Update on "[7/n][ET-VK] Support texture2D in etvk.copy_offset"
To use `copy_offset` with 2D textures in AHB experimentation. Differential Revision: [D63905519](https://our.internmc.facebook.com/intern/diff/D63905519/) [ghstack-poisoned]
2 parents 34340be + 11dc732 commit d8b6896

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
@@ -766,7 +766,7 @@ def get_repeat_inputs():
766766
test_suite_3d.storage_types = ["utils::kTexture3D"]
767767
test_suite_3d.data_gen = "make_seq_tensor"
768768
test_suite_3d.dtypes = ["at::kFloat"]
769-
test_suite_2d.test_name_suffix = "3d"
769+
test_suite_3d.test_name_suffix = "3d"
770770

771771
return [test_suite_2d, test_suite_3d]
772772

0 commit comments

Comments
 (0)