From 7af2d54895e71848f3aa0e27d4c29547b1b7b97e Mon Sep 17 00:00:00 2001 From: "Wang, Xiao" <24860335+xwang233@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:45:50 -0700 Subject: [PATCH] diff --- csrc/compute_at.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/csrc/compute_at.cpp b/csrc/compute_at.cpp index f9d0fe7d61a..bdc09f59627 100644 --- a/csrc/compute_at.cpp +++ b/csrc/compute_at.cpp @@ -19,6 +19,7 @@ namespace nvfuser { + // Simple selector that only propagates across tensor views in the provided // unordered_set. Will also propagate to all consumers of those tensors, and the // siblings of those tensors.