search for: trevett

Displaying 5 results from an estimated 5 matches for "trevett".

2018 Sep 11
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
On Mon, 10 Sep 2018 at 18:47, Nicholas Wilson via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I was going to wait until Neil Trevett got back to me about becoming a > SPIR-V TSG advisor but this seems like just as good an opportunity. Please > see the previous discussion [1] if you have not already, there were many > relevant points made. > > First, I’d like to note that while clang may be the primary motivator fo...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...lists.llvm.org> wrote: > > On 09/11/2018 12:50 PM, Richard Smith via llvm-dev wrote: >> On Mon, 10 Sep 2018 at 18:47, Nicholas Wilson via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> I was going to wait until Neil Trevett got back to me about becoming a SPIR-V TSG advisor but this seems like just as good an opportunity. Please see the previous discussion [1] if you have not already, there were many relevant points made. >> >> First, I’d like to note that while clang may be the primary motivator for m...
2018 Sep 13
2
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...> On 09/11/2018 12:50 PM, Richard Smith via llvm-dev wrote: > >>> On Mon, 10 Sep 2018 at 18:47, Nicholas Wilson via llvm-dev < > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > >>> > >>> I was going to wait until Neil Trevett got back to me about > becoming a SPIR-V TSG advisor but this seems like just as good an > opportunity. Please see the previous discussion [1] if you have not > already, there were many relevant points made. > >>> > >>> First, I’d like to note that while clang ma...
2018 Sep 12
3
[RfC] A proposal of adding SPIR-V Toolchain in Clang
...s.llvm.org> wrote: > On 09/11/2018 12:50 PM, Richard Smith via llvm-dev wrote: > > On Mon, 10 Sep 2018 at 18:47, Nicholas Wilson via llvm-dev < > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > > I was going to wait until Neil Trevett got back to me about becoming > a SPIR-V TSG advisor but this seems like just as good an opportunity. > Please see the previous discussion [1] if you have not already, there were > many relevant points made. > > > > First, I’d like to note that while clang may be the primar...
2018 Sep 10
9
[RfC] A proposal of adding SPIR-V Toolchain in Clang
Hello, Since 2015 Khronos has switched to the new portable intermediate format SPIR-V, which has replaced the original SPIR. The advantage is that it offers higher portability across different toolchains. There was a talk about it at a Dev Meeting: http://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#17 LLVM currently only supports SPIR format for OpenCL in Clang. Several Khronos