AIAny
AI Infra2024
Icon for item

cuTile Python

Lets Python developers write tile-based parallel kernels for NVIDIA GPUs, generating CUDA Tile IR while staying close to Python syntax for custom GPU operations.

Introduction

GPU programming often forces a choice between high-level tensor libraries and low-level CUDA kernels. cuTile Python sits between them by exposing a Python-facing way to express tile-based parallel work.

What Sets It Apart

The programming model makes data movement and work units explicit, then lowers to CUDA Tile IR for NVIDIA GPUs. It keeps examples close to Python syntax while documenting concrete hardware and toolchain requirements.

Who Should Use It

Great fit if you explore custom kernels on NVIDIA hardware and want a Python-first surface. Look elsewhere if you need broad vendor portability, older GPU support, or a tensor API that hides kernels entirely.

Information

  • Websitegithub.com
  • OrganizationsNVIDIA
  • AuthorsNVIDIA CORPORATION
  • Published date2024/10/01

More Items

GitHub
AI Infra2025

Defines a vendor-neutral JSON/YAML semantic model specification and tooling to exchange metrics, dimensions, lineage and other business semantics across analytics, AI and BI platforms; includes a core spec, validators, converters (dbt, GoodData, Salesforce) and example models.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.