Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

cuda-spatial-intelligence-lab

cuda-spatial-intelligence-lab 收录了来自 jxtngx 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
0
更新
2026-04-21
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cosmos-models
软件开发工程师

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
软件开发工程师

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
高校计算机科学教师

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
网络与计算机系统管理员

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
技术写作员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
项目管理专家

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