-
Notifications
You must be signed in to change notification settings - Fork 27.7k
LowRankMultivariateNormal creates Illegal Memory Access in magma_spotrf_batched #41394
Copy link
Copy link
Closed
Closed
Copy link
Labels
module: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generalmodule: dependency bugProblem is not caused by us, but caused by an upstream library we useProblem is not caused by us, but caused by an upstream library we usemodule: distributionsRelated to torch.distributionsRelated to torch.distributionsmodule: linear algebraIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmultriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: cudaRelated to torch.cuda, and CUDA support in generalRelated to torch.cuda, and CUDA support in generalmodule: dependency bugProblem is not caused by us, but caused by an upstream library we useProblem is not caused by us, but caused by an upstream library we usemodule: distributionsRelated to torch.distributionsRelated to torch.distributionsmodule: linear algebraIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmulIssues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmultriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Bug
Reported in the forum by
eliaz(thanks again for reporting this issue :) )To Reproduce
Code to reproduce the issue was added by
eliazas well:Since the illegal memory access is not always triggered in the first run, multiple iterations were added.
Reproduced using PyTorch
1.7.0.dev20200713+CUDA10.2.Stack trace:
cuda-gdboutput:which seems to point to the Cholesky factorization.
cc @ngimel @fritzo @neerajprad @alicanb @vishwakftw @nikitaved @jianyuh @pearu @mruberry @heitorschueroff @walterddr @IvanYashchuk @vincentqb @ssnl