Base.kron!Method
kron!(C::CuArray, A, B)

Computes Kronecker products in-place on the GPU. The results are stored in 'C', overwriting the existing values of 'C'.

YaoArrayRegister.batched_kron!Method
YaoArrayRegister.batched_kron!(C::CuArray, A, B)

Performs batched Kronecker products in-place on the GPU. The results are stored in 'C', overwriting the existing values of 'C'.