grrussel
grrussel

Reputation: 7339

Is there an available implementation of OpenCL supporting the fp16 extension?

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

Answers (1)

elmattic
elmattic

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:

http://img251.imageshack.us/img251/1507/roadmapf.jpg http://img251.imageshack.us/img251/1507/roadmapf.jpg

And NVIDIA already have pre-released v1.1 drivers:

http://developer.nvidia.com/object/opencl.html

Upvotes: 1

Related Questions