xref: /aosp_15_r20/external/executorch/kernels/test/supported_features_summary.md (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1# Supported features table
2| feature|aten|optimized|portable|quantized|custom_kernel_example |
3| ---|---|---|---|---|--- |
4| **namespace global**|---|---|---|---|--- |
5| is_aten|True|False|False|False|False |
6| output_resize|True|False|False|False|False |
7| **namespace op_gelu**|---|---|---|---|--- |
8| dtype_double|True|False|True|True|True |
9| **namespace op_log_softmax**|---|---|---|---|--- |
10| dtype_double|True|False|True|True|True |
11
12# Source
13All of supported features are defined in fbcode/executorch/kernels/test/supported_features.yaml.
14
15Each kernel can have its own overrides, which are defined in
16('aten', 'fbcode/executorch/kernels/test/supported_features_def_aten.yaml')
17('optimized', 'fbcode/executorch/kernels/optimized/test/supported_features_def.yaml')
18('portable', 'fbcode/executorch/kernels/portable/test/supported_features_def.yaml')
19('quantized', 'fbcode/executorch/kernels/quantized/test/supported_features_def.yaml')
20('custom_kernel_example', 'fbcode/executorch/kernels/test/custom_kernel_example/supported_features_def.yaml')
21