.as()
exe.zig
BaseExe
compileInternal
func.zig
meta.zig
signature.zig
cuda.zig
testing.zig
zml.zig
Tensor.constant(.{}, .{ .f8 = 1.0})
Mostly: * fix float8 <-> float32 conversions * support for `Tensor.constant(.{}, .{ .f8 = 1.0})` Misc: * fix small inconsistencies between different versions of sdpa * better error message for broadcast * bazelrc: --config=debug