issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Java linked:pr linked:pr
Filter by
5.8M results
PR4 — add-force-surrogate-dataset: IB-particle forces → tidy dataset.parquet
Track B roadmap: docs/force_surrogate/roadmap.md row #4 (add-force-surrogate-dataset). Builds on the merged PR1
(add-force-surrogate-foundation, ...
Summary
The pinned MLX full-corpus translation fails to emit a Vulkan artifact for mlx/backend/metal/kernels/sort.metal because
the SPIR-V generator hits Python s maximum recursion depth during translation. ...
Issue 013: Add end-to-end data pipeline smoke tests and docs
Context
After the registry, schemas, memmap store, manifest builder, crop sampler, and pretraining dataset exist, add a small
end-to-end test ...
Issue 011: Implement local and context crop sampler
Context
The MVP uses fixed crop sizes:
local_crop_size: [128, 128, 128]
context_crop_size: [512, 512, 512]
context_downsample: 4
context_after_downsample: ...
Issue 012: Implement unlabeled attribute-volume dataset for MAE pretraining
Context
The MAE pretraining model will consume randomly sampled local/context crops from NOPIMS manifests. This issue creates ...
Issue 010: Implement NOPIMS manifest builder for .npy attribute volumes
Context
NOPIMS pretraining data will be stored under:
/home/dcuser/data/NOPIMS/
The MVP expects approximately 100 3D surveys. ...
Issue 009: Implement .npy memmap volume store
Context
The MVP input format is .npy memmap. Volumes must be read as [X, Y, Z] arrays using:
np.load(path, mmap_mode= r )
Do not use raw np.memmap on .npy ...
Issue 008: Define manifest records and dataset sample schema
Context
The MVP uses NOPIMS .npy memmap volumes for external pretraining. Before implementing model code, define the data
contracts for survey ...
Issue 007: Implement MVP attribute registry and stable attribute IDs
Context
The repository now has the package scaffold and fixed MVP config values. The next implementation phase needs a single
source ...
Summary
mlx/backend/metal/kernels/quantized.metal translates to Vulkan SPIR-V assembly, but spirv-as rejects the generated
module because large bit-packing constants are emitted as signed 32-bit integer ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.