Skip to content

Commit b8f66ba

Browse files
authored
Merge pull request #5367 from Mousius/bgemm-init
Temporarily disable test_bgemm
2 parents cdebb4f + 8cd4be8 commit b8f66ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ ifneq ($(CROSS), 1)
229229
ifeq ($(BUILD_BFLOAT16),1)
230230
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./test_sbgemm > SBBLAT3.SUMM
231231
@$(GREP) -q FATAL SBBLAT3.SUMM && cat SBBLAT3.SUMM || exit 0
232-
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./test_bgemm > BBLAT3.SUMM
233-
@$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
232+
# OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./test_bgemm > BBLAT3.SUMM
233+
# @$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
234234
endif
235235
ifeq ($(BUILD_SINGLE),1)
236236
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat3 < ./sblat3.dat
@@ -254,8 +254,8 @@ ifeq ($(USE_OPENMP), 1)
254254
ifeq ($(BUILD_BFLOAT16),1)
255255
OMP_NUM_THREADS=2 ./test_sbgemm > SBBLAT3.SUMM
256256
@$(GREP) -q FATAL SBBLAT3.SUMM && cat SBBLAT3.SUMM || exit 0
257-
OMP_NUM_THREADS=2 ./test_bgemm > BBLAT3.SUMM
258-
@$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
257+
# OMP_NUM_THREADS=2 ./test_bgemm > BBLAT3.SUMM
258+
# @$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
259259
endif
260260
ifeq ($(BUILD_SINGLE),1)
261261
OMP_NUM_THREADS=2 ./sblat3 < ./sblat3.dat
@@ -277,8 +277,8 @@ else
277277
ifeq ($(BUILD_BFLOAT16),1)
278278
OPENBLAS_NUM_THREADS=2 ./test_sbgemm > SBBLAT3.SUMM
279279
@$(GREP) -q FATAL SBBLAT3.SUMM && cat SBBLAT3.SUMM || exit 0
280-
OPENBLAS_NUM_THREADS=2 ./test_bgemm > BBLAT3.SUMM
281-
@$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
280+
# OPENBLAS_NUM_THREADS=2 ./test_bgemm > BBLAT3.SUMM
281+
# @$(GREP) -q FATAL BBLAT3.SUMM && cat BBLAT3.SUMM || exit 0
282282
endif
283283
ifeq ($(BUILD_SINGLE),1)
284284
OPENBLAS_NUM_THREADS=2 ./sblat3 < ./sblat3.dat

0 commit comments

Comments
 (0)