Skip to content

The unfree variable in numeric.cu #7

@Lang0722

Description

@Lang0722

When repeating call LUonDevice() on large matrix such as ASIC680.mtx for benchmaring purpose, would causes illegal memory access.
Examing the code in numeric.cu found the variable tmpMem has not free at the end of file.

Soultion:
add cudaFree(tmpMem); at the end of numeric.cu.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions