diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2019-11-05 10:01:57 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2019-11-05 10:01:57 +0100 |
commit | 16a3a930ce83bc199bdae9c7e98914783c3ef534 (patch) | |
tree | 9662e924af6695d4a3e6a97dcdb12075918b4e33 /gcc | |
parent | db81e91cc66acc7d439750affde9374971341428 (diff) | |
download | gcc-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-device | 4 |
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 >> $@ |