You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
To reproduce, this will require the exception handling support for waitall in this PR: #14397 . This issue was found because of CI failures when running test_random.py on windows. It was hidden earlier because waitall didnt have exception rethrow support. This issue may have been around since the PR was added: #10367
Currently working on fixing this.
The text was updated successfully, but these errors were encountered:
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Bug
* Relax constexpr restriction
* Change imagenet_gen_qsym_mkldnn
* Add exception handling support for waitall
* Fix exception handling documentation
* Revert constexpr change
* Add comments
* Fix test
* Skip exception for op check names
* Print exceptions thrown for CPP Package NDArray module
* Reducing batch_size to make cpp-package example pass
* Fix bug: #14426
* use ExceptionRef in threaded_engine code
* add note for performance impact of waitall
* Add check for GPU contxt
* Use range for with const reference
* Improve comments and error message for exception handling test
* Change exception_ptr name in waitall
* Fix bug
haohuanw
pushed a commit
to haohuanw/incubator-mxnet
that referenced
this issue
Jun 23, 2019
* Relax constexpr restriction
* Change imagenet_gen_qsym_mkldnn
* Add exception handling support for waitall
* Fix exception handling documentation
* Revert constexpr change
* Add comments
* Fix test
* Skip exception for op check names
* Print exceptions thrown for CPP Package NDArray module
* Reducing batch_size to make cpp-package example pass
* Fix bug: apache#14426
* use ExceptionRef in threaded_engine code
* add note for performance impact of waitall
* Add check for GPU contxt
* Use range for with const reference
* Improve comments and error message for exception handling test
* Change exception_ptr name in waitall
* Fix bug
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Minimum reproducible example.
To reproduce, this will require the exception handling support for waitall in this PR: #14397 . This issue was found because of CI failures when running test_random.py on windows. It was hidden earlier because waitall didnt have exception rethrow support. This issue may have been around since the PR was added: #10367
Currently working on fixing this.
The text was updated successfully, but these errors were encountered: