Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jul 16, 2024
1 parent f5bb3c1 commit 1bd5e1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions velox/exec/fuzzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ target_link_libraries(

add_library(velox_cache_fuzzer CacheFuzzer.cpp)

target_link_libraries(velox_cache_fuzzer velox_dwio_common velox_temp_path
velox_vector_test_lib)
target_link_libraries(
velox_cache_fuzzer velox_dwio_common velox_temp_path velox_vector_test_lib)
10 changes: 8 additions & 2 deletions velox/experimental/wave/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

velox_add_library(velox_wave_common GpuArena.cpp Buffer.cpp Cuda.cu Exception.cpp
Type.cpp ResultStaging.cpp)
velox_add_library(
velox_wave_common
GpuArena.cpp
Buffer.cpp
Cuda.cu
Exception.cpp
Type.cpp
ResultStaging.cpp)

velox_link_libraries(velox_wave_common velox_exception velox_common_base
velox_type)
Expand Down

0 comments on commit 1bd5e1b

Please sign in to comment.