提交 ae7e8a74 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!5964 GeneratorDataset continue to send remain data when release gpu resource for GPU

Merge pull request !5964 from anzhengqi/I1TK0O-close-gpu2
......@@ -19,6 +19,10 @@
#include <utility>
#include "utils/log_adapter.h"
#include "utils/ms_utils.h"
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
namespace py = pybind11;
namespace mindspore {
namespace device {
......@@ -167,6 +171,7 @@ inline bool GpuBufferMgr::isCreated(unsigned int device_id, const std::string &c
}
bool GpuBufferMgr::CloseNotify() {
py::gil_scoped_release release;
bool result = true;
// lock scope
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册