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
lforg37
changed the title
XRT memory bank deduction fail with multi kernel programs
Multiple accessor to the same buffer with different ddr_bank property doesn't work
Sep 21, 2021
When running a program with multiple kernels having arguments mapped on different DDR bank the program fail due to buffer allocated on wrong DDR bank.
To Reproduce
Run the
sycl/test/on-device/xocc/simple_tests/ddr_bank_test.cpp
test.There is only one buffer created on the device, where three copies are required : one on each target ddr bank.
The text was updated successfully, but these errors were encountered: