Skip to content

Commit af2b0d0

Browse files
authored
Merge pull request #3066 from martin-frbg/buffsizefix
Fix compile-time setting of the GEMM buffer size for gmake builds
2 parents 4bf9889 + 6bbe6d5 commit af2b0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.system

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,10 @@ CCOMMON_OPT += -DUSE_PAPI
12791279
EXTRALIB += -lpapi -lperfctr
12801280
endif
12811281

1282+
ifdef BUFFERSIZE
1283+
CCOMMON_OPT += -DBUFFERSIZE=$(BUFFERSIZE)
1284+
endif
1285+
12821286
ifdef DYNAMIC_THREADS
12831287
CCOMMON_OPT += -DDYNAMIC_THREADS
12841288
endif

0 commit comments

Comments
 (0)