Skip to content

Commit 4d0be9e

Browse files
Update title and content for FEXPA learning path
1 parent 865e5aa commit 4d0be9e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/fexpa

content/learning-paths/servers-and-cloud-computing/fexpa/_index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
2-
title: Accelerate the exponential function
2+
title: Optimize exponential functions with FEXPA
33

4-
draft: true
5-
cascade:
6-
draft: true
74

85
minutes_to_complete: 15
96

10-
who_is_this_for: This is an introductory topic for developers interested in implementing the exponential function and optimizing it. The Scalable Vector Extension (SVE), introduced with the Armv8-A architecture, includes a dedicated instruction, FEXPA. Although initially not supported in SME, the FEXPA instruction has been made available in Scalable Matrix Extension (SME) version 2.2.
7+
who_is_this_for: This is an introductory topic for developers interested in accelerating exponential function computations using Arm's Scalable Vector Extension (SVE). The FEXPA instruction provides hardware acceleration for exponential calculations on Arm Neoverse processors.
118

129
learning_objectives:
1310
- Implement the exponential function using SVE intrinsics
1411
- Optimize the function with FEXPA
1512

1613
prerequisites:
17-
- Access to an [AWS Graviton4, Google Axion, or Azure Cobalt 100 virtual machine from a cloud service provider](/learning-paths/servers-and-cloud-computing/csp/).
18-
- Some familiarity with SIMD programming and SVE intrinsics.
14+
- Access to an [AWS Graviton4, Google Axion, or Azure Cobalt 100 virtual machine from a cloud service provider](/learning-paths/servers-and-cloud-computing/csp/)
15+
- Some familiarity with SIMD programming and SVE intrinsics
1916

2017
author:
2118
- Arnaud Grasset
@@ -54,3 +51,4 @@ weight: 1 # _index.md always has weight of 1 to order corr
5451
layout: "learningpathall" # All files under learning paths have this same wrapper
5552
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
5653
---
54+

0 commit comments

Comments
 (0)