etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Migrating from OpenCL 1.0 to 1.2 #84

Open marty1885 opened 4 years ago

marty1885 commented 4 years ago

The current OpenCL backend requires us to specify which kernel is needed from the .cl programs. Which can be automatically detected using OpenCL 1.2's CL_PROGRAM_KERNEL_NAMES feature. But This might cause Etaler not working on mobile/ARM devices like TI's DSP.