2024-03-18 12:30:50 +01:00

6 lines
105 B
Bash
Executable File

#! /usr/bin/env sh
OUT=$(mktemp -d)
/opt/rocm/bin/hipcc -o "$OUT"/test test.cpp -lrocsparse
"$OUT"/test