mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix onnxruntime_unittests.cmake after merge.
This commit is contained in:
parent
6ba7c99e50
commit
8ea0e596ec
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ if (onnxruntime_ENABLE_TRAINING)
|
|||
)
|
||||
list(APPEND onnxruntime_test_providers_src ${orttraining_test_trainingops_cuda_src})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (onnxruntime_USE_DNNL)
|
||||
file(GLOB_RECURSE onnxruntime_test_providers_dnnl_src CONFIGURE_DEPENDS
|
||||
"${TEST_SRC_DIR}/providers/dnnl/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue