issues
search
ROCm
/
rpp
AMD ROCm Performance Primitives (RPP) library is a comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends.
https://rocm.docs.amd.com/projects/rpp/en/latest/
MIT License
55
stars
40
forks
source link
Scratch buffers rename for HOST and HIP
#324
Closed
r-abishek
closed
7 months ago
r-abishek
commented
8 months ago
For uniformity in naming and readability:
Renames all instances of reused maskArr HIP buffer to scratchBufferHip
Renames all instances of reused tempFloatmem HOST buffer to scratchBufferHost
For uniformity in naming and readability: