]> granicus.if.org Git - llvm/commitdiff
added Likely to ReleaseNotes - Open Source External Projects
authorJosh Klontz <josh.klontz@gmail.com>
Sat, 14 Feb 2015 15:29:40 +0000 (15:29 +0000)
committerJosh Klontz <josh.klontz@gmail.com>
Sat, 14 Feb 2015 15:29:40 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@229259 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 107f9d297d0fb08359e3cb04cdc29f4b61917b3c..2edb4fc469418f84139f01f86258935dd5682447 100644 (file)
@@ -544,6 +544,18 @@ new LLVM-based code generators "on the fly" for the designed processors and
 loads them in to the compiler backend as runtime libraries to avoid
 per-target recompilation of larger parts of the compiler chain. 
 
+Likely
+------
+
+`Likely <http://www.liblikely.org>`_ is an embeddable just-in-time Lisp for
+image recognition and heterogenous computing. Algorithms are just-in-time
+compiled using LLVM's MCJIT infrastructure to execute on single or
+multi-threaded CPUs and potentially OpenCL SPIR or CUDA enabled GPUs.
+Likely seeks to explore new optimizations for statistical learning 
+algorithms by moving them from an offline model generation step to the 
+compile-time evaluation of a function (the learning algorithm) with constant
+arguments (the training data).
+
 Additional Information
 ======================