Organize FE OSS tests by feature#372
Merged
Merged
Conversation
hwanseoc
force-pushed
the
hwanseoc/organize-fe-oss-tests
branch
from
July 9, 2026 21:17
dffbcfe to
401273a
Compare
Member
Author
|
@cudnn-ci-bot run |
|
🚀 Running mirror pipeline Branch: cudnn-gh/pr-372-401273a |
Anerudhan
approved these changes
Jul 10, 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
block_sparse_attention/tobsa/and addsdpa/,gemm/,grouped_gemm/, andnorm/dsa/andnsa/folders unchangedFinal layout
bsa/dsa/nsa/sdpa/gemm/grouped_gemm/norm/Moved files
test/python/fe_api/block_sparse_attention/__init__.pytest/python/fe_api/bsa/__init__.pytest/python/fe_api/block_sparse_attention/bsa_reference.pytest/python/fe_api/bsa/bsa_reference.pytest/python/fe_api/block_sparse_attention/bsa_utils.pytest/python/fe_api/bsa/bsa_utils.pytest/python/fe_api/block_sparse_attention/test_BSA_attention_backward.pytest/python/fe_api/bsa/test_BSA_attention_backward.pytest/python/fe_api/block_sparse_attention/test_BSA_attention_forward.pytest/python/fe_api/bsa/test_BSA_attention_forward.pytest/python/fe_api/test_gemm_amax.pytest/python/fe_api/gemm/test_gemm_amax.pytest/python/fe_api/test_gemm_amax_utils.pytest/python/fe_api/gemm/test_gemm_amax_utils.pytest/python/fe_api/test_gemm_dsrelu.pytest/python/fe_api/gemm/test_gemm_dsrelu.pytest/python/fe_api/test_gemm_dsrelu_utils.pytest/python/fe_api/gemm/test_gemm_dsrelu_utils.pytest/python/fe_api/test_gemm_srelu.pytest/python/fe_api/gemm/test_gemm_srelu.pytest/python/fe_api/test_gemm_srelu_utils.pytest/python/fe_api/gemm/test_gemm_srelu_utils.pytest/python/fe_api/test_gemm_swiglu.pytest/python/fe_api/gemm/test_gemm_swiglu.pytest/python/fe_api/test_gemm_swiglu_utils.pytest/python/fe_api/gemm/test_gemm_swiglu_utils.pytest/python/fe_api/test_discrete_grouped_gemm_dswiglu.pytest/python/fe_api/grouped_gemm/test_discrete_grouped_gemm_dswiglu.pytest/python/fe_api/test_discrete_grouped_gemm_dswiglu_utils.pytest/python/fe_api/grouped_gemm/test_discrete_grouped_gemm_dswiglu_utils.pytest/python/fe_api/test_discrete_grouped_gemm_swiglu.pytest/python/fe_api/grouped_gemm/test_discrete_grouped_gemm_swiglu.pytest/python/fe_api/test_discrete_grouped_gemm_swiglu_utils.pytest/python/fe_api/grouped_gemm/test_discrete_grouped_gemm_swiglu_utils.pytest/python/fe_api/test_grouped_gemm_dglu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_dglu.pytest/python/fe_api/test_grouped_gemm_dsrelu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_dsrelu.pytest/python/fe_api/test_grouped_gemm_dsrelu_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_dsrelu_utils.pytest/python/fe_api/test_grouped_gemm_dswiglu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_dswiglu.pytest/python/fe_api/test_grouped_gemm_dswiglu_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_dswiglu_utils.pytest/python/fe_api/test_grouped_gemm_glu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_glu.pytest/python/fe_api/test_grouped_gemm_glu_hadamard.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_glu_hadamard.pytest/python/fe_api/test_grouped_gemm_quant.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_quant.pytest/python/fe_api/test_grouped_gemm_quant_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_quant_utils.pytest/python/fe_api/test_grouped_gemm_srelu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_srelu.pytest/python/fe_api/test_grouped_gemm_srelu_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_srelu_utils.pytest/python/fe_api/test_grouped_gemm_swiglu.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_swiglu.pytest/python/fe_api/test_grouped_gemm_swiglu_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_swiglu_utils.pytest/python/fe_api/test_grouped_gemm_wgrad.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_wgrad.pytest/python/fe_api/test_grouped_gemm_wgrad_utils.pytest/python/fe_api/grouped_gemm/test_grouped_gemm_wgrad_utils.pytest/python/fe_api/test_rmsnorm_rht_amax.pytest/python/fe_api/norm/test_rmsnorm_rht_amax.pytest/python/fe_api/test_sdpa_bwd.pytest/python/fe_api/sdpa/test_sdpa_bwd.pytest/python/fe_api/test_sdpa_bwd_utils.pytest/python/fe_api/sdpa/test_sdpa_bwd_utils.pytest/python/fe_api/test_sdpa_fwd.pytest/python/fe_api/sdpa/test_sdpa_fwd.pytest/python/fe_api/test_sdpa_fwd_utils.pytest/python/fe_api/sdpa/test_sdpa_fwd_utils.pyAdditional changes
test/python/fe_api/README.mddocumenting the feature layout.Testing
pytest --collect-only -q test/python/fe_apigit diff --check origin/develop...HEAD@coderabbitai ignore