Skip to documentation
SLOP

tiny.gpu.artifactFormatUsesHostLoopLaunch

Reference tiny.gpu artifactFormatUsesHostLoopLaunch

Defined in contract.

Called byCallsNo direct callstest sourcelib.gpu.src.contracttest: backend contract keeps native c...contractartifactFormatUsesHostLoopLaunch
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433