Skip to content

Commit

Permalink
update cudf submodule ref to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Sep 6, 2024
1 parent c17a425 commit a60f3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/cudf
Submodule cudf updated 37 files
+14 −14 .github/workflows/build.yaml
+1 −1 .github/workflows/pandas-tests.yaml
+24 −24 .github/workflows/pr.yaml
+3 −3 .github/workflows/pr_issue_status_automation.yml
+12 −12 .github/workflows/test.yaml
+1 −1 README.md
+0 −2 ci/build_wheel_cudf.sh
+0 −2 ci/build_wheel_pylibcudf.sh
+4 −4 conda/environments/all_cuda-118_arch-x86_64.yaml
+4 −4 conda/environments/all_cuda-125_arch-x86_64.yaml
+2 −2 conda/recipes/custreamz/meta.yaml
+2 −2 conda/recipes/libcudf/conda_build_config.yaml
+34 −0 cpp/examples/billion_rows/CMakeLists.txt
+44 −0 cpp/examples/billion_rows/README.md
+94 −0 cpp/examples/billion_rows/brc.cpp
+116 −0 cpp/examples/billion_rows/brc_chunks.cpp
+171 −0 cpp/examples/billion_rows/brc_pipeline.cpp
+47 −0 cpp/examples/billion_rows/common.hpp
+112 −0 cpp/examples/billion_rows/groupby_results.cpp
+55 −0 cpp/examples/billion_rows/groupby_results.hpp
+1 −0 cpp/examples/build.sh
+9 −5 dependencies.yaml
+35 −3 docs/cudf/source/cudf_pandas/faq.md
+1 −3 java/pom.xml
+0 −3 java/src/main/java/ai/rapids/cudf/NativeDepsLoader.java
+2 −3 java/src/main/native/CMakeLists.txt
+1 −1 python/cudf/cudf/core/_internals/expressions.py
+1 −1 python/cudf/cudf/core/dataframe.py
+1 −1 python/cudf/cudf/core/series.py
+2 −0 python/cudf/cudf/tests/pytest.ini
+5 −1 python/cudf/cudf_pandas_tests/third_party_integration_tests/dependencies.yaml
+1 −0 python/cudf/pyproject.toml
+1 −0 python/cudf_polars/pyproject.toml
+2 −1 python/custreamz/pyproject.toml
+3 −0 python/dask_cudf/pyproject.toml
+1 −2 python/libcudf/CMakeLists.txt
+1 −0 python/pylibcudf/pyproject.toml

0 comments on commit a60f3b5

Please sign in to comment.