Riley Dulin
Riley Dulin
Summary: Some users of `constant_prop_pass` want to fold across calls to `full`, because representing a tensor as a program constant is a requirement for some backends. This came up when...
Summary: A recent issue with `memory.view` manifested as a SIGSEGV in the Executorch runtime because the `Method::pre_allocated_output_` field was an OR condition over all the outputs; however, it is feasible...
Summary: We noticed that an ETDump was not logging all of the inputs and outputs in the debug buffer, and that the kernel call path didn't have the same logs...