1. 91803de Allow specifying multiple --device= flags in tooling. (#16132) by Ben Vanik · 1 year, 3 months ago
  2. 46d9347 Tweaks to e2e matmul tests (#15930) by bjacob · 1 year, 4 months ago
  3. 16e4346 ukernel test improvements (#15542) by bjacob · 1 year, 5 months ago
  4. d991dc9 Drop unused functions, but do not drop `-Wno-unused-function` (#15502) by bjacob · 1 year, 5 months ago
  5. d115d41 Revert "Drop `-Wno-unused-function` on Clang, find out about actually unused functions, silence false positives." (#15483) by bjacob · 1 year, 5 months ago
  6. 0ca4f62 Drop `-Wno-unused-function` on Clang, find out about actually unused functions, silence false positives. (#15471) by bjacob · 1 year, 5 months ago
  7. aa5602d Improvements to e2e matmul tests (take 2) (#15259) by bjacob · 1 year, 5 months ago
  8. eb9b8b6 Revert "Improvements to e2e matmul tests" (#15252) by bjacob · 1 year, 5 months ago
  9. 71c22da Improvements to e2e matmul tests (#15243) by bjacob · 1 year, 5 months ago
  10. 63381a8 Switching external resources to be device-local only. (#14016) by Ben Vanik · 1 year, 6 months ago
  11. b6c7c62 Limit the latency of e2e matmul tests (#15180) by bjacob · 1 year, 6 months ago
  12. 699b34c [vulkan] Add e2e coop matrix f16 matmul test (#15058) by Jakub Kuderski · 1 year, 6 months ago
  13. 42b983c Removing initial_data from iree_hal_allocator_allocate_buffer. (#14674) by Ben Vanik · 1 year, 8 months ago
  14. f022d29 Reworking constant upload with a HAL file API. (#14665) by Ben Vanik · 1 year, 8 months ago
  15. 60b0764 Allow defining `IREE_HOST_SIZE_T` to other types. (#14040) by Scott Todd · 1 year, 10 months ago
  16. 7ed4f4b Adding a console tracing provider and support for external ones. (#14113) by Ben Vanik · 1 year, 10 months ago
  17. 14308b1 Cleaning up the iree/base/tracing.h header a bit. (#14089) by Ben Vanik · 1 year, 10 months ago
  18. cc43680 Cleaning up the tracing.h mechanism to enable alternative implementations. (#14044) by Ben Vanik · 1 year, 10 months ago
  19. a8daf0e e2e matmul test improvements (#13657) by bjacob · 1 year, 11 months ago
  20. c205355 fatal non-numerical errors in e2e matmul test (#13139) by bjacob · 2 years ago
  21. 09630d6 Finally moving VM type registration to iree_vm_instance_t. (#12650) by Ben Vanik · 2 years ago
  22. 12b771f Making iree-benchmark-trace work with stateful traces. (#12552) by Ben Vanik · 2 years, 1 month ago
  23. 78fc0e3 Finishing iree_vm_list_set_variant/iree_vm_list_push_variant impls. by Ben Vanik · 2 years, 1 month ago
  24. bc00bc7 Moving iree_e2e_test_value_t out of tooling/, no clue why it was there. by Ben Vanik · 2 years, 1 month ago
  25. 7958fc9 Adding IREE_FLAG_LIST utility for repeated string flags. (#11806) by Ben Vanik · 2 years, 3 months ago
  26. 0a6cdf0 Add support for GEMM e2e Test For CUDA backend on F16 input (#10842) by Manish Gupta · 2 years, 5 months ago
  27. e9ae963 Implementing basic `--iree-execution-model=async-external` support. by Ben Vanik · 2 years, 6 months ago
  28. 27ded29 Remove tooling/cpu_features, switch to base/internal/cpu. (#10303) by bjacob · 2 years, 7 months ago
  29. 38e718e Fix printing of matrices on test failure: was overflowing (#10202) by bjacob · 2 years, 7 months ago
  30. 5844fd6 Reworking IREE_HAL_BUFFER_USAGE_* bits to carry more information. by Ben Vanik · 2 years, 10 months ago
  31. 46ec250 Replacing --driver with --device in tools. by Ben Vanik · 2 years, 10 months ago
  32. 70c2bb0 Making runtime APIs with sized arrays consistently (count, array). (#9416) by Ben Vanik · 2 years, 10 months ago
  33. 097d826 Renaming iree/tools/utils/ -> iree/tooling/. (#9417) by Ben Vanik · 2 years, 10 months ago
  34. 6d77ca0 Adding a device_util helper for tooling. (#9415) by Ben Vanik · 2 years, 10 months ago
  35. 1c59c11 Renaming file_path to path and adding some basic URI utils. (#9384) by Ben Vanik · 2 years, 10 months ago
  36. 6e64b6e Replacing use of dylib/vmvx(-sync) with local-task/local-sync drivers. by Ben Vanik · 2 years, 10 months ago
  37. f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago[Renamed from iree/tools/iree-e2e-matmul-test.c]
  38. 49fee30 Making iree_hal_dim_t track iree_device_size_t, and making that size_t. by Ben Vanik · 2 years, 11 months ago
  39. 3bc3041 iree-e2e-matmul-test improvements (#8729) by bjacob · 3 years ago
  40. fc22cb3 Fix memory handling problem in matmul_test and renable cuda tests (#8797) by Thomas · 3 years ago
  41. 0339fa0 Removing IREE_HAL_BUFFER_USAGE_ALL and tightening up host visibility. by Ben Vanik · 3 years ago
  42. 5841fae e2e matmul tests output formatting improvements (#8696) by bjacob · 3 years ago
  43. 98304d2 Adding "map" to buffer functions that perform host memory mapping. by Ben Vanik · 3 years, 1 month ago
  44. 4662c1b aarch64 +i8mm kernels, plus necessary infra. (#8316) by bjacob · 3 years, 1 month ago
  45. c337a4f Reworking HAL allocator buffer parameter API. by Ben Vanik · 3 years, 1 month ago
  46. dccaaf1 Ensuring buffer deallocation always routes through allocators. (#8082) by Ben Vanik · 3 years, 3 months ago
  47. eff1bb5 Default initializing mappings to make debugging easier. by Ben Vanik · 3 years, 4 months ago
  48. b036c63 Adding mapping mode to iree_hal_buffer_map_range. by Ben Vanik · 3 years, 4 months ago
  49. 3785011 Adding iree_hal_buffer_view_generate_buffer. by Ben Vanik · 3 years, 4 months ago
  50. 49c88c6 Giving iree_hal_allocator_allocate_buffer initial_data. by Ben Vanik · 3 years, 4 months ago
  51. 6743c41 Adding bf16 and i4 support plumbing in a few places. by Ben Vanik · 3 years, 4 months ago
  52. 7c7ce89 Revert "Adding bf16 and i4 support plumbing in a few places. (#7680)" (#7724) by Ben Vanik · 3 years, 4 months ago
  53. 9e20ae6 Adding bf16 and i4 support plumbing in a few places. (#7680) by Ben Vanik · 3 years, 4 months ago
  54. ec276ac Adding stream -> hal conversion. by Ben Vanik · 3 years, 7 months ago
  55. ce5ee95 Build trace-runner tests in Bazel. (#7499) by bjacob · 3 years, 5 months ago
  56. 94d03f5 Fix getenv usage in iree-e2e-matmul-test.c on Windows. (#7505) by Scott Todd · 3 years, 5 months ago
  57. 1c31f1c remove unneeded #include (#7446) by bjacob · 3 years, 5 months ago
  58. 5feef48 end-to-end matmul tests (#7347) by bjacob · 3 years, 5 months ago