Skip to content

turnip: Implement CCHE invalidation

Connor Abbott requested to merge cwabbott0/mesa:review/tu-cche-invalidate into main

We were missing a necessary CP_CCHE_INVALIDATE between writes and reads of UCHE. I observed some failures in ray query tests without this.

Merge request reports