Skip to content

clsparseScoo2csr crashes for small matrix sizes #206

Description

@clSharp

It seems that in reduce-by-key.hpp kernels are started with local sizes > global size if matrix sizes are smaller than:

SizeType kernel_WgSize = WAVESIZE * KERNELWAVES;

I don't know how the kernels work so I'm not sure if it would be enough to limit local sizes to always be smaller than global sizes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions