Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compare the content of WEBGPU_BUFFER, not the address (#21967)
On linux (not sure about windows) WEBGPU_BUFFER is defined in multiple object files and comparing the address is not sufficient - use strcmp. onnxruntime uses strcmp for the most but there are some other places that compare against address which might make trouble if passed acrross object file boundary.
- Loading branch information