• Yu Cheng's avatar
    [Refactor] Update kernel compilation and profiling in examples (#225) · 889451eb
    Yu Cheng authored
    - Replaced instances of `tilelang.lower` and `tilelang.Profiler` with `tilelang.compile` and the new profiler interface in multiple example files.
    - Enhanced the kernel compilation process to utilize the updated API, improving consistency and maintainability.
    - Adjusted benchmarking logic to use the new profiler methods for better clarity and functionality in performance testing.
    - Cleaned up whitespace and improved formatting for better readability across the modified files.
    889451eb
example_mha_fwd_bhsd.py 9.64 KB