Open minjang opened 2 months ago
The test cases expects floating point input to trigger a compilation error https://github.com/triton-lang/triton/blob/576426bccfb9a2c90f2abaa405995738d4a79403/python/test/unit/language/test_core.py#L572
, which means only (4 / 12) * (4 / 12) == 4 / 9
will generate artifact.
1587 items are all passed.
But when I look at the triton cache directory, only 576 ptx files were generated. Around ~60% testing cases didn't generate any artifacts.
Not a serious issue. Just reporting it.