George Necula 6c5583d6aa [pallas] Document and test valid block shapes.
I have only added tests and documentation, will improve error
reporting separately.

For TPU we get a mix of errors from either the Pallas lowering or
from Mosaic. I plan to add lowering exception for all unsupported
cases, so that we have a better Python stack trace available.

For GPU, we get a RET_CHECK instead of a Python exception,
so I had to add skipTest. Will fix the error message separately.

In order to be able to put the test in pallas_test::PallasCallTest, I
moved the skipTest for TPU from the setUp to the individual tests that
need this.

PiperOrigin-RevId: 653195289
2024-07-17 05:17:20 -07:00
..
2024-06-26 16:10:18 -04:00
2024-06-26 16:10:18 -04:00
2024-06-26 16:10:18 -04:00
2021-03-08 10:44:52 -08:00
2024-04-11 12:54:37 +02:00
2023-12-06 09:16:43 -08:00
2023-12-06 09:16:43 -08:00
2024-07-15 17:30:54 +00:00
2024-05-29 22:28:44 +00:00
2024-06-12 14:01:27 -07:00
2023-10-10 08:46:36 -07:00
2023-01-30 11:57:06 -08:00
2024-07-09 12:48:51 -04:00
2019-10-09 17:45:09 +02:00

To rebuild the documentation, see Update Documentation.