PawelGlomski-Intel commented on a change in pull request #20753:
URL: https://github.com/apache/incubator-mxnet/pull/20753#discussion_r828326665
##########
File path: .github/workflows/os_x_mklbuild.yml
##########
@@ -47,4 +47,4 @@ jobs:
python -m pytest -n 4 --durations=50 --verbose
tests/python/unittest/ -k 'not test_operator and not (test_subgraph or
test_custom_op or test_external_op or
test_recordimage_dataset_with_data_loader_multiworker or test_multi_worker or
test_multi_worker_shape or test_multi_worker_forked_data_loader or
test_multi_worker_dataloader_release_pool)' -m 'not serial'
MXNET_ENGINE_TYPE=NaiveEngine python -m pytest -n 4 --durations=50
--verbose tests/python/unittest/ -k 'test_operator and not (test_subgraph or
test_custom_op or test_external_op or
test_recordimage_dataset_with_data_loader_multiworker or test_multi_worker or
test_multi_worker_shape or test_multi_worker_forked_data_loader or
test_multi_worker_dataloader_release_pool)' -m 'not serial'
python -m pytest --durations=50 --verbose tests/python/unittest/ -k
'not (test_subgraph or test_custom_op or test_external_op or
test_recordimage_dataset_with_data_loader_multiworker or test_multi_worker or
test_multi_worker_shape or test_multi_worker_forked_data_loader or
test_multi_worker_dataloader_release_pool)' -m 'serial'
- python -m pytest -n 4 --durations=50 --verbose tests/python/dnnl -k
'not test_bf16_operator'
+ python -m pytest -n 4 --durations=50 --verbose tests/python/dnnl -k
'not (test_bf16_operator or test_amp or test_amp_subgraph)'
Review comment:
It seems that oneDNN does not support bfloats on macos.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]