Releases: microsoft/hat
Releases · microsoft/hat
v0.0.41
What's Changed
- Revert some of the changes from the previous commit regarding input_set args by @CaptnJackSparrow in #101
Full Changelog: v0.0.40...v0.0.41
v0.0.40
What's Changed
- Fix strides of randomly generated data by @CaptnJackSparrow in #100
Full Changelog: v0.0.39...v0.0.40
v0.0.39
What's Changed
- Hide info message under the verbose flag and refactor batch runner for benchmarks by @CaptnJackSparrow in #99
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- Fixes call to call method for CallableFunc subclasses by @kernhanda in #98
Full Changelog: v0.0.37...v0.0.38
v0.0.37
What's Changed
- Fixes numerous issues for benchmarking by @kernhanda in #93
- [benchmark] Results will now be appended to the results file by @kernhanda in #94
- Fixes logic in CUDA and ROCM loader by @kernhanda in #95
- benchmark_hat_package: --working_dir option and resolving
printf
symbols by @lisaong in #96 - [Cleanup] Remove/update tests that randomly fail by @lisaong in #97
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- Fix cleanup logic for Windows during native profiling by @CaptnJackSparrow in #89
- Allow benchmark to run once when min_time_in_sec == 0 by @CaptnJackSparrow in #91
- Adds CMakeLists.txt.in to final built package by @kernhanda in #92
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- Support native profiling in benchmark_hat_package by @CaptnJackSparrow in #87
- Fix path to static lib for native profiling by @CaptnJackSparrow in #88
Full Changelog: v0.0.34...v0.0.35
v0.0.34
v0.0.33
What's Changed
- Support floating type as function argument by @DennySun2020 in #85
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- Adds input data process fn hook for benchmarking by @kernhanda in #83
- Updates RNG for int types by @kernhanda in #82
- Generates random data for constant shaped args by @kernhanda in #84
Full Changelog: v0.0.31...v0.0.32