You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use candle to write bindings to popular kernels and frameworks (examples are: candle-flash-attn-v3, tensorrt bindings). The input requires e.g. i32 (instead of u32) dtype.
The case why i32 is required.
I would like to use candle to write bindings to popular kernels and frameworks (examples are: candle-flash-attn-v3, tensorrt bindings). The input requires e.g. i32 (instead of u32) dtype.
example:
A simple interface for:
The text was updated successfully, but these errors were encountered: