Skip to content

Commit a9dd0cb

Browse files
committed
Update base for Update on "[ET-VK][testing] Improvement to operator test codegen system"
## Changes * Allow test cases to specify storage types / memory layouts for individual args * Allow test cases to specify different data generation functions for individual args ## Motivation > Allow test cases to specify storage types / memory layouts for individual args Make it possible to test args that require specific storage types for certain input/output tensors. > Allow test cases to specify different data generation functions for individual args Useful for debugging operators during development. Differential Revision: [D77038777](https://our.internmc.facebook.com/intern/diff/D77038777/) [ghstack-poisoned]
1 parent 6e1127f commit a9dd0cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/test/op_tests/cases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ def get_permute_inputs():
758758
]
759759
test_suite.dtypes = [
760760
"at::kFloat",
761-
"at::kInt",
762761
]
763762
return test_suite
764763

0 commit comments

Comments
 (0)