NVIDIA/Fuser

Remove `computeAt` in unit tests

Open

#671 opened on 2023年8月1日

GitHub で見る
 (4 comments) (0 reactions) (1 assignee)C++ (80 forks)github user discovery
Priority = P2good first issue

Repository metrics

Stars
 (392 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド