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

Conv2d circular buffers being sequential. #18476

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dstoiljkovicTT
Copy link

@dstoiljkovicTT dstoiljkovicTT commented Feb 28, 2025

Ticket

#18281

Problem description

Circular buffers created in Conv2d program factories are not sequential, this is causing numerous warnings which are creating noise.

What's changed

  1. Assigning indicies to circular buffer dynamically and incrementally and passing them to kernels as compile time arguments.
  2. Cleanup of unused arguments in Conv2d program factory methods.

Checklist

1. Assigning indicies to circular buffer dynamically and incrementally and passing them to kernels as compile time arguments.
2. Cleanup of unused arguments in conv2d program factory methods.
@dstoiljkovicTT dstoiljkovicTT marked this pull request as ready for review February 28, 2025 09:44
@dstoiljkovicTT dstoiljkovicTT requested a review from a team as a code owner February 28, 2025 09:44
@dstoiljkovicTT dstoiljkovicTT self-assigned this Feb 28, 2025
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.

1 participant