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.
是否可以使用 ISPC 编译器编译 OpenMP 程序?
如果是,性能是否比使用 gcc 编译更重要?
如何利用 ISPC 和 OpenMP 的优势?
浏览ISPC 文档后,似乎没有提到 OpenMP,而这篇技术论文顺便提到了 OpenMP 和其他并行化框架。
但请记住:编译器以 C 的方言为目标,并且该语言专注于矢量化/SIMD,而不是处理器级并行 (SMP),尽管如果它也支持 OpenMP 会非常酷......