Skip to content

Commit d032852

Browse files
authored
Merge pull request #280853 from midesa/main
GPU docs are now marked as deprecated
2 parents 5a50ae8 + d002618 commit d032852

File tree

7 files changed

+60
-46
lines changed

7 files changed

+60
-46
lines changed

articles/synapse-analytics/machine-learning/concept-deep-learning.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
---
2-
title: 'Deep learning'
2+
title: 'Deep learning (deprecated)'
33
description: This article provides a conceptual overview of the deep learning and data science capabilities available through Apache Spark on Azure Synapse Analytics.
44
author: midesa
55
ms.service: synapse-analytics
66
ms.topic: conceptual
77
ms.subservice: machine-learning
8-
ms.date: 05/02/2024
8+
ms.date: 07/15/2024
99
ms.author: midesa
1010
---
1111

12-
# Deep learning (Preview)
12+
# Deep learning (deprecated)
1313

1414
Apache Spark in Azure Synapse Analytics enables machine learning with big data, providing the ability to obtain valuable insight from large amounts of structured, unstructured, and fast-moving data. There are several options when training machine learning models using Azure Spark in Azure Synapse Analytics: Apache Spark MLlib, Azure Machine Learning, and various other open-source libraries.
1515

16-
> [!WARNING]
17-
> - 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.
18-
> - 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.
16+
> [!NOTE]
17+
> The Preview for Azure Synapse GPU-enabled pools has now been deprecated.
18+
19+
> [!CAUTION]
20+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
21+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
22+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) 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.
1923
2024
## GPU-enabled Apache Spark pools
2125

2226
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.
2327

2428
> [!NOTE]
2529
> - GPU-accelerated pools can be created in workspaces located in East US, Australia East, and North Europe.
26-
> - GPU-accelerated pools are only available with the Apache Spark 3.1 (unsupported) and 3.2 runtime.
30+
> - GPU-accelerated pools are only available with the Apache Spark 3.1 (deprecated) and 3.2 runtime (deprecated).
2731
> - You might need to request a [limit increase](../spark/apache-spark-rapids-gpu.md#quotas-and-resource-constraints-in-azure-synapse-gpu-enabled-pools) in order to create GPU-enabled clusters.
2832
2933
## GPU ML Environment
@@ -63,4 +67,4 @@ For more information about Petastorm, you can visit the [Petastorm GitHub page](
6367
This article provides an overview of the various options to train machine learning models within Apache Spark pools in Azure Synapse Analytics. You can learn more about model training by following the tutorial below:
6468

6569
- Run SparkML experiments: [Apache SparkML Tutorial](../spark/apache-spark-machine-learning-mllib-notebook.md)
66-
- Accelerate ETL workloads with RAPIDS: [Apache Spark Rapids](../spark/apache-spark-rapids-gpu.md)
70+
- Accelerate ETL workloads with RAPIDS: [Apache Spark Rapids](../spark/apache-spark-rapids-gpu.md)

articles/synapse-analytics/machine-learning/tutorial-horovod-pytorch.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: 'Tutorial: Distributed training with Horovod and PyTorch'
2+
title: 'Tutorial: Distributed training with Horovod and PyTorch (deprecated)'
33
description: Tutorial on how to run distributed training with the Horovod Estimator and PyTorch
44
ms.service: synapse-analytics
55
ms.subservice: machine-learning
66
ms.topic: tutorial
7-
ms.date: 05/02/2024
7+
ms.date: 07/15/2024
88
author: midesa
99
ms.author: midesa
1010
---
1111

12-
# Tutorial: Distributed Training with Horovod Estimator and PyTorch (Preview)
12+
# Tutorial: Distributed Training with Horovod Estimator and PyTorch (deprecated)
1313

1414
[Horovod](https://github.com/horovod/horovod) is a distributed training framework for libraries like TensorFlow and PyTorch. With Horovod, users can scale up an existing training script to run on hundreds of GPUs in just a few lines of code.
1515

@@ -20,10 +20,13 @@ Within Azure Synapse Analytics, users can quickly get started with Horovod using
2020
- [Azure Synapse Analytics workspace](../get-started-create-workspace.md) with an Azure Data Lake Storage Gen2 storage account configured as the default storage. You need to be the *Storage Blob Data Contributor* of the Data Lake Storage Gen2 file system that you work with.
2121
- Create a GPU-enabled Apache Spark pool in your Azure Synapse Analytics workspace. For details, see [Create a GPU-enabled Apache Spark pool in Azure Synapse](../spark/apache-spark-gpu-concept.md). For this tutorial, we suggest using the GPU-Large cluster size with 3 nodes.
2222

23-
> [!WARNING]
24-
> - 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.
25-
> - 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.
23+
> [!NOTE]
24+
> The Preview for Azure Synapse GPU-enabled pools has now been deprecated.
2625
26+
> [!CAUTION]
27+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
28+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
29+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) 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.
2730
2831
## Configure the Apache Spark session
2932

articles/synapse-analytics/machine-learning/tutorial-horovod-tensorflow.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Distributed training with Horovod and TensorFlow'
2+
title: 'Tutorial: Distributed training with Horovod and TensorFlow (deprecated)'
33
description: Tutorial on how to run distributed training with the Horovod Runner and TensorFlow
44
ms.service: synapse-analytics
55
ms.subservice: machine-learning
@@ -9,7 +9,7 @@ author: midesa
99
ms.author: midesa
1010
---
1111

12-
# Tutorial: Distributed Training with Horovod Runner and TensorFlow (Preview)
12+
# Tutorial: Distributed Training with Horovod Runner and TensorFlow (deprecated)
1313

1414
[Horovod](https://github.com/horovod/horovod) is a distributed training framework for libraries like TensorFlow and PyTorch. With Horovod, users can scale up an existing training script to run on hundreds of GPUs in just a few lines of code.
1515

@@ -20,10 +20,13 @@ Within Azure Synapse Analytics, users can quickly get started with Horovod using
2020
- [Azure Synapse Analytics workspace](../get-started-create-workspace.md) with an Azure Data Lake Storage Gen2 storage account configured as the default storage. You need to be the *Storage Blob Data Contributor* of the Data Lake Storage Gen2 file system that you work with.
2121
- Create a GPU-enabled Apache Spark pool in your Azure Synapse Analytics workspace. For details, see [Create a GPU-enabled Apache Spark pool in Azure Synapse](../spark/apache-spark-gpu-concept.md). For this tutorial, we suggest using the GPU-Large cluster size with 3 nodes.
2222

23-
> [!WARNING]
24-
> - 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.
25-
> - 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.
23+
> [!NOTE]
24+
> The Preview for Azure Synapse GPU-enabled pools has now been deprecated.
2625
26+
> [!CAUTION]
27+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
28+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
29+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) 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.
2730
2831
## Configure the Apache Spark session
2932

articles/synapse-analytics/machine-learning/tutorial-load-data-petastorm.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Load data with Petastorm'
2+
title: 'Load data with Petastorm (deprecated)'
33
description: This article provides a conceptual overview of how to load data with Petastorm.
44
author: midesa
55
ms.service: synapse-analytics
@@ -9,7 +9,7 @@ ms.date: 05/02/2024
99
ms.author: midesa
1010
---
1111

12-
# Load data with Petastorm (Preview)
12+
# Load data with Petastorm (deprecated)
1313

1414
Petastorm is an open source data access library, which enables single-node or distributed training of deep learning models. This library enables training directly from datasets in Apache Parquet format and datasets that are loaded as an Apache Spark DataFrame. Petastorm supports popular training frameworks such as Tensorflow and PyTorch.
1515

@@ -20,9 +20,13 @@ For more information about Petastorm, you can visit the [Petastorm GitHub page](
2020
- [Azure Synapse Analytics workspace](../get-started-create-workspace.md) with an Azure Data Lake Storage Gen2 storage account configured as the default storage. You need to be the *Storage Blob Data Contributor* of the Data Lake Storage Gen2 file system that you work with.
2121
- Create a GPU-enabled Apache Spark pool in your Azure Synapse Analytics workspace. For details, see [Create a GPU-enabled Apache Spark pool in Azure Synapse](../spark/apache-spark-gpu-concept.md). For this tutorial, we suggest using the GPU-Large cluster size with 3 nodes.
2222

23-
> [!WARNING]
24-
> - 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.
25-
> - 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.
23+
> [!NOTE]
24+
> The Preview for Azure Synapse GPU-enabled pools has now been deprecated.
25+
26+
> [!CAUTION]
27+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
28+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
29+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) 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.
2630
2731

2832
## Configure the Apache Spark session
@@ -265,4 +269,4 @@ for epoch in range(1, loop_epochs + 1):
265269
## Next steps
266270

267271
* [Check out Synapse sample notebooks](https://github.com/Azure-Samples/Synapse/tree/main/MachineLearning)
268-
* [Learn more about GPU-enabled Apache Spark pools](../spark/apache-spark-gpu-concept.md)
272+
* [Learn more about GPU-enabled Apache Spark pools](../spark/apache-spark-gpu-concept.md)

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GPU-accelerated pools
2+
title: GPU-accelerated pools (deprecated)
33
description: Introduction to GPUs inside Synapse Analytics.
44
author: midesa
55
ms.service: synapse-analytics
@@ -9,19 +9,19 @@ ms.date: 05/02/2024
99
ms.author: midesa
1010
---
1111

12-
# GPU-accelerated Apache Spark pools in Azure Synapse Analytics (Preview)
12+
# GPU-accelerated Apache Spark pools in Azure Synapse Analytics (deprecated)
1313

1414
Azure Synapse Analytics now supports Apache Spark pools accelerated with graphics processing units (GPUs).
1515

1616
By using NVIDIA GPUs, data scientists and engineers can reduce the time necessary to run data integration pipelines, score machine learning models, and more. This article describes how GPU-accelerated pools can be created and used with Azure Synapse Analytics. This article also details the GPU drivers and libraries that are pre-installed as part of the GPU-accelerated runtime.
1717

18-
> [!WARNING]
19-
> - 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.
20-
> - 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.
21-
18+
> [!CAUTION]
19+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
20+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
21+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) 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.
2222
2323
> [!NOTE]
24-
> Azure Synapse GPU-enabled pools are currently in Public Preview.
24+
> Azure Synapse GPU-enabled preview has now been deprecated.
2525
2626
## Create a GPU-accelerated pool
2727

@@ -30,7 +30,6 @@ To simplify the process for creating and managing pools, Azure Synapse takes car
3030
> [!NOTE]
3131
> - GPU-accelerated pools can be created in workspaces located in East US, Australia East, and North Europe.
3232
> - GPU-accelerated pools are only availble with the Apache Spark 3 runtime.
33-
> - You might need to request a [limit increase](./apache-spark-rapids-gpu.md#quotas-and-resource-constraints-in-azure-synapse-gpu-enabled-pools) in order to create GPU-enabled clusters.
3433
3534
## GPU-accelerated runtime
3635

0 commit comments

Comments
 (0)