From c61f61308f4c34ce959da9fc26e556871625fe8b Mon Sep 17 00:00:00 2001 From: Jason Lowe Date: Tue, 11 Apr 2023 19:51:30 -0500 Subject: [PATCH] Update GPU_ARCHS default to RAPIDS (#1064) Signed-off-by: Jason Lowe --- CONTRIBUTING.md | 24 ++++++++++++------------ pom.xml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 441e0836b1..bd0aea8889 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,18 +67,18 @@ settings. If an explicit reconfigure of libcudf is needed (e.g.: when changing c The following build properties can be set on the Maven command-line (e.g.: `-DCPP_PARALLEL_LEVEL=4`) to control aspects of the build: -|Property Name |Description |Default| -|------------------------------------|---------------------------------------|-------| -|`CPP_PARALLEL_LEVEL` |Parallelism of the C++ builds |10 | -|`GPU_ARCHS` |CUDA architectures to target |ALL | -|`CUDF_USE_PER_THREAD_DEFAULT_STREAM`|CUDA per-thread default stream |ON | -|`RMM_LOGGING_LEVEL` |RMM logging control |OFF | -|`USE_GDS` |Compile with GPU Direct Storage support|OFF | -|`BUILD_TESTS` |Compile tests |OFF | -|`BUILD_BENCHMARKS` |Compile benchmarks |OFF | -|`libcudf.build.configure` |Force libcudf build to configure |false | -|`libcudf.clean.skip` |Whether to skip cleaning libcudf build |true | -|`submodule.check.skip` |Whether to skip checking git submodules|false | +|Property Name |Description | Default | +|------------------------------------|---------------------------------------|---------| +|`CPP_PARALLEL_LEVEL` |Parallelism of the C++ builds | 10 | +|`GPU_ARCHS` |CUDA architectures to target | RAPIDS | +|`CUDF_USE_PER_THREAD_DEFAULT_STREAM`|CUDA per-thread default stream | ON | +|`RMM_LOGGING_LEVEL` |RMM logging control | OFF | +|`USE_GDS` |Compile with GPU Direct Storage support| OFF | +|`BUILD_TESTS` |Compile tests | OFF | +|`BUILD_BENCHMARKS` |Compile benchmarks | OFF | +|`libcudf.build.configure` |Force libcudf build to configure | false | +|`libcudf.clean.skip` |Whether to skip cleaning libcudf build | true | +|`submodule.check.skip` |Whether to skip checking git submodules| false | ### Local testing of cross-repo contributions cudf, spark-rapids-jni, and spark-rapids diff --git a/pom.xml b/pom.xml index 2a27d391f4..1719a0429b 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 0.15.1 10 - ALL + RAPIDS ON OFF