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

[METAL] Split kernels and compile them separately #7980

Merged
merged 5 commits into from
May 25, 2021

Commits on May 5, 2021

  1. [METAL] Split kernels and compile them separately

    Refactor Metal module to build each kernel separately. This should help
    to avoid potential problem then generated blockSize is more than
    maxTotalThreadsPerThreadgroup.
    echuraev committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b0b51fd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    4938d70 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    070bba4 View commit details
    Browse the repository at this point in the history
  2. Remove using GetSource

    echuraev committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8041a29 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Update the bundles

    echuraev committed May 13, 2021
    Configuration menu
    Copy the full SHA
    df55c33 View commit details
    Browse the repository at this point in the history