FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
unified-memory-framework/.github/scripts/install_oneAPI.sh at main · sarnex/unified-memory-framework · GitHub
sarnex
/
unified-memory-framework
Public
forked from
oneapi-src/unified-memory-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
unified-memory-framework
/
.github
/
scripts
/
install_oneAPI.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (11 loc) · 773 Bytes
Breadcrumbs
unified-memory-framework
/
.github
/
scripts
/
install_oneAPI.sh
Copy path
File metadata and controls
executable file
·
13 lines (11 loc) · 773 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/bash
#
Copyright (C) 2025 Intel Corporation
#
Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
#
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
install_oneAPI.sh - Script for installing Intel oneAPI from the official repository
apt-get update
apt-get install -y gpg-agent gnupg wget
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
|
gpg --dearmor -o /usr/share/keyrings/oneapi-archive-keyring.gpg
echo
'
deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main
'
>
/etc/apt/sources.list.d/oneAPI.list
apt-get update
apt-get install -y intel-oneapi-ippcp-devel intel-oneapi-ipp-devel intel-oneapi-common-oneapi-vars intel-oneapi-compiler-dpcpp-cpp
Back
|
FazBrowse Home
|
New Git URL