22
edits
Changes
→Vector Add
==== Vector Add ====
//==============================================================
// Vector Add is the equivalent of a Hello, World! sample for data parallel
// SPDX-License-Identifier: MIT
// =============================================================
/* #include <CL/sycl.hpp>
#include <array>
#include <iostream>
#include <CL/sycl/INTEL/fpga_extensions.hpp>
#endif
*/
using namespace sycl;
return 0;
}
==== Math Mul ====