Can anyonne let me know why this code built with error?
base_device = ctx.enqueue_create_buffer[DType.uint256](5)
base_device.enqueue_fill(0)
Error:
call expansion failed with parameter value(s): (...)
base_device.enqueue_fill(0)
^