TMS320C64x 程序员快速入门参考

发布于 2024-08-30 17:52:43 字数 288 浏览 12 评论 0原文

是否有针对程序员编写 TMS320C64x DSP 加速应用程序的快速入门指南?

我有一个带有自定义算法(不是 fft 或常用滤波)的程序,我想使用多 DSP 协处理器来加速它。那么,我应该如何修改源代码以将计算从主 CPU 转移到 DSP? DSP 运行代码有哪些限制?

我对 CUDA 有一些经验。在 CUDA 中,我应该将每个函数标记为主机、设备或设备(内核)的入口点。还有启动内核以及向 GPU 上传数据/从 GPU 下载数据的函数。设备代码也有一些限制,如 CUDA 参考手册中所述。我希望 DSP 有类似的接口和文档。

Is thare any quickstart guide for programmers for writing DSP-accelerated appliations for TMS320C64x?

I have a program with custom algorythm (not the fft, or usial filtering) and I want to accelerate it using multi-DSP coprocessor. So, how should I modify source to move computation from main CPU to DSPs? What limitations are there for DSP-running code?

I have some experience with CUDA. In CUDA I should mark every function as being host, device, or entry point for device (kernel). There are also functions to start kernels and to upload/download data to/from GPU. There are also some limitations, for device code, described in CUDA Reference manual. I hope, there is an similar interface and a documentation for DSP.

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

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

发布评论

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

评论(1

窗影残 2024-09-06 17:52:43

请考虑搜索“TMS320C64x 程序员指南” - 这是我认为最合适的链接
focus.ti.com/lit/ug/spru565b/spru565b.pdf

另请查看这本书 - 帮助您入门(使用上一代)
TMS320C6000 DSP 上的嵌入式图像处理:Code Composer Studio 和 MATLAB 中的示例

Please consider doing a search "TMS320C64x programmer's guide" - here is what I think is the most appropriate link
focus.ti.com/lit/ug/spru565b/spru565b.pdf

Also check this book - to help you get started (uses the previous generation)
Embedded image processing on the TMS320C6000 DSP : examples in code composer studio and MATLAB

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