File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function setup_path_emulation_layer() {
145145 prepend_env_in_setup_path DYLD_LIBRARY_PATH " ${model_emulation_layer_path} /deploy/lib"
146146 prepend_env_in_setup_path VK_INSTANCE_LAYERS VK_LAYER_ML_Tensor_Emulation
147147 prepend_env_in_setup_path VK_INSTANCE_LAYERS VK_LAYER_ML_Graph_Emulation
148- prepend_env_in_setup_path VK_ADD_LAYER_PATH " ${model_emulation_layer_path} /deploy/share/vulkan/explicit_layer.d"
148+ prepend_env_in_setup_path VK_LAYER_PATH " ${model_emulation_layer_path} /deploy/share/vulkan/explicit_layer.d"
149149}
150150
151151# setup_model_converter() $1
Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ def test_add_tensor_u85_INT_2(test_data: input_t2):
207207
208208@common .parametrize ("test_data" , filtered_test_data )
209209@common .SkipIfNoModelConverter
210- @pytest .mark .xfail (reason = "'Failed to load VKML extensions' error in ci." )
211210def test_add_tensor_vgf_FP (test_data : input_t1 ):
212211 pipeline = VgfPipeline [input_t1 ](
213212 Add (),
@@ -225,7 +224,6 @@ def test_add_tensor_vgf_FP(test_data: input_t1):
225224
226225@common .parametrize ("test_data" , filtered_test_data )
227226@common .SkipIfNoModelConverter
228- @pytest .mark .xfail (reason = "'Failed to load VKML extensions' error in ci." )
229227def test_add_tensor_vgf_INT (test_data : input_t1 ):
230228 pipeline = VgfPipeline [input_t1 ](
231229 Add (),
You can’t perform that action at this time.
0 commit comments