Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit db0558d

Browse files
committed
Add hipblas into linker flag
1 parent a5cc379 commit db0558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ HIP_LIB_DIR += /usr/local/cuda/lib64
176176

177177
ifneq (, $(findstring hcc, $(HIP_PLATFORM)))
178178
#HIP_LIBS := hip_hcc hcblas
179-
HIP_LIBS := hcblas hcrng
179+
HIP_LIBS := hcblas hipblas hcrng
180180
else ifneq (, $(findstring nvcc, $(HIP_PLATFORM)))
181181
HIP_LIBS := cudart cublas curand
182182
endif

0 commit comments

Comments
 (0)