This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Add rtLabelCreateExV2 stub
tags/v1.2.0
zhangxiaokun
4 years ago
parent
5f6f7f23d8
commit
6eeed0e394
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/depends/runtime/src/runtime_stub.cc
+ 1
- 1
tests/depends/runtime/src/runtime_stub.cc
View File
@@ -266,7 +266,7 @@ rtError_t rtLabelCreateExV2(rtLabel_t *label, rtModel_t model, rtStream_t stream
}
rtError_t rtLabelDestroy(rtLabel_t label) {
uint64_t *stub = static_cast<uint64_t>(label);
uint64_t *stub = static_cast<uint64_t
*
>(label);
delete stub;
return RT_ERROR_NONE;
}
Write
Preview
Loading…
Cancel
Save