archrelease: copy trunk to community-any
[ArchLinux/community.git] / hipsparse / repos / community-x86_64 / test.sh
blob748b0e18f8843075fa6049b0591fab78e6e0dda2
1 #! /usr/bin/env sh
3 OUT=$(mktemp -d)
4 /opt/rocm/bin/hipcc -o "$OUT"/test test.cpp -lhipsparse -lrocsparse
5 "$OUT"/test