Displaying 2 results from an estimated 2 matches for "avx2_foo".
Did you mean:
avx512_foo
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...ilt-in.
I don't know the exact capabilities of gnu/sun linker/loader, but
something along the lines of managling the function to also include
target details
so compiler would emit multiple mangled versions of foo() and
linker/loader could pick the most optimized.
Something like this
nvc0_foo
avx2_foo
avx512_foo
(Also I'd agree that the above would be quite hard)
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
On Sun, Jun 7, 2015 at 2:34 AM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Sat, Jun 6, 2015 at 12:31 PM C Bergström <cbergstrom at pathscale.com>
> wrote:
>>
>> On Sun, Jun 7, 2015 at 2:22 AM, Eric Christopher <echristo at gmail.com>
>> wrote:
>> >
>> >
>> > On Sat, Jun 6, 2015 at 5:02 AM C Bergström