projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db81e91
)
Really add gcc/config/gcn/t-omp-device
author
Tobias Burnus
<burnus@gcc.gnu.org>
Tue, 5 Nov 2019 09:01:57 +0000
(10:01 +0100)
committer
Tobias Burnus
<burnus@gcc.gnu.org>
Tue, 5 Nov 2019 09:01:57 +0000
(10:01 +0100)
gcc/
* config/gcn/t-omp-device: New.
Should have been part of Rev. 277797.
From-SVN: r277817
gcc/config/gcn/t-omp-device
[new file with mode: 0644]
patch
|
blob
diff --git a/gcc/config/gcn/t-omp-device
b/gcc/config/gcn/t-omp-device
new file mode 100644
(file)
index 0000000..
288f7f0
--- /dev/null
+++ b/
gcc/config/gcn/t-omp-device
@@ -0,0
+1,4
@@
+omp-device-properties-gcn: $(srcdir)/config/gcn/gcn.c
+ echo kind: gpu > $@
+ echo arch: gcn >> $@
+ echo isa: carrizo fiji gfx900 gfx906 >> $@