mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-01 23:30:35 +00:00
Update mlas (#15228)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
063ee8d504
commit
527e006124
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ onnxruntime_add_static_library(onnxruntime_mlas
|
|||
${MLAS_SRC_DIR}/sgemm.cpp
|
||||
${MLAS_SRC_DIR}/halfgemm.cpp
|
||||
${MLAS_SRC_DIR}/qgemm.cpp
|
||||
${MLAS_SRC_DIR}/dwconv.cpp
|
||||
${MLAS_SRC_DIR}/qdwconv.cpp
|
||||
${MLAS_SRC_DIR}/convolve.cpp
|
||||
${MLAS_SRC_DIR}/convsym.cpp
|
||||
|
|
@ -75,6 +74,7 @@ function(setup_mlas_source_for_windows)
|
|||
${MLAS_SRC_DIR}/qgemm_kernel_neon.cpp
|
||||
${MLAS_SRC_DIR}/qgemm_kernel_udot.cpp
|
||||
${MLAS_SRC_DIR}/qgemm_kernel_sdot.cpp
|
||||
${MLAS_SRC_DIR}/dwconv.cpp
|
||||
)
|
||||
|
||||
set(mlas_platform_preprocess_srcs
|
||||
|
|
@ -330,6 +330,7 @@ else()
|
|||
${MLAS_SRC_DIR}/aarch64/SymQgemmS8KernelSdot.S
|
||||
${MLAS_SRC_DIR}/aarch64/SymQgemmS8KernelSdotLd64.S
|
||||
${MLAS_SRC_DIR}/activate_fp16.cpp
|
||||
${MLAS_SRC_DIR}/dwconv.cpp
|
||||
${MLAS_SRC_DIR}/halfgemm_kernel_neon.cpp
|
||||
${MLAS_SRC_DIR}/qgemm_kernel_neon.cpp
|
||||
${MLAS_SRC_DIR}/qgemm_kernel_udot.cpp
|
||||
|
|
|
|||
Loading…
Reference in a new issue