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