Skip to content

Commit

Permalink
Merge pull request #12 from pramenku/patch-2
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
patflick committed Sep 25, 2018
2 parents 4b564cb + 2049926 commit e17b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HIP_PATH?= $(wildcard /opt/rocm/hip)
HIPCC=$(HIP_PATH)/bin/hipcc
INCLUDE_DIRS=-I$(HIP_PATH)/include -I$(ROCM_PATH)/include -I$(ROCM_PATH)/hipblas/include
LD_FLAGS=-L$(ROCM_PATH)/lib -L$(ROCM_PATH)/opencl/lib/x86_64 -lMIOpen -lOpenCL -lmiopengemm -lhipblas -lrocblas
TARGET=--amdgpu-target=gfx900
TARGET=--amdgpu-target=gfx900 --amdgpu-target=gfx906
LAYER_TIMING=1

#HIPCC_FLAGS=-g -Wall $(CXXFLAGS) $(TARGET) $(INCLUDE_DIRS)
Expand Down

0 comments on commit e17b2df

Please sign in to comment.