vortexgpgpu/vortex

Xilinx Alveo U55C Support!

joseph659 opened this issue · 0 comments

I want to run vortex on Alveo u55c. I've started by changing vortex.cpp for XRT by adding:

static const platform_info_t g_platforms [] = {
{"vortex_xrtsim", 4, 0x10, 0x0},
{"xilinx_u55c", 4, 0x1C, 0x0},

But it still shows undefined symbol error in libvortex.so while running blackbox script.

undefined symbol: _ZN3xrt6device11load_xclbinERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

Can someone please help me with this?