[UR][CUDA][HIP] Remove duplicated parameter checking (#17984)
Most of the parameter checking is done in the UR validation layer, so we
don't need to re-do it in the adapters.
The adapters should only do parameter checking that can't be done in the
validation layer.