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

Check for requied OpenCL extention #43

Closed marty1885 closed 5 years ago

marty1885 commented 5 years ago

This PR makes the OpenCL backend check that the device it is running on supports the required extensions.

This is also a required feature to support FP16 for OpenCL. See #12