|
1 | 1 | ---
|
2 |
| -title: 'Deep learning' |
| 2 | +title: 'Deep learning (deprecated)' |
3 | 3 | description: This article provides a conceptual overview of the deep learning and data science capabilities available through Apache Spark on Azure Synapse Analytics.
|
4 | 4 | author: midesa
|
5 | 5 | ms.service: synapse-analytics
|
6 | 6 | ms.topic: conceptual
|
7 | 7 | ms.subservice: machine-learning
|
8 |
| -ms.date: 05/02/2024 |
| 8 | +ms.date: 07/15/2024 |
9 | 9 | ms.author: midesa
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Deep learning (Preview) |
| 12 | +# Deep learning (deprecated) |
13 | 13 |
|
14 | 14 | 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.
|
15 | 15 |
|
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. |
19 | 23 |
|
20 | 24 | ## GPU-enabled Apache Spark pools
|
21 | 25 |
|
22 | 26 | 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.
|
23 | 27 |
|
24 | 28 | > [!NOTE]
|
25 | 29 | > - 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). |
27 | 31 | > - 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.
|
28 | 32 |
|
29 | 33 | ## GPU ML Environment
|
@@ -63,4 +67,4 @@ For more information about Petastorm, you can visit the [Petastorm GitHub page](
|
63 | 67 | 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:
|
64 | 68 |
|
65 | 69 | - 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) |
0 commit comments