aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <burnus@gcc.gnu.org>2019-11-05 10:01:57 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2019-11-05 10:01:57 +0100
commit16a3a930ce83bc199bdae9c7e98914783c3ef534 (patch)
tree9662e924af6695d4a3e6a97dcdb12075918b4e33 /gcc
parentdb81e91cc66acc7d439750affde9374971341428 (diff)
downloadgcc-16a3a930ce83bc199bdae9c7e98914783c3ef534.zip
gcc-16a3a930ce83bc199bdae9c7e98914783c3ef534.tar.gz
gcc-16a3a930ce83bc199bdae9c7e98914783c3ef534.tar.bz2
Really add gcc/config/gcn/t-omp-device
gcc/ * config/gcn/t-omp-device: New. Should have been part of Rev. 277797. From-SVN: r277817
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/gcn/t-omp-device4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/gcn/t-omp-device b/gcc/config/gcn/t-omp-device
new file mode 100644
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 >> $@