Luecx / CudAD

GNU General Public License v3.0
14 stars 7 forks source link

Prep next batch in the background #2

Closed jhonnold closed 2 years ago

jhonnold commented 2 years ago

Created a method to busy loop filling the buffer, and copying data into a "background buffer".

Speed increased on my machine from ~2.5M pos/s to ~2.95M pos/s.

Validated all looping across files works. Validated epoch loss is the same, data loaded in same order.