Skip to content

Commit

Permalink
Add Zen target for OpenACC
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdeakin committed Aug 8, 2019
1 parent 63cc964 commit 4bcb777
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OpenACC.make
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define target_help
Set a TARGET to ensure PGI targets the correct offload device.
Available targets are:
SNB, IVB, HSW, SKL, KNL
PWR9
PWR9, AMD
KEPLER, MAXWELL, PASCAL, VOLTA
HAWAII
endef
Expand All @@ -33,6 +33,7 @@ TARGET_FLAGS_HSW = -ta=multicore -tp=haswell
TARGET_FLAGS_SKL = -ta=multicore -tp=skylake
TARGET_FLAGS_KNL = -ta=multicore -tp=knl
TARGET_FLAGS_PWR9 = -ta=multicore -tp=pwr9
TARGET_FLAGS_AMD = -ta=multicore -tp=zen
TARGET_FLAGS_KEPLER = -ta=nvidia:cc35
TARGET_FLAGS_MAXWELL = -ta=nvidia:cc50
TARGET_FLAGS_PASCAL = -ta=nvidia:cc60
Expand Down

0 comments on commit 4bcb777

Please sign in to comment.