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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: