-
Notifications
You must be signed in to change notification settings - Fork 370
Description
running pytest test locally shows a ton of Dora test failures that don't show up in CI, I tried fixing some issues in #1795 which prevented them from running due to missing imports but even after, i'm seeing a variety of errors that are not simple to fix.
It should also be noted that these tests don't run in CI since we use python 3.9 (https://github.com/pytorch/ao/actions/runs/13591534837/job/37998687942#step:14:27) while the tests require 3.11 to run (https://github.com/pytorch/ao/blob/main/test/dora/test_dora_fusion.py#L5)
its been like this for both the 0.8 and 0.9 releases so it doesn't seem like this has had a large impact but its probably better to either deprecate these kernels or fix them rather than leaving them broken in our code base.
@jeromeku do you have any context about this? It seems like triton may have just moved out from under us without CI tests to catch it.