torch / cutorch

A CUDA backend for Torch7
Other
337 stars 208 forks source link

Build with Coriander for OpenCL devices? #813

Open hyiltiz opened 6 years ago

hyiltiz commented 6 years ago

@hughperkins mentioned about 9 months ago that cltorch will go adopting coriander instead of doing all the hardworking twice (1). Is there a way to compile this project and integrate with torch using coriander for OpenCL devices? I assume we simply need some minor changes to the CMake file.

(1): https://github.com/hughperkins/distro-cl/issues/28