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

Backport #8259 to release/17.x #8270

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Commits on Jun 6, 2024

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

    * Fix Vulkan SIMT mappings for GPU loop vars. Previous refactoring
    accidentally used the fully qualified var name rather than the
    categorized vulkan intrinsic name.
    
    * Avoid formatting the GPU kernel to a string for Vulkan (since it's binary SPIR-V needs to remain intact).
    
    ---------
    
    Co-authored-by: Derek Gerstmann <dgerstmann@adobe.com>
    Co-authored-by: Steven Johnson <srj@google.com>
    3 people committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d2d02f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a1c37 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. [vulkan] Add conform API methods to memory allocator to fix block all…

    …ocations (#8130)
    
    * Add conform API methods to block and region allocator classes
    Override conform requests for Vulkan memory allocator
    Cleanup memory requirement constraints for Vulkan
    Add conform test cases to block_allocator runtime test.
    
    * Clang format/tidy pas
    
    * Fix unsigned int comparisons
    
    * Clang format pass
    
    * Fix other unsigned int comparisons
    
    * Fix mismatched template types for max()
    
    * Fix whitespace for clang format
    
    ---------
    
    Co-authored-by: Derek Gerstmann <dgerstmann@adobe.com>
    2 people authored and steven-johnson committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a2047d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1314cd4 View commit details
    Browse the repository at this point in the history