Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Avarok-Cybersecurity/atlas
/ types & classes
Types & classes
847 in github.com/Avarok-Cybersecurity/atlas
⨍
Functions
7,049
◇
Types & classes
847
↓ 51 callers
Class
DevicePtr
crates/spark-runtime/src/gpu.rs:37
↓ 22 callers
Class
TestSpec
tests/run_all_models.py:61
↓ 16 callers
Class
KernelHandle
crates/spark-runtime/src/gpu.rs:54
↓ 8 callers
Class
OrdRange
crates/xgrammar/src/fsm/builder/trie.rs:169
↓ 8 callers
Class
Token
crates/xgrammar/src/grammar/lexer_token.rs:77
↓ 6 callers
Class
KernelLaunch
Builder for type-safe kernel launches across CUDA + Metal. Accumulates grid dimensions, block dimensions, and typed kernel arguments. `launch()` pack
crates/spark-runtime/src/kernel_args.rs:51
↓ 5 callers
Class
ProbeResult
tests/vision_sweep.py:164
↓ 5 callers
Class
ToolCall
crates/spark-server/src/tool_parser.rs:151
↓ 4 callers
Class
ModelSpec
tests/vision_sweep.py:55
↓ 3 callers
Class
QuantFP8
Quantize input tensor to FP8 (per-tensor, per-token, per-channel, or per-group). This CustomOp supports both static and dynamic quantization.
bench/fp8_dgx2_drift/vllm_src/input_quant_fp8.py:30
↓ 3 callers
Class
RawCudaFunc
crates/atlas-core/src/registry.rs:90
↓ 3 callers
Class
Rng
crates/spark-model/examples/int8_gemm_test.rs:12
↓ 2 callers
Class
GatedDeltaNetAttention
bench/fp8_dgx2_drift/vllm_src/gdn_linear_attn.py:239
↓ 2 callers
Class
Grammar
crates/xgrammar/src/api/grammar.rs:25
↓ 2 callers
Class
GraphHandle
crates/spark-runtime/src/gpu.rs:58
↓ 2 callers
Interface
LogitsProcessor
One stage of the pre-sample pipeline. Implementations are pure-CPU today; a future GPU-resident bitmask kernel can implement this trait too without ch
crates/spark-server/src/scheduler/logit_processors/mod.rs:83
↓ 2 callers
Class
Qwen3NextAttention
bench/fp8_dgx2_drift/vllm_src/qwen3_next.py:205
↓ 2 callers
Class
Qwen3NextSparseMoeBlock
bench/fp8_dgx2_drift/vllm_src/qwen3_next.py:85
↓ 2 callers
Class
RequestResult
Per-request timing collected from a single streaming call.
bench/bench_concurrency.py:58
↓ 2 callers
Class
StructuralTag
crates/xgrammar/src/structural_tag/format.rs:113
↓ 1 callers
Class
BugfixTester
scripts/dev/test_bugfixes.py:25
↓ 1 callers
Class
ChunkGatedDeltaRule
bench/fp8_dgx2_drift/vllm_src/gdn_linear_attn.py:136
↓ 1 callers
Class
Fp8KVCacheMethod
Supports loading kv-cache scaling factors from FP8 checkpoints.
bench/fp8_dgx2_drift/vllm_src/fp8.py:1047
↓ 1 callers
Class
Fp8LinearMethod
Linear method for FP8. Supports loading FP8 checkpoints with static weight scale and dynamic/static activation scale. Limitations: 1.
bench/fp8_dgx2_drift/vllm_src/fp8.py:258
↓ 1 callers
Class
Fp8MoEMethod
MoE method for FP8. Supports loading FP8 checkpoints with static weight scale and dynamic/static activation scale. Also supports loading
bench/fp8_dgx2_drift/vllm_src/fp8.py:559
↓ 1 callers
Class
Fp8OnlineLinearMethod
Online version of Fp8LinearMethod which loads a full precision checkpoint and quantizes weights during loading.
bench/fp8_dgx2_drift/vllm_src/fp8.py:482
↓ 1 callers
Class
Fp8OnlineMoEMethod
MoE method for online FP8 quantization. Supports loading quantized FP16/BF16 model checkpoints with dynamic activation scaling. The weight sca
bench/fp8_dgx2_drift/vllm_src/fp8.py:923
↓ 1 callers
Class
GroupId
crates/spark-storage/src/group.rs:15
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_verify_fused_microtest.rs:53
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_chunk_delta_h_gateb.rs:21
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_split4_microtest.rs:17
↓ 1 callers
Class
Lcg
crates/spark-model/examples/rope_microtest.rs:15
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_cdh_vblock_microtest.rs:41
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_strided_norm_microtest.rs:27
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_chunk_shapetest.rs:78
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_recompute_wu_gateb.rs:21
↓ 1 callers
Class
Lcg
crates/spark-model/examples/gdn_wy_verify_microtest.rs:37
↓ 1 callers
Class
Lcg
crates/spark-model/examples/w8a16_gemv_batch4_microtest.rs:22
↓ 1 callers
Class
Proxy
3rdparty_patches/gdn_aot/gdn_dump_meta.py:5
↓ 1 callers
Class
Qwen3NextDecoderLayer
bench/fp8_dgx2_drift/vllm_src/qwen3_next.py:322
↓ 1 callers
Class
Qwen3NextModel
bench/fp8_dgx2_drift/vllm_src/qwen3_next.py:462
↓ 1 callers
Class
Qwen3_5DecoderLayer
bench/fp8_dgx2_drift/vllm_src/qwen3_5.py:118
↓ 1 callers
Class
Qwen3_5ForCausalLM
bench/fp8_dgx2_drift/vllm_src/qwen3_5.py:526
↓ 1 callers
Class
Qwen3_5Model
bench/fp8_dgx2_drift/vllm_src/qwen3_5.py:206
↓ 1 callers
Class
Qwen3_5MoeForCausalLM
bench/fp8_dgx2_drift/vllm_src/qwen3_5.py:530
↓ 1 callers
Class
Rng
crates/spark-model/examples/inferspark_attn_microtest.rs:28
↓ 1 callers
Class
Rng
crates/spark-model/examples/moe_silu_down_microtest.rs:18
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ─────────────────────────
crates/spark-model/examples/w8a16t_microtest.rs:56
↓ 1 callers
Class
Rng
splitmix64 — reproducible inputs, no rand dependency (PCND: explicit seed).
crates/spark-model/examples/fp8gemm_microtest.rs:32
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG (splitmix64) ─────────────────
crates/spark-model/examples/moe_microtest.rs:58
↓ 1 callers
Class
Rng
crates/spark-model/examples/w4a16_bf16_v2_bench.rs:18
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ─────────────────────────
crates/spark-model/examples/w4a16_bf16_microtest.rs:41
↓ 1 callers
Class
Rng
crates/spark-model/examples/inferspark_attn_fp8_microtest.rs:33
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ─────────────────────────
crates/spark-model/examples/fp4_mma_microproof.rs:25
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ───────────────────────── splitmix64 — reproducible test inputs without a `rand` dependency (PCND: seed i
crates/spark-model/examples/dense_gemm_microtest.rs:57
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ───────────────────────── splitmix64 — reproducible test inputs without a `rand` dependency (PCND: seed i
crates/spark-model/examples/w8a16_microtest.rs:57
↓ 1 callers
Class
Rng
crates/spark-model/examples/moe_shared_microtest.rs:26
↓ 1 callers
Class
Rng
crates/spark-model/examples/moe_topk_microtest.rs:9
↓ 1 callers
Class
Rng
crates/spark-model/examples/moe_blend_microtest.rs:16
↓ 1 callers
Class
Rng
───────────────────────── deterministic PRNG ─────────────────────────
crates/spark-model/examples/w4a16_bf16_v2_microtest.rs:41
↓ 1 callers
Class
Rng
crates/spark-model/examples/w4a16_gemv_sw_microtest.rs:26
↓ 1 callers
Class
Rng
crates/spark-model/examples/gdn_regresident_microtest.rs:28
↓ 1 callers
Class
SamplingParams
crates/spark-runtime/src/sampler.rs:46
↓ 1 callers
Class
TestRunner
scripts/dev/coherence_test.py:34
Enum
ActKind
crates/spark-server/src/api/sanitizer.rs:134
Interface
Activation
Activation function backend trait.
crates/atlas-activation/src/traits.rs:6
Class
ActiveSeq
An in-flight sequence participating in batched decode.
crates/spark-server/src/scheduler/types.rs:108
Class
ActiveSeqTiming
Per-sequence timing for decode urgency decisions.
crates/spark-server/src/scheduling_policy.rs:25
Class
AdaDecDiagnostic
Pipeline stage that records Shannon entropy of the masked logit distribution to a JSONL file. Diagnostic-only — never mutates logits.
crates/spark-server/src/scheduler/logit_processors/adadec_diag.rs:39
Class
AdaptiveSamplingState
Per-sequence adaptive sampling state machine.
crates/spark-server/src/adaptive_sampler.rs:31
Class
AdaptiveTokenMask
crates/xgrammar/src/compiler/mask.rs:41
Enum
AddItemsError
crates/spark-server/src/conversation_store.rs:260
Class
AddItemsRequest
crates/spark-server/src/api/conversations.rs:62
Class
AlignedBuffer
Heap buffer aligned to [`O_DIRECT_ALIGN`]. `Send` so it can cross a channel from the reader thread to the copier thread.
crates/spark-runtime/src/fast_weights/direct_io.rs:17
Class
AllowEmptyRuleAnalyzer
Analyze which rules can match the empty string. Returns the sorted list of nullable rule ids.
crates/xgrammar/src/grammar/functor/analyzer.rs:106
Enum
Annotation
crates/spark-server/src/openai/annotations.rs:37
Enum
AnthropicContent
crates/spark-server/src/anthropic/types.rs:76
Class
AnthropicMessage
crates/spark-server/src/anthropic/types.rs:68
Class
AnthropicTool
crates/spark-server/src/anthropic/types.rs:146
Class
AnthropicToolChoice
crates/spark-server/src/anthropic/types.rs:154
Class
AnthropicTranslator
State machine kept alive for the lifetime of one /v1/messages streaming response. Each incoming OpenAI chunk JSON is fed in via `process_openai_chunk`
crates/spark-server/src/anthropic/translator.rs:46
Class
AnthropicUsage
crates/spark-server/src/anthropic/types.rs:201
Class
AppState
Shared application state accessible from all HTTP handlers.
crates/spark-server/src/main_modules/app_state.rs:17
Class
AppleTarget
Apple Metal compilation target: `.metal` → `.metallib` via the two-step `xcrun -sdk macosx metal -c` (→ AIR) then `xcrun -sdk macosx metallib` (→ meta
crates/atlas-kernels/build_target.rs:92
Class
ArgKind
Per-arg metadata: which slot of `storage` it lives at, and how many native bytes it occupies. Buffer args set `is_buffer = true` and ignore `byte_len`
crates/spark-runtime/src/kernel_args.rs:39
Class
Args
crates/spark-storage/examples/long_context_bench.rs:43
Class
ArraySpec
crates/xgrammar/src/schema/spec.rs:72
Class
AtlasCudaBackend
Production GPU backend wrapping AtlasRegistry + raw CUDA driver API. Initialized once via [`AtlasCudaBackend::new`], which loads all PTX modules from
crates/spark-runtime/src/cuda_backend.rs:75
Class
AtlasDevice
crates/atlas-core/src/device.rs:47
Enum
AtlasError
crates/atlas-core/src/error.rs:6
Class
AtlasRegistry
Cached CUDA modules and a persistent stream.
crates/atlas-core/src/registry.rs:104
Class
AtlasStream
CUDA stream wrapper for asynchronous kernel execution.
crates/atlas-core/src/stream.rs:10
Class
AttentionSums
crates/spark-server/src/lookback_lens.rs:49
Enum
AttentionType
crates/atlas-core/src/capabilities.rs:22
Class
AttentionWeights
crates/spark-model/src/weight_map/expert.rs:26
Class
AttnMetadataDev
crates/spark-model/src/layer.rs:82
Class
AttnState
crates/spark-storage/src/attention_ref.rs:16
Class
AuthConfig
crates/spark-server/src/auth.rs:35
Enum
Backend
crates/spark-storage/src/probe.rs:21
Class
BareFunctionAttrPass
`<function=NAME>` / `<function NAME>` attribute-style calls.
crates/spark-server/src/tool_parser/pipeline.rs:172
next →
1–100 of 847, ranked by callers