Displaying 3 results from an estimated 3 matches for "146786".
Did you mean:
143786
2011 Dec 28
1
[LLVMdev] Fix for OCaml bindings
The OCaml bindings have been broken in trunk for a while. I chased it
down to the addition of the Half type (rev 146786) not being reflected
in the OCaml enums, causing mysterious type checking to break in the
middle of the LLVM stack when using code generated from OCaml.
The fix was trivial:
https://github.com/jrk/llvm/pull/1/files
-------------- next part --------------
A non-text attachment was scrubbed...
Na...
2012 Apr 20
0
[LLVMdev] [PATCH] OpenCL half support
Several companies have expressed interest in adding support for the half
data type. Some code from our previous patch
(http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042043.html) made it
into ToT (at http://llvm.org/viewvc/llvm-project?view=rev&revision=146786).
Please review further changes required.
Many thanks,
Anton.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: half-llvm.patch
Type: application/octet-stream
Size: 5184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120...
2012 May 11
2
[LLVMdev] [PATCH] OpenCL half support
...com> wrote:
> Several companies have expressed interest in adding support for the half
> data type. Some code from our previous patch
> (http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042043.html) made it
> into ToT (at http://llvm.org/viewvc/llvm-project?view=rev&revision=146786).
>
> Please review further changes required.
>
> Many thanks,
> Anton.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>