Removed most "old" directories.

Details:
- Removed the vast majority of directories named "old", which contained
  deprecated code that I wasn't quite ready to jettison from the source
  tree.
This commit is contained in:
Field G. Van Zee
2017-12-08 16:08:41 -06:00
parent 270c65985d
commit b150870397
532 changed files with 0 additions and 51952 deletions

View File

@@ -1,62 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Redefine level-1m kernel API names to induce prototypes.
#undef packm_2xk_1er_ker_name
#define packm_2xk_1er_ker_name packm_2xk_1er_ref
// 1e format should probably never have an odd-numbered register blocking.
//#undef packm_3xk_1er_ker_name
//#define packm_3xk_1er_ker_name packm_3xk_1e_ref
#undef packm_4xk_1er_ker_name
#define packm_4xk_1er_ker_name packm_4xk_1er_ref
#undef packm_6xk_1er_ker_name
#define packm_6xk_1er_ker_name packm_6xk_1er_ref
#undef packm_8xk_1er_ker_name
#define packm_8xk_1er_ker_name packm_8xk_1er_ref
#undef packm_10xk_1er_ker_name
#define packm_10xk_1er_ker_name packm_10xk_1er_ref
#undef packm_12xk_1er_ker_name
#define packm_12xk_1er_ker_name packm_12xk_1er_ref
#undef packm_14xk_1er_ker_name
#define packm_14xk_1er_ker_name packm_14xk_1er_ref
#undef packm_16xk_1er_ker_name
#define packm_16xk_1er_ker_name packm_16xk_1er_ref
#undef packm_30xk_1er_ker_name
#define packm_30xk_1er_ker_name packm_30xk_1er_ref
// Include the level-1m kernel API template.
#include "bli_l1m_ker.h"

View File

@@ -1,61 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Redefine level-1m kernel API names to induce prototypes.
#undef packm_2xk_3mis_ker_name
#define packm_2xk_3mis_ker_name packm_2xk_3mis_ref
#undef packm_3xk_3mis_ker_name
#define packm_3xk_3mis_ker_name packm_3xk_3mis_ref
#undef packm_4xk_3mis_ker_name
#define packm_4xk_3mis_ker_name packm_4xk_3mis_ref
#undef packm_6xk_3mis_ker_name
#define packm_6xk_3mis_ker_name packm_6xk_3mis_ref
#undef packm_8xk_3mis_ker_name
#define packm_8xk_3mis_ker_name packm_8xk_3mis_ref
#undef packm_10xk_3mis_ker_name
#define packm_10xk_3mis_ker_name packm_10xk_3mis_ref
#undef packm_12xk_3mis_ker_name
#define packm_12xk_3mis_ker_name packm_12xk_3mis_ref
#undef packm_14xk_3mis_ker_name
#define packm_14xk_3mis_ker_name packm_14xk_3mis_ref
#undef packm_16xk_3mis_ker_name
#define packm_16xk_3mis_ker_name packm_16xk_3mis_ref
#undef packm_30xk_3mis_ker_name
#define packm_30xk_3mis_ker_name packm_30xk_3mis_ref
// Include the level-1m kernel API template.
#include "bli_l1m_ker.h"

View File

@@ -1,61 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Redefine level-1m kernel API names to induce prototypes.
#undef packm_2xk_4mi_ker_name
#define packm_2xk_4mi_ker_name packm_2xk_4mi_ref
#undef packm_3xk_4mi_ker_name
#define packm_3xk_4mi_ker_name packm_3xk_4mi_ref
#undef packm_4xk_4mi_ker_name
#define packm_4xk_4mi_ker_name packm_4xk_4mi_ref
#undef packm_6xk_4mi_ker_name
#define packm_6xk_4mi_ker_name packm_6xk_4mi_ref
#undef packm_8xk_4mi_ker_name
#define packm_8xk_4mi_ker_name packm_8xk_4mi_ref
#undef packm_10xk_4mi_ker_name
#define packm_10xk_4mi_ker_name packm_10xk_4mi_ref
#undef packm_12xk_4mi_ker_name
#define packm_12xk_4mi_ker_name packm_12xk_4mi_ref
#undef packm_14xk_4mi_ker_name
#define packm_14xk_4mi_ker_name packm_14xk_4mi_ref
#undef packm_16xk_4mi_ker_name
#define packm_16xk_4mi_ker_name packm_16xk_4mi_ref
#undef packm_30xk_4mi_ker_name
#define packm_30xk_4mi_ker_name packm_30xk_4mi_ref
// Include the level-1m kernel API template.
#include "bli_l1m_ker.h"

View File

@@ -1,63 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Redefine level-1m kernel API names to induce prototypes.
#undef packm_2xk_ker_name
#define packm_2xk_ker_name packm_2xk_ref
#undef packm_3xk_ker_name
#define packm_3xk_ker_name packm_3xk_ref
#undef packm_4xk_ker_name
#define packm_4xk_ker_name packm_4xk_ref
#undef packm_6xk_ker_name
#define packm_6xk_ker_name packm_6xk_ref
#undef packm_8xk_ker_name
#define packm_8xk_ker_name packm_8xk_ref
#undef packm_10xk_ker_name
#define packm_10xk_ker_name packm_10xk_ref
#undef packm_12xk_ker_name
#define packm_12xk_ker_name packm_12xk_ref
#undef packm_14xk_ker_name
#define packm_14xk_ker_name packm_14xk_ref
#undef packm_16xk_ker_name
#define packm_16xk_ker_name packm_16xk_ref
#undef packm_24xk_ker_name
#define packm_24xk_ker_name packm_24xk_ref
#undef packm_30xk_ker_name
#define packm_30xk_ker_name packm_30xk_ref
// Include the level-1m kernel API template.
#include "bli_l1m_ker.h"

View File

@@ -1,61 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
// Redefine level-1m kernel API names to induce prototypes.
#undef packm_2xk_rih_ker_name
#define packm_2xk_rih_ker_name packm_2xk_rih_ref
#undef packm_3xk_rih_ker_name
#define packm_3xk_rih_ker_name packm_3xk_rih_ref
#undef packm_4xk_rih_ker_name
#define packm_4xk_rih_ker_name packm_4xk_rih_ref
#undef packm_6xk_rih_ker_name
#define packm_6xk_rih_ker_name packm_6xk_rih_ref
#undef packm_8xk_rih_ker_name
#define packm_8xk_rih_ker_name packm_8xk_rih_ref
#undef packm_10xk_rih_ker_name
#define packm_10xk_rih_ker_name packm_10xk_rih_ref
#undef packm_12xk_rih_ker_name
#define packm_12xk_rih_ker_name packm_12xk_rih_ref
#undef packm_14xk_rih_ker_name
#define packm_14xk_rih_ker_name packm_14xk_rih_ref
#undef packm_16xk_rih_ker_name
#define packm_16xk_rih_ker_name packm_16xk_rih_ref
#undef packm_30xk_rih_ker_name
#define packm_30xk_rih_ker_name packm_30xk_rih_ref
// Include the level-1m kernel API template.
#include "bli_l1m_ker.h"

View File

@@ -1,56 +0,0 @@
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the name of The University of Texas at Austin nor the names
of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#undef GENTPROT
#define GENTPROT( ctype, ch, opname, arch, suf ) \
\
void PASTEMAC3(ch,opname,arch,suf) \
( \
conj_t conjp, \
dim_t n, \
void* restrict kappa, \
void* restrict p, inc_t ldp, \
void* restrict a, inc_t inca, inc_t lda, \
cntx_t* restrict cntx \
);
INSERT_GENTPROT_BASIC2( unpackm_2xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_4xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_6xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_8xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_10xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_12xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_14xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )
INSERT_GENTPROT_BASIC2( unpackm_16xk_ref, BLIS_CNAME_INFIX, BLIS_REF_SUFFIX )