Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grayskull end of life announcement #568

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/build-and-run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{arch: grayskull},
{arch: wormhole_b0},
{arch: blackhole},
]
Expand All @@ -35,9 +34,6 @@ jobs:
fail-fast: false
matrix:
test-group: [
{arch: grayskull, card: e75, timeout: 10},
{arch: grayskull, card: e150, timeout: 10},
{arch: grayskull, card: e300, timeout: 10},
{arch: wormhole_b0, card: n150, timeout: 5},
{arch: wormhole_b0, card: n300, timeout: 15},
{arch: blackhole, card: p150, timeout: 15},
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
description: 'The architecture to build for'
type: choice
options:
- grayskull
- wormhole_b0
- blackhole
ubuntu-version:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
description: 'The architecture to build for'
type: choice
options:
- grayskull
- wormhole_b0
- blackhole
ubuntu-version:
Expand All @@ -38,9 +37,6 @@ on:
description: 'The card to run tests on'
type: choice
options:
- e75
- e150
- e300
- n150
- n300
timeout:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
machine: [ubuntu-20.04, ubuntu-22.04, e75, e150, e300, n150, n300]
machine: [ubuntu-20.04, ubuntu-22.04, n150, n300]

name: Check runner
runs-on: ${{ matrix.machine }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
machine: [ubuntu-20.04, ubuntu-22.04, e75, e150, e300, n150, n300]
machine: [ubuntu-20.04, ubuntu-22.04, n150, n300]
image: [tt-umd-ci-ubuntu-22.04, tt-umd-ci-ubuntu-20.04]

name: Check runner docker
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ You can also manually auto format the whole repo using mentioned pre-commit:
```bash
pre-commit run --all-files
```

# Grayskull End of Life

Grayskull is no longer actively supported by Tenstorrent. [Last UMD commit](https://github.com/tenstorrent/tt-umd/commit/a5b4719b7d44f0c7c953542803faf6851574329a) supporting Grayskull.
1 change: 0 additions & 1 deletion tests/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set(API_TESTS_SRCS
test_chip.cpp
test_cluster_descriptor.cpp
test_cluster.cpp
test_core_coord_translation_gs.cpp
test_core_coord_translation_wh.cpp
test_core_coord_translation_bh.cpp
test_mockup_device.cpp
Expand Down
364 changes: 0 additions & 364 deletions tests/api/test_core_coord_translation_gs.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions tests/grayskull/CMakeLists.txt

This file was deleted.

Loading
Loading