Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XLA:GPU] Add check that computation is found in TritonFilecheckTest.
TritonFileCheckTest::CreateTritonIrAndFilecheck fails with an obscure segmentation fault in TritonFusionAnalysis::Execute if an incorrect name for the triton function is passed in. This makes it seem like the issue is around tiling analysis when it is just a test typo. This change adds a ret_check to clarify that the failure is from the call to GetComputationWithName. PiperOrigin-RevId: 605007087
- Loading branch information