From b363bf4320d1b634b92e771cdd985d36481fc6e5 Mon Sep 17 00:00:00 2001 From: Cary Russell Date: Tue, 23 Jul 2024 13:05:04 -0400 Subject: [PATCH 1/3] cuda 12 deprecation --- _notices/rsn0039.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _notices/rsn0039.md diff --git a/_notices/rsn0039.md b/_notices/rsn0039.md new file mode 100644 index 00000000000..1c4fcc94bdd --- /dev/null +++ b/_notices/rsn0039.md @@ -0,0 +1,33 @@ +--- +layout: notice +parent: RAPIDS Support Notices +grand_parent: RAPIDS Notices +nav_exclude: true +notice_type: rsn +# Update meta-data for notice +notice_id: 39 # should match notice number +notice_pin: true # set to true to pin to notice page +title: "Deprecation Announcement Dropping CUDA 12.2 support in our Docker Images in Release v24.08" +notice_author: RAPIDS Ops +notice_status: In Progress +notice_status_color: yellow +# 'notice_status' and 'notice_status_color' combinations: +# "Proposal" - "blue" +# "Completed" - "green" +# "Review" - "purple" +# "In Progress" - "yellow" +# "Closed" - "red" +notice_topic: Platform Support Change +notice_rapids_version: "v24.08" +notice_created: 2024-07-23 +# 'notice_updated' should match 'notice_created' until an update is made +notice_updated: 2024-07-23 +--- + +## Overview + +RAPIDS is planning to deprecate support of CUDA 12.2 Docker containers in Release `v24.08`, and to cease publishing CUDA 12.2 Docker containers before the `v24.10` release. The CUDA 12.2 containers will be replaced by CUDA 12.5 containers. We are continuing support for CUDA 11.8 and 12.0 containers + +## Impact + +Effective RAPIDS `v24.08` release, RAPIDS will cease distribution of CUDA 12.2 Docker containers. RAPIDS will continue to support CUDA 11.8, 12.0 and 12.5 containers. Users who still wish to use CUDA 12.2 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda installation. From f49d78e207a0b3780af9aac9c13e1b699730ecda Mon Sep 17 00:00:00 2001 From: caryr35 Date: Tue, 23 Jul 2024 14:17:00 -0400 Subject: [PATCH 2/3] Update _notices/rsn0039.md Co-authored-by: Bradley Dice --- _notices/rsn0039.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_notices/rsn0039.md b/_notices/rsn0039.md index 1c4fcc94bdd..3b120df4700 100644 --- a/_notices/rsn0039.md +++ b/_notices/rsn0039.md @@ -26,7 +26,9 @@ notice_updated: 2024-07-23 ## Overview -RAPIDS is planning to deprecate support of CUDA 12.2 Docker containers in Release `v24.08`, and to cease publishing CUDA 12.2 Docker containers before the `v24.10` release. The CUDA 12.2 containers will be replaced by CUDA 12.5 containers. We are continuing support for CUDA 11.8 and 12.0 containers +RAPIDS is planning to deprecate support of CUDA 12.2 Docker containers in Release `v24.08`, and to cease publishing CUDA 12.2 Docker containers before the `v24.10` release. +The CUDA 12.2 containers will be replaced by CUDA 12.5 containers. +We are continuing support for CUDA 11.8 and 12.0 containers. ## Impact From 9a0ba35a9cf76beff4765586b83fbed3c559872b Mon Sep 17 00:00:00 2001 From: caryr35 Date: Tue, 23 Jul 2024 14:17:10 -0400 Subject: [PATCH 3/3] Update _notices/rsn0039.md Co-authored-by: Bradley Dice --- _notices/rsn0039.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_notices/rsn0039.md b/_notices/rsn0039.md index 3b120df4700..1e17fde1292 100644 --- a/_notices/rsn0039.md +++ b/_notices/rsn0039.md @@ -32,4 +32,6 @@ We are continuing support for CUDA 11.8 and 12.0 containers. ## Impact -Effective RAPIDS `v24.08` release, RAPIDS will cease distribution of CUDA 12.2 Docker containers. RAPIDS will continue to support CUDA 11.8, 12.0 and 12.5 containers. Users who still wish to use CUDA 12.2 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda installation. +Effective RAPIDS `v24.08` release, RAPIDS will cease distribution of CUDA 12.2 Docker containers. +RAPIDS will continue to support CUDA 11.8, 12.0 and 12.5 containers. +Users who still wish to use CUDA 12.2 (or other versions in the CUDA 11.x or 12.x series) may continue to use RAPIDS via conda or pip.