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>
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>