projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa0be1
)
Remove prototype of unused, unimplemented function (#2274)
author
luzpaz
<luzpaz@users.noreply.github.com>
Thu, 24 Oct 2019 16:56:53 +0000
(12:56 -0400)
committer
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Thu, 24 Oct 2019 16:56:53 +0000
(18:56 +0200)
* Fix source typo
Found via `codespell -q 3 -L amin,als,ba,dum,mone,nd,nto,orign -S Changelog.txt,./lapack*`
* Remove beta-thread function per request
common_thread.h
patch
|
blob
|
history
diff --git
a/common_thread.h
b/common_thread.h
index
bd96444
..
6ec40e0
100644
(file)
--- a/
common_thread.h
+++ b/
common_thread.h
@@
-194,10
+194,6
@@
int trsm_thread(int mode, BLASLONG m, BLASLONG n,
int syrk_thread(int mode, blas_arg_t *, BLASLONG *, BLASLONG *, int (*function)(), void *, void *, BLASLONG);
-int beta_thread(int mode, BLASLONG m, BLASLONG n,
- double alpha_r, double alpha_i,
- void *c, BLASLONG ldc, int (*fuction)());
-
int getrf_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k,
void *offsetA, BLASLONG lda,
void *offsetB, BLASLONG jb,