Skip to content

Commit 447b0ae

Browse files
committed
Update
[ghstack-poisoned]
1 parent 75d76e9 commit 447b0ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernels/test/op_glu_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,28 +117,28 @@ class OpGluOutTest : public OperatorTest {
117117
TEST_F(OpGluOutTest, AllInputFloatOutputSupport) {
118118
#define TEST_ENTRY(ctype, dtype) \
119119
test_glu_out<ScalarType::dtype, ScalarType::Float>();
120-
ET_FORALL_FLOAT_TYPES(TEST_ENTRY);
120+
ET_FORALL_FLOATHBF16_TYPES(TEST_ENTRY);
121121
#undef TEST_ENTRY
122122
}
123123

124124
TEST_F(OpGluOutTest, AllInputDoubleOutputSupport) {
125125
#define TEST_ENTRY(ctype, dtype) \
126126
test_glu_out<ScalarType::dtype, ScalarType::Double>();
127-
ET_FORALL_FLOAT_TYPES(TEST_ENTRY);
127+
ET_FORALL_FLOATHBF16_TYPES(TEST_ENTRY);
128128
#undef TEST_ENTRY
129129
}
130130

131131
TEST_F(OpGluOutTest, AllInputHalfOutputSupport) {
132132
#define TEST_ENTRY(ctype, dtype) \
133133
test_glu_out<ScalarType::dtype, ScalarType::Half>();
134-
ET_FORALL_FLOAT_TYPES(TEST_ENTRY);
134+
ET_FORALL_FLOATHBF16_TYPES(TEST_ENTRY);
135135
#undef TEST_ENTRY
136136
}
137137

138138
TEST_F(OpGluOutTest, AllInputBFloat16OutputSupport) {
139139
#define TEST_ENTRY(ctype, dtype) \
140140
test_glu_out<ScalarType::dtype, ScalarType::BFloat16>();
141-
ET_FORALL_FLOAT_TYPES(TEST_ENTRY);
141+
ET_FORALL_FLOATHBF16_TYPES(TEST_ENTRY);
142142
#undef TEST_ENTRY
143143
}
144144

0 commit comments

Comments
 (0)