From 9670b9a1be2f2b1d668a0364549f8a240ec5009a Mon Sep 17 00:00:00 2001 From: liaogang Date: Thu, 17 Nov 2016 14:29:16 +0800 Subject: [PATCH] pre-commit hook check python style --- doc/optimization/gpu_profiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/optimization/gpu_profiling.rst b/doc/optimization/gpu_profiling.rst index 37dc7dfe3b4..013edb396e0 100644 --- a/doc/optimization/gpu_profiling.rst +++ b/doc/optimization/gpu_profiling.rst @@ -62,7 +62,7 @@ The above code snippet includes two methods, you can use any of them to profile 2. :code:`REGISTER_GPU_PROFILER` is a general purpose wrapper object of :code:`cudaProfilerStart` and :code:`cudaProfilerStop` to avoid program crashes when CPU version of PaddlePaddle invokes them. -You can find all the gory details about how to use both of them in the next session. +You can find more details about how to use both of them in the next session. Hands-on Approach ================= -- GitLab