project-asgard / asgard

MIT License
27 stars 20 forks source link

fix issue with assertions in axpy #649

Closed mkstoyanov closed 9 months ago

mkstoyanov commented 9 months ago

Small problem I cam across.

mkstoyanov commented 9 months ago

When alpha == 0. is this just a copy?

No, it should be a no-op, the operation is y += alpha * x