Skip to content

Commit

Permalink
mi300 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YangWang92 committed Nov 8, 2024
1 parent dd94cbd commit 851ecb3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
clang*

llvm*

LLVM*
4 changes: 2 additions & 2 deletions install_amd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ if $USER_IS_ROOT; then
apt-get install llvm-16
else
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main" | sudo tee /etc/apt/sources.list
echo "deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main" | sudo tee /etc/apt/sources.list
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main" | sudo tee -a /etc/apt/sources.list
echo "deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main" | sudo tee -a /etc/apt/sources.list
sudo apt-get install llvm-16
fi

Expand Down

0 comments on commit 851ecb3

Please sign in to comment.