You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cuMathDx needs to know a kernel's block dim when compiling a Cholesky solver. Currently we don't hash the block dim, so a kernel launching with a different block dim than one used previously that calls a Cholesky solver will use an incorrect LTO file.