Commit Graph

13 Commits

Author SHA1 Message Date
yutianyu 7c6a5ed9aa feat: integrate CUTLASS CuTe-optimized copy for L40 (SM89)
Add auto-fetch of CUTLASS third_party dependency in build script,
enable 128-bit vectorized TiledCopy kernel via CuTe for the NVIDIA
copy operator, and clean up build artifacts from version control.

Co-Authored-By: wawahejun <hejunlbbc@gmail.com>
2026-05-13 15:39:29 +08:00
yutianyu c8ad11c277 refactor: unify elementwise runtime helpers 2026-05-12 16:23:06 +08:00
yutianyu 9271fed062 feat: add reusable elementwise relu support 2026-05-12 11:30:19 +08:00
yutianyu 757dbbec74 refactor: split operator headers into public and detail layers 2026-05-08 11:18:47 +08:00
yutianyu 6e02c3eb55 feat: add MACA-based MetaX backend support
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-08 09:49:13 +08:00
yutianyu 6d1f205610 refactor: scaffold phase1 kernel skeletons
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu 9147a4821d feat: add kernel-focused benchmark timing harness
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu fa2608e9b6 build: remove YAML-driven operator registration
Replace the YAML manifest + Python code-generation pipeline with
CMake file(GLOB_RECURSE) auto-discovery. Operators are now registered
by directory convention (ops/<name>/nvidia/*.cu) rather than by
declaring sources and symbols in operator.yaml.

Deleted: ops/*/operator.yaml, cmake/GenerateOperators.cmake,
tools/generate_operator_artifacts.py, tools/operator_schema.yaml,
tools/validate_operator_manifest.py, operator_registry.py,
tests/test_manifest_contract.py

Modified: ops/CMakeLists.txt uses GLOB_RECURSE, requirements.txt
drops pyyaml

Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu 246e21f3d1 feat: unify example backends and shared test cases
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu e4ce213d65 refactor: split tilelang student kernels
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu 9db9af67b8 refactor: split nvidia operator kernels
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu dbe054c876 feat: add TileLang copy mode templates
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00
yutianyu ce30e4b195 feat: scaffold operator runtime backends
Co-authored-by: wawahejun <hejunlbbc@gmail.com>
2026-05-05 16:50:18 +08:00