[llvm-branch-commits] [llvm-branch] r229259 - added Likely to ReleaseNotes - Open Source External Projects

Josh Klontz josh.klontz at gmail.com
Sat Feb 14 07:29:41 PST 2015


Author: jklontz
Date: Sat Feb 14 09:29:40 2015
New Revision: 229259

URL: http://llvm.org/viewvc/llvm-project?rev=229259&view=rev
Log:
added Likely to ReleaseNotes - Open Source External Projects

Modified:
    llvm/branches/release_36/docs/ReleaseNotes.rst

Modified: llvm/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/docs/ReleaseNotes.rst?rev=229259&r1=229258&r2=229259&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Sat Feb 14 09:29:40 2015
@@ -544,6 +544,18 @@ new LLVM-based code generators "on the f
 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
 ======================
 





More information about the llvm-branch-commits mailing list