You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the build in XRT libraries provided by xrt_jll do not work as expected.
i.e. in software emulation, no device can be created, although Vitis is installed on the system.
using XRT
d = XRT.Device(0)
leads to the error: no device with id '0', although XCL_EMULATION_MODE=sw_emu is set in the environment.
The text was updated successfully, but these errors were encountered:
Currently, the build in XRT libraries provided by
xrt_jll
do not work as expected.i.e. in software emulation, no device can be created, although Vitis is installed on the system.
leads to the error: no device with id '0', although
XCL_EMULATION_MODE=sw_emu
is set in the environment.The text was updated successfully, but these errors were encountered: