Home
last modified time | relevance | path

Searched refs:triton_kernel_wrapper_mutation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtriton_kernel_wrap.py537 triton_kernel_wrapper_mutation = TritonKernelWrapperMutation() variable
558 @triton_kernel_wrapper_mutation.py_impl(DispatchKey.CompositeExplicitAutograd)
580 @triton_kernel_wrapper_mutation.py_impl(FakeTensorMode)
588 @triton_kernel_wrapper_mutation.py_impl(DispatchKey.Meta)
609 @triton_kernel_wrapper_mutation.py_impl(ProxyTorchDispatchMode)
615 triton_kernel_wrapper_mutation,
627 @triton_kernel_wrapper_mutation.py_functionalize_impl
677 triton_kernel_wrapper_mutation(
735 triton_kernel_wrapper_mutation.fallthrough(DispatchKey.PythonDispatcher) # type: ignore[attr-defin…
736 triton_kernel_wrapper_mutation.fallthrough(DispatchKey.PythonTLSSnapshot) # type: ignore[attr-defi…
[all …]
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dfunctions.py965 triton_kernel_wrapper_mutation,
986 triton_kernel_wrapper_mutation,
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_triton_kernels.py13 triton_kernel_wrapper_mutation,
85 triton_kernel_wrapper_mutation(
201 triton_kernel_wrapper_mutation(
222 triton_kernel_wrapper_mutation(
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py21 from torch._higher_order_ops.triton_kernel_wrap import triton_kernel_wrapper_mutation
6212 @register_lowering(triton_kernel_wrapper_mutation)