feat(backend): HIP + Vulkan backend touches (#13 carve-out 3/N) - #30
Closed
TheTom wants to merge 1 commit into
Closed
feat(backend): HIP + Vulkan backend touches (#13 carve-out 3/N)#30TheTom wants to merge 1 commit into
TheTom wants to merge 1 commit into
Conversation
TheTom
force-pushed
the
ek/kernel-reorg-steel
branch
from
June 22, 2026 21:36
ffad7fc to
6a2035a
Compare
Carves the HIP/Vulkan device-backend changes + codegen/hip + hip/vulkan corpus tests out of #13, rebased onto the kernels/ reorg (#28). Runtime + codegen/hip are untouched by the reorg so they apply clean. vulkan_coopmat_gemm and vulkan_sdpa_multi had no net logic in #13 beyond renames the reorg already made, so they stay at the #28 version. HIP/Vulkan build validated in CI (no nvcc/vulkan on the dev mac). Follow-up to the kernel reorg.
TheTom
force-pushed
the
pr13/p3-hip-vulkan-backend
branch
from
June 22, 2026 22:06
8fbe3ec to
623d7de
Compare
Contributor
Author
|
Closing as superseded. The CUDA/HIP/Vulkan backends landed in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Carve-out 3 of the kitchen-sink #13, on @ekryski's reorg (#28). HIP/Vulkan device backend (
device/{hip,vulkan}),codegen/src/hip, and the hip/vulkan corpus tests. Runtime + codegen/hip untouched by the reorg so applies clean;vulkan_coopmat_gemm/vulkan_sdpa_multihad no net logic in #13 beyond renames #28 already made (left at #28). HIP/Vulkan build verified in CI (no toolchain on dev mac). Follow-up to the reorg; #13 stays open until fully covered.