Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Build oneCCL

Sriram Ramkrishna edited this page Mar 29, 2023 · 2 revisions

How to build oneCCL

Pre-quisite

Building the oneCCL library requires that you set up the pre-requisites. Please

Building oneCCL

Clone the oneCCL repository:

$ git clone https://github.com/oneapi-src/oneCCL $ cd oneCCL

Create a build directory: $ mkdir build

Then start the build like so:

$ cmake ..

The build should complete successfully, in addition it runs unit tests as well. So you should see a complete test through the bill.

You should have a full build of the oneCCl library.