Skip to content

Commit ad930ac

Browse files
committed
fix bug
1 parent 6f1226c commit ad930ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/pybind/inference_api.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ void PaddleInferShareExternalDataByPtrName(
301301
sharedMemoryClose(&info);
302302
#else
303303
PADDLE_THROW(phi::errors::Unimplemented(
304-
"share_external_data_by_ptr only supports CUDA device."));
304+
"share_external_data_by_ptr_name only supports CUDA device."));
305305
#endif
306306
}
307307

0 commit comments

Comments
 (0)