We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Building the oneCCL library requires that you set up the pre-requisites. Please
Clone the oneCCL repository:
$ git clone https://github.com/oneapi-src/oneCCL $ cd oneCCL
$ git clone https://github.com/oneapi-src/oneCCL
$ cd oneCCL
Create a build directory: $ mkdir build
$ 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.