Crate atlas_core
Source - capabilities
- Model capabilities โ config-derived feature flags.
- compute
- Hardware-agnostic compute target abstraction.
- config
- cuda_host
- The process-scoped half of the CUDA runtime: the context, the stream,
and the teardown check that guards a model swap.
- device
- Device-context wrapper + per-hardware constants.
- dtype
- error
- fault
- Process-fatal GPU fault latch.
- kernel
- numeric
- Host-side numeric conversions shared by every weight loader: the FP8
E4M3 decode table and the f32 -> BF16 cast.
- registry
- Global kernel registry โ load PTX once, cache modules/functions/streams.
- safetensors
- The one place that turns a safetensors
data_offsets pair into a byte span. - scope
- Model teardown โ ordered, fallible release of state that owns device memory.
- stream
- target
- Kernel target descriptor for (Hardware, Model_quantization) tuples.
- tensor