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() {
145
145
prepend_env_in_setup_path DYLD_LIBRARY_PATH " ${model_emulation_layer_path} /deploy/lib"
146
146
prepend_env_in_setup_path VK_INSTANCE_LAYERS VK_LAYER_ML_Tensor_Emulation
147
147
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"
149
149
}
150
150
151
151
# 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):
207
207
208
208
@common .parametrize ("test_data" , filtered_test_data )
209
209
@common .SkipIfNoModelConverter
210
- @pytest .mark .xfail (reason = "'Failed to load VKML extensions' error in ci." )
211
210
def test_add_tensor_vgf_FP (test_data : input_t1 ):
212
211
pipeline = VgfPipeline [input_t1 ](
213
212
Add (),
@@ -225,7 +224,6 @@ def test_add_tensor_vgf_FP(test_data: input_t1):
225
224
226
225
@common .parametrize ("test_data" , filtered_test_data )
227
226
@common .SkipIfNoModelConverter
228
- @pytest .mark .xfail (reason = "'Failed to load VKML extensions' error in ci." )
229
227
def test_add_tensor_vgf_INT (test_data : input_t1 ):
230
228
pipeline = VgfPipeline [input_t1 ](
231
229
Add (),
You can’t perform that action at this time.
0 commit comments