Export functions without def file (#303)

* Revert "restore bli_extern_defs exporting for now"

This reverts commit 09fb07c350b2acee17645e8e9e1b8d829c73dca8.

* Remove symbols not intended to be public

* No need of def file anymore

* Fix whitespace

* No need of configure option

* Remove export macro from definitions

* Remove blas export macro from definitions
This commit is contained in:
Isuru Fernando
2019-03-11 19:05:32 -05:00
committed by Field G. Van Zee
parent e2a02ebd00
commit 766769eeb9
379 changed files with 743 additions and 796 deletions

View File

@@ -252,7 +252,7 @@ cntl_t* bli_trsm_r_cntl_create
return trsm_cntl_vl_mm;
}
BLIS_EXPORT_BLIS void bli_trsm_cntl_free
void bli_trsm_cntl_free
(
rntm_t* rntm,
cntl_t* cntl,

View File

@@ -34,7 +34,7 @@
#include "blis.h"
BLIS_EXPORT_BLIS void bli_trsm_front
void bli_trsm_front
(
side_t side,
obj_t* alpha,

View File

@@ -34,7 +34,7 @@
#include "blis.h"
BLIS_EXPORT_BLIS void bli_trsm_int
void bli_trsm_int
(
obj_t* alpha,
obj_t* a,

View File

@@ -140,7 +140,7 @@ void bli_trsm_ll_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_lu_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_rl_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffb, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_ru_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffb, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_ll_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -143,7 +143,7 @@ void bli_trsm_ll_ker_var2rr
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -143,7 +143,7 @@ void bli_trsm_ll_ker_var2sl
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_lu_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -143,7 +143,7 @@ void bli_trsm_lu_ker_var2rr
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -143,7 +143,7 @@ void bli_trsm_lu_ker_var2sl
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffa, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_rl_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffb, \
pack_t schema_a, \

View File

@@ -140,7 +140,7 @@ void bli_trsm_ru_ker_var2
#undef GENTFUNC
#define GENTFUNC( ctype, ch, varname ) \
\
BLIS_EXPORT_BLIS void PASTEMAC(ch,varname) \
void PASTEMAC(ch,varname) \
( \
doff_t diagoffb, \
pack_t schema_a, \