Skip to content

Commit 07b0d3a

Browse files
dveremeevfbfacebook-github-bot
authored andcommitted
Update lavapipe reference to use top-level mesa alias (pytorch#18704)
Summary: Update executorch test targets to reference the top-level mesa vulkan_lvp alias instead of the deep lavapipe path. Differential Revision: D99603515
1 parent e638059 commit 07b0d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def define_arm_tests():
7373
env = {} if runtime.is_oss else ({
7474
"MODEL_CONVERTER_PATH": "$(location fbsource//third-party/pypi/ai-ml-sdk-model-converter/0.8.0:model-converter-bin)",
7575
"MODEL_CONVERTER_LIB_DIR": "$(location fbsource//third-party/nvidia-nsight-systems:linux-x86_64)/host-linux-x64",
76-
"LAVAPIPE_LIB_PATH": "$(location fbsource//third-party/mesa/src/gallium/frontends/lavapipe:vulkan_lvp)",
76+
"LAVAPIPE_LIB_PATH": "$(location fbsource//third-party/mesa:vulkan_lvp)",
7777
"EMULATION_LAYER_TENSOR_SO": "$(location fbsource//third-party/arm-ml-emulation-layer/v0.9.0/src:libVkLayer_Tensor)",
7878
"EMULATION_LAYER_GRAPH_SO": "$(location fbsource//third-party/arm-ml-emulation-layer/v0.9.0/src:libVkLayer_Graph)",
7979
"EMULATION_LAYER_TENSOR_JSON": "$(location fbsource//third-party/arm-ml-emulation-layer/v0.9.0/src:VkLayer_Tensor_json)",

0 commit comments

Comments
 (0)