Skip to content

Commit

Permalink
Merge pull request #33 from hatoo/fix-doc-cube-attr
Browse files Browse the repository at this point in the history
Fix a doc for CubeMode
  • Loading branch information
nathanielsimard authored Jul 22, 2024
2 parents 49d844b + 643a587 commit c35c424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cubecl-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum CubeMode {
/// Generates the expanded version of the function
Default,
/// Panics and prints the generated code, useful when debugging
/// Use by writing #[cube(panic)]
/// Use by writing #[cube(debug)]
Debug,
}

Expand Down

0 comments on commit c35c424

Please sign in to comment.