From 467c5553448907e673eaa412772c7ae49ffdd503 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 11 Oct 2019 08:04:03 -0400 Subject: [PATCH] Remove beta-thread function per request --- common_thread.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common_thread.h b/common_thread.h index daee57109..6ec40e096 100644 --- 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 (*function)()); - int getrf_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k, void *offsetA, BLASLONG lda, void *offsetB, BLASLONG jb,