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

Commit

Permalink
Add -DMXNET_USE_OPENMP to Makefiles so libinfo gets updated according…
Browse files Browse the repository at this point in the history
…ly (#15498)
  • Loading branch information
larroy authored and szha committed Jul 30, 2019
1 parent 93708eb commit 0f28f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ endif

ifeq ($(USE_OPENMP), 1)
CFLAGS += -fopenmp
CFLAGS += -DMXNET_USE_OPENMP=1
endif

ifeq ($(USE_NNPACK), 1)
Expand Down

0 comments on commit 0f28f5b

Please sign in to comment.