Skip to content

[BUG] Kernels that use the Cholesky solver might fail when block_dim changes #639

@daedalus5

Description

@daedalus5

Bug Description

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.

System Information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions