We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b547b0b commit 43a8e99Copy full SHA for 43a8e99
backends/src/dtype.rs
@@ -15,6 +15,8 @@ pub enum DType {
15
Float32,
16
#[cfg(any(
17
feature = "python",
18
+ // NOTE: It needs to exclude Turing (and Volta) i.e., anything before Ampere, as it won't
19
+ // have support for BF16
20
all(feature = "candle", any(feature = "metal", feature = "cuda"))
21
))]
22
Bfloat16,
0 commit comments