Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/candle/_backends/npu/ops_soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"topk", # aclnnTopk returns 561103
"diag", # aclnnDiag returns 561103
"gather", # aclnnGather returns 561103
"take_along_dim", # aclnnGather returns 561103
"layer_norm", # aclnnLayerNorm returns 561103 for float32 (float16 works)
"mish", # aclnnMish returns 561103
"batch_norm", # aclnnBatchNorm returns 161002
Expand Down
Loading