NVIDIA/Fuser
View on GitHubPointwise heuristics incorrect memory access estimation
Open
#4,773 opened on Jul 11, 2025
good first issue
Repository metrics
- Stars
- (392 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hmm... I don't think the original code of this part makes sense. The unit of
cur_transfer_sizeandright_transfer_sizewere in the unit ofbyte ^ N, whereNis the number of dimensions on the left/right of the break point. My PR will change it tobit ^ 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