Skip to content

Commit

Permalink
Update cudf submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 27, 2024
1 parent c18db91 commit 26aaef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 50 files
+78 −10 .github/workflows/pr.yaml
+1 −1 .pre-commit-config.yaml
+1 −1 README.md
+0 −1 ci/build_wheel_cudf.sh
+1 −1 ci/build_wheel_libcudf.sh
+0 −1 ci/build_wheel_pylibcudf.sh
+1 −7 conda/environments/all_cuda-118_arch-x86_64.yaml
+1 −7 conda/environments/all_cuda-125_arch-x86_64.yaml
+1 −3 conda/recipes/cudf/meta.yaml
+0 −3 conda/recipes/libcudf/conda_build_config.yaml
+0 −2 conda/recipes/libcudf/meta.yaml
+1 −3 conda/recipes/pylibcudf/meta.yaml
+2 −37 cpp/CMakeLists.txt
+3 −7 cpp/benchmarks/join/generate_input_tables.cuh
+2 −0 cpp/benchmarks/reduction/minmax.cpp
+2 −0 cpp/benchmarks/reduction/reduce.cpp
+2 −0 cpp/benchmarks/sort/rank_lists.cpp
+2 −0 cpp/benchmarks/sort/rank_structs.cpp
+108 −177 cpp/cmake/thirdparty/get_arrow.cmake
+7 −0 cpp/examples/interop/CMakeLists.txt
+1 −0 cpp/include/cudf/detail/copy_if.cuh
+3 −3 cpp/include/cudf/detail/indexalator.cuh
+0 −29 cpp/include/cudf/detail/utilities/cuda.cuh
+59 −0 cpp/include/cudf/detail/utilities/cuda.hpp
+7 −11 cpp/src/io/comp/debrotli.cu
+34 −0 cpp/src/utilities/cuda.cpp
+16 −7 cpp/tests/CMakeLists.txt
+4 −44 dependencies.yaml
+4 −0 java/src/main/native/CMakeLists.txt
+0 −1 python/cudf/CMakeLists.txt
+0 −3 python/cudf/cudf/_lib/CMakeLists.txt
+0 −2 python/cudf/cudf/_lib/io/CMakeLists.txt
+1 −4 python/cudf/pyproject.toml
+0 −2 python/cudf_kafka/cudf_kafka/_lib/CMakeLists.txt
+1 −3 python/cudf_kafka/pyproject.toml
+8 −5 python/cudf_polars/cudf_polars/containers/dataframe.py
+18 −9 python/cudf_polars/cudf_polars/dsl/ir.py
+1 −3 python/cudf_polars/cudf_polars/typing/__init__.py
+1 −1 python/cudf_polars/cudf_polars/utils/sorting.py
+9 −3 python/cudf_polars/pyproject.toml
+1 −2 python/custreamz/pyproject.toml
+1 −2 python/dask_cudf/pyproject.toml
+2 −7 python/libcudf/CMakeLists.txt
+0 −4 python/libcudf/libcudf/load.py
+0 −1 python/libcudf/pyproject.toml
+0 −1 python/pylibcudf/CMakeLists.txt
+0 −40 python/pylibcudf/cmake/Modules/LinkPyarrowHeaders.cmake
+0 −5 python/pylibcudf/pylibcudf/io/CMakeLists.txt
+0 −3 python/pylibcudf/pylibcudf/libcudf/io/CMakeLists.txt
+2 −5 python/pylibcudf/pyproject.toml

0 comments on commit 26aaef8

Please sign in to comment.