Skip to content

Commit

Permalink
Update Magma description in Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: James Wright <[email protected]>
  • Loading branch information
uumesh and jrwrigh authored Jul 19, 2023
1 parent 524b686 commit e82e762
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 @@ -466,7 +466,7 @@ ifneq ($(SYCL_LIB_DIR),)
BACKENDS_MAKE += $(SYCL_BACKENDS)
endif

# MAGMA Backend
# MAGMA Backends
ifneq ($(wildcard $(MAGMA_DIR)/lib/libmagma.*),)
MAGMA_ARCH=$(shell nm -g $(MAGMA_DIR)/lib/libmagma.* | grep -c "hipblas")
ifeq ($(MAGMA_ARCH), 0) #CUDA MAGMA
Expand Down

0 comments on commit e82e762

Please sign in to comment.