Skip to content

Releases: intel/compute-aggregation-layer

24.14.791

04 Apr 13:11
Compare
Choose a tag to compare

Installation procedure

To build Compute Aggregation Layer, a Linux machine with C++17 compliant compiler and CMake build system is required. Following commands will produce Release build.

git clone --branch 24.14.791 https://github.com/intel/compute-aggregation-layer.git
cd compute-aggregation-layer
mkdir build
cd build
cmake ../
make -j
./calrun -h

This way binaries will be produced in build catalog and ready to use. You can also install them by invoking:

sudo make install

You may also need to run ldconfig to update shared libraries cache for newly installed libraries:

sudo ldconfig

Running Compute Aggregation Layer

calrun application_name [application_arguments]

e.g.

calrun ./l0_blackbox_device

More details can be found in README.md

Validation coverage

This release was validated on Intel(R) Data Center GPU Max 1550 running in Sapphire Rapids host system under Ubuntu 22.04 LTS with the latest LTS drivers.

Limitations

Compute Aggregation Layer aims at full compatibility with oneAPI Level Zero and OpenCL(TM) API specifications. However, some functionalities may be limited in order to provide optimal performance for HPC applications.
Limitations are covered in LIMITATIONS.md