You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main use case is to benchmark over a range of array sizes.
Rather than create a __DIVAN_CONSTS constant across the whole range, we can create a const benchmark that runs benchmarks across each monomorphized function. However, if the range contains non-literals the __DIVAN_CONSTS approach would be the way to go.
The text was updated successfully, but these errors were encountered:
The main use case is to benchmark over a range of array sizes.
Rather than create a
__DIVAN_CONSTS
constant across the whole range, we can create a const benchmark that runs benchmarks across each monomorphized function. However, if the range contains non-literals the__DIVAN_CONSTS
approach would be the way to go.The text was updated successfully, but these errors were encountered: