diff --git a/mindspore/ccsrc/runtime/device/gpu/gpu_common.h b/mindspore/ccsrc/runtime/device/gpu/gpu_common.h index 116d30bfda..d72485be1b 100644 --- a/mindspore/ccsrc/runtime/device/gpu/gpu_common.h +++ b/mindspore/ccsrc/runtime/device/gpu/gpu_common.h @@ -205,7 +205,7 @@ inline bool CheckNullInput(std::vector input_shape) { { \ curandStatus_t status = (expression); \ if (status != CURAND_STATUS_SUCCESS) { \ - MS_LOG(EXCEPTION) << "CUAD curand Error: " << message << " | curandStatus: " << status; \ + MS_LOG(EXCEPTION) << "CUDA curand Error: " << message << " | curandStatus: " << status; \ } \ } } // namespace gpu diff --git a/mindspore/lite/micro/example/mnist_x86/benchmark/load_input.c b/mindspore/lite/micro/example/mnist_x86/benchmark/load_input.c old mode 100644 new mode 100755 diff --git a/mindspore/lite/micro/example/mnist_x86/benchmark/load_input.h b/mindspore/lite/micro/example/mnist_x86/benchmark/load_input.h old mode 100644 new mode 100755