index
:
platform/upstream/openblas
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/lstelmach/upstream-0.3.21
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/tyzeroy/devel
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
/
utils.cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-10
Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit.
Zhang Xianyi
1
-0
/
+4
2015-02-24
Changed strategy for setting preprocessor definitions.
Hank Anderson
1
-9
/
+20
2015-02-22
Added some more complex-only objects.
Hank Anderson
1
-1
/
+1
2015-02-20
Added alternate_name to a couple of the name mangling schemes.
Hank Anderson
1
-3
/
+14
2015-02-19
Added some TRMM objects for complex types.
Hank Anderson
1
-1
/
+0
2015-02-19
Fixed reuse of float_char from parent loop.
Hank Anderson
1
-0
/
+1
2015-02-18
ParseMakefileVars now replaces Makefile vars with CMake vars.
Hank Anderson
1
-5
/
+11
2015-02-17
ParseMakefileVars now recursively parses included makefiles.
Hank Anderson
1
-6
/
+9
2015-02-17
Added a helper function for setting the L1 kernel defaults.
Hank Anderson
1
-11
/
+36
2015-02-17
Added mangled complex filenames to interface and lapack CMakeLists.txt.
Hank Anderson
1
-4
/
+9
2015-02-17
Added another param to GenerateNamedObjects to mangle complex source names.
Hank Anderson
1
-0
/
+31
2015-02-15
Changed generate functions to iterate through a list of float types.
Hank Anderson
1
-46
/
+63
2015-02-11
Removed incoming-stack-boundary for MSVC.
Hank Anderson
1
-2
/
+6
2015-02-10
Added common objects from kernel Makefile.
Hank Anderson
1
-1
/
+3
2015-02-10
Added DLA sources from lapack-netlib.
Hank Anderson
1
-1
/
+1
2015-02-09
Removed return value from GenerateNamedObjects.
Hank Anderson
1
-2
/
+4
2015-02-06
Added SMP sources to level2 CMakeLists.txt.
Hank Anderson
1
-2
/
+15
2015-02-06
Added yet another naming scheme for lapack functions.
Hank Anderson
1
-1
/
+14
2015-02-05
Added SMP objects to driver/level3.
Hank Anderson
1
-3
/
+10
2015-02-05
Fixed object names in level2.
Hank Anderson
1
-15
/
+26
2015-02-05
Changed some function parameters to optional.
Hank Anderson
1
-1
/
+9
2015-02-05
Codes when define is absent are now a parameter to AllCombinations.
Hank Anderson
1
-4
/
+5
2015-02-05
Added option to append define codes with an underscore.
Hank Anderson
1
-3
/
+9
2015-02-05
Changed GenerateObjects to append combination codes (e.g. dtrmm_TU).
Hank Anderson
1
-47
/
+78
2015-02-04
Added CBLAS define/naming convention to GenerateNamedObjects.
Hank Anderson
1
-3
/
+11
2015-02-04
Added override for function names in GenerateNamedObjects.
Hank Anderson
1
-9
/
+14
2015-02-04
Added function to set defines for the object names (e.g. -DNAME=dgemm).
Hank Anderson
1
-0
/
+32
2015-01-30
Added openblas add_library call that uses DBLAS_OBJS ojbects.
Hank Anderson
1
-0
/
+3
2015-01-30
Moved functions into util cmake file.
Hank Anderson
1
-0
/
+87