//============================================================== // Copyright Intel Corporation // // SPDX-License-Identifier: MIT // ============================================================= #include using namespace sycl; typedef float T; double RunKernel(queue &q, std::vector &inAHost, std::vector &inBHost, std::vector &inCHost, std::vector& resultFlags);