Home
last modified time | relevance | path

Searched refs:HIP_HIPLAUNCHKERNEL (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_hip.h327 typedef hipError_t (HIP_API_CALL *HIP_HIPLAUNCHKERNEL) (hipFunction_t, unsigned int, unsi… typedef
370 HIP_HIPLAUNCHKERNEL hipLaunchKernel;
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c2494 …HC_LOAD_FUNC_HIP (hip, hipLaunchKernel, hipModuleLaunchKernel, HIP_HIPLAUNCHKERNEL,… in hip_init()