[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] OpenCL for Lua 1.0.0
- From: Peter Colberg <peter@...>
- Date: Wed, 9 Apr 2014 12:17:45 -0400
Dear Lua users,
It is a pleasure to announce the release of OpenCL for Lua 1.0.0:
http://colberg.org/lua-opencl/
OpenCL for Lua provides bindings for the Open Compute Language (OpenCL),
an open standard for cross-platform, parallel programming of GPUs, CPUs, and
other processors. LuaJIT is a just-in-time compiler for the Lua language
that provides native C data structures through its foreign function interface
(FFI) library. OpenCL for Lua supports up to OpenCL 1.2 using LuaJIT.
Peter