This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix position of endif - gemm3m tests should not be run in cross-compiles
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
parent
bebe5e5399
commit
48e017de09
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
ctest/Makefile
+ 1
- 2
ctest/Makefile
View File
@@ -203,7 +203,6 @@ ifeq ($(BUILD_COMPLEX16),1)
OPENBLAS_NUM_THREADS=2 ./xzcblat3 < zin3
endif
endif
endif
ifeq ($(SUPPORT_GEMM3M),1)
ifeq ($(USE_OPENMP), 1)
@@ -222,7 +221,7 @@ ifeq ($(BUILD_COMPLEX16),1)
endif
endif
endif
endif
Write
Preview
Loading…
Cancel
Save