File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ include_directories(${PROJECT_BINARY_DIR})
4
4
5
5
6
6
set (LAPACK_SOURCES
7
- getrf/getrf_single.c
8
7
potrf/potrf_U_single.c
9
8
potrf/potrf_L_single.c
10
9
lauum/lauum_U_single.c
@@ -45,6 +44,10 @@ GenerateNamedObjects("${LAPACK_MANGLED_SOURCES}" "" "" false "" "" false 3)
45
44
GenerateNamedObjects("laswp/generic/laswp_k_4.c" "" "laswp_plus" false "" "" false 3)
46
45
GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" "" false 3)
47
46
47
+ foreach (float_type ${FLOAT_TYPES} )
48
+ GenerateNamedObjects("getrf/getrf_single.c" "UNIT" "getrf_single" false "" "" false ${float_type} )
49
+ endforeach ()
50
+
48
51
# dynamic_arch laswp needs arch specific code ?
49
52
#foreach(TARGET_CORE ${DYNAMIC_CORE})
50
53
# set(TSUFFIX "_${TARGET_CORE}")
@@ -81,7 +84,7 @@ if (USE_THREAD)
81
84
)
82
85
83
86
foreach (float_type ${FLOAT_TYPES} )
84
- GenerateNamedObjects("${GETRF_SRC} " "" "getrf_parallel" false "" "" false ${float_type} )
87
+ GenerateNamedObjects("${GETRF_SRC} " "UNIT " "getrf_parallel" false "" "" false ${float_type} )
85
88
endforeach ()
86
89
87
90
GenerateNamedObjects("${PARALLEL_SOURCES} " )
You can’t perform that action at this time.
0 commit comments