Skip to content

Commit fe02090

Browse files
committed
Update base for Update on "[ET-VK] Implement `native_group_norm"
## Changes * Add implementation for the group norm operator. The operator is implemented via a 2 stage implementation. First, a reduction operator is executed to calculate the mean and standard deviation of each channel group. Then, the normalization is applied in an elementwise fashion. Differential Revision: [D77038778](https://our.internmc.facebook.com/intern/diff/D77038778/) [ghstack-poisoned]
1 parent 1e39cf9 commit fe02090

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)