kitsudaiki / OpenHanami

OpenHanami contains an experimental artificial neural network, which can work on unnormalized input-data in a cloud native environment.
https://docs.openhanami.com
Apache License 2.0
9 stars 0 forks source link

[Feature]: update item-buffer #458

Closed kitsudaiki closed 1 month ago

kitsudaiki commented 1 month ago

Feature

Description

While implementing a new gpu-support (#325) again, I found a problem with the item-buffer. It is not a bug, but a disadvantage. This saves memory, but in case of the gpu-support it requires more transfers between host and device to keep both in sync. It is most likely, this this was the reason, why I ran into a memory-corruption problem in my last attempt, because I didn't saw this problem.

Acceptance Criteria