Skip to content

oneAPI.jl Setup & Build Instructions

Kali Uday Balleda edited this page Apr 6, 2023 · 1 revision

Download and extract Julia 1.8:

Clone oneAPI.jl repo to enable oneAPI.jl:

Install dependencies (this will take minute)

  • $JULIA --project -e 'using Pkg; Pkg.instantiate()'

Build with local changes

  • $JULIA --project -e 'using Pkg; Pkg.build()'

Test oneAPI installation

  • $JULIA --project -e 'using oneAPI; oneAPI.versioninfo()'

Clone this wiki locally