Skip to content

Commit

Permalink
Some review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 31, 2024
1 parent 10d357a commit 018bda7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"rust-analyzer.cargo.features": ["metal"]
}
2 changes: 1 addition & 1 deletion candle-nn/src/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ struct Sdpa {

impl candle::CustomOp3 for Sdpa {
fn name(&self) -> &'static str {
"sdpa"
"metal-sdpa"
}

fn cpu_fwd(
Expand Down

0 comments on commit 018bda7

Please sign in to comment.