Clarifying that hipExtLaunch timing does not include cache flush time (#2308)
[ROCm/hip commit: 32b53b2b13]
This commit is contained in:
gecommit door
GitHub
bovenliggende
e1cf81a992
commit
46c5c0b928
@@ -59,6 +59,8 @@ THE SOFTWARE.
|
||||
* @warning kernellParams argument is not yet implemented in HIP. Please use extra instead. Please
|
||||
refer to hip_porting_driver_api.md for sample usage.
|
||||
* HIP/ROCm actually updates the start event when the associated kernel completes.
|
||||
* Currently, timing between startEvent and stopEvent does not include the time it takes to perform
|
||||
* a system scope release / cache flush - only the time it takes to issues writes to cache.
|
||||
*/
|
||||
HIP_PUBLIC_API
|
||||
hipError_t hipExtModuleLaunchKernel(hipFunction_t f, uint32_t globalWorkSizeX,
|
||||
|
||||
Verwijs in nieuw issue
Block a user