-
Notifications
You must be signed in to change notification settings - Fork 72
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
#14406: Add CCL Perf tests to pipeline #14836
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩
t3000-model-perf-tests: | ||
needs: build-artifact | ||
needs: [build-artifact, build-artifact-profiler] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just use only the build-artifact-profiler here?
I don't think we need build-artifact anymore if we want to use profiler tools here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scratch that, i realized i misread the impl.
Is it possible to introduce an if statement to determine the correct preciding step?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have introduced an if statement in the impl file to choose which build to use for that job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
22406b2
to
67e7c25
Compare
67e7c25
to
a25003a
Compare
Ticket
#14406
Problem description
Need CCL Perf to be triggered in pipeline
What's changed
Adds CCL Perf tests to T3K perf pipeline
T3K Model Perf - https://github.com/tenstorrent/tt-metal/actions/runs/11718145347/job/32639080900
Perf Artifact - https://github.com/tenstorrent/tt-metal/actions/runs/11718145347/job/32639080900#step:13:33
Checklist