Skip to content

Commit

Permalink
Download and install oneAPI for AMD GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Jun 27, 2023
1 parent 31f8e07 commit e407286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependencies/dependencies_codeplay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ set -eu -o pipefail
curl -o oneapi_nvidia.sh -L "https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=nvidia&filters[]=linux&aat=$1"
chmod +x oneapi_nvidia.sh
sudo ./oneapi_nvidia.sh --yes

curl -o oneapi_amd.sh -L "https://developer.codeplay.com/api/v1/products/download?product=oneapi&variant=amd&filters[]=linux&aat=$1"
chmod +x oneapi_amd.sh
sudo ./oneapi_amd.sh --yes

0 comments on commit e407286

Please sign in to comment.