Home
last modified time | relevance | path

Searched refs:_get_primitive_bitwidth (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_inductor/codegen/
Dtriton.py559 def _get_primitive_bitwidth(dtype): function
690 src_dtype_bitwidth = _get_primitive_bitwidth(src_dtype)
691 target_dtype_bitwidth = _get_primitive_bitwidth(dtype)
/external/pytorch/torch/_inductor/
Dlowering.py660 def _get_primitive_bitwidth(dtype): function
666 src_bits = _get_primitive_bitwidth(x_dtype)
667 dst_bits = _get_primitive_bitwidth(dtype)