Skip to content

panfrost: Enable FP16 by default

Alyssa Rosenzweig requested to merge alyssa/mesa:fp16 into master

I see no reason to hide this anymore. The small hit in cycle count is offset in practice by the increase in thread count. So let's ship it and get some testing.

If this regresses a workload:

  1. Open an issue on the tracker and attach an apitrace.
  2. In the meantime set PAN_MESA_DEBUG=nofp16 to override.

Signed-off-by: Alyssa Rosenzweig alyssa.rosenzweig@collabora.com

Merge request reports