On Fri, 26 Jul 2019, Rin Okuyama wrote:
Also, convert loop of byte-wise copy into memset.
I am a bit concerned about this change because IIRC there are platforms where memset etc. cannot be used on device memory.
On Fri, 26 Jul 2019, Rin Okuyama wrote:
Also, convert loop of byte-wise copy into memset.
I am a bit concerned about this change because IIRC there are platforms where memset etc. cannot be used on device memory.