Skip to documentation
SLOP

tiny.choir.backends.gpu.cpu

Reference tiny.choir backends gpu cpu

Defined in backends.gpu.

API (6)

Actions

Public operations.

Types and contracts

Public types and contracts.

Namespaces

Public namespaces.

No direct callersNo direct callsbackends.gpucpu
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/choir/src/backends/gpu/cpu/root.zig

zig
pub const lowering = @import("lowering.zig");pub const stage = @import("stage.zig");pub const LowerOptions = lowering.LowerOptions;pub const lowerKernelToHostLoop = lowering.lowerKernelToHostLoop;pub const lowerStagesToHost = stage.lowerStagesToHost;pub const StageRefusal = stage.Refusal;

Source: lib/choir/src/backends/gpu/root.zig:8

zig
pub const cpu = @import("cpu/root.zig");

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433