commit | 69023005ae42f0c96e914b3facf677b4b7d7d3f3 | [log] [tgz] |
---|---|---|
author | Matthew Wilson <mwilson@google.com> | Mon Jan 13 10:25:19 2025 -0800 |
committer | Matthew Wilson <mwilson@google.com> | Mon Jan 13 10:25:19 2025 -0800 |
tree | f06b81c617cbbee5da4501056aa0da03d8c8bb93 | |
parent | d80ac5f6ed5bfc2aac06ffb1223e578890fb6703 [diff] |
Rename IREE_WHOLE_BUFFER to IREE_HAL_WHOLE_BUFFER Upstream change: https://github.com/iree-org/iree/commit/2347d9f22fe023400cf449e879729ea43cd1d07d Change-Id: I1277852a6a3af98ee55217e6c94f334df8e9843d
diff --git a/model_util/util.c b/model_util/util.c index 4833243..187a66a 100644 --- a/model_util/util.c +++ b/model_util/util.c
@@ -226,7 +226,7 @@ result = iree_hal_buffer_map_range( iree_hal_buffer_view_buffer(ret_buffer_view), IREE_HAL_MAPPING_MODE_SCOPED, IREE_HAL_MEMORY_ACCESS_READ, 0, - IREE_WHOLE_BUFFER, &mapped_memories[index_output]); + IREE_HAL_WHOLE_BUFFER, &mapped_memories[index_output]); } if (iree_status_is_ok(result)) {