ACCL icon indicating copy to clipboard operation
ACCL copied to clipboard

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

Open mar-ven opened this issue 2 years ago • 0 comments

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

mar-ven avatar Nov 02 '23 16:11 mar-ven