NVIDIA/Fuser

Remove `computeAt` in unit tests

Open

#671 创建于 2023年8月1日

在 GitHub 查看
 (4 评论) (0 反应) (1 负责人)C++ (80 fork)github user discovery
Priority = P2good first issue

仓库指标

Star
 (392 star)
PR 合并指标
 (PR 指标待抓取)

描述

In the past, we used computeAt as our scheduling primitive. computeAt has been deprecated. However, there are still many unit tests using computeAt. We should replace computeAt in these tests with more modern primitives like TransformPropagator and inlining. A good task that can help gain some understanding of our scheduling primitives can be to pick a test with computeAt and clean up that test.

贡献者指南