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

[Thrust] Increase static workspace size #16937

Merged

Commits on Apr 26, 2024

  1. [Thrust] Increase static workspace size

    This PR increases the thrust workspace size, since in practice
    we found that the current workspace size can still be insufficient.
    Thrust sort may require larger workspace when the number of elements
    being sorted is large (e.g., in Llama3 that is 128k).
    MasterJH5574 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b70a7b6 View commit details
    Browse the repository at this point in the history