survuvi
Results
2
comments of
survuvi
@DayDun why if we extend the vector to 5 elements or we reduce it to 3 elements, we get errors? ```python from DType import DType print(SIMD[DType.ui32, 5](1, 3, 7, 5,...
With the magic %%python the output of this closure is ok: x = 7, y = 4, z = 2, return: 13 ```python %%python def outer_func(x): y = 4 def...