Skip to content

Commit

Permalink
rm extraneous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya2698 committed Dec 13, 2024
1 parent 82a1e1f commit e7ffd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions csrc/ir/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -802,4 +802,5 @@ TensorView* getTvInput(const Expr*);
std::vector<IterDomain*> strideOrderToAllocation(
const std::vector<IterDomain*>& logical_domain,
const std::vector<int64_t>& stride_order);

} // namespace nvfuser::ir_utils
1 change: 1 addition & 0 deletions csrc/tensor_metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ inferAndValidateAllocationSizesAndStrides(
const at::Tensor& tensor,
TensorView* tv,
ExpressionEvaluator ee);

} // namespace nvfuser

0 comments on commit e7ffd02

Please sign in to comment.