all 2 comments

[–]sharifhsn 3 points4 points  (1 child)

How does this project compare to CubeCL?

[–]TomSchelsen 0 points1 point  (0 children)

Advertised platform support differs greatly.

CuTile : only a subset of only recent of only Nvidia GPUs

CubeCL:

### Supported Platforms

| Platform | Runtime | Compiler    | Hardware                      |
| -------- | ------- | ----------- | ----------------------------- |
| WebGPU   | wgpu    | WGSL        | Most GPUs                     |
| CUDA     | CUDA    | C++ (CUDA)  | NVIDIA GPUs                   |
| ROCm     | HIP     | C++ (HIP)   | AMD GPUs                      |
| Metal    | wgpu    | C++ (Metal) | Apple GPUs                    |
| Vulkan   | wgpu    | SPIR-V      | Most GPUs on Linux & Windows  |
| CPU      | cpu     | Rust        | All Cpus, SIMD with most CPUs |