使用英特尔并行工作室与 cilk_spawn 的技术问题

发布于 2024-11-26 00:46:50 字数 310 浏览 2 评论 0原文

我与 Intel Parallel Studio 2011 一起工作,我包含了:

#include <cilk/cilk.h>

这似乎包含得很好。

然后我尝试使用命令:

cilk_spawn (and also _Cilk_spawn)

并收到以下错误:

Error: identifier "_Cilk_spawn" is undefined.

有谁知道如何解决这个问题?

I work with intel parallel studio 2011 and I included:

#include <cilk/cilk.h>

which seemed to be included just fine.

Then I tried using the command:

cilk_spawn (and also _Cilk_spawn)

and got the following error:

Error: identifier "_Cilk_spawn" is undefined.

Does anyone know how to solve this problem?

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

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

发布评论

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

评论(1

憧憬巴黎街头的黎明 2024-12-03 00:46:50

您在评论中提到的“文本视图出现一些神秘问题,看起来像是语法错误”可能意味着 Microsoft 的 Intellisense 无法识别 Cilk 关键字,这是 Intel 对 C/C++ 的扩展。

我无法找到任何修复或解决方法,因此建议您询问 英特尔 Cilk Plus 论坛;也许英特尔并行工作室可以解决这个问题。另请参阅a向 Microsoft 报告错误

"Some mysterious problem with the text view which makes look like it is a syntax error" which you refer to in the comment probably means that Microsoft's Intellisense cannot recognize Cilk keywords, which are Intel's extension to C/C++.

I was unable to find any fix or workaround for that, so suggest you ask at Intel's Cilk Plus forum; maybe Intel Parallel Studio can take care of it. Also see a bug report to Microsoft.

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