Skip to content

Commit b935716

Browse files
authored
Use float MKL functions instead of double to reduce binary size (#158)
1 parent 0120a78 commit b935716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/mkl_functions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cblas_sgemm
2-
mkl_dimatcopy
3-
LAPACKE_dgesvd
2+
mkl_simatcopy
3+
LAPACKE_sgesvd
44
mkl_get_max_threads
55
MKL_Free_Buffers

0 commit comments

Comments
 (0)