ChristophKarlHeck

Results 5 issues of ChristophKarlHeck

Hi, I am working with the current main branch and building the targets with the following command (described here: https://pytorch.org/executorch/main/runtime-build-and-cross-compilation.html): ``` cmake -DBUCK2=buck2 .. ``` raised the following issue: ```...

module: kernels
module: build

Hi guys, I have integrated executorch into Mbed OS using an Arm Cortex M4 architecture (P-Nucleo-WB55RG). When I try to load the model, I get the following issue: ``` I...

Hi guys, We serialized a PyTorch module to a .pte file for Cortex-M architecture by doing this example: https://pytorch.org/executorch/stable/executorch-arm-delegate-tutorial.html). Additionally, we have a P-Nucleo-WB55 development platform. We want to run...

### 🐛 Describe the bug Hi, I am running the following commands to build the bare-metal libraries, as mentioned in the documentation (https://pytorch.org/executorch/stable/executorch-arm-delegate-tutorial.html). This time, I want to try the...

bug
partner: arm
triaged

Hi, I got the following error when I used flatbuffers version 24.3.25 in C++. Here are the steps to reproduce: 1. FlatBuffers Schema: Here is the schema (serial_mail.fbs) that reproduces...