Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 25, 2024
1 parent 4c2a837 commit 7424923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion velox/experimental/wave/dwio/decode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ add_subdirectory(tests)

add_library(velox_wave_decode GpuDecoder.cu)

target_link_libraries(velox_wave_decode velox_wave_common)
target_link_libraries(
velox_wave_decode velox_wave_common)
3 changes: 2 additions & 1 deletion velox/experimental/wave/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

add_library(velox_wave_stream OperandSet.cpp Wave.cpp)

target_link_libraries(velox_wave_stream Folly::folly fmt::fmt xsimd)
target_link_libraries(
velox_wave_stream Folly::folly fmt::fmt xsimd)

add_library(
velox_wave_exec
Expand Down

0 comments on commit 7424923

Please sign in to comment.