[KMCompiler]feat(conj_physical): add hygon runtime and ascend tune config - #5434
Open
tspyc072 wants to merge 1 commit into
Open
[KMCompiler]feat(conj_physical): add hygon runtime and ascend tune config#5434tspyc072 wants to merge 1 commit into
tspyc072 wants to merge 1 commit into
Conversation
tspyc072
requested review from
0x45f,
103yiran,
Caeruleann,
bin913,
douxetpur,
hellojack163,
huangyiqun,
tengqm and
w1120029931-bit
as code owners
August 13, 2026 03:13
- Hygon BW1000: add runtime override with fixed BLOCK_SIZE=256 - Ascend 910B: add tuned configs for conj_physical - Benchmark verified on all platforms
tspyc072
force-pushed
the
feat/conj-physical-clean
branch
from
August 13, 2026 04:44
47256a6 to
2929d69
Compare
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.
Summary
This PR optimizes
conj_physicaloperator performance on Hygon BW1000 and Ascend 910B, while verifying that the generic implementation already achieves satisfactory performance on Iluvatar, Metax, and Thead platforms.Changes
Hygon BW1000
conj_physicalruntime override with fixedBLOCK_SIZE=256tune_configs.yamlAscend 910B
conj_physicaltuned configs intune_configs.yamlIluvatar / Metax / Thead
Benchmark Results
Iluvatar (generic implementation)
Thead (generic implementation)
Hygon BW1000 (with runtime override)
Metax (generic implementation)
Tests
benchmark/test_conj_physical.pypassed on all tested platformsNotes