Skip to content

Commit

Permalink
remove some unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sjameelTT committed Jan 22, 2025
1 parent f491e6f commit 4b8aa17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.
// SPDX-FileCopyrightText: © 2025 Tenstorrent Inc.
//
// SPDX-License-Identifier: Apache-2.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: © 2024 Tenstorrent Inc.
// SPDX-FileCopyrightText: © 2025 Tenstorrent Inc.
//
// SPDX-License-Identifier: Apache-2.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ void kernel_main() {
const InterleavedAddrGenFast<src_is_dram> s = {
.bank_base_address = src_addr, .page_size = tile_bytes, .data_format = data_format};

uint32_t i_tile = start_id;

// read a ublock of tiles from src to CB, and then push the ublock to unpacker
#ifdef BACKWARDS
uint32_t end_id = start_id - num_tiles;
Expand Down

0 comments on commit 4b8aa17

Please sign in to comment.