Skip to content

Tags: pytorch/executorch

Tags

ciflow/trunk/14466

Toggle ciflow/trunk/14466's commit message
Arm backend: Replace module() calls with graph_module

Using ExportedProgram.module() in later versions of torch introduce guards on the input.
These guards cause an error in the ExportInterpreter which forbid the use of call_module.

Fixes: #14417
Change-Id: I0cb68af9671dd1e3b543660c1cc49ff28cbffddc

ciflow/trunk/14462

Toggle ciflow/trunk/14462's commit message
Arm backend: Enable run on vulkan runtime by default and add xfails

Change-Id: Iebf2f2a6a38f8540fafc3f43967e32d1261c89f8

ciflow/trunk/14461

Toggle ciflow/trunk/14461's commit message
Arm backend: Add docstrings for bmm and conv2d operators

Change-Id: I603e09f79de4d87c0fdfe23d0a5bb87c14a5b61f
Signed-off-by: Sebastian Larsson <[email protected]>

ciflow/trunk/14460

Toggle ciflow/trunk/14460's commit message
Arm Backend: Add support for bitwise_not.default

Signed-off-by: Agrima Khare <[email protected]>
Change-Id: Ie6fa82f61e40bbecea0ad31e3f6bcb305455ded2

ciflow/trunk/14258

Toggle ciflow/trunk/14258's commit message
Arm backend: Add special dtype TOSA handling

Add a enum class to handle special dtypes that can't be represented
in torch (i.e. int48_t) to avoid leaking serializer types into the
pass handling of the backend.

Signed-off-by: Per Åstrand <[email protected]>
Change-Id: I3388cec3c8a26f28790eedc3f124c336b6724cb4

ciflow/trunk/14376

Toggle ciflow/trunk/14376's commit message
Fix _factory buck issue

Signed-off-by: Erik Lundell <[email protected]>
Change-Id: If014aa0fae6a0c16ace80a309b2bc490da69025c

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[RELEASE ONLY CHANGES] Update torch pins to 2.9 (#14393)

### Summary
As described in the release manual, update torch pins to 2.9.0 for
pytorch and torchaudio, 0.24.0 for torchvision. I've followed the same
pattern as #12137 (0.7
changes).

ciflow/trunk/13416

Toggle ciflow/trunk/13416's commit message
Use appropraite setup scripts

Change-Id: Ia0380fdd212c69728cdc52e720f3129f47a2d217

ciflow/nightly/14396

Toggle ciflow/nightly/14396's commit message
Fix regnet on XNNPACK

ciflow/trunk/14350

Toggle ciflow/trunk/14350's commit message
Update

[ghstack-poisoned]