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
!13832
fix a bug that cuda error show wrong name in log
From:
@hanhuifeng2020
Reviewed-by: @dylangeng,@anyrenwei Signed-off-by:
@anyrenwei
pull/13832/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
c378c9fe75
9629977242
commit
825ce95756
3 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/runtime/device/gpu/gpu_common.h
+0
-0
mindspore/lite/micro/example/mnist_x86/benchmark/load_input.c
+0
-0
mindspore/lite/micro/example/mnist_x86/benchmark/load_input.h
+ 1
- 1
mindspore/ccsrc/runtime/device/gpu/gpu_common.h
View File
@@ -205,7 +205,7 @@ inline bool CheckNullInput(std::vector<size_t> input_shape) {
{ \
curandStatus_t status = (expression); \
if (status != CURAND_STATUS_SUCCESS) { \
MS_LOG(EXCEPTION) << "CU
A
D curand Error: " << message << " | curandStatus: " << status; \
MS_LOG(EXCEPTION) << "CUD
A
curand Error: " << message << " | curandStatus: " << status; \
} \
}
} // namespace gpu
+ 0
- 0
mindspore/lite/micro/example/mnist_x86/benchmark/load_input.c
View File
+ 0
- 0
mindspore/lite/micro/example/mnist_x86/benchmark/load_input.h
View File
Write
Preview
Loading…
Cancel
Save