<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Ascend on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/ascend/</link><description>Recent content in Ascend on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Wed, 22 Jul 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/ascend/atom.xml" rel="self" type="application/rss+xml"/><item><title>How to Add Huawei NPU Nodes to a Kubernetes Cluster</title><link>https://www.chenshaowen.com/en/blog/add-huawei-npu-node-to-kubernetes-cluster.html</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><atom:modified>Wed, 22 Jul 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/add-huawei-npu-node-to-kubernetes-cluster.html</guid><description>1. Disk Handling 1.1 Inspect Disks Inspect the new disk 1 fdisk -l Disk /dev/nvme1n1: 3.91 TiB, 4294967296000 bytes, 8388608000 sectors 1.2 Build a RAID0 If you have several small disks, a better approach is to build a RAID0 — this gives you not only a larger storage directory but also higher speed.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>NPU</category><category>Ascend</category><category>Huawei</category><category>Hardware</category><category>Drivers</category><category>Kubernetes</category></item><item><title>Ascend DMI Tool Usage Guide</title><link>https://www.chenshaowen.com/en/blog/ascend-dmi-tool-usage-guide.html</link><pubDate>Tue, 17 Jun 2025 00:00:00 +0000</pubDate><atom:modified>Tue, 17 Jun 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ascend-dmi-tool-usage-guide.html</guid><description>1. Installing Dependencies MindCluster ToolBox is a system-level toolset for cluster operations and hardware management, mainly used for operations such as device monitoring, performance testing, and log collection.
MindCluster ToolBox includes the Ascend DMI tool, the log collection tool, and the Ascend Cert tool.
MindCluster ToolBox works by calling low-level DCMI (Device Control Management Interface) and AscendCL (Ascend Computing Language) interfaces to perform the relevant detection functions; system-level information queries are implemented by calling the general-purpose libraries provided by the system.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>DMI</category><category>Ascend</category><category>Huawei</category><category>NPU</category><category>Troubleshooting</category><category>Performance Testing</category></item><item><title>Ascend Environment Variable Configuration</title><link>https://www.chenshaowen.com/en/blog/ascend-environment-variable-configuration.html</link><pubDate>Mon, 20 Jan 2025 00:00:00 +0000</pubDate><atom:modified>Mon, 20 Jan 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ascend-environment-variable-configuration.html</guid><description>HCCL_IF_IP Configures the IP of the root communication NIC for HCCL initialization.
Priority: environment variable HCCL_IF_IP &amp;gt; environment variable HCCL_SOCKET_IFNAME &amp;gt; NICs other than docker/lo (in ascending lexicographic order of NIC name) &amp;gt; docker NIC &amp;gt; lo NIC.
1 export HCCL_IF_IP=10.0.0.1 HCCL_IF_BASE_PORT Specifies the starting port number of the Host NIC.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Ascend</category><category>Huawei</category><category>NPU</category><category>Environment Variables</category><category>Configuration</category></item><item><title>Using Volcano to Run hccl-test</title><link>https://www.chenshaowen.com/en/blog/use-volcano-to-run-hccl-test.html</link><pubDate>Sun, 11 Aug 2024 00:00:00 +0000</pubDate><atom:modified>Sun, 11 Aug 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/use-volcano-to-run-hccl-test.html</guid><description>1. Building the hccl-test Image Download the dependency packages Python-3.8.18.tgz
Ascend-cann-toolkit_8.0.RC2_linux-x86_64.run
Ascend-cann-kernels-910b_8.0.RC2_linux.run
mpich-3.2.1.tar.gz
If downloading is inconvenient, you can also copy them straight out of the image I built.
Write the Dockerfile 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 FROM ubuntu:22.</description><dc:creator>微信公众号</dc:creator><category>Volcano</category><category>HCCL</category><category>Ascend</category><category>AI</category><category>Testing</category></item><item><title>Ascend NPU Driver Installation</title><link>https://www.chenshaowen.com/en/blog/ascend-npu-driver-installation.html</link><pubDate>Tue, 28 May 2024 00:00:00 +0000</pubDate><atom:modified>Tue, 28 May 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ascend-npu-driver-installation.html</guid><description>1. Install the Driver Create the HwHiAiUser user 1 2 groupadd -g 1000 HwHiAiUser useradd -g HwHiAiUser -u 1000 -d /home/HwHiAiUser -m HwHiAiUser -s /bin/bash Add directory permissions 1 2 chown -R HwHiAiUser /usr/local/Ascend chmod -R 755 /usr/local/Ascend Download the driver and firmware Go to https://www.hiascend.ru/hardware/firmware-drivers/community?product=1&amp;amp;model=30&amp;amp;cann=All&amp;amp;driver=1.0.26.alpha to find the matching driver and firmware.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>NPU</category><category>Ascend</category><category>Huawei</category><category>Hardware</category><category>Drivers</category><category>Operations</category></item><item><title>Basic Usage of npu-smi</title><link>https://www.chenshaowen.com/en/blog/basic-usage-of-npu-smi.html</link><pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate><atom:modified>Wed, 20 Mar 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/basic-usage-of-npu-smi.html</guid><description>1. What Is npu-smi npu-smi is a command-line tool provided by Huawei, purpose-built for managing and monitoring the status and performance of Huawei Ascend series Neural Processing Units (NPUs), similar to NVIDIA&amp;rsquo;s nvidia-smi.
2. Meaning of npu-smi Fields 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 npu-smi info +------------------------------------------------------------------------------------------------+ | npu-smi 23.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>NPU</category><category>Huawei</category><category>Ascend</category><category>Hardware</category><category>Monitoring Tools</category><category>Operations</category></item></channel></rss>