From da7ca6ff22804ae519b8d3f9dd085c885b94e5bc Mon Sep 17 00:00:00 2001 From: Stephen Jia Date: Tue, 30 Jul 2024 12:10:32 -0700 Subject: [PATCH] Fix build error (#4464) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/4464 Fix an internal build error with BUCK. Reviewed By: jorgep31415 Differential Revision: D60458756 fbshipit-source-id: a13b3f2de6754dda86ac73eb0f8e24de60a0a98a --- backends/vulkan/tools/gpuinfo/TARGETS | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/vulkan/tools/gpuinfo/TARGETS b/backends/vulkan/tools/gpuinfo/TARGETS index e9dd22e92d..10e3acb4b8 100644 --- a/backends/vulkan/tools/gpuinfo/TARGETS +++ b/backends/vulkan/tools/gpuinfo/TARGETS @@ -23,6 +23,7 @@ buck_filegroup( vulkan_spv_shader_lib( name = "gpuinfo_shader_lib", + is_fbcode = True, spv_filegroups = { ":gpuinfo_shaders": "glsl", },