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