NVIDIA/Fuser
Ver no GitHubPointwise heuristics incorrect memory access estimation
Open
#4.773 aberto em 11 de jul. de 2025
good first issue
Métricas do repositório
- Stars
- (392 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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