Skip to content

Conversation

@andcarminati
Copy link
Collaborator

No description provided.


// PostPipeliner can do nothing without tripcount > 1
if (MinTripCount <= 1) {
if (MinTripCount <= 1 || HasIIPragma) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so specifying an II now is equivalent to disable prepipeliner?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the other way around: if we specify an II we don't prefer the postpipeliner. I changed because we were still preferring the postpipeliner for a user specified II when SDep.getSignedLatency() >= II (see last condition).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I thought this was the canAccept() method.

@andcarminati andcarminati merged commit 73ef21e into aie-public Apr 30, 2025
7 checks passed
@andcarminati andcarminati deleted the andreu.extend.II.pragma.covering branch April 30, 2025 14:54
mgehre-amd added a commit that referenced this pull request Aug 21, 2025
Fix for upstream change in docker container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants