tilelang.math¶

Functions¶

Package Contents¶

tilelang.math.next_power_of_2(x)¶
Parameters:

x (int)

Return type:

int

tilelang.math.cdiv(a, b)¶
Parameters:
  • a (int)

  • b (int)

Return type:

int