4.1.1. Requirements - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

When building from source, two different build systems are supported:

  • CMake - supported on Linux and Windows

  • configure/make - only supported on Linux

First we consider the different options available when creating and using AOCL-BLAS, and then look at some examples and platform-specific information for Linux and Windows.

The AOCL-BLAS source code is available at GitHub URL: amd/blis

Clone the Git repository amd/blis.git

Prerequisites

The following dependencies must be met for installing AOCL-BLAS:

  • Target CPU ISA supporting AVX2 and FMA (and preferably AVX512)

  • Python versions 3.4 or later

  • GNU Make 4.2 or later

  • CMake 3.22.0 or later

  • Compilers: either of

    • GCC versions 12.2 through 13.1

    • AOCC versions 4.2 or 5.0