NVIDIA-BioNeMo

51 mods across 3 repositories, 765 stars between them.

nsys_profile

49

NVIDIA-BioNeMo/boltz-cp

Skill Claude CodeCodex

Profile a context-parallel (CP) inference (or training) workflow with NVIDIA Nsight Systems (nsys). Locates or installs the nsys binary, mocks random features + small Glorot-init weights (or loads a real checkpoint), wraps the end-to-end forward in a torchrun launcher, runs nsys with the right CLI options (cuda/nvtx…

54 1mo ago A 176 tokens

shard_data_feats

50

NVIDIA-BioNeMo/boltz-cp

Skill Claude CodeCodex

Implement distributed data-feature sharding for CP: assign DTensor placements to every model feature, build the placement-definition dictionary, implement atom-feature pack/pad/scatter, per-shard and cross-axis divisibility padding, the DTensor Dataset / DataLoader / DataModule and collate, and the parity tests that…

54 1mo ago A 125 tokens

test

51

NVIDIA-BioNeMo/boltz-cp

Skill Claude CodeCodex

Write and run multi-rank pytest parity tests that prove a CP implementation is numerically equivalent to its serial reference, using mp.spawn / spawnmultiprocessing as in the Boltz-CP test framework. Covers unit, layer-integration, module-integration, and workflow-integration levels; handles missing test data by…

54 1mo ago A 165 tokens