<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>简介 on FlagGems</title><link>https://flagos-ai.github.io/FlagGems/zh-cn/overview/</link><description>Recent content in 简介 on FlagGems</description><generator>Hugo</generator><language>zh-cn</language><atom:link href="https://flagos-ai.github.io/FlagGems/zh-cn/overview/index.xml" rel="self" type="application/rss+xml"/><item><title>功能特性概览</title><link>https://flagos-ai.github.io/FlagGems/zh-cn/overview/features/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://flagos-ai.github.io/FlagGems/zh-cn/overview/features/</guid><description>&lt;!--
 Copyright 2026 FlagOS Contributors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 --&gt;
&lt;!--
# Features Overview

## Rich Collection of Operators

FlagGems features a large collection of PyTorch compatible operators.
Refer to [operator supported](/FlagGems/references/operators/) and
[experimental operators](/FlagGems/references/experiental/)
for list of formally supported operators and experimental operators.
--&gt;
&lt;h1 id="功能特性概览"&gt;功能特性概览&lt;a class="anchor" href="#%e5%8a%9f%e8%83%bd%e7%89%b9%e6%80%a7%e6%a6%82%e8%a7%88"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="丰富的算子集合"&gt;丰富的算子集合&lt;a class="anchor" href="#%e4%b8%b0%e5%af%8c%e7%9a%84%e7%ae%97%e5%ad%90%e9%9b%86%e5%90%88"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;FlagGems&lt;/em&gt; 的一大特性是提供丰富的 PyTorch 兼容算子集合。
参阅&lt;a href="https://flagos-ai.github.io/FlagGems/zh-cnreferences/operators/"&gt;支持的算子&lt;/a&gt;和
&lt;a href="https://flagos-ai.github.io/FlagGems/zh-cn/references/experimental/"&gt;实验性算子&lt;/a&gt;
页面了解正式支持的算子集合以及当前处于实验阶段的其他算子。&lt;/p&gt;</description></item><item><title>硬件平台支持</title><link>https://flagos-ai.github.io/FlagGems/zh-cn/overview/platforms/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://flagos-ai.github.io/FlagGems/zh-cn/overview/platforms/</guid><description>&lt;!--
 Copyright 2026 FlagOS Contributors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 --&gt;
&lt;!--
# Platforms Supported
--&gt;
&lt;h1 id="支持的硬件平台"&gt;支持的硬件平台&lt;a class="anchor" href="#%e6%94%af%e6%8c%81%e7%9a%84%e7%a1%ac%e4%bb%b6%e5%b9%b3%e5%8f%b0"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;!--
*FlagGems* supports 10+ backends. The currently supported platforms and
their capabilities are listed below:
--&gt;
&lt;p&gt;&lt;em&gt;FlagGems&lt;/em&gt; 支持超过 10 种不同后端硬件平台。目前支持的平台及这些平台的能力列举如下：&lt;/p&gt;</description></item><item><title>逐点动态（Pointwise Dynamic）算子</title><link>https://flagos-ai.github.io/FlagGems/zh-cn/overview/pointwise-dynamic/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://flagos-ai.github.io/FlagGems/zh-cn/overview/pointwise-dynamic/</guid><description>&lt;!--
 Copyright 2026 FlagOS Contributors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 --&gt;
&lt;!--
# Pointwise Dynamic Operators

## 1. Pointwise Operations
--&gt;
&lt;h1 id="关于逐点动态算子"&gt;关于逐点动态算子&lt;a class="anchor" href="#%e5%85%b3%e4%ba%8e%e9%80%90%e7%82%b9%e5%8a%a8%e6%80%81%e7%ae%97%e5%ad%90"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;h2 id="pointwise-operations"&gt;1. 逐点操作&lt;a class="anchor" href="#pointwise-operations"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;!--
Pointwise operators are trivial to parallelize.
Most parallel programming guides begin with pointwise addition
between 2 contiguous vectors.
For [`vector_add` in Triton](https://triton-lang.org/main/getting-started/tutorials/01-vector-add.html#sphx-glr-getting-started-tutorials-01-vector-add-py),
it is simple to implement a task partitioning schema that each CTA reads a contiguous range
from each input vector and writes to a contiguous range of the output vector.
--&gt;
&lt;p&gt;逐点算子（Pointwise operators）比较容易并行化执行。
大多数并行计算编程指南的开篇都会使用计算两个连续向量的单点加和操作作为示例。
对于 &lt;a href="https://triton-lang.org/main/getting-started/tutorials/01-vector-add.html#sphx-glr-getting-started-tutorials-01-vector-add-py"&gt;Triton 语言中的 &lt;code&gt;vector_add&lt;/code&gt;&lt;/a&gt;
而言，很容易实现一种任务切分模式，让每个&lt;strong&gt;块集群（Cooperative Thread Array，CTA）&lt;/strong&gt;
从每个输入向量中读入一个连续的范围，向输出向量中的一个连续范围写出结果。&lt;/p&gt;</description></item></channel></rss>