Changes

Jump to: navigation, search

DPS921/Intel Math Kernel Library

12 bytes added, 22:30, 10 April 2021
Vector Add
==== Vector Add ====
```<code>
//==============================================================
// 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;
}
```</code>
==== Math Mul ====
22
edits

Navigation menu