Commits


Yulong Wang authored and GitHub committed e84b8e7bd57
allow specify a custom local source path for Dawn (#22999) ### Description Allows to build ONNX Runtime with a custom local path of Dawn's source code. Usage: ```sh build --use_webgpu --cmake_extra_defines "onnxruntime_CUSTOM_DAWN_SRC_PATH=C:/src/dawn" ```