Marco Venere
Marco Venere
I am experiencing a kernel BUG at Coyote/driver/fpga_dev.c:108 (accl_integration branch) I am currently using an Alveo U280. Linux Kernel: 6.5 My steps: - I made sure that coyote driver was...
I tried to perform an accl.copy call with more than 8 MB in size, and all data above 8388544 bytes are not correctly copied. For reproducibility, I used the Coyote...
Given a pointer to Coyote buffer called buf, created via: `auto buf = accl.create_coyotebuffer(count, dataType::float32);` the following operation: `(*buf)[i] = ;` gives the following error: `lvalue required as left operand...
## Description This PR provides two contributions: 1. the FPGA register programming API (both driver and sw API) to enable GPU kernels to launch FPGA kernels 2. moved the P2P...