Skip to content

Commit

Permalink
Fix USE_BLAS == openblas check (apache#15691)
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy authored and Ubuntu committed Aug 20, 2019
1 parent 4bc265c commit c01b95d
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 @@ -252,7 +252,7 @@ ifeq ($(USE_CUDNN), 1)
LDFLAGS += -lcudnn
endif

ifeq ($(USE_BLAS), open)
ifeq ($(USE_BLAS), openblas)
CFLAGS += -DMXNET_USE_BLAS_OPEN=1
else ifeq ($(USE_BLAS), atlas)
CFLAGS += -DMXNET_USE_BLAS_ATLAS=1
Expand Down

0 comments on commit c01b95d

Please sign in to comment.