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

[vulkan] Fix Vulkan SIMT mappings for GPU loop vars. #8259

Merged
merged 3 commits into from
Jun 5, 2024

Commits on Jun 3, 2024

  1. Fix Vulkan SIMT mappings for GPU loop vars. Previous refactoring

    accidentally used the fully qualified var name rather than the
    categorized vulkan intrinsic name.
    Derek Gerstmann committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    120e077 View commit details
    Browse the repository at this point in the history
  2. trigger buildbots

    steven-johnson committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4a45f3c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Avoid formatting the GPU kernel to a string for Vulkan (since it's bi…

    …nary SPIR-V needs to remain intact).
    Derek Gerstmann committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2c9e781 View commit details
    Browse the repository at this point in the history