src/

core library. zero external dependencies — only macOS system frameworks via FFI.

file purpose
lib.rs public API surface: re-exports, error types
device.rs Gpu — GPU discovery, properties, factory methods
buffer.rs Buffer — zero-copy shared CPU↔GPU memory
command.rs Queue, Commands
encoder.rs Encoder, Copier
dispatch.rs Dispatch, Batch, GpuFuture
shader.rs ShaderLib, Shader — MSL compilation
pipeline.rs Pipeline
texture.rs Texture
sync.rs Fence, Event, SharedEvent
fp16.rs fp16↔f32 conversion (NEON + software fallback)
probe.rs metal_probe binary — 5-level GPU capability probe
tests.rs unit tests
ffi/ raw FFI bindings — see ffi/README.md

Folder

Synonyms

bostrom-mcp/src
src
honeycrisp/src
src
lens/src
src
zheng/src
src
pussy.meme/src
src
strata/src
src
pussy-ts/src
src
soft3.js/src
src
bostrom.network/src
src
trident/src
Source Architecture The compiler is organized as a pipeline. Source text enters at the syntax layer, flows through type checking and optional analysis passes, and exits as Triton VM assembly (TASM). Parallel to the main pipeline, several modules provide analysis, tooling, and package management:…
optica/src
src
cybertensor-developer-docs/src
src
pussy-landing/src
src
cyb/src
src
bbg/src
src
radio/iroh-car/src
src
bostrom-mcp/rust/src
src
cyb/cyb-boot/src
src
radio/radio-cli/src
src
lens/ikat/src
src
rs/macros/src
src
radio/iroh-docs/src
src
strata/proof/src
src
hemera/rs/src
src
strata/core/src
src
rs/mir-format/src
src
honeycrisp/rane/src
src
rs/rsc/src
src
radio/iroh-gossip/src
src
cyb/src-tauri/src
src
lens/porphyry/src
src
nox/metal/src
src
lens/brakedown/src
src
lens/core/src
src
radio/particle/src
src
hemera/wgsl/src
src
radio/iroh-relay/src
src
radio/iroh-willow/src
src
strata/ext/src
src
radio/iroh-base/src
src
lens/assayer/src
src
radio/iroh-dns-server/src
src
honeycrisp/acpu/src
src
rs/core/src
src
honeycrisp/unimem/src
src
radio/iroh-blobs/src
src
hemera/cli/src
src
radio/iroh/src
src
lens/binius/src
src
radio/cyber-bao/src
src
strata/compute/src
src
radio/iroh-ffi/src
src
cyb/cyb/cyb-portal/src
src
cw-cyber/contracts/cw-cyber-passport/src
src
strata/jali/rs/src
src
cyb/cyb/cyb-services/src
src
cw-cyber/contracts/cw-cyber-subgraph/src
src
strata/nebu/wgsl/src
src
strata/trop/wgsl/src
src
cw-cyber/contracts/graph-filter/src
src
cyb/cyb/cyb-ui/src
src
rs/tests/macro-integration/src
src
cw-cyber/contracts/litium-core/src
src
cw-cyber/contracts/litium-stake/src
src
strata/jali/wgsl/src
src
radio/iroh/bench/src
src
cw-cyber/contracts/hub-networks/src
src
strata/kuro/wgsl/src
src
cw-cyber/contracts/hub-libs/src
src
trident/editor/zed/src
src
cw-cyber/contracts/cybernet/src
src
radio/tests/integration/src
src
strata/trop/cli/src
src
cyber-ts/packages/cyber-ts/src
src
strata/genies/wgsl/src
src
cw-cyber/contracts/hub-skills/src
src
strata/kuro/cli/src
src
strata/genies/cli/src
src
cw-cyber/packages/hub-base/src
src
cw-cyber/contracts/hub-tokens/src
src
cw-cyber/contracts/hub-channels/src
src
strata/trop/rs/src
src
strata/genies/rs/src
src
cyb/cyb/cyb-shell/src
src
cw-cyber/contracts/cw-cyber-gift/src
src
strata/jali/cli/src
src
cw-cyber/contracts/litium-wrap/src
src
cw-cyber/contracts/litium-refer/src
src
cw-cyber/packages/cyber-std/src
src
radio/iroh-ffi/iroh-js/src
src
cw-cyber/contracts/hub-protocols/src
src
cw-cyber/contracts/litium-mine/src
src
cw-cyber/packages/cyber-std-test/src
src
cw-cyber/contracts/std-test/src
src
strata/nebu/cli/src
src
radio/iroh-ffi/kotlin/lib/src
src
honeycrisp/unimem/experiments/iosurface_probe/src
src
honeycrisp/unimem/experiments/hyp_probe/src
src
cyb/src-tauri/gen/android/app/src
src
honeycrisp/unimem/experiments/dext_contiguous_alloc/client/src
src
honeycrisp/unimem/experiments/dext_iosurface_pa/client/src
src
cyb/src-tauri/gen/android/buildSrc/src
src

Neighbours