feat(kernels): add GPU family fatbin support for custom_kernels - #698
Draft
cliu1003 wants to merge 2 commits into
Draft
feat(kernels): add GPU family fatbin support for custom_kernels#698cliu1003 wants to merge 2 commits into
cliu1003 wants to merge 2 commits into
Conversation
Support gfx115X-all as a multi-slice HIP_ARCHITECTURES family, with LlvmIrJit falling back from per-arch to family DLLs at runtime. Update Windows CI to build with --hip_arch gfx115X-all. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Thanks for opening a PR! This project follows LLVM's incremental-development and AI-tool-use Before requesting review, please check that:
Reviewers are assigned through |
deps.cmake is included from the top-level CMakeLists.txt, so CMAKE_CURRENT_SOURCE_DIR points at the repo root and the hip_families.cmake lookup fails in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
L2 Accuracy Results (EP vs CPU)
Threshold: 0.01 | Run: 4005 - Commit: |
MorphiZen EP Performance Results
EPContext Export Performance
EPContext Import Performance
OGA Benchmark Results
OGA Wheel Smoke (Python benchmark_e2e.py)
Run: 4005 - Commit: |
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.
Support gfx115X-all as a multi-slice HIP_ARCHITECTURES family, with LlvmIrJit falling back from per-arch to family DLLs at runtime. Update Windows CI to build with --hip_arch gfx115X-all.