Home
last modified time | relevance | path

Searched refs:hipEventDisableTiming (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp95 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp114 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp109 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp109 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp114 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp109 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp109 HIP_REPORT_IF_ERROR(hipEventCreateWithFlags(&event, hipEventDisableTiming)); in mgpuEventCreate()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_hip.h250 #define hipEventDisableTiming \ macro
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c11302 if (hc_hipEventCreate (hashcat_ctx, &device_param->hip_event3, hipEventDisableTiming) == -1) in backend_session_begin()