`xp.linalg.vecdot` is documented as alias to `xp.vecdot`. However, `xp.linalg.vecdot` signature uses `axis=None` default, while `xp.vecdot` has `axis=-1` as the default.   They should be consistent.