From 56d699d935dfb96ff2870d8b8f4aa60cc64144fb Mon Sep 17 00:00:00 2001 From: Yishuo Wang Date: Thu, 9 Feb 2023 15:48:30 +0800 Subject: [PATCH] Nano: update os support (#7491) --- .../readthedocs/source/doc/Nano/Overview/support.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/readthedocs/source/doc/Nano/Overview/support.md b/docs/readthedocs/source/doc/Nano/Overview/support.md index abfdba6c..529db5ea 100644 --- a/docs/readthedocs/source/doc/Nano/Overview/support.md +++ b/docs/readthedocs/source/doc/Nano/Overview/support.md @@ -23,8 +23,8 @@ | **Jemalloc** | ✅ | ✅ | ✅ | ❌ | ❌ | | **Tcmalloc** | ✅ | ❌ | ❌ | ❌ | ❌ | | **Neural-Compressor** | ✅ | ✅ | ❌ | ❌ | ? | -| **OpenVINO** | ✅ | ① | ❌ | ❌ | ? | -| **ONNXRuntime** | ✅ | ① | ✅ | ❌ | ? | +| **OpenVINO** | ✅ | ① | ❌ | ❌ | ④ | +| **ONNXRuntime** | ✅ | ① | ✅ | ❌ | ✅ | ## PyTorch Feature Support @@ -33,16 +33,16 @@ | **CUDA patch** | ✅ | ✅ | ✅ | ? | ✅ | | **JIT** | ✅ | ✅ | ✅ | ? | ✅ | | **Channel last** | ✅ | ✅ | ✅ | ? | ✅ | -| **BF16** | ✅ | ✅ | ⭕ | ⭕ | ? | +| **BF16** | ✅ | ✅ | ⭕ | ⭕ | ✅ | | **IPEX** | ✅ | ✅ | ❌ | ❌ | ❌ | -| **Multi-instance** | ✅ | ✅ | ② | ② | ? | +| **Multi-instance** | ✅ | ✅ | ② | ② | ✅ | ## TensorFlow Feature Support | Feature | Ubuntu (20.04/22.04) | CentOS7 | MacOS (Intel chip) | MacOS (M-series chip) | Windows | | ------------------ | -------------------- | ------- | ------------------ | --------------------- | ------- | -| **BF16** | ✅ | ✅ | ⭕ | ⭕ | ? | -| **Multi-instance** | ③ | ③ | ②③ | ②③ | ? | +| **BF16** | ✅ | ✅ | ⭕ | ⭕ | ✅ | +| **Multi-instance** | ③ | ③ | ②③ | ②③ | ❌ | ## Symbol Meaning @@ -54,4 +54,5 @@ | ① | This feature is only supported when used together with jemalloc | | ② | This feature is supported but without any performance guarantee | | ③ | Only Multi-instance training is supported for now | +| ④ | This feature is only supported when using PyTorch | | ? | Not tested |