diff options
author | Michael Bien <[email protected]> | 2010-07-04 00:14:25 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-04 00:14:25 +0200 |
commit | b90d32cba56e54e73fd93aed59b7a4edf70831d7 (patch) | |
tree | a12b050e7e0c303c4b4b79c69008cc37a6f5c0e1 /www/index.html | |
parent | 974e23998611bef3b9170504ed835759a4de1666 (diff) |
updated webpage (CL 1.1 links).
Diffstat (limited to 'www/index.html')
-rwxr-xr-x | www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html index 0925edd4..07baf43f 100755 --- a/www/index.html +++ b/www/index.html @@ -35,8 +35,8 @@ </ul> <h3>External</h3> <ul> - <li><a href="http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/">OpenCL Reference Pages</a></li> - <li><a href="http://www.khronos.org/registry/cl/specs/opencl-1.0.48.pdf">OpenCL 1.0 Specification</a></li> + <li><a href="http://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/">OpenCL Reference Pages</a></li> + <li><a href="http://www.khronos.org/registry/cl/specs/opencl-1.1.pdf">OpenCL 1.1 Specification</a></li> <li><a href="http://www.khronos.org/files/opencl-quick-reference-card.pdf">OpenCL Quick Reference</a></li> <li><a href="http://developer.amd.com/documentation/videos/OpenCLTechnicalOverviewVideoSeries/Pages/default.aspx">ATI Stream OpenCL Technical Overview Video Series</a></li> <li><a href="http://www.macresearch.org/opencl">Mac Research OpenCL Tutorials</a></li> @@ -52,7 +52,7 @@ <h3>Features / Project Goals</h3> <ul> - <li>high performance, cross platform, high and low level OpenCL bindings</li> + <li>high performance, cross platform, high and low level OpenCL 1.1 bindings</li> <li>intuitive API</li> <li>seamless interoperability with JOGL</li> <li>secure - automatic Exception handling, no resource management in native code etc</li> |