Skip to content

Commit 820f111

Browse files
Arktischelaikhtewari
authored andcommitted
fix: Add cmake missing source file ref for core_lowering.passes (#2672)
1 parent 261ddc8 commit 820f111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lowering/passes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ target_sources(${lib_name}
2626
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_rsqrt.cpp"
2727
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_std.cpp"
2828
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_var.cpp"
29+
"${CMAKE_CURRENT_SOURCE_DIR}/unpack_scaled_dot_product_attention.cpp"
2930
"${CMAKE_CURRENT_SOURCE_DIR}/view_to_reshape.cpp"
3031
"${CMAKE_CURRENT_SOURCE_DIR}/rewrite_inputs_with_params.cpp"
3132
)

0 commit comments

Comments
 (0)