From ed1d77884256e6ce19287ebc0d44ccd3631fc640 Mon Sep 17 00:00:00 2001 From: "Garcia Orozco, David" Date: Mon, 7 Apr 2025 06:59:21 -0700 Subject: [PATCH] Include chrono in Matrix test on Windows --- .../Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp b/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp index aa43eb894fb0f..c363750396d86 100644 --- a/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp +++ b/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp @@ -9,6 +9,10 @@ #include #include +#ifdef _WIN32 +#include +#endif + #ifdef SLM #include "slm_utils.hpp" #endif