Mercurial > hg > piper-vamp-js-builds
changeset 47:1c1bad814d02
Memory sizes multiples of 16
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 30 Mar 2017 16:30:04 +0100 |
parents | 1eaadd83627b |
children | 4d450d496793 |
files | constant-q-cpp/Makefile match-vamp-plugin/Makefile nnls-chroma/Makefile qm-vamp-plugins/Makefile silvet/Makefile |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/constant-q-cpp/Makefile Fri Mar 24 16:15:38 2017 +0000 +++ b/constant-q-cpp/Makefile Thu Mar 30 16:30:04 2017 +0100 @@ -38,7 +38,7 @@ PLUGIN_SOURCES := $(addprefix $(PLUGIN_SRC_DIR)/,$(SOURCE_FILES)) PLUGIN_C_SOURCES := $(addprefix $(PLUGIN_SRC_DIR)/,$(KFFT_FILES)) -EMFLAGS := -s TOTAL_MEMORY=100000000 +EMFLAGS := -s TOTAL_MEMORY=134217728 DEFINES := -Dkiss_fft_scalar=double
--- a/match-vamp-plugin/Makefile Fri Mar 24 16:15:38 2017 +0000 +++ b/match-vamp-plugin/Makefile Thu Mar 30 16:30:04 2017 +0100 @@ -10,6 +10,6 @@ INCLUDES := -I$(PLUGIN_SRC_DIR) DEFINES := -DUSE_COMPACT_TYPES OPTFLAGS := -O3 -ffast-math -EMFLAGS := -s TOTAL_MEMORY=100000000 +EMFLAGS := -s TOTAL_MEMORY=134217728 include $(PIPER_VAMP_JS_DIR)/Makefile.inc
--- a/nnls-chroma/Makefile Fri Mar 24 16:15:38 2017 +0000 +++ b/nnls-chroma/Makefile Thu Mar 30 16:30:04 2017 +0100 @@ -24,6 +24,6 @@ -I../../DEPENDENCIES/generic/include \ -I../../vamp-build-and-test/DEPENDENCIES/generic/include -EMFLAGS := -s TOTAL_MEMORY=100000000 -s NO_FILESYSTEM=0 +EMFLAGS := -s TOTAL_MEMORY=134217728 -s NO_FILESYSTEM=0 include $(PIPER_VAMP_JS_DIR)/Makefile.inc
--- a/qm-vamp-plugins/Makefile Fri Mar 24 16:15:38 2017 +0000 +++ b/qm-vamp-plugins/Makefile Thu Mar 30 16:30:04 2017 +0100 @@ -115,6 +115,6 @@ MODULE_SOURCE := qm-vamp-plugins.cpp -EMFLAGS := -s TOTAL_MEMORY=100000000 +EMFLAGS := -s TOTAL_MEMORY=134217728 include $(PIPER_VAMP_JS_DIR)/Makefile.inc
--- a/silvet/Makefile Fri Mar 24 16:15:38 2017 +0000 +++ b/silvet/Makefile Thu Mar 30 16:30:04 2017 +0100 @@ -14,7 +14,7 @@ INCLUDES := -I$(SRC_DIR) -I$(CQ_DIR) -I$(CQ_DIR)/cq -I$(KFFT_DIR) -I$(KFFT_DIR)/tools -I$(SILVET_DIR) -I$(FD_DIR) -I$(BQVEC_DIR) -EMFLAGS := -s TOTAL_MEMORY=100000000 +EMFLAGS := -s TOTAL_MEMORY=134217728 DEFINES := -Dkiss_fft_scalar=double