Xilinx / Vitis_Accel_Examples

Vitis_Accel_Examples
http://xilinx.github.io/Vitis_Accel_Examples/
MIT License
496 stars 204 forks source link

Xilinx vitis HW emulation exception caught error #34

Closed dheeraj141 closed 3 years ago

dheeraj141 commented 3 years ago

I have been trying to solve this error for over a month but no results every time I run the HW emu gives this error . the software emulation runs fine but don't know what's the problem with the hardware . the memory also is not that much allocated just a matrix of 32*32.

[XRT] WARNING: Profiling may contain incomplete information. Please ensure all OpenCL objects are released by your host code (e.g., clReleaseProgram()). ERROR: [EMU 60-601] Exception Caught - Failed with the command REMOVE operation at the Line Number: 1394 Makefile:135: recipe for target 'check' failed make: *** [check] Error 1

vishnuchebrolu commented 3 years ago

@dheeraj141, which example are you seeing the failure and what are the steps to reproduce? which Vitis & XRT are being used?

-Vishnu

dheeraj141 commented 3 years ago

It is the hbm bandwidth example but I modified the function performed by the kernel. The kernel is taking 32 inputs each input corresponding to a different bank and then performing a function on the inputs.

XRT Information Version: 2.7.766 [0] 0000:05:00.1 xilinx_u280_xdma_201920_3(ID=0x5e278820) user(inst=128)

vishnuchebrolu commented 3 years ago

Hi @dheeraj141 As you modified the function performed by the kernel, it reports following errors in log: [XRT] WARNING: Profiling may contain incomplete information. Please ensure all OpenCL objects are released by your host code (e.g., clReleaseProgram()). ERROR: [EMU 60-601] Exception Caught - Failed with the command REMOVE operation at the Line Number: 1394 Makefile:135: recipe for target 'check' failed make: *** [check] Error 1

Please do use Xilinx Forum for such queries: https://forums.xilinx.com/t5/Vitis-Acceleration-SDAccel-SDSoC/bd-p/tools_v

Please use this Git Issues if you are facing any issue with any existing design without any change in example.

Thanks, Vishnu

heeran-xilinx commented 3 years ago

Closing as same discussion started in forum