Skip to content

fixed vector_reduce_add example #2311

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

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

Conversation

userVector
Copy link

original programming example didn't work with test.cpp from other examples. the issue apparently stemmed from distinct kernel syntax requirements associated with the older way of managing host-NPU buffers.

now works with the newer host-NPU buffer method already present in most other examples.
furthermore: supports tiled computation. kernel code uses templates.

…st other examples. supports tiled computation. kernel code uses templates.
Copy link
Collaborator

@fifield fifield left a comment

Choose a reason for hiding this comment

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

This PR appears to revert some recent changes, please clean it up to ensure only the necessary changes are included.

Comment on lines -38 to -39
AIE_PREPARE_FOR_PIPELINING
AIE_LOOP_MIN_ITERATION_COUNT(8)
Copy link
Collaborator

Choose a reason for hiding this comment

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

This appears to revert the changes from #2248

Copy link
Collaborator

Choose a reason for hiding this comment

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

Are any of the changes to this file required? It appears to be reverting recent changes such as #2234?

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.

2 participants