From c0a4555a50cb668344cb583fc8e98fcc3d3ee56f Mon Sep 17 00:00:00 2001 From: Dhanus M Lal Date: Sat, 9 Nov 2024 02:26:45 +0900 Subject: [PATCH] excluded more examples Signed-off-by: Dhanus M Lal --- examples/daal/cpp/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/daal/cpp/CMakeLists.txt b/examples/daal/cpp/CMakeLists.txt index 184c80bc14d..5355a008f65 100644 --- a/examples/daal/cpp/CMakeLists.txt +++ b/examples/daal/cpp/CMakeLists.txt @@ -53,6 +53,10 @@ if(REF_BACKEND) "source/decision_forest/df_cls_hist_dense_extratrees_batch.cpp" "source/decision_forest/df_reg_default_dense_batch.cpp" "source/decision_forest/df_reg_hist_dense_batch.cpp" + "source/decision_forest/df_cls_hist_dense_batch.cpp" + "source/decision_forest/df_cls_default_dense_batch.cpp" + "source/decision_forest/df_cls_traversed_model_builder.cpp" + "source/host_app/host_cancel_compute.cpp" ) endif() endif()