Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] fix memory access fault by adding interface of free one memory block #19

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

yangzexia
Copy link
Contributor

(cherry picked from commit 9d27a64)
#18

@yangzexia yangzexia requested a review from oywd November 30, 2023 08:59
@yangzexia yangzexia added the bug Something isn't working label Nov 30, 2023
@yangzexia yangzexia requested a review from Jules-Kong December 7, 2023 09:39
@yangzexia yangzexia linked an issue Dec 7, 2023 that may be closed by this pull request
@yangzexia
Copy link
Contributor Author

LGTM

@yangzexia yangzexia changed the title [fix] fix memory access fault in hw and memory leak [fix] fix memory access fault by adding interface of free one memory block Dec 8, 2023
Copy link
Contributor

@Jules-Kong Jules-Kong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…block

after finished one kernel, spike needs to release memory space of this kernel, so add
interface of freeing specific memory block
@yangzexia yangzexia merged commit 66e0b74 into main Dec 8, 2023
1 check passed
@Jules-Kong
Copy link
Contributor

Parameters taskID and kernelD are reserved for multi-tasking scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

没有释放某一块内存的接口,
3 participants