### Bug Description ```py @wp.kernel def foo(): wp.vector(1, 1, 1, dtype=int) wp.quaternion(1.23, 2.34, 3.45, 4.56, dtype=float) wp.matrix(1.0, 2.0, 3.0, 4.0, shape=(2, 2), dtype=float) ``` The snippet above raise errors such as ``` all values used to initialize this vector are expected to be of the type `int` ``` ### System Information _No response_