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
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
hipsparse
/
repos
/
community-x86_64
/
test.sh
blob
748b0e18f8843075fa6049b0591fab78e6e0dda2
1
#! /usr/bin/env sh
2
3
OUT
=
$
(
mktemp
-d
)
4
/
opt
/
rocm
/
bin
/
hipcc
-o
"
$OUT
"
/
test test
.cpp
-lhipsparse -lrocsparse
5
"
$OUT
"
/
test