[Pallas] Add no_pipelining debugging option to emit_pipeline.
The intended use-case is to flip this flag on to see if it fixes any bugs in a kernel. If a bug is fixed when no_pipelining=True, then there is likely an issue with illegal buffer usage in the user kernel.
PiperOrigin-RevId: 771220632