The scale input is allowed to be null, but the frontend APIs require passing it. https://github.com/NVIDIA/cudnn-frontend/blob/0258951d4d512f4714eb1574496f4d57669b1b93/include/cudnn_frontend/node/rmsnorm.h#L101-L102
The scale input is allowed to be null, but the frontend APIs require passing it.
cudnn-frontend/include/cudnn_frontend/node/rmsnorm.h
Lines 101 to 102 in 0258951