We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e8fa4 commit cea2305Copy full SHA for cea2305
1 file changed
backends/webgpu/CMakeLists.txt
@@ -83,7 +83,9 @@ option(EXECUTORCH_BUILD_WEBGPU_PROFILING
83
"Enable WebGPU GPU timestamp-query profiling" OFF
84
)
85
if(EXECUTORCH_BUILD_WEBGPU_PROFILING)
86
- target_compile_definitions(webgpu_backend PRIVATE WGPU_BACKEND_ENABLE_PROFILING)
+ target_compile_definitions(
87
+ webgpu_backend PRIVATE WGPU_BACKEND_ENABLE_PROFILING
88
+ )
89
endif()
90
91
# Link with --whole-archive for static registration of backend + ops
0 commit comments