Skip to content

Simple Arm assembly kernels for testing the performance and functionality of Arm CPUs.

License

Notifications You must be signed in to change notification settings

thats-all-forks/arm-kernels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arm Kernels

This is a suite of simple Arm assembly kernels for testing the performance and functionality of Arm CPUs.

Requirements: A compiler that understands Armv9 with i8mm extensions (e.g. GCC12+).

Quick Start:

$ make -j
$ ./arithmetic/fp64_neon_fmla.x

License

This code is provided under the BSD-3 License.

Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

About

Simple Arm assembly kernels for testing the performance and functionality of Arm CPUs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • Makefile 4.2%
  • Python 2.6%