Aarch64霓虹灯和SVE的软件优化指南

发布于 2025-02-10 00:36:47 字数 772 浏览 1 评论 0原文

有ARM软件优化指南(例如, https://developer.arm.arm.arm.arm.com/documentation/documentation/documentation/swog309707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707070707 /最新对于Neoverse N1)。

本指南似乎不包含霓虹灯或SVE的延迟和吞吐量。是否有单独的霓虹灯或SVE指南(例如, insr(simd&amp; fp scalar)指令< /a>)?

指针将非常有帮助!

There is ARM software optimization guide (e.g., https://developer.arm.com/documentation/swog309707/latest for neoverse n1).

This guide doesn't seem to contain the latency and throughput for Neon or SVE. Is there a separate guide for NEON or SVE (e.g., the instruction latency and throughput for INSR (SIMD&FP scalar) instruction)?

A pointer would be very helpful!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱成瘾 2025-02-17 00:36:47

霓虹灯说明的时间在该文档中,在Asimd下列出(这是该指令集的ARM更正式名称)。请参阅第3.15节。

SVE指令没有时间安排,因为据我了解,N1根本不支持该扩展名。但是,如果您查看指南的某些核心确实支持SVE,则会看到其中包括的时间。对于 neoverse n2 他们来自第3.26节。

The timings for Neon instructions are in that document, listed under ASIMD (which is Arm's more formal name for that instruction set). See Sections 3.15 onward.

There are no timings for SVE instructions because, as I understand it, the N1 simply doesn't support that extension. But if you look at the guide for some core that does support SVE, you'll see the timings included. For the Neoverse N2 they are from Section 3.26 onward.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文