Skip to content

Commit

Permalink
fix: Add cmake missing source file ref for core_lowering.passes (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arktische authored Mar 22, 2024
1 parent 3a5c39f commit a2e76a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lowering/passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ target_sources(${lib_name}
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_rsqrt.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_std.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_var.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_scaled_dot_product_attention.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/view_to_reshape.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/rewrite_inputs_with_params.cpp"
)
Expand Down

0 comments on commit a2e76a8

Please sign in to comment.