Browse Source

Fix building of bgemm tests on GEMM3M-capable (x86) targets

pull/5406/head
Martin Kroeker GitHub 2 months ago
parent
commit
b66a01f909
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Makefile

+ 1
- 1
test/Makefile View File

@@ -242,7 +242,7 @@ endif


ifeq ($(SUPPORT_GEMM3M),1)
level3: $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3) level3_3m
else
level3: $(BF3) $(B3) $(S3) $(D3) $(C3) $(Z3)
endif


Loading…
Cancel
Save