X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgpu_utils%2Focl_compiler.cpp;h=5f826e5e0ab334dffe87b54d5a26e7ddb4b2ca96;hb=f96b513f23d608e7f3138875937c031f255f49c3;hp=98b02df93a4163a12d27d855c219e0627e7c6dc3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gpu_utils/ocl_compiler.cpp b/src/gromacs/gpu_utils/ocl_compiler.cpp index 98b02df93a..5f826e5e0a 100644 --- a/src/gromacs/gpu_utils/ocl_compiler.cpp +++ b/src/gromacs/gpu_utils/ocl_compiler.cpp @@ -80,7 +80,7 @@ static bool useBuildCache = getenv("GMX_OCL_GENCACHE") != nullptr; /*! \brief Handles writing the OpenCL JIT compilation log to \c fplog. * - * If \c fplog is non-null and either the GMX_OCL_DUMP_LOG environment + * If \c fplog is non-null and either the \c GMX_OCL_DUMP_LOG environment * variable is set or the compilation failed, then the OpenCL * compilation log is written. * @@ -89,7 +89,8 @@ static bool useBuildCache = getenv("GMX_OCL_GENCACHE") != nullptr; * \param deviceId Id of the device for which compilation took place * \param kernelFilename File name containing the kernel * \param preprocessorOptions String containing the preprocessor command-line options used for the - * build \param buildFailed Whether the OpenCL build succeeded + * build + * \param buildFailed Whether the OpenCL build succeeded * * \throws std::bad_alloc if out of memory */ static void writeOclBuildLog(FILE* fplog,