Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

add get weight task #76

Merged
merged 4 commits into from
Mar 29, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove openmp
  • Loading branch information
winstywang committed Mar 29, 2015
commit 730171a2347d48c21716a7f45189e7e57c4b2492
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include mshadow/make/mshadow.mk
# all tge possible warning tread
WARNFLAGS= -Wall
CFLAGS = -DMSHADOW_FORCE_STREAM $(WARNFLAGS)
CFLAGS += -g -O3 -I./mshadow/ -fopenmp -fPIC $(MSHADOW_CFLAGS)
CFLAGS += -g -O3 -I./mshadow/ -fPIC $(MSHADOW_CFLAGS)
LDFLAGS = -pthread $(MSHADOW_LDFLAGS)
NVCCFLAGS = --use_fast_math -g -O3 -ccbin $(CXX) $(MSHADOW_NVCCFLAGS)

Expand Down