Skip to content

Commit

Permalink
Changes due to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalda committed Mar 1, 2022
1 parent d6c376e commit 6927f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def replace_npu_address_range_with_address(npu_addr_range):
)
assert buffer in buffer_addresses.keys(), f"searching for buffer : {buffer}, but not found"
address, buffer_type = buffer_addresses[buffer]
address = address + npu_addr_range.address.index.value
address = address + int(npu_addr_range.address.index.value)
return vapi.NpuAddressRange(_get_region(buffer_type), address, npu_addr_range.length)

def replace_tir_loads(npu_object):
Expand Down

0 comments on commit 6927f34

Please sign in to comment.