Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

cuda-spatial-intelligence-lab

cuda-spatial-intelligence-lab contient 11 skills collectées depuis jxtngx, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
0
mis à jour
2026-04-21
Forks
0
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

cosmos-models
Développeurs de logiciels

Working with NVIDIA Cosmos World Foundation Models (Cosmos-Predict, Cosmos-Reason, Cosmos-Transfer) on DGX Spark — pulling containers, running baseline inference, fine-tuning on custom data, and exporting for production. Use when the user is on Lab 11+ or otherwise interacting with Cosmos.

2026-04-21
cuda-kernel-authoring
Développeurs de logiciels

Step-by-step workflow for writing a new CUDA kernel from spec to profile-validated implementation on DGX Spark (sm_121). Use when starting a new kernel, refactoring an existing one, or porting Python/PyTorch logic to CUDA.

2026-04-21
curriculum-plan
Enseignants en informatique, postsecondaire

The master 4-month cuda-spatial-intelligence-lab curriculum. Use when the user asks about the overall plan, what week they are on, what to study next, or for the rubric used to grade weekly checkpoints. Read the relevant month file for week-level detail.

2026-04-21
dgx-spark-setup
Administrateurs de réseaux et de systèmes informatiques

Bootstrap a fresh NVIDIA DGX Spark for this curriculum — verify hardware, log into NGC, pull baseline ARM64 containers, install CUDA-13/CMake/Ninja/Nsight host tooling, and prove the toolchain works with the standard CMake template. Use when starting work on a new Spark.

2026-04-21
lab-notebook
Rédacteurs techniques

How to author a rigorous report/LAB.md for a curriculum lab — the writeup that is graded on the Writeup axis of the rubric and shipped publicly with the repo. Use when running /lab-report or finishing a lab.

2026-04-21
langchain-deepagents-nextjs
Développeurs de logiciels

Build the Month-4 NextJS application backed by a LangChain DeepAgent that consumes home cameras/sensors and routes inference to Spark (Triton) or AWS (SageMaker/Bedrock). Use when scaffolding the app, defining tools, wiring SSE streaming, or persisting agent memory.

2026-04-21
python-bindings
Développeurs de logiciels

Canonical pattern for wrapping our CUDA kernels as PyTorch custom ops via torch.utils.cpp_extension. Use proactively when a lab from Lab 02 onward needs a python/ wrapper, or when a production kernel needs to survive torch.compile / TensorRT export.

2026-04-21
sagemaker-bedrock-deploy
Développeurs de logiciels

Deploy a model trained on DGX Spark to AWS — either as a SageMaker BYOC real-time/async endpoint, or as a Bedrock custom-model import (for supported architectures). Covers ECR, container contract, autoscaling, and verifying the same model produces consistent outputs as the local Spark Triton deployment.

2026-04-21
cpp20-modern-idioms
Développeurs de logiciels

Reference of modern C++20 idioms used throughout the lab — RAII wrappers for CUDA resources, concept-constrained templates, ranges-based pipelines, std::span/mdspan views, designated-initializer config structs, and std::expected-style error handling. Use when writing or reviewing host-side C++.

2026-04-17
nsight-profiling
Développeurs de logiciels

The lab's standard Nsight Systems + Nsight Compute workflow for any CUDA kernel claiming a performance number. Use after a kernel passes correctness tests and before any "this is fast" claim is made.

2026-04-17
weekly-checkpoint
Spécialistes en gestion de projets

The 5-axis rubric and grading workflow used at the end of every week (and stricter in checkpoint weeks 4/8/12/16). Use when running /checkpoint or evaluating whether the user is ready to advance.

2026-04-17