tiny.gpu.artifactFormatUsesHostLoopLaunch
Defined in contract.
Source
Source: lib/gpu/src/contract.zig:115
zig
pub fn artifactFormatUsesHostLoopLaunch(format: ArtifactFormat) bool { return switch (format) { .cpu_machine_code, .cpu_object, .webassembly_module => true, else => false, };}Source: lib/gpu/src/root.zig:41
zig
pub const artifactFormatUsesHostLoopLaunch = contract.artifactFormatUsesHostLoopLaunch;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |