Sharad Vikram 30973a9474 [Pallas] Pass in compiler params via explicit compiler_params argument instead of passing via **kwargs
This is a change that makes the API a bit more intuitive and avoids footguns like accidentally passing in `in_spec` instead of `in_specs` because previously kwargs that weren't used by any downstream lowering would be ignored and users would get weird errors as a result.

This change doesn't deprecate the old way of passing in compiler params but it will be deprecated soon after this.

PiperOrigin-RevId: 613239439
2024-03-06 09:16:22 -08:00
..
2023-08-01 16:43:13 -07:00
2023-08-24 10:22:57 -07:00