OpenCL 中的 TEX 是什么?

发布于 2024-11-25 00:26:57 字数 107 浏览 3 评论 0原文

我的 OpenCL 程序的目标代码中的 TEX 是什么?我将内核放入内核分析器中,并在目标代码中看到了 TEX 标签。我不确定这是什么意思。我在APP SDK指南中没有找到说明。你能指导我找到资源吗?

What is TEX in the object code of my OpenCL program? I put my kernel in the kernel analyzer and I saw the label TEX in the object code. I'm not sure what it means. I didn't find the description in the APP SDK guide. Can you direct me to a resource?

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

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

发布评论

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

评论(1

夜声 2024-12-02 00:26:57

http://gpgpu.org/wp /wp-content/uploads/2009/09/E1-OpenCL-Architecture.pdf TEX 用作纹理的简称,例如“Tex L2”= 纹理级别 2 缓存。

我认为 tex 是“纹理内存”部分。纹理内存是一种特殊的内存访问,由 GPU 使用。

in the http://gpgpu.org/wp/wp-content/uploads/2009/09/E1-OpenCL-Architecture.pdf TEX is used as short name of Texture, for example "Tex L2" = Texture Level 2 Cache.

I assume, tex is for "texture memory" section. Texture memory is special kind of memory access, which is used by GPU.

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