[CPU] Fix conditional compilation for oneDNN brgemm Convolution primitive
This commit is contained in:
parent
edb3f3e820
commit
8680791ffe
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit fb24b408cc494daf3702077194e62e40c54bebf7
|
||||
Subproject commit 44de3c3698b687c26e487fc8f0213fa487e8fe2c
|
||||
Loading…
Reference in New Issue