Getting Started
Python API
cdiv()
Triton MLIR Dialects
Programming Guide
Computes the ceiling division of x by div
x
div
x (Block) – the input number
div (Block) – the divisor
This function can also be called as a member function on tensor, as x.cdiv(...) instead of cdiv(x, ...).
tensor
x.cdiv(...)
cdiv(x, ...)