Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wingertge committed Sep 18, 2024
1 parent bf604f9 commit 0561665
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions crates/cubecl-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ pub fn derive_autotune_key(input: TokenStream) -> TokenStream {
/// Crates a tuning set with a specific signature. This should be combined with derive([AutotuneKey])
/// and [`tune_op`]`.
///
/// # Arguments
///
/// * `name` - the name of the generated operations struct (default: `PascalCaseFnName`)
/// * `key` - the name of the key input parameter (default: `key`)
/// * `create_key` - path to function that creates the key. If not specified, `new` must be implemented manually.
/// * `operations` - ordered list of operations returned by this tune set
///
/// # Example
///
/// ```ignore
Expand Down

0 comments on commit 0561665

Please sign in to comment.