FS#61019 - [python-pytorch-cuda] Illegal instruction called on device capability 7.5

Attached to Project: Community Packages
Opened by Marin Orsic (orsic) - Monday, 10 December 2018, 15:03 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 13 May 2019, 17:22 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Konstantin Gizdov (kgizdov)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Illegal instruction called when using RTX2080Ti


Additional info:
* From journalctl: NVRM: Xid (PCI:0000:67:00): 31, Ch 00000010, intr 00000000. MMU Fault: ENGINE GRAPHICS GPCCLIENT_T1_3 faulted @ 0x7f1e_58b87000. Fault is of type FAULT_PDE ACCESS_TYPE_VIRT_WRITE
* The RTX2080Ti uses compute capability 7.5. Looking at PKGBUILD file it seems to be missing


Steps to reproduce:
Run maskrcnn-benchmark training on RTX2080Ti.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 13 May 2019, 17:22 GMT
Reason for closing:  No response
Comment by Konstantin Gizdov (kgizdov) - Wednesday, 10 April 2019, 18:38 GMT
PKGBUILD does have 7.5 compute capability included. This must be something else. Moreover, it doesn't seem to be due to pytorch, possibly cuda itself.

Does it crash or just throws an error, but completes. Please give more details in order to reproduce. Thanks.
Comment by Konstantin Gizdov (kgizdov) - Thursday, 11 April 2019, 10:08 GMT Comment by Konstantin Gizdov (kgizdov) - Thursday, 11 April 2019, 12:59 GMT
Could you try glibc-2.28-6 in [testing] and cuda-10.1.105-8 in [community-testing] and see if it works?
Comment by Sven-Hendrik Haase (Svenstaro) - Friday, 12 April 2019, 16:06 GMT
If you give me a test file and a command, I'll try to reproduce. I got the same GPU.

Loading...