2
0

Improve docs in some places

Change-Id: If31e84fbf0c8595ca72edb842dce7ce47783579b
Este cometimento está contido em:
Ben Sander
2016-11-23 08:14:42 -06:00
ascendente 111b57ddd0
cometimento 9db93a1b96
3 ficheiros modificados com 210 adições e 1 eliminações
+2
Ver ficheiro
@@ -1761,6 +1761,7 @@ hipError_t hipModuleLaunchKernel(hipFunction_t f,
// TODO - expand descriptions:
/**
* @brief Start recording of profiling information
* When using this API, start the profiler with profiling disabled. (--startdisabled)
* @warning : hipProfilerStart API is under development.
*/
hipError_t hipProfilerStart();
@@ -1768,6 +1769,7 @@ hipError_t hipProfilerStart();
/**
* @brief Stop recording of profiling information.
* When using this API, start the profiler with profiling disabled. (--startdisabled)
* @warning : hipProfilerStop API is under development.
*/
hipError_t hipProfilerStop();