tensorForth
tensorForth copied to clipboard
How hard would it be to port this to OpenCL?
The reason I ask is twofold:
- There are a lot more ways one can use OpenCL than CUDA. NVIDIA GPUs will run OpenCL. Intel CPUs and FPGAs will run OpenCL. Using
pocljust about every CPU will run OpenCL. - One of the accelerators on the BeagleY-AI single-board computer runs OpenCL. I have one, and this little $80 card gets 50 32-bit GFLOPS in
clpeak!
Ed: apologize getting back to you late. Was traveling/cooling in Canada.
- I haven't done any OpenCL but it looks promising by Intel's SYCL converter. I'll do some analysis before giving you an answer.
- Beagle Y-AI's MMA + Arm looks very interesting!