Skip to content

Commit 23f3aa9

Browse files
committed
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]
2 parents 5f8d673 + a9dd0cb commit 23f3aa9

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)