We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf8c09 commit 42ccc52Copy full SHA for 42ccc52
torch/csrc/jit/codegen/cuda/lower_allocation.cpp
@@ -59,7 +59,7 @@ class AllocationInserter : public kir::ExprMutator {
59
// info.init_place_before, info.alloc_for_loop, info.alloc_place_before
60
void fillAllocationInformation(AllocationInformation& info, Expr* expr) {
61
auto loop_alloc_info =
62
- lower_loop_utils::getAllocInformation(info.buffer, for_loops_);
+ lower_utils::getAllocInformation(info.buffer, for_loops_);
63
64
info.init_for_loop = loop_alloc_info.init_for_loop;
65
info.alloc_for_loop = loop_alloc_info.alloc_for_loop;
0 commit comments