Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 90f881d

Browse files
larroyTaoLv
authored andcommitted
Fix USE_BLAS == openblas check (#15691)
Fixes #15652
1 parent 8e31dad commit 90f881d

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
@@ -252,7 +252,7 @@ ifeq ($(USE_CUDNN), 1)
252252
LDFLAGS += -lcudnn
253253
endif
254254

255-
ifeq ($(USE_BLAS), open)
255+
ifeq ($(USE_BLAS), openblas)
256256
CFLAGS += -DMXNET_USE_BLAS_OPEN=1
257257
else ifeq ($(USE_BLAS), atlas)
258258
CFLAGS += -DMXNET_USE_BLAS_ATLAS=1

0 commit comments

Comments
 (0)