Functionadd_kernel(
in_ptr0,
in_ptr1,
out_ptr,
n_elements,
BLOCK_SIZE: "tl.constexpr",
recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py:52
Functionadd_kernel_autotuned(
in_ptr0,
in_ptr1,
out_ptr,
n_elements,
BLOCK_SIZE: "tl.constexpr",
recipes_source/torch_compile_user_defined_triton_kernel_tutorial.py:113
Functionconv_bn_pattern(x, conv_weight, conv_bias, bn_mean, bn_var, bn_weight, bn_bias)
intermediate_source/torch_compile_conv_bn_fuser.py:142
Functionconv_bn_replacement(x, conv_weight, conv_bias, bn_mean, bn_var, bn_weight, bn_bias)
intermediate_source/torch_compile_conv_bn_fuser.py:150
Functionforeach_map_adam(
steps,
params,
exp_avgs,
exp_avg_sqs,
weight_decay=0,
beta1=0.9,
beta2=0.999,
recipes_source/foreach_map.py:98