在 Mac OS 10.6 上为 JavaCL 开发 OpenCL 内核的经过验证的设置是什么?

发布于 2024-10-06 07:27:04 字数 259 浏览 0 评论 0原文

使用我当前的设置来开发在 JavaCL 中使用的 OpenCL 内核有点麻烦。

我对 NetBeans 6.9.1 在 Java 方面的表现非常满意。 Maven 项目设置非常轻松,一切都按预期进行。 但是,我无法让 NetBeans 很好地处理 Maven 项目中的 CL 文件。代码完成不起作用,并且整个 C 代码都会出现错误警告,即使提供了一个有效且经过验证的内核也是如此。

如何开发 CL 内核?在 NetBeans 中的单独 C(++) 项目中?使用Xcode?

Developing OpenCL kernels for the use within JavaCL is a bit of a nuisance using my current setup.

I'm quite happy with NetBeans 6.9.1 for the Java side of things. The maven project setup is painless and everything works as expected.
However, I can't get NetBeans to play nice with CL files within maven projects. Code completion doesn't work and there are error warnings all over the C code, even when providing a working and proven kernel.

How do you develop CL kernels? In a separate C(++) project in NetBeans? Using Xcode?

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

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

发布评论

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

评论(1

温馨耳语 2024-10-13 07:27:04

对于简单的图像转换内核,您可以使用 JavaCL 的新图像转换内核编辑器演示(让您编辑内核并使用 F5 运行它)

For simple image-transforming kernels, you can use JavaCL's new image transform kernels editor demo (lets you edit your kernel and run it with F5)

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