5. 版本更新说明
5.1. 新增功能
Kubernetes IPU Device Plugin的首次发布。 本次发布版本支持C600 IPU资源的调度以及C600 IPU的健康状态检查。
5.2. 问题修复
N/A
5.3. 其他改进
N/A
5.4. 已知问题
N/A
5.5. 兼容性变动
N/A
Note: Searching from the top-level index page will search all documents. Searching from a specific document will search only that document.
"" (double quotes) to only get results where the phrase is exactly matched. For example "PyTorch for the IPU" or "replicated tensor sharding"* (asterisk) at the end of any word to indicate a prefix query. This will return results containing all words with the specific prefix. For example tensor*~N (tilde followed by a number) at the end of any word for a fuzzy search. This will return results that are similar to the search word. N specifies the “edit distance” (fuzziness) of the match. For example Polibs~1~N (tilde followed by a number) after a phrase (in quotes) returns results where the words are close to each other. N is the maximum number of positions allowed between matching words. For example "ipu version"~2+ signifies AND operation| signifies OR operation- negates a single word or phrase (returns results without that word or phrase)() controls operator precedence