archrelease: copy trunk to community-any
[ArchLinux/community.git] / rocsolver / trunk / test.sh
blob4615d4a7357d7e82763ed01226bd6cee46fd259c
1 #! /usr/bin/env sh
3 OUT=$(mktemp -d)
4 /opt/rocm/bin/hipcc -o "$OUT"/test test.cpp -lrocsolver -lrocblas
5 "$OUT"/test