Reputation: 7339
I am looking for an implementation of the OpenCL language that supports the cl_khr_fp16 extension. To my knowledge, no publicly available implementation supports this at present.
Upvotes: 1
Views: 1054
Reputation: 12174
I think you're right, no implementation supports this at this time.
But since cl_khr_fp16 ext is part of v1.1 (AFAIK) and v1.1 is coming very soon, you shouldn't have to wait too much.
Roadmap from AMD:
And NVIDIA already have pre-released v1.1 drivers:
http://developer.nvidia.com/object/opencl.html
Upvotes: 1