File tree Expand file tree Collapse file tree 2 files changed +2
-126
lines changed Expand file tree Collapse file tree 2 files changed +2
-126
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ in a Python-free environment with AOT Inductor and ExecuTorch.
479
479
| Hardware | OS | Eager | Eager + Compile | AOT Compile | ET Runtime |
480
480
| -----| ------| -----| -----| -----| -----|
481
481
| x86 | Linux | ✅ | ✅ | ✅ | ✅ |
482
- | aarch64 | Linux | ✅ | ✅ | ✅ | n/t |
482
+ | aarch64 | Linux | n/t | n/t | n/t | n/t |
483
483
| aarch64 | macOS | ✅ | ✅ | ✅ | ✅ |
484
484
| AMD GPU | Linux | ✅ | ✅ | ✅ | ❌|
485
485
| Nvidia GPU | Linux | ✅ | ✅ | ✅ | ❌|
@@ -490,7 +490,7 @@ in a Python-free environment with AOT Inductor and ExecuTorch.
490
490
| Mobile GPU (Vulkan) | Android | ❌| ❌| ❌| ✅ |
491
491
| CoreML | iOS | ❌| ❌| ❌| ✅ |
492
492
| Hexagon DSP | Android | ❌| ❌| ❌| ✅ |
493
- | Raspberry Pi 4/5 | Raspbian | ✅ | ✅ | ✅ | ✅ |
493
+ | Raspberry Pi 4/5 | Raspbian | n/t | n/t | n/t | ✅ |
494
494
| Raspberry Pi 4/5 | Android | ❌ | ❌ | ❌ | n/t |
495
495
| ARM 32b (up to v7) | any | ❌| ❌| ❌| ❌|
496
496
You can’t perform that action at this time.
0 commit comments