We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052234d commit 779272dCopy full SHA for 779272d
scripts/install-conda.sh
@@ -7,6 +7,7 @@ install_env() {
7
find /opt/intel/oneapi/ \( -name '*.so' -or -name '*.so.*' \) -exec cp -n {} $HOME/miniforge3/envs/triton/lib \;
8
ln -snf /usr/include/level_zero $HOME/miniforge3/envs/triton/bin/../x86_64-conda-linux-gnu/sysroot/usr/include/level_zero
9
find /usr -name libze_\* -exec cp -n {} $HOME/miniforge3/envs/triton/lib \;
10
+ ln -snf /opt/intel/oneapi/compiler/2024.1/include/sycl $HOME/miniforge3/envs/triton/include/sycl
11
}
12
13
print_env_info() {
0 commit comments