mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
-There was a precision problem with timestamp calculation, all math was using integers which are not very precise in overflow scenarios -Change the logic to use doubles and cast back to uint64_t at the end. Change-Id: Ia08d504a90a43df7330f398af966535ed944650d