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

[EXP][CMDBUF] Improve CUDA Fill op implementation #1319

Merged
merged 2 commits into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. [SYCL][Graph] Improve CUDA Fill op implementation.

    Adjustment of value pointer size according to pattern size.
    Large patterns are now broken into 1-byte chunks, as in the regular implementation.
    mfrancepillois authored and EwanC committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b064aef View commit details
    Browse the repository at this point in the history
  2. Fixup rebase issue

    EwanC committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ef72b3f View commit details
    Browse the repository at this point in the history