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

[TOPI] Minor perf improvement for GPU scatter #7233

Merged
merged 16 commits into from
Jan 19, 2021

Commits on Jan 18, 2021

  1. improve scatter 4d init

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4020730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0e21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b76109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d60acbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6d6541 View commit details
    Browse the repository at this point in the history
  6. add missing import

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9c87d8d View commit details
    Browse the repository at this point in the history
  7. fix strategy

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9b077db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3090af8 View commit details
    Browse the repository at this point in the history
  9. add test tuning script

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    28c08dc View commit details
    Browse the repository at this point in the history
  10. try adding dummy knob

    masa authored and masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    bf27ba8 View commit details
    Browse the repository at this point in the history
  11. skip random_fill when a tuning workload is from scatter

    This reverts commit 1fed883.
    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a876443 View commit details
    Browse the repository at this point in the history
  12. cleanup memcpy ir

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    5cfd32e View commit details
    Browse the repository at this point in the history
  13. remove scatter tuning script

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    528f755 View commit details
    Browse the repository at this point in the history
  14. make sure zero init arguments

    masahi committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4f844f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6e3acff View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. restore ctx sync

    masahi committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7b1a6ea View commit details
    Browse the repository at this point in the history