mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
1. If cpu based copy is used, it is possible that copy time is less than device timestamp resolution. In this scenario, this patch returns 1 instead of 0. 2. This patch also fixes usage of CPU time instead of CPU timestamp for end timestamp calculation. Related-To: LOCI-3754 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>