diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1c65f4b4..c2c9f83eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - PR #2996: Removing the max_depth restriction for switching to the batched backend - PR #3004: Remove Single Process Multi GPU (SPMG) code - PR #3044: Move leftover `linalg` and `stats` to RAFT namespaces +- PR #3067: Deleting prims moved to RAFT and updating header paths - PR #3074: Reducing dask coordinate descent test runtime ## Bug Fixes diff --git a/cpp/bench/common/ml_benchmark.hpp b/cpp/bench/common/ml_benchmark.hpp index 678c32da52..a205256cda 100644 --- a/cpp/bench/common/ml_benchmark.hpp +++ b/cpp/bench/common/ml_benchmark.hpp @@ -17,8 +17,8 @@ #pragma once #include -#include #include +#include #include #include #include diff --git a/cpp/bench/prims/add.cu b/cpp/bench/prims/add.cu index 797019b574..c89c7413d4 100644 --- a/cpp/bench/prims/add.cu +++ b/cpp/bench/prims/add.cu @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/distance_common.cuh b/cpp/bench/prims/distance_common.cuh index 6e8ca6460e..112d17d18f 100644 --- a/cpp/bench/prims/distance_common.cuh +++ b/cpp/bench/prims/distance_common.cuh @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include #include "../common/ml_benchmark.hpp" diff --git a/cpp/bench/prims/fused_l2_nn.cu b/cpp/bench/prims/fused_l2_nn.cu index f58fcbfdb4..60a2a6cfaa 100644 --- a/cpp/bench/prims/fused_l2_nn.cu +++ b/cpp/bench/prims/fused_l2_nn.cu @@ -14,11 +14,11 @@ * limitations under the License. */ -#include +#include #include #include -#include -#include +#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/gram_matrix.cu b/cpp/bench/prims/gram_matrix.cu index 3f705bc6a6..f8cbf664c6 100644 --- a/cpp/bench/prims/gram_matrix.cu +++ b/cpp/bench/prims/gram_matrix.cu @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/cpp/bench/prims/map_then_reduce.cu b/cpp/bench/prims/map_then_reduce.cu index 779474cf8d..2bd8bf2501 100644 --- a/cpp/bench/prims/map_then_reduce.cu +++ b/cpp/bench/prims/map_then_reduce.cu @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/matrix_vector_op.cu b/cpp/bench/prims/matrix_vector_op.cu index b03fe6ce6e..4dd7a3ea75 100644 --- a/cpp/bench/prims/matrix_vector_op.cu +++ b/cpp/bench/prims/matrix_vector_op.cu @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/permute.cu b/cpp/bench/prims/permute.cu index 32de6f62fe..8d3b8f1157 100644 --- a/cpp/bench/prims/permute.cu +++ b/cpp/bench/prims/permute.cu @@ -14,9 +14,9 @@ * limitations under the License. */ -#include +#include +#include #include -#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/reduce.cu b/cpp/bench/prims/reduce.cu index 8b0ed01522..0ed557ab71 100644 --- a/cpp/bench/prims/reduce.cu +++ b/cpp/bench/prims/reduce.cu @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/prims/rng.cu b/cpp/bench/prims/rng.cu index 3a5c29395b..af1281eb0e 100644 --- a/cpp/bench/prims/rng.cu +++ b/cpp/bench/prims/rng.cu @@ -14,8 +14,8 @@ * limitations under the License. */ -#include -#include +#include +#include #include "../common/ml_benchmark.hpp" namespace MLCommon { diff --git a/cpp/bench/sg/arima_loglikelihood.cu b/cpp/bench/sg/arima_loglikelihood.cu index e019b58bf6..d13e859e49 100644 --- a/cpp/bench/sg/arima_loglikelihood.cu +++ b/cpp/bench/sg/arima_loglikelihood.cu @@ -22,9 +22,9 @@ #include #include -#include +#include -#include +#include #include "benchmark.cuh" namespace ML { diff --git a/cpp/bench/sg/benchmark.cuh b/cpp/bench/sg/benchmark.cuh index 6f65e4d469..2669b79019 100644 --- a/cpp/bench/sg/benchmark.cuh +++ b/cpp/bench/sg/benchmark.cuh @@ -17,8 +17,8 @@ #pragma once #include -#include #include +#include #include #include #include "../common/ml_benchmark.hpp" diff --git a/cpp/bench/sg/dataset.cuh b/cpp/bench/sg/dataset.cuh index ba85316a0e..ce9d243a85 100644 --- a/cpp/bench/sg/dataset.cuh +++ b/cpp/bench/sg/dataset.cuh @@ -16,15 +16,15 @@ #pragma once -#include -#include +#include +#include #include -#include #include #include #include #include -#include +#include +#include #include #include #include diff --git a/cpp/bench/sg/dataset_ts.cuh b/cpp/bench/sg/dataset_ts.cuh index bdabe6561b..b43029d22b 100644 --- a/cpp/bench/sg/dataset_ts.cuh +++ b/cpp/bench/sg/dataset_ts.cuh @@ -17,11 +17,11 @@ #pragma once #include -#include #include +#include -#include -#include +#include +#include namespace ML { namespace Bench { diff --git a/cpp/bench/sg/umap.cu b/cpp/bench/sg/umap.cu index 4577017630..d7ddb31552 100644 --- a/cpp/bench/sg/umap.cu +++ b/cpp/bench/sg/umap.cu @@ -14,9 +14,9 @@ * limitations under the License. */ -#include #include #include +#include #include #include "benchmark.cuh" diff --git a/cpp/cmake/Dependencies.cmake b/cpp/cmake/Dependencies.cmake index 804a9de685..ffa014641b 100644 --- a/cpp/cmake/Dependencies.cmake +++ b/cpp/cmake/Dependencies.cmake @@ -39,7 +39,7 @@ else(DEFINED ENV{RAFT_PATH}) ExternalProject_Add(raft GIT_REPOSITORY https://github.com/rapidsai/raft.git - GIT_TAG 3f8a4bf6f81289f1fdaae9a5bd4a10de8674aa5c + GIT_TAG 9b3afe67895fbea397fb2c72375157aadfc132d8 PREFIX ${RAFT_DIR} CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/cpp/include/cuml/tsa/arima_common.h b/cpp/include/cuml/tsa/arima_common.h index 43d3b364d0..e2220727e8 100644 --- a/cpp/include/cuml/tsa/arima_common.h +++ b/cpp/include/cuml/tsa/arima_common.h @@ -20,7 +20,7 @@ #include -#include +#include #include #include #include diff --git a/cpp/src/arima/batched_arima.cu b/cpp/src/arima/batched_arima.cu index 6274a783ff..3b7570fdf9 100644 --- a/cpp/src/arima/batched_arima.cu +++ b/cpp/src/arima/batched_arima.cu @@ -28,14 +28,14 @@ #include #include -#include +#include #include #include #include -#include #include -#include #include +#include +#include #include namespace ML { diff --git a/cpp/src/arima/batched_kalman.cu b/cpp/src/arima/batched_kalman.cu index cbde9b7729..932f50d07c 100644 --- a/cpp/src/arima/batched_kalman.cu +++ b/cpp/src/arima/batched_kalman.cu @@ -24,14 +24,14 @@ #include #include -#include +#include #include #include #include #include -#include #include -#include +#include +#include #include #include diff --git a/cpp/src/common/allocatorAdapter.hpp b/cpp/src/common/allocatorAdapter.hpp index 7d1a8b9997..06aaf879d7 100644 --- a/cpp/src/common/allocatorAdapter.hpp +++ b/cpp/src/common/allocatorAdapter.hpp @@ -22,7 +22,7 @@ #include -#include +#include #include namespace ML { diff --git a/cpp/src/common/cumlHandle.cpp b/cpp/src/common/cumlHandle.cpp index d704f037f3..c4697c14b5 100644 --- a/cpp/src/common/cumlHandle.cpp +++ b/cpp/src/common/cumlHandle.cpp @@ -15,7 +15,7 @@ */ #include "cumlHandle.hpp" -#include +#include #include #include #include diff --git a/cpp/src/common/cuml_api.cpp b/cpp/src/common/cuml_api.cpp index 802c71ca93..fb66ff78ab 100644 --- a/cpp/src/common/cuml_api.cpp +++ b/cpp/src/common/cuml_api.cpp @@ -14,8 +14,8 @@ * limitations under the License. */ -#include #include +#include #include #include #include diff --git a/cpp/src/common/tensor.hpp b/cpp/src/common/tensor.hpp index e08de1e89c..5646d421c2 100644 --- a/cpp/src/common/tensor.hpp +++ b/cpp/src/common/tensor.hpp @@ -16,7 +16,7 @@ #pragma once -#include +#include #include #include diff --git a/cpp/src/dbscan/adjgraph/algo.cuh b/cpp/src/dbscan/adjgraph/algo.cuh index e9146a9a45..f80a827d7c 100644 --- a/cpp/src/dbscan/adjgraph/algo.cuh +++ b/cpp/src/dbscan/adjgraph/algo.cuh @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include "../common.cuh" #include "pack.h" diff --git a/cpp/src/dbscan/adjgraph/naive.cuh b/cpp/src/dbscan/adjgraph/naive.cuh index 982fdad4fd..ae44f5a59e 100644 --- a/cpp/src/dbscan/adjgraph/naive.cuh +++ b/cpp/src/dbscan/adjgraph/naive.cuh @@ -16,10 +16,10 @@ #pragma once -#include +#include #include #include -#include +#include #include "../common.cuh" #include "pack.h" diff --git a/cpp/src/dbscan/dbscan.cu b/cpp/src/dbscan/dbscan.cu index 6ef1ed5077..7f8ae9e286 100644 --- a/cpp/src/dbscan/dbscan.cu +++ b/cpp/src/dbscan/dbscan.cu @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include #include +#include #include #include #include "dbscan.cuh" diff --git a/cpp/src/dbscan/runner.cuh b/cpp/src/dbscan/runner.cuh index 91aa982024..1f0a5c7f8d 100644 --- a/cpp/src/dbscan/runner.cuh +++ b/cpp/src/dbscan/runner.cuh @@ -16,12 +16,12 @@ #pragma once -#include +#include #include #include #include -#include #include