Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Sep 21, 2024
1 parent 62230cf commit 60de338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cubecl-core/src/compute/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl KernelBuilder {
variable
}

/// todo.
/// Register an output that uses the same resource as the input as the given position.
pub fn inplace_output(&mut self, position: u16) -> ExpandElement {
let input = self
.inputs
Expand Down

0 comments on commit 60de338

Please sign in to comment.