summarylogtreecommitdiffstats
path: root/test.sh
blob: 8f17dd769682aa318d9bf3d325ecd32b1c3411d9 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh

OUT=$(mktemp -d)

/opt/rocm/bin/hipcc -o "$OUT/test" test.cpp
"$OUT"/test