Skip to content

Commit 8665a50

Browse files
authored
Actually run op_linear_test in OSS (#8238)
I forgot to add it to CMakeLists.txt when I added it.
1 parent f40212c commit 8665a50

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
@@ -268,6 +268,7 @@ set(_optimized_kernels_test_sources
268268
"op_fft_r2c_test.cpp"
269269
"op_gelu_test.cpp"
270270
"op_le_test.cpp"
271+
"op_linear_test.cpp"
271272
"op_log_softmax_test.cpp"
272273
"op_mul_test.cpp"
273274
"op_native_layer_norm_test.cpp"

0 commit comments

Comments
 (0)