GPUOpen-Tools / gpu_performance_api

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

Support min and max expression operators of arbitrary size #67

Closed jcortell68 closed 1 year ago

jcortell68 commented 1 year ago

There was an explicit implementation for various minN and maxN derived counter expression operators. This replaces all those implementations with a single min amd max implementation that works for any arbitrary value of N.

jcortell68 commented 1 year ago

I ran GPUPerfAPIUnitTests (both release and debug) and that passed