OpenCL-Haskell 库的最佳分层模块路径是什么?

发布于 2024-11-19 04:32:06 字数 484 浏览 3 评论 0原文

我正在创建一个 OpenCL 高级 haskell 库。 Haskell 树中放置它的最佳路径在哪里?我认为它应该位于 Graphics 子树之外,但我不知道该把它放在哪里。

它基于 Jeff Heard OpenCLRaw(他将其放在 System.OpenCL.Raw.V10 上)。

更新: 我刚刚启动了一个存储库,http://github.com/zhensydow/opencl

更新:< 的选项(以及答案)

  • System.GPU.OpenCL
  • Control.Parallel.OpenCLforeign.OpenCL
  • /strong> 我建议

I'm creating a OpenCL high-level haskell library. Where's the best path in haskell tree for put it? I think it should be outside of Graphics subtree but I dont know where to put it.

It's based on Jeff Heard OpenCLRaw (He put that one on System.OpenCL.Raw.V10).

Update:
I just started a repository, http://github.com/zhensydow/opencl

Update: Options that I propose (and fomr answers)

  • System.GPU.OpenCL
  • Control.Parallel.OpenCL
  • Foreign.OpenCL

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

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

发布评论

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

评论(1

野稚 2024-11-26 04:32:06

将其放入 Control.Parallel 中怎么样? haskell-mpi 包使用 Control.Parallel .MPI,还有常用的 Control.Parallel.Strategies,因此它似乎是一个合适的前缀。

无耻插件:我为了好玩而编写了一个小脚本,从 Hackage 上的所有包中提取分层模块树。它对于查看其他包使用的分层模块可能很有用。我将清理代码并在将来的某个时间发布它。目前,这是截至 2011 年 5 月的 Hackage 树

How about putting it in Control.Parallel? The haskell-mpi package uses Control.Parallel.MPI, and there's also the commonly used Control.Parallel.Strategies so it seems like an appropriate prefix.

Shameless plug: I wrote a small script for fun to extract the hierarchical module tree from all packages on Hackage. It might be useful for seeing what hierarchical modules other packages use. I'll clean up the code and release it some time in the future. For now, here's the Hackage tree as of May 2011.

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