tiny.simd.dotBFloat16
Defined in dot.
Source
Source: lib/simd/src/dot.zig:37
zig
pub fn computeBFloat( comptime D: type, a: []const bfloat.BFloat16, b: []const bfloat.BFloat16,) f32 { std.debug.assert(a.len == b.len); return computeBFloatAssume(D, a, b, a.len, .{});}Source: lib/simd/src/root.zig:492
zig
pub const dotBFloat16 = dot.computeBFloat;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |