tilelang.testing.perf_regression¶
Classes¶
Functions¶
|
Execute a single perf function and record its latency. |
|
Run entrypoints in the caller module and print a markdown table. |
Module Contents¶
- tilelang.testing.perf_regression.process_func(func, name=None, /, **kwargs)¶
Execute a single perf function and record its latency.
func is expected to return a positive latency scalar (seconds or ms; we treat it as an opaque number, only ratios matter for regression).
- Parameters:
func (Callable[Ellipsis, float])
name (str | None)
kwargs (Any)
- Return type:
None