Questions about the Cutile C++

Will cutile IR be integrated into the compilation pipeline of the CUDA C++ extension language? I’ve seen a single page demonstrating cutile C++, but currently the only publicly available information is about Cutile Python and Cutile IR. And I also tried cuda-toolkit 13.1, but there is no any support for cutile c++

The C++ frontend will ship in the near future with one of the next CUDA toolkit versions. Stay tuned!

CUDA Tile C++ is now available in the CUDA 13.3 toolkit. Here are some resources for getting started:

Examples: cuda-samples/cpp/9_CUDA_Tile at master · NVIDIA/cuda-samples · GitHub

Programming Guide: 2.4. Writing Tile Kernels — CUDA Programming Guide

Blog: Develop High-Performance GPU Kernels in C++ with NVIDIA CUDA Tile | NVIDIA Technical Blog

API Reference: CUDA Tile C++ API Reference — CUDA Tile C++ API Reference 13.3 documentation

Tile Gym: TileGym/src/tilegym/ops/tilecpp at main · NVIDIA/TileGym · GitHub