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