From: Josh Klontz Date: Sat, 14 Feb 2015 15:29:40 +0000 (+0000) Subject: added Likely to ReleaseNotes - Open Source External Projects X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da59933c34692fef115682c6702d13aa2e797f23;p=llvm added Likely to ReleaseNotes - Open Source External Projects git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@229259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 107f9d297d0..2edb4fc4694 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ 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 ======================