GPUOpen-Tools / gpu_performance_api

GPU Performance API for AMD GPUs
MIT License
250 stars 46 forks source link

Correcting size parameter to memset #60

Closed AdamJMiles closed 3 months ago

AdamJMiles commented 2 years ago

In two samples, the buffer had only one quarter of its size memset to zero due to erroneous divisions by sizeof(int). It probably didn't cause any problem at all, it was just temporarily confusing for the reader!

eelliott-amd commented 3 months ago

These changes have already been released publicly, closing the PR.