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]
/
hip-runtime-amd
/
trunk
/
test.sh
blob
8f17dd769682aa318d9bf3d325ecd32b1c3411d9
1
#!/usr/bin/env sh
2
3
OUT
=
$
(
mktemp
-d
)
4
5
/
opt
/
rocm
/
bin
/
hipcc
-o
"
$OUT
/test"
test
.cpp
6
"
$OUT
"
/
test