feat(hygon-gemm): add Hygon backend support for Add/Gemm#31
Open
gongchensu wants to merge 2 commits intoInfiniTensor:feat/dev-infrafrom
Open
feat(hygon-gemm): add Hygon backend support for Add/Gemm#31gongchensu wants to merge 2 commits intoInfiniTensor:feat/dev-infrafrom
gongchensu wants to merge 2 commits intoInfiniTensor:feat/dev-infrafrom
Conversation
- Add `WITH_HYGON` build support and a Hygon `Add` backend that reuses the shared CUDA implementation. - Detect DTK `nvcc` from the Hygon toolkit layout and auto-detect the GPU arch from `rocminfo`. - Treat Hygon as a CUDA-like backend in shared data type, cast, and kernel helper headers. - Skip the Hygon `gemm` example for now and ignore `build-*` temporary directories. - Verified with `pip install -e .[dev]` and `pytest tests/test_add.py`.
- add a Hygon `Gemm` backend on top of the shared CUDA BLAS path - use DTK-friendly compute and algo settings for fp32/fp16 gemm - fall back to `cublasGemmEx` for single-batch Hygon gemm to avoid DTK crashes - release Hygon cublas handles after each call and re-enable the `gemm` example - verified with `pip install -e .[dev]`, `pytest tests/test_gemm.py -k cuda`, and `pytest tests/test_gemm.py`
a56e674 to
2290578
Compare
Author
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.







No description provided.