Skip to content

Commit cea2305

Browse files
Update
[ghstack-poisoned]
1 parent 66e8fa4 commit cea2305

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backends/webgpu/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ option(EXECUTORCH_BUILD_WEBGPU_PROFILING
8383
"Enable WebGPU GPU timestamp-query profiling" OFF
8484
)
8585
if(EXECUTORCH_BUILD_WEBGPU_PROFILING)
86-
target_compile_definitions(webgpu_backend PRIVATE WGPU_BACKEND_ENABLE_PROFILING)
86+
target_compile_definitions(
87+
webgpu_backend PRIVATE WGPU_BACKEND_ENABLE_PROFILING
88+
)
8789
endif()
8890

8991
# Link with --whole-archive for static registration of backend + ops

0 commit comments

Comments
 (0)