particular icon indicating copy to clipboard operation
particular copied to clipboard

`gpu::BruteForce` does not work on WASM

Open Canleskis opened this issue 1 year ago • 0 comments

The current design decisions prevent gpu::BruteForce from working on WASM with WebGPU:

  • Use of push constants for the softening https://github.com/gpuweb/gpuweb/issues/75
  • Reading the accelerations buffer requires blocking the main thread, which we currently do using pollster

Canleskis avatar Feb 17 '24 10:02 Canleskis