Improve docs in some places

Change-Id: If31e84fbf0c8595ca72edb842dce7ce47783579b
Цей коміт міститься в:
Ben Sander
2016-11-23 08:14:42 -06:00
джерело b6ae6b08fb
коміт dec59d9909
3 змінених файлів з 210 додано та 1 видалено
+2
Переглянути файл
@@ -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();