SPO600 SVE2 Lab
Revision as of 09:42, 1 November 2023 by Chris Tyler (talk | contribs)
Lab 6
References
- See SVE2
Task
- Create a new version of the volume scaling code from the Algorithm Selection Lab but which uses SVE2 instructions. You can choose to use any of these three approaches:
- auto-vectorization
- inline assembler
- intrinsics
- Build, debug, and test the code.
- Prove that the code is using SVE2 instructions by analyzing the disassembly of the relevant portion of the binary.
- Blog your results, including:
- Your source code
- The challenges encountered
- Why you chose the approach you used
- Your reflections on performing the lab