fixup! It was returning the path instead of the command output
This commit is contained in:
parent
3d7628fce6
commit
ea98db46fd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -442,7 +442,7 @@ ifdef LLAMA_HIPBLAS
|
|||
|
||||
ifeq ($(wildcard /opt/rocm),)
|
||||
ROCM_PATH ?= /usr
|
||||
GPU_TARGETS ?= $(shell which amdgpu-arch)
|
||||
GPU_TARGETS ?= $(shell $(shell which amdgpu-arch))
|
||||
else
|
||||
ROCM_PATH ?= /opt/rocm
|
||||
GPU_TARGETS ?= $(shell $(ROCM_PATH)/llvm/bin/amdgpu-arch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue