Skip to content

Commit 86452c6

Browse files
committed
Actually run op_linear_test in OSS
I forgot to add it to CMakeLists.txt when I added it. ghstack-source-id: 9d127b7 ghstack-comment-id: 2638348968 Pull Request resolved: #8238
1 parent e7fd150 commit 86452c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernels/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ set(_optimized_kernels_test_sources
267267
"op_exp_test.cpp"
268268
"op_gelu_test.cpp"
269269
"op_le_test.cpp"
270+
"op_linear_test.cpp"
270271
"op_log_softmax_test.cpp"
271272
"op_mul_test.cpp"
272273
"op_native_layer_norm_test.cpp"

0 commit comments

Comments
 (0)