Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 OpenCL 新手,在选择编写 OpenCL 程序的语言时需要帮助,有许多语言(如 c/c++、python、java)可用。我想使用 VirtualCL 在分布式 OpenCL 上开发一个应用程序。
我会建议你使用 C++ 来编写 OpenCL 程序。
但从字面上讲,使用 C++ 而不是其他语言的原因是性能。它在运行时比其他语言非常快。这允许编写仍然具有高抽象级别的非常高效的代码。
最好的表达方式是:
更少的代码,没有运行时开销,更安全。