Skip to content

Commit 5d85e16

Browse files
committed
acrolinx issues
1 parent ecd24d3 commit 5d85e16

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

articles/synapse-analytics/spark/apache-spark-gpu-concept.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By using NVIDIA GPUs, data scientists and engineers can reduce the time necessar
2525
2626
## Create a GPU-accelerated pool
2727

28-
To simplify the process for creating and managing pools, Azure Synapse takes care of pre-installing low-level libraries and setting up all the complex networking requirements between compute nodes. This integration allows users to get started with GPU- accelerated pools within just a few minutes. To learn more about how to create a GPU-accelerated pool, you can visit the quickstart on how to [create a GPU-accelerated pool](../quickstart-create-apache-gpu-pool-portal.md).
28+
To simplify the process for creating and managing pools, Azure Synapse takes care of pre-installing low-level libraries and setting up all the complex networking requirements between compute nodes. This integration allows users to get started with GPU- accelerated pools within just a few minutes.
2929

3030
> [!NOTE]
3131
> - GPU-accelerated pools can be created in workspaces located in East US, Australia East, and North Europe.
@@ -52,8 +52,8 @@ When you select a GPU-accelerated Hardware option in Synapse Spark, you implicit
5252
- CUDA 11.2: [EULA :: CUDA Toolkit Documentation (nvidia.com)](https://docs.nvidia.com/cuda/eula/index.html)
5353
- libnccl2=2.8.4: [nccl/LICENSE.txt at master · NVIDIA/nccl (github.com)](https://github.com/NVIDIA/nccl/blob/master/LICENSE.txt)
5454
- libnccl-dev=2.8.4: [nccl/LICENSE.txt at master · NVIDIA/nccl (github.com)](https://github.com/NVIDIA/nccl/blob/master/LICENSE.txt)
55-
- libcudnn8=8.1.1: [Software License Agreement :: NVIDIA Deep Learning cuDNN Documentation](https://docs.nvidia.com/deeplearning/cudnn/sla/index.html)
56-
- libcudnn8-dev=8.1.1: [Software License Agreement :: NVIDIA Deep Learning cuDNN Documentation](https://docs.nvidia.com/deeplearning/cudnn/sla/index.html)
55+
- libcudnn8=8.1.1: [Software License Agreement :: NVIDIA Deep Learning cuDNN Documentation](https://docs.nvidia.com/deeplearning/cudnn/latest/reference/eula.html)
56+
- libcudnn8-dev=8.1.1: [Software License Agreement :: NVIDIA Deep Learning cuDNN Documentation](https://docs.nvidia.com/deeplearning/cudnn/latest/reference/eula.html)
5757
- The CUDA, NCCL, and cuDNN libraries, and the [NVIDIA End User License Agreement (with NCCL Supplement)](https://docs.nvidia.com/deeplearning/nccl/sla/index.html#overview) for the NCCL library
5858

5959
## Accelerate ETL workloads

articles/synapse-analytics/spark/apache-spark-rapids-gpu.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Apache Spark on GPU
33
description: Introduction to core concepts for Apache Spark on GPUs inside Synapse Analytics.
4-
author: Niharikadutta
4+
author: midesa
55
ms.service: synapse-analytics
66
ms.topic: overview
77
ms.subservice: spark
8-
ms.date: 02/27/2024
9-
ms.author: nidutta
8+
ms.date: 05/02/2024
9+
ms.author: midesa
1010
---
1111

1212
# Apache Spark GPU-accelerated pools in Azure Synapse Analytics (preview)
@@ -24,9 +24,8 @@ spark.conf.set('spark.rapids.sql.enabled','true/false')
2424
> Azure Synapse GPU-enabled pools are currently in Public Preview.
2525
2626
> [!WARNING]
27-
> - The GPU accelerated preview is limited to the [Azure Synapse 3.1 (unsupported)](../spark/apache-spark-3-runtime.md) and [Apache Spark 3.2 (End of Support announced)](../spark/apache-spark-32-runtime.md) runtimes.
28-
> - Azure Synapse Runtime for Apache Spark 3.1 has reached its End of Support as of January 26, 2023, with official support discontinued effective January 26, 2024, and no further addressing of support tickets, bug fixes, or security updates beyond this date.
29-
> - End of Support announced for Azure Synapse Runtime for Apache Spark 3.2 has been announced July 8, 2023. End of Support announced runtimes will not have bug and feature fixes. Security fixes will be backported based on risk assessment. This runtime will be retired and disabled as of July 8, 2024.
27+
> - The GPU accelerated preview is limited to the [Apache Spark 3.2 (End of Support announced)](../spark/apache-spark-32-runtime.md) runtime. End of Support announced for Azure Synapse Runtime for Apache Spark 3.2 has been announced July 8, 2023. End of Support announced runtimes will not have bug and feature fixes. Security fixes will be backported based on risk assessment. This runtime and the corresponding GPU accelerated preview on Spark 3.2 will be retired and disabled as of July 8, 2024.
28+
> - The GPU accelerated preview is now unsupported on the [Azure Synapse 3.1 (unsupported) runtime](../spark/apache-spark-3-runtime.md). Azure Synapse Runtime for Apache Spark 3.1 has reached its End of Support as of January 26, 2023, with official support discontinued effective January 26, 2024, and no further addressing of support tickets, bug fixes, or security updates beyond this date.
3029
3130
## RAPIDS Accelerator for Apache Spark
3231

articles/synapse-analytics/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,6 @@ items:
694694
href: quickstart-create-apache-spark-pool-portal.md
695695
- name: Create a Spark pool using Synapse Studio
696696
href: quickstart-create-apache-spark-pool-studio.md
697-
- name: Create a GPU-accelerated Apache Spark pool
698-
href: quickstart-create-apache-gpu-pool-portal.md
699697
- name: Tutorials
700698
items:
701699
- name: Data visualization with Synapse Studio notebooks

0 commit comments

Comments
 (0)