NVIDIA / Fuser

A Fusion Code Generator for NVIDIA GPUs (commonly known as "nvFuser")
Other
271 stars 53 forks source link

Make sorting deterministic. #3405

Closed wujingyue closed 1 week ago

wujingyue commented 1 week ago

Previously, we sort by pointer values.

Fixes #3396

wujingyue commented 1 week ago

!test

wujingyue commented 1 week ago

Can you check this indeed fixes the issue? I couldn't reproduce the non-determinism using the repro in #3396.

naoyam commented 1 week ago

Thanks! It doesn't repro anymore with the fix.