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