tilelang.utils.deprecated module#

tilelang.utils.deprecated.deprecated(method_name: str, new_method_name: str)#

A decorator to indicate that a method is deprecated

Parameters:
  • method_name (str) – The name of the method to deprecate

  • new_method_name (str) – The name of the new method to use instead