Viewing 1 post (of 1 total)
  • Author
    Posts
  • #399
    Gardinal
    Keymaster

    On Linux, here’s how to build Intel Compute Runtime:

    mkdir intel-compute-runtime
    cd intel-compute-runtime
    git clone https://github.com/intel/compute-runtime neo
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release -DNEO_SKIP_UNIT_TESTS=1 ../neo
    make -j4

    • This topic was modified 1 year, 10 months ago by Gardinal.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.