Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The kernels set the memory buffers to 0 using memset at initialization. They are then set to 0 efore before new data is written to them (each time). Once the data is no longer needed, they are again set to 0 using memset.

...