Searched refs:width_bytes (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | cupminterface.hpp | 722 const auto width_bytes = width * sizeof(D); in PetscCUPMMemcpy2DAsync() local 723 const auto size = height * width_bytes; in PetscCUPMMemcpy2DAsync() 730 …PetscCallCUPM(cupmMemcpy2DAsync(dest, dest_pitch_bytes, src, src_pitch_bytes, width_bytes, height,… in PetscCUPMMemcpy2DAsync() 732 …PetscCallCUPM(cupmMemcpy2D(dest, dest_pitch_bytes, src, src_pitch_bytes, width_bytes, height, kind… in PetscCUPMMemcpy2DAsync() 778 const auto width_bytes = width * sizeof(D); in PetscCUPMMemset2DAsync() local 779 const auto size = width_bytes * height; in PetscCUPMMemset2DAsync() 785 PetscCallCUPM(cupmMemset2DAsync(ptr, pitch_bytes, value, width_bytes, height, stream)); in PetscCUPMMemset2DAsync() 787 PetscCallCUPM(cupmMemset2D(ptr, pitch_bytes, value, width_bytes, height)); in PetscCUPMMemset2DAsync()
|