Displaying 2 results from an estimated 2 matches for "corngood".
2013 Apr 14
2
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
...mplement
something similar. I did it as an excuse to explore and hack on llvm/clang,
which I hadn't done before, but it's now at the point where it will run the
simplest matrix multiplication sample from MSDN, so I thought I might as well
share it.
The source is in:
https://github.com/corngood/llvm.git
https://github.com/corngood/clang.git
https://github.com/corngood/compiler-rt.git [unchanged]
https://github.com/corngood/amp.git [simple test project]
It's fairly hacky, and very fragile, so don't expect anything that isn't used
in the sample to work. I also haven't tes...
2013 Apr 14
0
[LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
----- Original Message -----
> From: corngood at gmail.com
> To: llvmdev at cs.uiuc.edu
> Sent: Saturday, April 13, 2013 9:13:57 PM
> Subject: [LLVMdev] C++AMP -> OpenCL (NVPTX) prototype
>
> After reading about Intel's 'Shevlin Park' project to implement
> C++AMP in
> llvm/clang, and failing to find any co...