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

Aligned and Rotation view experiment #20

Open
2 tasks
rachitnigam opened this issue Oct 19, 2019 · 0 comments
Open
2 tasks

Aligned and Rotation view experiment #20

rachitnigam opened this issue Oct 19, 2019 · 0 comments

Comments

@rachitnigam
Copy link
Member

Experiment

Test the hypothesis that aligned views use fewer resources than rotation views.

Program:

void kernel(i, mem, out) {
  while(i--) {
    out[0] += mem[i * :PARAM:]
}
  • Run kernel where mem is partitioned by 8 and PARAM varies [2 ... 8]. 7 Configurations.
  • See if non aligned accesses generate worse hardware.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant