Skip to content

[BUG] Release is not freeing memory on Device after compile #53

Description

@chaithyagr

A quick run of following code:

platform = api.get_platforms()[platform_number]
device = platform.get_devices()[device_number]
thr_free = api.Thread(device)
thr_compile = api.Thread(device)

#Compile with something
thr_compile.compile(<...>)
#Free memory
thr_free.release()
thr_compile.release()

You would notice that the memory on device is cleared for non-compiled thread, but not for the compiled one

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