pub fn elementwise_webgpu( a: &Array, b: &Array, kind: ElementwiseKind, ) -> Result<Array>
Elementwise operations on WebGPU (public API for dispatch)