This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!5644
set context for worker thread
Merge pull request
!5644
from kisnwang/async-run-graph
tags/v1.0.0
mindspore-ci-bot
Gitee
5 years ago
parent
749979e7c4
1492442f99
commit
e5c5708c2c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/ccsrc/runtime/device/ascend/ascend_kernel_runtime.cc
+ 1
- 0
mindspore/ccsrc/runtime/device/ascend/ascend_kernel_runtime.cc
View File
@@ -194,6 +194,7 @@ void AscendKernelRuntime::ReleaseDeviceRes() {
bool AscendKernelRuntime::Init() {
if (initialized_) {
SetContext();
return true;
}
bool ret = false;
Write
Preview
Loading…
Cancel
Save