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

[OpenCL] Refactor cl_program generation #7834

Merged
merged 6 commits into from
May 1, 2021
Merged

[OpenCL] Refactor cl_program generation #7834

merged 6 commits into from
May 1, 2021

Commits on Apr 13, 2021

  1. Refactor OpenCL runtime module to build separate cl_programs

    for each kernel. This can avoid pathological bugs in the
    vendor specific OpenCL compiler that may be triggered
    with large programs.
    csullivan committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    07057f4 View commit details
    Browse the repository at this point in the history
  2. clang-format

    csullivan committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6f9c343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c3163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e413fb View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on May 1, 2021

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