oneapi-src / level-zero-spec

MIT License
17 stars 25 forks source link

Contents

This repo contains the following:

Source Code Generation

Code is generated using included Python scripts.

Documentation

Documentation is generated from source code using Doxygen.

Third-Party Tools

Contains requirements for building spec. Compiler tools for building need to be manually installed for Windows.

Building

Project is defined using CMake.

Windows: Generating Visual Studio Project. EXE and binaries will be in build/bin/{build_config}

mkdir build
cd build
cmake {path_to_source_dir} -G "Visual Studio 15 2017 Win64"

Linux: Executable and binaries will be in build/bin

mkdir build
cd build
cmake {path_to_source_dir}
make