repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: ufw 0.36.2-1
[ArchLinux/community.git]
/
rocsparse
/
trunk
/
test.sh
blob
6032006c52918063f6af64ba4d916cd0761bb669
1
#! /usr/bin/env sh
2
3
OUT
=
$
(
mktemp
-d
)
4
/
opt
/
rocm
/
bin
/
hipcc
-o
"
$OUT
"
/
test test
.cpp
-lrocsparse
5
"
$OUT
"
/
test