修复在跑算子测试时,其余卡查询0卡的可用内存问题#138
Open
sunyanguomt wants to merge 2 commits into
Open
Conversation
Fix the bug where querying available memory of other cards returns Card 0's memory data
Fix the bug where querying available memory of other cards returns Card 0's memory data
|
在多卡同时跑算子测试case时,始终查询0号卡的剩余显存,不是当前卡的实际显存,会导致误报显存不足的错误 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复在跑算子测试时,其余卡查询0卡的可用内存,导致实际内存充足,确报错内存不足的问题