Home
last modified time | relevance | path

Searched refs:cuMemsetD32Async (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp153 CUDA_REPORT_IF_ERROR(cuMemsetD32Async(reinterpret_cast<CUdeviceptr>(dst), in mgpuMemset32()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dcudnn_pooling.cpp63 cuMemsetD32Async(reinterpret_cast<CUdeviceptr>(dst), in execute()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dcudnn_pooling.cpp63 cuMemsetD32Async(reinterpret_cast<CUdeviceptr>(dst), in execute()
/dports/graphics/blender/blender-2.91.0/extern/cuew/src/
H A Dcuew.c175 tcuMemsetD32Async *cuMemsetD32Async; variable
485 CUDA_LIBRARY_FIND(cuMemsetD32Async); in cuewCudaInit()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_cuda.h1099 CUDA_CUMEMSETD32ASYNC cuMemsetD32Async; member
/dports/multimedia/QtAV/QtAV-1.13.0/src/cuda/dllapi/
H A Dcuda.cpp143 DEFINE_DLLAPI_M_ARG(4, CUresult, CUDAAPI, cuMemsetD32Async, CUdeviceptr, unsigned int, int, CUstrea…
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/geryon/
H A Dnvd_memory.h237 CU_SAFE_CALL(cuMemsetD32Async(mat.cbegin(),0,n/4,cq)); in _device_zero()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/geryon/
H A Dnvd_memory.h237 CU_SAFE_CALL(cuMemsetD32Async(mat.cbegin(),0,n/4,cq)); in _device_zero()
/dports/lang/pocl/pocl-1.8/lib/CL/devices/cuda/
H A Dpocl-cuda.c684 result = cuMemsetD32Async ((CUdeviceptr) (((char *)mem_ptr) + offset), in pocl_cuda_submit_memfill()
/dports/graphics/blender/blender-2.91.0/extern/cuew/include/
H A Dcuew.h1233 extern tcuMemsetD32Async *cuMemsetD32Async;
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c1252 …HC_LOAD_FUNC_CUDA (cuda, cuMemsetD32Async, cuMemsetD32Async, CUDA_CUMEMSETD32ASYN… in cuda_init()
1760 const CUresult CU_err = cuda->cuMemsetD32Async (dstDevice, ui, N, hStream); in hc_cuMemsetD32Async()