Skip to content

Conversation

@k-artem
Copy link
Contributor

@k-artem k-artem commented Dec 17, 2025

Error:

>       fp16_matmul.skip_autotune()
E       AttributeError: 'NoneType' object has no attribute 'skip_autotune'

ops/transformer/inference/test_attention.py:37: AttributeError

due to fp16_matmul is None when deepspeed.HAS_TRITON is False

Error:
```
>       fp16_matmul.skip_autotune()
E       AttributeError: 'NoneType' object has no attribute 'skip_autotune'

ops/transformer/inference/test_attention.py:37: AttributeError
```
due to fp16_matmul is None when deepspeed.HAS_TRITON is False

Signed-off-by: Artem Kuzmitckii <[email protected]>
@sfc-gh-truwase sfc-gh-truwase enabled auto-merge (squash) December 17, 2025 15:33
@sfc-gh-truwase sfc-gh-truwase merged commit 5373a88 into deepspeedai:master Dec 17, 2025
13 of 15 checks passed
@k-artem k-artem deleted the add_extra_checks_in_tests_for_triton_support branch December 22, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants