FS#62657 - [python-pytorch] Add non-optimized package

Attached to Project: Community Packages
Opened by Matthias Gazzari (qtux) - Friday, 17 May 2019, 10:07 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 16 June 2019, 02:22 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Konstantin Gizdov (kgizdov)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When importing pytorch on computers without AVX2 support I receive a SIGILL signal.
Would it be possible to create a pytorch package without an AVX/AVX2 dependency, similar to the tensorflow and tensorflow-opt packages?

Additional info:
* package version(s): python-pytorch 1.0.1-8

Steps to reproduce:
Open the Python interpreter and import torch.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Sunday, 16 June 2019, 02:22 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Thursday, 13 June 2019, 22:44 GMT
Please test the new python-pytorch and see whether that works for you. We now have an -opt version.

Loading...