Home
last modified time | relevance | path

Searched refs:inline_asm_elementwise (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_custom_lowering.py112 fn = partial(ops.inline_asm_elementwise, asm="tanh.approx.f32 $0, $1;")
127 fn = partial(ops.inline_asm_elementwise, asm="add.f32 $0, $1, $2;")
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dtriton_utils.py271 z = tl.inline_asm_elementwise(
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dtriton.py776 def inline_asm_elementwise( member in TritonOverrides