NVIDIA/Fuser

Pointwise heuristics incorrect memory access estimation

Open

#4,773 建立於 2025年7月11日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (80 fork)github user discovery
good first issue

倉庫指標

Star
 (392 star)
PR 合併指標
 (PR 指標待抓取)

描述

Hmm... I don't think the original code of this part makes sense. The unit of cur_transfer_size and right_transfer_size were in the unit of byte ^ N, where N is the number of dimensions on the left/right of the break point. My PR will change it to bit ^ N, so in this sense, my PR is NOT a no-op. But I believe we should not block my PR because of this. Instead, we should fix it in a later PR.

Originally posted by @zasdfgbnm in https://github.com/NVIDIA/Fuser/pull/4748#discussion_r2199798284

貢獻者指南