Triton Backend Snapshot: Graph Fusion, NVRTC/PTX Dispatch, and Kernel Correctness#10420
Open
agibsonccc wants to merge 1 commit intomasterfrom
Open
Triton Backend Snapshot: Graph Fusion, NVRTC/PTX Dispatch, and Kernel Correctness#10420agibsonccc wants to merge 1 commit intomasterfrom
agibsonccc wants to merge 1 commit intomasterfrom
Conversation
This was referenced Feb 26, 2026
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
Brings in Triton/NVRTC/PTX graph backend and kernel-surface updates, including op category mapping, fusion path fixes, and backend dispatch correctness improvements for graph execution.
Source snapshot commit:
b5893454f08c91e7bafb47478757c84a5f1cab04fromag_new_release_updates_2.Included Files
libnd4j/include/graph/FusionPass.hlibnd4j/include/graph/GraphBackend.hlibnd4j/include/graph/cpu/AclGraphBackend.cpplibnd4j/include/graph/cpu/AclGraphBackend.hlibnd4j/include/graph/cpu/OneDnnGraphBackend.cpplibnd4j/include/graph/cpu/OneDnnGraphBackend.hlibnd4j/include/graph/gpu/GpuKernelLauncher.culibnd4j/include/graph/gpu/GpuKernelLauncher.hlibnd4j/include/graph/gpu/NvrtcGraphBackend.cpplibnd4j/include/graph/gpu/NvrtcGraphBackend.hlibnd4j/include/graph/gpu/NvrtcKernelBuilder.cpplibnd4j/include/graph/gpu/NvrtcKernelBuilder.hlibnd4j/include/graph/gpu/NvrtcKernelCache.culibnd4j/include/graph/gpu/NvrtcKernelCache.hlibnd4j/include/graph/gpu/OpCategoryTable.hlibnd4j/include/graph/gpu/PtxGraphBackend.cpplibnd4j/include/graph/gpu/PtxGraphBackend.hlibnd4j/include/graph/gpu/TritonGraphBackend.cpplibnd4j/include/graph/gpu/TritonGraphBackend.hlibnd4j/include/graph/gpu/TritonIRBuilder.cpplibnd4j/include/graph/gpu/TritonIRBuilder.hlibnd4j/include/graph/gpu/TritonTargetDispatch.cpplibnd4j/include/graph/gpu/TritonTargetDispatch.hlibnd4j/include/graph/impl/Context.cpplibnd4j/include/graph/impl/FusionPass.cpplibnd4j/include/ops/declarable/generic/nn/dora_matmul.cpplibnd4j/include/ops/declarable/generic/nn/dot_product_attention.cpplibnd4j/include/ops/declarable/generic/nn/fused_elementwise_chain.cpplibnd4j/include/ops/declarable/generic/nn/llm_ops.cpplibnd4j/include/ops/declarable/generic/nn/loha_matmul.cpplibnd4j/include/ops/declarable/generic/nn/lokr_matmul.cpplibnd4j/include/ops/declarable/generic/nn/lora_matmul.cpplibnd4j/include/ops/declarable/generic/nn/multi_lora_matmul.cpplibnd4j/include/ops/declarable/generic/nn/selective_scan.cpplibnd4j/include/ops/declarable/generic/nn/smooth_quant.cpplibnd4j/include/ops/declarable/headers/llm.hlibnd4j/include/ops/declarable/helpers/cpu/windowed_attention.cpplibnd4j/include/ops/declarable/helpers/cuda/col2im.culibnd4j/include/ops/declarable/helpers/cuda/fusedElementwiseChain.culibnd4j/include/ops/declarable/helpers/cuda/windowed_attention.culibnd4j/include/ops/declarable/helpers/fusedElementwiseChain.hlibnd4j/include/ops/declarable/impl/DeclarableOp.cpplibnd4j/include/system/op_boilerplate.h