Xilinx / ACCL

Alveo Collective Communication Library: MPI-like communication operations for Xilinx Alveo accelerators
https://accl.readthedocs.io/
Apache License 2.0
81 stars 26 forks source link

"lvalue required as left operand of assignment" when using Coyote buffer subscript operator #168

Open mar-ven opened 10 months ago

mar-ven commented 10 months ago

Given a pointer to Coyote buffer called buf, created via: auto buf = accl.create_coyotebuffer<float>(count, dataType::float32); the following operation: (*buf)[i] = <any value>; gives the following error: lvalue required as left operand of assignment