NVIDIA/Fuser

Remove `computeAt` in unit tests

Open

#671 ouverte le 1 août 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (1 assigné)C++ (80 forks)github user discovery
Priority = P2good first issue

Métriques du dépôt

Stars
 (392 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur