forked from JuliaGPU/oneAPI.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
oneAPI.jl Setup & Build Instructions
Kali Uday Balleda edited this page Apr 6, 2023
·
1 revision
Download and extract Julia 1.8:
- wget https://julialang-s3.julialang.org/bin/linux/x64/1.8/julia-1.8.5-linux-x86_64.tar.gz
- tar -xvf julia-1.8.5-linux-x86_64.tar.gz
- export JULIA=$(echo $(pwd)/julia-*/bin/julia)
Clone oneAPI.jl repo to enable oneAPI.jl:
- git clone https://github.com/JuliaGPU/oneAPI.jl
- cd 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()'