OpenBLAS/driver/level3
John Biddiscombe 053044ae4d Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR
If OpenBLAS is built using add_subdirectory(OpenBlas) as part of another project
then the paths set by CMAKE_XXX_DIR are relative to the parent project
and not the OpenBLAS project.
2016-05-25 09:13:28 +02:00
..
CMakeLists.txt Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR 2016-05-25 09:13:28 +02:00
Makefile enabled use of GEMM3M functions 2014-09-20 14:27:10 +02:00
gemm.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm3m.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm3m_level3.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_thread_m.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_thread_mn.c Minor C code fixes in driver/ 2015-11-09 14:15:49 +05:30
gemm_thread_n.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_thread_variable.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
hemm3m_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
level3.c added updates for syrk and syr2k 2016-01-21 13:16:44 +01:00
level3_gemm3m_thread.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
level3_syr2k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
level3_syrk.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
level3_syrk_threaded.c allow to set custom value for ?GEMM_DEFAULT_UNROLL_MN, optimizations for syrk 2014-07-24 18:43:31 +02:00
level3_thread.c added updates for syrk and syr2k 2016-01-21 13:16:44 +01:00
symm3m_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
symm_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
syr2k_k.c Changed a number of inline calls to use __inline. 2015-02-11 11:13:17 -06:00
syr2k_kernel.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
syrk_k.c Changed a number of inline calls to use __inline. 2015-02-11 11:13:17 -06:00
syrk_kernel.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
syrk_thread.c allow to set custom value for ?GEMM_DEFAULT_UNROLL_MN, optimizations for syrk 2014-07-24 18:43:31 +02:00
trmm_L.c optimizations for trmm 2014-07-25 10:00:23 +02:00
trmm_R.c Moved declarations to start of functions to satisfy MSVC C89 implementation. 2015-02-11 11:16:57 -06:00
trsm_L.c Moved declarations to start of functions to satisfy MSVC C89 implementation. 2015-02-11 11:16:57 -06:00
trsm_R.c Moved declarations to start of functions to satisfy MSVC C89 implementation. 2015-02-11 11:16:57 -06:00
zhemm_k.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zher2k_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zher2k_kernel.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zherk_beta.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zherk_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zherk_kernel.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsyrk_beta.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00