You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOC] update cuda13 related jars in download page [skip ci] (#14476)
Fixes#14019.
### Description
Since 25.10 we support CUDA 13, but the CUDA 13 jars were only added to
the `release/25.12` branch (#14028) and not propagated to `main`. This
PR adds the CUDA 13 download entries for the current v26.02.1 release.
Changes:
- Organized download table into separate "CUDA 12" and "CUDA 13"
sections
- Added 4 CUDA 13 jar entries (x86_64/arm64, Scala 2.12/2.13) with
proper Maven coordinates
- Added CUDA 13 build and testing information (built against CUDA 13.0,
tested on H100 and GB100)
Signed-off-by: liyuan <yuali@nvidia.com>
### Checklists
- [x] This PR has added documentation for new or modified features or
behaviors.
- [ ] This PR has added new tests or modified existing tests to cover
new code paths.
- [ ] Performance testing has been performed and its results are added
in the PR description. Or, an issue has been filed with a link in the PR
description.
---------
Signed-off-by: liyuan <yuali@nvidia.com>
Signed-off-by: Sameer Raheja <sraheja@.nvidia.com>
Co-authored-by: Sameer Raheja <sraheja@.nvidia.com>
Copy file name to clipboardExpand all lines: docs/archive.md
+172Lines changed: 172 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,178 @@ nav_order: 15
5
5
---
6
6
Below are archived releases for RAPIDS Accelerator for Apache Spark.
7
7
8
+
## Release v26.02.1
9
+
### Hardware Requirements:
10
+
11
+
The plugin is designed to work on NVIDIA Volta, Turing, Ampere, Ada Lovelace, Hopper and Blackwell generation datacenter GPUs. The plugin jar is tested on the following GPUs:
OS: Spark RAPIDS is compatible with any Linux distribution with glibc >= 2.28 (Please check ldd --version output). glibc 2.28 was released August 1, 2018.
18
+
Tested on Ubuntu 22.04, Ubuntu 24.04, Rocky Linux 8 and Rocky Linux 9
19
+
20
+
NVIDIA Driver*: R525+
21
+
22
+
Runtime:
23
+
Scala 2.12, 2.13
24
+
Python, Java Virtual Machine (JVM) compatible with your spark-version.
25
+
26
+
* Check the Spark documentation for Python and Java version compatibility with your specific
27
+
Spark version. For instance, visit `https://spark.apache.org/docs/3.4.1` for Spark 3.4.1.
28
+
29
+
Supported Spark versions:
30
+
Scala 2.12: Spark 3.3.x to Spark 3.5.x
31
+
Scala 2.13: Spark 3.5.0+, 4.0.0, 4.0.1, 4.1.1
32
+
33
+
Supported Databricks runtime versions for Azure and AWS:
34
+
Databricks 12.2 ML LTS (GPU, Scala 2.12, Spark 3.3.2)
35
+
Databricks 13.3 ML LTS (GPU, Scala 2.12, Spark 3.4.1)
36
+
Databricks 14.3 ML LTS (GPU, Scala 2.12, Spark 3.5.0)
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
82
+
83
+
### Release Notes
84
+
* Add support for Spark 4.1.1 ([#14120](https://github.com/NVIDIA/spark-rapids/pull/14120))
85
+
* Iceberg enhancements: identity partitioning support ([#14183](https://github.com/NVIDIA/spark-rapids/pull/14183)), all types for bucket transform ([#14001](https://github.com/NVIDIA/spark-rapids/pull/14001)), and Iceberg 1.9.2 support ([#13986](https://github.com/NVIDIA/spark-rapids/pull/13986))
86
+
* SHA-2 hash support ([#14038](https://github.com/NVIDIA/spark-rapids/pull/14038))
The plugin is designed to work on NVIDIA Volta, Turing, Ampere, Ada Lovelace, Hopper and Blackwell generation datacenter GPUs. The plugin jar is tested on the following GPUs:
OS: Spark RAPIDS is compatible with any Linux distribution with glibc >= 2.28 (Please check ldd --version output). glibc 2.28 was released August 1, 2018.
104
+
Tested on Ubuntu 22.04, Ubuntu 24.04, Rocky Linux 8 and Rocky Linux 9
105
+
106
+
NVIDIA Driver*: R525+
107
+
108
+
Runtime:
109
+
Scala 2.12, 2.13
110
+
Python, Java Virtual Machine (JVM) compatible with your spark-version.
111
+
112
+
* Check the Spark documentation for Python and Java version compatibility with your specific
113
+
Spark version. For instance, visit `https://spark.apache.org/docs/3.4.1` for Spark 3.4.1.
114
+
115
+
Supported Spark versions:
116
+
Scala 2.12: Spark 3.3.x to Spark 3.5.x
117
+
Scala 2.13: Spark 3.5.0+, 4.0.0, 4.0.1, 4.1.1
118
+
119
+
Supported Databricks runtime versions for Azure and AWS:
120
+
Databricks 12.2 ML LTS (GPU, Scala 2.12, Spark 3.3.2)
121
+
Databricks 13.3 ML LTS (GPU, Scala 2.12, Spark 3.4.1)
122
+
Databricks 14.3 ML LTS (GPU, Scala 2.12, Spark 3.5.0)
gpg: Good signature from "NVIDIA Spark (For the signature of spark-rapids release jars) <sw-spark@nvidia.com>"
168
+
169
+
### Release Notes
170
+
* Add support for Spark 4.1.1 ([#14120](https://github.com/NVIDIA/spark-rapids/pull/14120))
171
+
* Iceberg enhancements: identity partitioning support ([#14183](https://github.com/NVIDIA/spark-rapids/pull/14183)), all types for bucket transform ([#14001](https://github.com/NVIDIA/spark-rapids/pull/14001)), and Iceberg 1.9.2 support ([#13986](https://github.com/NVIDIA/spark-rapids/pull/13986))
172
+
* SHA-2 hash support ([#14038](https://github.com/NVIDIA/spark-rapids/pull/14038))
0 commit comments