Skip to content

Commit

Permalink
Full AlexNet Fwd+Bwd using MiOpen+hipblas
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Jul 11, 2017
1 parent a4cec26 commit 3188b82
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 126 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ROCM_PATH?= $(wildcard /opt/rocm)
HIP_PATH?= $(wildcard /opt/rocm/hip)
HIPCC=$(HIP_PATH)/bin/hipcc
INCLUDE_DIRS=-I$(HIP_PATH)/include -I$(ROCM_PATH)/include
LD_FLAGS=-L$(ROCM_PATH)/lib -L$(ROCM_PATH)/opencl/lib/x86_64 -lMIOpen -lOpenCL
LD_FLAGS=-L$(ROCM_PATH)/lib -L$(ROCM_PATH)/opencl/lib/x86_64 -lMIOpen -lOpenCL -lhipblas-hcc -lrocblas-hcc -lprofiler
TARGET=--amdgpu-target=gfx900

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

0 comments on commit 3188b82

Please sign in to comment.