Home
last modified time | relevance | path

Searched refs:hipEventSynchronize (Results 1 – 10 of 10) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Dhip_timer.h58 { CU_SAFE_CALL(hipEventSynchronize(start_event)); } in sync_start()
62 { CU_SAFE_CALL(hipEventSynchronize(stop_event)); } in sync_stop()
84 CU_SAFE_CALL(hipEventSynchronize(stop_event)); in time()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp104 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp123 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp118 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp118 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp123 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp118 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp118 HIP_REPORT_IF_ERROR(hipEventSynchronize(event)); in mgpuEventSynchronize()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_hip.h365 HIP_HIPEVENTSYNCHRONIZE hipEventSynchronize; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c2489 …HC_LOAD_FUNC_HIP (hip, hipEventSynchronize, hipEventSynchronize, HIP_HIPEVENTSYNCHRON… in hip_init()
2973 const hipError_t HIP_err = hip->hipEventSynchronize (hEvent); in hc_hipEventSynchronize()