triton.language.multiple_of

triton.language.multiple_of(input, value, builder=None)

Let the compiler knows that the values in input are all multiples of value. :param builder: IR builder to generate code into :type builder: triton.ir.builder, optional from within JIT’ed functions