Really add gcc/config/gcn/t-omp-device
authorTobias Burnus <burnus@gcc.gnu.org>
Tue, 5 Nov 2019 09:01:57 +0000 (10:01 +0100)
committerTobias 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]

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
@@ -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 >> $@