[CPU] Fix conditional compilation for oneDNN brgemm Convolution primitive

This commit is contained in:
Xiping Yan
2022-12-08 16:06:41 +08:00
committed by GitHub
parent edb3f3e820
commit 8680791ffe
2 changed files with 5 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ jobs:
- script: ls -alR $(REPO_DIR)/bin/
displayName: 'List bin files ON'
# TODO: ebable after the fix on CPU side
# - script: |
# $(REPO_DIR)/bin/intel64/Release/benchmark_app -niter 1 -nireq 1 -m $(MODELS_PATH)/models/test_model/test_model_fp32.xml -d CPU
# workingDirectory: $(REPO_DIR)
# displayName: 'Use OpenVINO after CC'
- script: |
$(REPO_DIR)/bin/intel64/Release/benchmark_app -niter 1 -nireq 1 -m $(MODELS_PATH)/models/test_model/test_model_fp32.xml -d CPU
workingDirectory: $(REPO_DIR)
displayName: 'Use OpenVINO after CC'