Skip to content

Commit

Permalink
add more license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrady-tt committed Jan 30, 2025
1 parent a13656d commit 759bf11
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tt_npe/config/1d-congestion.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

test_name: "1d-congestion"
test_params:
packet_size: 8192
Expand Down
3 changes: 3 additions & 0 deletions tt_npe/config/2d-reshard.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

test_name: "2d-reshard"
test_params:
packet_size: 4096
Expand Down
3 changes: 3 additions & 0 deletions tt_npe/config/random.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

test_name: "random"
test_params:
packet_size: 2048
Expand Down
3 changes: 3 additions & 0 deletions tt_npe/config/single-transfer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
#
test_name: "single-transfer"
test_params:
packet_size: 8192
Expand Down
2 changes: 2 additions & 0 deletions tt_npe/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
[pytest]
testpaths = py/pytest
python_files = test_*.py
Expand Down
3 changes: 3 additions & 0 deletions tt_npe/scripts/add_license.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

read -r -d '' LICTEXT << 'END'
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
Expand Down
5 changes: 5 additions & 0 deletions tt_npe/scripts/make_docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

# check that pdoc3 is installed
if [ -z "$(which pdoc3)" ]; then
echo "ERROR: pdoc3 is not installed; try running \`pip3 install pdoc3\`"
Expand Down
3 changes: 3 additions & 0 deletions tt_npe/scripts/run_noc_events_json_as_workload.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

scripts/convert_noc_events_to_workload.py $1 tmp.yaml #--coalesce_packets
shift

Expand Down
3 changes: 3 additions & 0 deletions tt_npe/scripts/run_ut.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

BOLD="\033[1m"
BLACK="\033[30m"
RED="\033[31m"
Expand Down
5 changes: 3 additions & 2 deletions tt_npe/scripts/stats_schema.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
// all coordinates are in 2-entry lists following this convention : [row,col]
{
// various information about how the simulation was run and on what device
Expand Down Expand Up @@ -87,4 +88,4 @@
]
}
]
}
}

0 comments on commit 759bf11

Please sign in to comment.