check transfer
0.1
Check data transfer for SDAccell OpenCL application
|
Functions | |
std::string | find_binary_file (const std::string &_device_name, const std::string &xclbin_name) |
std::vector< cl::Device > | get_devices (const std::string &vendor_name) |
std::vector< cl::Device > | get_xil_devices () |
cl::Program::Binaries | import_binary_file (std::string xclbin_file_name) |
bool | is_emulation () |
bool | is_hw_emulation () |
std::string xcl::find_binary_file | ( | const std::string & | _device_name, |
const std::string & | xclbin_name | ||
) |
Definition at line 89 of file xcl2.cpp.
Referenced by aligned_allocator< T >::deallocate().
std::vector< cl::Device > xcl::get_devices | ( | const std::string & | vendor_name | ) |
Definition at line 35 of file xcl2.cpp.
Referenced by aligned_allocator< T >::deallocate(), and get_xil_devices().
std::vector< cl::Device > xcl::get_xil_devices | ( | ) |
Definition at line 63 of file xcl2.cpp.
References get_devices().
Referenced by aligned_allocator< T >::deallocate(), and TF_Device::TF_Device().
cl::Program::Binaries xcl::import_binary_file | ( | std::string | xclbin_file_name | ) |
Definition at line 66 of file xcl2.cpp.
Referenced by aligned_allocator< T >::deallocate(), and TF_Device::TF_Device().
bool xcl::is_emulation | ( | ) |
Definition at line 205 of file xcl2.cpp.
Referenced by aligned_allocator< T >::deallocate().
bool xcl::is_hw_emulation | ( | ) |
Definition at line 215 of file xcl2.cpp.
Referenced by aligned_allocator< T >::deallocate().