Skip to content

Commit

Permalink
[native] Advance velox.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkdutta committed Jun 14, 2024
1 parent 7f8ff95 commit c55dad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-native-execution/velox
Submodule velox updated 47 files
+3 −0 CMake/resolve_dependency_modules/duckdb.cmake
+1 −0 CMakeLists.txt
+1 −1 scripts/check-container.dockfile
+9 −1 scripts/setup-adapters.sh
+3 −3 scripts/setup-check.sh
+2 −0 velox/connectors/hive/storage_adapters/abfs/AbfsWriteFile.h
+16 −5 velox/docs/functions/presto/datetime.rst
+10 −0 velox/docs/functions/presto/regexp.rst
+4 −2 velox/exec/tests/utils/PlanBuilder.cpp
+2 −1 velox/exec/tests/utils/PlanBuilder.h
+48 −39 velox/experimental/wave/common/Bits.cuh
+6 −8 velox/experimental/wave/common/Block.cuh
+3 −3 velox/experimental/wave/common/Cuda.cu
+1 −1 velox/experimental/wave/common/Cuda.h
+14 −3 velox/experimental/wave/common/CudaUtil.cuh
+1 −1 velox/experimental/wave/common/GpuArena.cpp
+16 −17 velox/experimental/wave/common/tests/BlockTest.cu
+160 −6 velox/experimental/wave/common/tests/CudaTest.cpp
+697 −0 velox/experimental/wave/common/tests/CudaTest.cu
+47 −0 velox/experimental/wave/common/tests/CudaTest.h
+4 −1 velox/experimental/wave/dwio/ColumnReader.cpp
+2 −0 velox/experimental/wave/dwio/ColumnReader.h
+3 −2 velox/experimental/wave/dwio/FormatData.cpp
+3 −0 velox/experimental/wave/dwio/FormatData.h
+1 −1 velox/experimental/wave/dwio/ReadStream.cpp
+64 −52 velox/experimental/wave/dwio/decode/GpuDecoder-inl.cuh
+7 −7 velox/experimental/wave/dwio/decode/GpuDecoder.cu
+62 −36 velox/experimental/wave/exec/ExprKernel.cu
+9 −5 velox/experimental/wave/exec/ToWave.cpp
+1 −0 velox/experimental/wave/exec/ToWave.h
+3 −0 velox/experimental/wave/exec/Wave.h
+43 −1 velox/experimental/wave/exec/tests/TableScanTest.cpp
+12 −1 velox/experimental/wave/exec/tests/utils/FileFormat.cpp
+1 −1 velox/experimental/wave/vector/WaveVector.cpp
+396 −6 velox/functions/lib/Re2Functions.cpp
+10 −0 velox/functions/lib/Re2Functions.h
+0 −9 velox/functions/lib/RegistrationHelpers.h
+11 −2 velox/functions/prestosql/Comparisons.cpp
+102 −5 velox/functions/prestosql/DateTimeFunctions.h
+5 −0 velox/functions/prestosql/benchmarks/CMakeLists.txt
+77 −32 velox/functions/prestosql/benchmarks/ComparisonsBenchmark.cpp
+69 −0 velox/functions/prestosql/benchmarks/RegexpReplaceBenchmark.cpp
+10 −0 velox/functions/prestosql/registration/ComparisonFunctionsRegistration.cpp
+26 −0 velox/functions/prestosql/registration/DateTimeFunctionsRegistration.cpp
+5 −0 velox/functions/prestosql/registration/StringFunctionsRegistration.cpp
+137 −83 velox/functions/prestosql/tests/DateTimeFunctionsTest.cpp
+155 −0 velox/functions/prestosql/tests/RegexpReplaceTest.cpp

0 comments on commit c55dad6

Please sign in to comment.