Difference between revisions of "Porting/PyTorch"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (fallback to cpu_kernel for VSX) |
JeremyRand (talk | contribs) (Add missing conversion functions between half and float for ppc64le) |
||
Line 4: | Line 4: | ||
* [https://github.com/pytorch/pytorch/issues/97497 PyTorch Build From Source Error: ppc64le + gcc 7.3.1 + cuda 11.8 + python 3.9] | * [https://github.com/pytorch/pytorch/issues/97497 PyTorch Build From Source Error: ppc64le + gcc 7.3.1 + cuda 11.8 + python 3.9] | ||
* [https://github.com/pytorch/pytorch/pull/98511 fallback to cpu_kernel for VSX] | * [https://github.com/pytorch/pytorch/pull/98511 fallback to cpu_kernel for VSX] | ||
+ | * [https://github.com/pytorch/pytorch/pull/100168 Add missing conversion functions between half and float for ppc64le] | ||
[[Category:Ports]] | [[Category:Ports]] |