Difference between revisions of "Porting/PyTorch"

From RCS Wiki
Jump to navigation Jump to search
(fallback to cpu_kernel for VSX)
(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]]

Revision as of 21:52, 28 April 2023