Skip to content

Instantly share code, notes, and snippets.

View dipietrantonio's full-sized avatar
🏠
Working from home

Cristian Di Pietrantonio dipietrantonio

🏠
Working from home
View GitHub Profile
@cgmb
cgmb / debian-rocm-build.sh
Created November 28, 2021 21:46
Debian ROCm build script
#!/usr/bin/env bash
set -exuo pipefail
apt-get -qq update
apt-get -qq upgrade
apt-get -qq install build-essential cmake wget
DEB_WORKSPACE=$HOME # where to download and build the sources
DEB_HIP_ARCHITECTURES='gfx906:xnack-' # https://llvm.org/docs/AMDGPUUsage.html