Skip to content

Commit

Permalink
Remove some trailing spaces fro default def of AOMP_GPU which messes …
Browse files Browse the repository at this point in the history
…up liba_bundled on gfx900 systems
  • Loading branch information
ronlieb committed Apr 23, 2019
1 parent f393981 commit ceddc1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/smoke/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ endif

UNAMEP=$(shell uname -p)

AOMP_GPU ?= gfx900 # Default AOMP_GPU is gfx900 which is vega
# Default AOMP_GPU is gfx900 which is vega
AOMP_GPU ?= gfx900
AOMP_CPUTARGET ?= $(UNAMEP)-pc-linux-gnu
CC = $(AOMP)/bin/clang
CUDA ?= /usr/local/cuda
Expand Down

0 comments on commit ceddc1a

Please sign in to comment.