DPC++ Runtime
Runtime libraries for oneAPI DPC++
|
|
Go to the documentation of this file.
27 std::string device_platform_name;
31 : device_platform_name(platform_name) {}
35 const std::string &platform_name = pf.
get_info<info::platform::name>();
36 if (platform_name == device_platform_name) {
44 "Intel(R) FPGA Emulation Platform for OpenCL(TM)";
46 "Intel(R) FPGA SDK for OpenCL(TM)";
The device_selector class provides ability to choose the best SYCL device based on heuristics specifi...
static constexpr auto HARDWARE_PLATFORM_NAME
platform get_platform() const
Get associated SYCL platform.
The SYCL device class encapsulates a single SYCL device on which kernels may be executed.
static constexpr auto EMULATION_PLATFORM_NAME
We provide new interfaces for matrix muliply in this patch:
#define __SYCL_INLINE_NAMESPACE(X)