documentation udpate

This commit is contained in:
Blaise Tine
2021-06-29 07:04:27 -07:00
parent d2f9c66840
commit cd387d2b5b
13 changed files with 45 additions and 48 deletions

View File

@@ -17,15 +17,11 @@ CXXFLAGS += -DDUMP_PERF_STATS
LDFLAGS += -shared -pthread
#LDFLAGS += -dynamiclib -pthread
DBG_FLAGS += -DDEBUG_LEVEL=3
SRCS = vortex.cpp ../common/vx_utils.cpp
SRCS += $(SIMX_DIR)/util.cpp $(SIMX_DIR)/args.cpp $(SIMX_DIR)/mem.cpp $(SIMX_DIR)/pipeline.cpp $(SIMX_DIR)/warp.cpp $(SIMX_DIR)/core.cpp $(SIMX_DIR)/decode.cpp $(SIMX_DIR)/execute.cpp
# Debugigng
ifdef DEBUG
CXXFLAGS += $(DBG_FLAGS)
else
ifndef DEBUG
CXXFLAGS += -DNDEBUG
endif