Hank Anderson
a0d9a7fd83
Changed _Complex types in common_level1.h to use the typedef.
11 years ago
Hank Anderson
5d3fc092e9
Added MSVC defines to common.h.
Don't have unistd.h in MSVC.
Chagned YIELDING to use the YeildProcessor macro.
11 years ago
Hank Anderson
c94fe71278
Removed incoming-stack-boundary for MSVC.
Made float type optional for GenerateNamedObjects.
Called GenerateNamedObjects for a couple of driver/others files that
needed NAME/CNAME set.
11 years ago
Hank Anderson
d60b49e5c5
Turned off uninizialized variable warning when compiling lapack-netlib.
11 years ago
Hank Anderson
64b5a0ef84
Added AUX files from lapack-netlib.
11 years ago
Hank Anderson
162791e30e
Added common objects from kernel Makefile.
11 years ago
Hank Anderson
8743093bd7
Added aux files from lapack-netlib.
11 years ago
Hank Anderson
96cf6779ca
Added DLA sources from lapack-netlib.
Can't use the lapack-netlib cmake files, since they are designed to
build a complete lapack/blas library. They have their own fortran
detection and flag setup and so on. Instead I'll just recreate the
makefiles I need.
Fixed a typo in the NAME defines.
11 years ago
Hank Anderson
3b20b62423
Fixed trti2 name.
11 years ago
Hank Anderson
6ddbfea700
Added generic laswp object.
11 years ago
Hank Anderson
c0624a26be
Fixed some dgemm_copy function names.
11 years ago
Hank Anderson
4bfaf1ce66
Removed some list appends I missed.
11 years ago
Hank Anderson
e8c39138c6
Removed return value from GenerateNamedObjects.
It sets DBLAS_OBJS directly to save a bunch of list appending in the
CMakeLists.txt files.
11 years ago
Hank Anderson
f992799226
Added the rest of Makefile.L3.
11 years ago
Hank Anderson
4c65afcce1
Changed kernel filenames to vars. These will need to be read from KERNEL.
Added some kernel/L3 objects.
11 years ago
Hank Anderson
7fa5c4e2fd
Fixed some case issues with ARCH.
Added some kernel and driver/others objects.
11 years ago
Zhang Xianyi
771b18ae9c
Detect the wrong combined flags of USE_OPENMP=1 and USE_THREAD=0.
11 years ago
Zhang Xianyi
cfa9392ffa
Fix openblas_get_num_threads and openblas_get_num_procs bug with single thread.
11 years ago
Hank Anderson
fa0e6a6c93
Added the rest of the L1 kernel makefile.
11 years ago
Hank Anderson
2f59135eb6
Added gemv to level2 CMakeLists.txt.
11 years ago
Hank Anderson
38681fb1c6
Added more kernel files.
11 years ago
Hank Anderson
6b5d26e07b
Added SMP sources to level2 CMakeLists.txt.
11 years ago
Hank Anderson
13d2d48e67
Added yet another naming scheme for lapack functions.
11 years ago
Hank Anderson
189fadfde0
Started implementing kernel/Makefile in cmake.
11 years ago
Hank Anderson
627d5e7401
Added SMP objects to driver/level3.
11 years ago
Hank Anderson
943fa2fb58
Fixed object names in level2.
11 years ago
Hank Anderson
1b62a4f3c9
Changed some function parameters to optional.
11 years ago
Hank Anderson
461e691127
Codes when define is absent are now a parameter to AllCombinations.
The level3 object names should now be correct.
11 years ago
Hank Anderson
cfaf1c678f
Added option to append define codes with an underscore.
Fixed the code array not getting reset on subsequent AllCombinations
calls.
11 years ago
Hank Anderson
0d7bad1f35
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU).
11 years ago
Hank Anderson
373a1bdadb
Converted lapack/Makefile to cmake.
11 years ago
Hank Anderson
2828f6630c
Added SMP sources to COMMONOBJS.
11 years ago
Hank Anderson
58cff2fed8
Added CBLAS define/naming convention to GenerateNamedObjects.
11 years ago
Hank Anderson
5690cf3f0e
Added override for function names in GenerateNamedObjects.
The BLAS interface folder should now be generated the correct objects
for the DOUBLE case.
11 years ago
Hank Anderson
a0aeda6187
Added function to set defines for the object names (e.g. -DNAME=dgemm).
11 years ago
Zhang Xianyi
1ccd57ce80
Merge pull request #497 from eschnett/develop
Introduce openblas_get_num_threads and openblas_get_num_procs
11 years ago
Hank Anderson
84b3d760c4
Converted rest of Makefile.system to system.cmake.
11 years ago
Hank Anderson
0beea3a5a5
Converted LAPACK flags from Makefile.system.
11 years ago
Hank Anderson
560c96a9a7
Fixed newlines in some cmake files.
11 years ago
Hank Anderson
0ccfa60a53
Changed fortran compiler name to be uppercase and stripped of path/ext.
11 years ago
Hank Anderson
30be551502
Corrected fortran compiler name variables.
Fixed some typos.
Updated c_check to set ARCH and BINARY64/32.
Added version variables.
11 years ago
Hank Anderson
be1ce38f24
Fixed some missing parentheses.
11 years ago
Hank Anderson
e818ace11a
Ported more of Makefile.system to CMake.
11 years ago
Hank Anderson
e4bfbd8258
Added fc.cmake (forgot it in last commit).
Moved a couple C compiler ifs from Makefile.system into cc.cmake.
11 years ago
Hank Anderson
2d5b442f5b
Ported Fortran configuration code from Makefile.system to fc.cmake.
11 years ago
Hank Anderson
af11aff309
Ported C compiler settings from Makefile.system into new cmake file.
11 years ago
Hank Anderson
e66aa5f3b7
Ported arch dependent settings from Makefile.system to new cmake file.
11 years ago
Erik Schnetter
65a847cd36
Introduce openblas_get_num_threads and openblas_get_num_procs
11 years ago
Hank Anderson
31cf22cb4b
Ported OS settings from Makefile.system into new cmake file.
11 years ago
Hank Anderson
20e593a44a
Added cblas_ objects to interface CMakeLists.
Naming isn't right, though, not seeing cblas_xxxx exports in the
resulting library.
11 years ago