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

RPP HIP localThreads_x/y/z definitions removal #204

Closed r-abishek closed 1 year ago

r-abishek commented 1 year ago

@rrawther @asalmanp This PR removes all constant definitions of localThreads_x/y/z in RPP Tensor HIP code to address comment -> https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/pull/180#discussion_r1297818443

paveltc commented 1 year ago

@rrawther This PR passes the unit tests.