search for: pierremoreau

Displaying 9 results from an estimated 9 matches for "pierremoreau".

2018 Feb 21
4
SPIRV-LLVM as an external tool
...at all. > > > > Does the external tool exist already? I recommend starting by posting > the code publicly and then ensuring that going forward all development > and discussions about the tool are happening in a public space. The code is publicly available at https://github.com/pierremoreau/llvm-spirv. It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything not related to SPIR-V and updated to work with llvm HEAD. (Some of the commits were lost on the way, so we are in the process of redoing the str...
2018 Feb 23
0
SPIRV-LLVM as an external tool
...t; >> Does the external tool exist already? I recommend starting by posting >> the code publicly and then ensuring that going forward all development >> and discussions about the tool are happening in a public space. > > The code is publicly available at https://github.com/pierremoreau/llvm-spirv. > It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and > https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything > not related to SPIR-V and updated to work with llvm HEAD. > (Some of the commits were lost on the way, so we are in the proces...
2018 Feb 26
2
SPIRV-LLVM as an external tool
...gt; >> Does the external tool exist already? I recommend starting by posting >> the code publicly and then ensuring that going forward all development >> and discussions about the tool are happening in a public space. > > The code is publicly available at https://github.com/pierremoreau/llvm-spirv. > It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and > https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything > not related to SPIR-V and updated to work with llvm HEAD. > (Some of the commits were lost on the way, so we are in the proces...
2018 Feb 22
0
SPIRV-LLVM as an external tool
...f at all. > > > > Does the external tool exist already? I recommend starting by posting > the code publicly and then ensuring that going forward all development > and discussions about the tool are happening in a public space. The code is publicly available at https://github.com/pierremoreau/llvm-spirv. It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything not related to SPIR-V and updated to work with llvm HEAD. (Some of the commits were lost on the way, so we are in the process of redoing the str...
2018 Feb 26
0
SPIRV-LLVM as an external tool
...the external tool exist already? I recommend starting by posting >>> the code publicly and then ensuring that going forward all development >>> and discussions about the tool are happening in a public space. >> >> The code is publicly available at https://github.com/pierremoreau/llvm-spirv. >> It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and >> https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything >> not related to SPIR-V and updated to work with llvm HEAD. >> (Some of the commits were lost on the way, so we a...
2018 Feb 21
0
SPIRV-LLVM as an external tool
On 02/21/2018 12:15 AM, Tomeu Vizoso via llvm-dev wrote: > Hi, > > for a few months already I have been asking around for opinions on how > people could best work together on Khronos' SPIR-V <-> LLVM-IR converter > and some consensus seems to have formed. > > Most of the people I talked to favored having the converter become an > external tool within the LLVM
2018 Feb 27
5
SPIRV-LLVM as an external tool
...s the external tool exist already? I recommend starting by posting >>> the code publicly and then ensuring that going forward all development >>> and discussions about the tool are happening in a public space. >> >> The code is publicly available at https://github.com/pierremoreau/llvm-spirv. >> It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and >> https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything >> not related to SPIR-V and updated to work with llvm HEAD. >> (Some of the commits were lost on the way, so we a...
2018 Feb 27
0
SPIRV-LLVM as an external tool
...ol exist already? I recommend starting by posting >>>> the code publicly and then ensuring that going forward all development >>>> and discussions about the tool are happening in a public space. >>> >>> The code is publicly available at https://github.com/pierremoreau/llvm-spirv. >>> It is based on https://github.com/KhronosGroup/SPIRV-LLVM/ and >>> https://github.com/thewilsonator/llvm-target-spirv/, stripped off of everything >>> not related to SPIR-V and updated to work with llvm HEAD. >>> (Some of the commits were lost on...
2018 Feb 21
6
SPIRV-LLVM as an external tool
Hi, for a few months already I have been asking around for opinions on how people could best work together on Khronos' SPIR-V <-> LLVM-IR converter and some consensus seems to have formed. Most of the people I talked to favored having the converter become an external tool within the LLVM project, similar to libclc. I think that the LLVM project's processes, infrastructure and