Displaying 3 results from an estimated 3 matches for "144302".
Did you mean:
144301
2020 Nov 19
2
[RFC] Intel AMX programming model
...on.
5. The register allocation for tile register.
6. Morph AMX pseudo instruction to AMX real instruction.
If there is no objection for the patch, I'd like to land it.
[1] http://lists.llvm.org/pipermail/llvm-dev/2020-August/143972.html
[2] http://lists.llvm.org/pipermail/llvm-dev/2020-August/144302.html
[3] http://lists.llvm.org/pipermail/llvm-dev/2020-September/145200.html
[4] https://reviews.llvm.org/D87981
Thanks
Yuanke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201119/912b84fb/attachment.html...
2020 Nov 19
0
[RFC] Intel AMX programming model
...> 6. Morph AMX pseudo instruction to AMX real instruction.
>
>
>
> If there is no objection for the patch, I’d like to land it.
>
>
>
> [1] http://lists.llvm.org/pipermail/llvm-dev/2020-August/143972.html
>
> [2] http://lists.llvm.org/pipermail/llvm-dev/2020-August/144302.html
>
> [3] http://lists.llvm.org/pipermail/llvm-dev/2020-September/145200.html
>
> [4] https://reviews.llvm.org/D87981
>
>
>
> Thanks
>
> Yuanke
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.ll...
2007 Apr 18
0
[RFC, PATCH 6/24] i386 Vmi magic fixes
Linker changes to add the VMI MACH_TEXT area into the kernel text
section. This area layout is heavily influenced by magic to overlap
exactly with the 32-byte VMI ROM entry points, allowing the kernel
to copy the VMI ROM over the native section. As use of magic is
on the decline, this approach is being phased out in favor of the
more modern approach of the inline implementation. The translation