Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ptx_compilation_test failure on H100
Unfortunately the test is still not as robust as I would like it to be. Some slightly differently generated PTX from Triton leads to some of the comparisons fails. In particular when comparing PTX compiled in one-go with PTX first compiled to a relocatable object and then linked into a binary. The solution for now is to not compare relocatable PTX compilation against non-relocatable PTX compilation. I'm also disabling autotuning as a precaution - even though it was not the cause of this issue. PiperOrigin-RevId: 675475325
- Loading branch information