Home
last modified time | relevance | path

Searched refs:hipEventElapsedTime (Results 1 – 3 of 3) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Dhip_timer.h85 CU_SAFE_CALL( hipEventElapsedTime(&timer,start_event,stop_event) ); in time()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_hip.h363 HIP_HIPEVENTELAPSEDTIME hipEventElapsedTime; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c2487 …HC_LOAD_FUNC_HIP (hip, hipEventElapsedTime, hipEventElapsedTime, HIP_HIPEVENTELAPSEDT… in hip_init()
2919 const hipError_t HIP_err = hip->hipEventElapsedTime (pMilliseconds, hStart, hEnd); in hc_hipEventElapsedTime()