wgpu-py icon indicating copy to clipboard operation
wgpu-py copied to clipboard

Run examples on CI on Windows / Mac / Linux

Open almarklein opened this issue 2 years ago • 0 comments

I think on CI we now only run stuff on Linux with LavaPipe. But it should now also work on MacOS, see https://github.com/gfx-rs/wgpu-native/pull/364. Windows should also work, but IIRC not all our tests pass for DX12 yet.

Would be good to:

  • Run tests of wgpu-py on all possible platforms.
  • Have insight into what platform is fastest (since they're emulated GPU's).
  • Use the faster variant for e.g. pygfx's validation examples and docs.

almarklein avatar Jan 29 '24 10:01 almarklein