Displaying 9 results from an estimated 9 matches for "etnativ".
2018 Feb 21
4
SPIRV-LLVM as an external tool
...g and updating.)
One user of that external tool will be Mesa [1] (for its OpenCL implementation
named clover) for
1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
translating SPIR-V to LLVM IR; (patches under review [2])
2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
from SPIR-V to NIR).
Regards,
Pierre
[1]: https://www.mesa3d.org/
[2]: https://patchwork.freedesktop.org/series/38728/
> It's important to demonstrate that there is a developer community...
2018 Feb 23
0
SPIRV-LLVM as an external tool
...e user of that external tool will be Mesa [1] (for its OpenCL implementation
> named clover) for
> 1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
> translating SPIR-V to LLVM IR; (patches under review [2])
> 2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
> from SPIR-V to NIR).
>
> Regards,
> Pierre
>
> [1]: https://www.mesa3d.org/
> [2]: https://patchwork.freedesktop.org/series/38728/
>
>> It's important to...
2018 Feb 26
2
SPIRV-LLVM as an external tool
...e user of that external tool will be Mesa [1] (for its OpenCL implementation
> named clover) for
> 1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
> translating SPIR-V to LLVM IR; (patches under review [2])
> 2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
> from SPIR-V to NIR).
>
> Regards,
> Pierre
>
> [1]: https://www.mesa3d.org/
> [2]: https://patchwork.freedesktop.org/series/38728/
>
>> It's important to de...
2018 Feb 22
0
SPIRV-LLVM as an external tool
...g and updating.)
One user of that external tool will be Mesa [1] (for its OpenCL implementation
named clover) for
1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
translating SPIR-V to LLVM IR; (patches under review [2])
2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
from SPIR-V to NIR).
Regards,
Pierre
[1]: https://www.mesa3d.org/
[2]: https://patchwork.freedesktop.org/series/38728/
> It's important to demonstrate that there is a developer community...
2018 Feb 26
0
SPIRV-LLVM as an external tool
...xternal tool will be Mesa [1] (for its OpenCL implementation
>> named clover) for
>> 1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
>> translating SPIR-V to LLVM IR; (patches under review [2])
>> 2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
>> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
>> from SPIR-V to NIR).
>>
>> Regards,
>> Pierre
>>
>> [1]: https://www.mesa3d.org/
>> [2]: https://patchwork.freedesktop.org/series/38728/
>...
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
...xternal tool will be Mesa [1] (for its OpenCL implementation
>> named clover) for
>> 1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
>> translating SPIR-V to LLVM IR; (patches under review [2])
>> 2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
>> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
>> from SPIR-V to NIR).
>>
>> Regards,
>> Pierre
>>
>> [1]: https://www.mesa3d.org/
>> [2]: https://patchwork.freedesktop.org/series/38728/
>&g...
2018 Feb 27
0
SPIRV-LLVM as an external tool
...l be Mesa [1] (for its OpenCL implementation
>>> named clover) for
>>> 1. enabling clCreateProgramWithIL(KHR)? on AMD cards through clover, by
>>> translating SPIR-V to LLVM IR; (patches under review [2])
>>> 2. allowing additional drivers (nouveau, freedreno, etnativ) to be supported by
>>> clover, by compiling OpenCL C (via LLVM IR) to SPIR-V (and then translating
>>> from SPIR-V to NIR).
>>>
>>> Regards,
>>> Pierre
>>>
>>> [1]: https://www.mesa3d.org/
>>> [2]: https://patchwork.fr...
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