File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ foreach(kernel ${_kernels})
6666 cp
6767 "${CMAKE_CURRENT_BINARY_DIR} /../../kernels/${kernel} /${kernel} _ops_lib/*.h"
6868 "${CMAKE_CURRENT_BINARY_DIR} /include/${kernel} /executorch/kernels/${kernel} /"
69- DEPENDS "${kernel} _ops_lib"
69+ DEPENDS "${kernel} _ops_lib"
7070 )
7171endforeach ()
7272
@@ -278,10 +278,8 @@ set(_optimized_kernels_test_sources
278278 ${CMAKE_CURRENT_BINARY_DIR} /include /portable/executorch/kernels/test /supported_features.cpp
279279)
280280
281- # We don't have sleef on OSS so we don't have gelu and log_softmax
282- list (REMOVE_ITEM _optimized_kernels_test_sources "op_gelu_test.cpp"
283- "op_log_softmax_test.cpp"
284- )
281+ # We don't have sleef on OSS so we don't have log_softmax
282+ list (REMOVE_ITEM _optimized_kernels_test_sources "op_log_softmax_test.cpp" )
285283
286284et_cxx_test(
287285 optimized_kernels_test
You can’t perform that action at this time.
0 commit comments