Heehoon Kim
Results
2
issues of
Heehoon Kim
Because this was a toy project when I was an undergraduate student, the codes are broken here and there. Please use it for study purposes only.
### Problem Description When we use indirect function call in the kernel function as in below: https://github.com/ROCm/rccl/blob/53dcfcc5e0592fa186da38a41d19082723711043/src/device/common.h#L348 RCCL limits the size of stack to 512: https://github.com/ROCm/rccl/blob/53dcfcc5e0592fa186da38a41d19082723711043/src/init.cc#L1876 which is 1024 by...