Skip to content

Commit 44492d1

Browse files
manuelcandalesfacebook-github-bot
authored andcommitted
Add "aten" target for op_hardtanh_test and op_leaky_relu_test
Reviewed By: SS-JIA Differential Revision: D47347091 fbshipit-source-id: 6990e5441af98dedd07884e175d825b60b7022e9
1 parent 8f2f15e commit 44492d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernels/test/targets.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,14 @@ def define_common_targets():
203203
_common_op_test("op_gelu_test", ["aten", "portable", "optimized"])
204204
_common_op_test("op_glu_test", ["aten", "portable"])
205205
_common_op_test("op_gt_test", ["aten", "portable"])
206-
_common_op_test("op_hardtanh_test", ["portable"])
206+
_common_op_test("op_hardtanh_test", ["aten", "portable"])
207207
_common_op_test("op_index_put_test", ["aten", "portable"])
208208
_common_op_test("op_index_select_test", ["aten", "portable"])
209209
_common_op_test("op_index_test", ["aten", "portable"])
210210
_common_op_test("op_isinf_test", ["aten", "portable"])
211211
_common_op_test("op_isnan_test", ["aten", "portable"])
212212
_common_op_test("op_le_test", ["aten", "portable", "optimized"])
213-
_common_op_test("op_leaky_relu_test", ["portable"])
213+
_common_op_test("op_leaky_relu_test", ["aten", "portable"])
214214
_common_op_test("op_lift_fresh_copy_test", ["aten", "portable"])
215215
_common_op_test("op_log_softmax_test", ["aten", "portable", "optimized"])
216216
_common_op_test("op_log_test", ["aten", "portable"])

0 commit comments

Comments
 (0)