Home
last modified time | relevance | path

Searched refs:hipDevice_t (Results 1 – 14 of 14) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_hip.h35 typedef int hipDevice_t; typedef
306 …f hipError_t (HIP_API_CALL *HIP_HIPCTXCREATE) (hipCtx_t *, unsigned int, hipDevice_t);
312 …ipError_t (HIP_API_CALL *HIP_HIPDEVICEGETATTRIBUTE) (int *, hipDeviceAttribute_t, hipDevice_t);
314 typedef hipError_t (HIP_API_CALL *HIP_HIPDEVICEGET) (hipDevice_t *, int);
315 typedef hipError_t (HIP_API_CALL *HIP_HIPDEVICEGETNAME) (char *, int, hipDevice_t);
316 typedef hipError_t (HIP_API_CALL *HIP_HIPDEVICETOTALMEM) (size_t *, hipDevice_t);
H A Dbackend.h99 …ate (hashcat_ctx_t *hashcat_ctx, hipCtx_t *pctx, unsigned int flags, hipDevice_t dev);
105 int hc_hipDeviceGet (hashcat_ctx_t *hashcat_ctx, hipDevice_t *device, int ordinal);
106 …tAttribute (hashcat_ctx_t *hashcat_ctx, int *pi, hipDeviceAttribute_t attrib, hipDevice_t dev);
108 int hc_hipDeviceGetName (hashcat_ctx_t *hashcat_ctx, char *name, int len, hipDevice_t dev);
109 int hc_hipDeviceTotalMem (hashcat_ctx_t *hashcat_ctx, size_t *bytes, hipDevice_t dev);
H A Dtypes.h1515 hipDevice_t hip_device;
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/hip/
H A Dacc_hip.h68 using hipdevice = hipDevice_t;
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/hip/
H A Dacc_hip.h103 using hipdevice = hipDevice_t;
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Dhip_device.h338 hipDevice_t _cu_device;
346 hipDevice_t dev; in UCL_Device()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp37 hipDevice_t device; in __anonb08022c70102()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp37 hipDevice_t device; in __anon9f351dba0102()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp41 hipDevice_t device; in ScopedContext()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp41 hipDevice_t device; in ScopedContext()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-rocm-runner/
H A Drocm-runtime-wrappers.cpp37 hipDevice_t device; in __anona9215e260102()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp41 hipDevice_t device; in ScopedContext()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp41 hipDevice_t device; in ScopedContext()
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c2535 int hc_hipCtxCreate (hashcat_ctx_t *hashcat_ctx, hipCtx_t *pctx, unsigned int flags, hipDevice_t de… in hc_hipCtxCreate()
2697 int hc_hipDeviceGet (hashcat_ctx_t *hashcat_ctx, hipDevice_t* device, int ordinal) in hc_hipDeviceGet()
2724 …iceGetAttribute (hashcat_ctx_t *hashcat_ctx, int *pi, hipDeviceAttribute_t attrib, hipDevice_t dev) in hc_hipDeviceGetAttribute()
2778 int hc_hipDeviceGetName (hashcat_ctx_t *hashcat_ctx, char *name, int len, hipDevice_t dev) in hc_hipDeviceGetName()
2805 int hc_hipDeviceTotalMem (hashcat_ctx_t *hashcat_ctx, size_t *bytes, hipDevice_t dev) in hc_hipDeviceTotalMem()
8001 hipDevice_t hip_device; in backend_ctx_devices_init()