-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StreamContext #6129
Merged
Merged
StreamContext #6129
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lixinqi
approved these changes
Sep 3, 2021
Speed stats:
|
CI failed, removing label automerge |
Speed stats:
|
lixinqi
reviewed
Oct 12, 2021
#endif | ||
|
||
// cublas_pmd_handle | ||
OF_CUBLAS_CHECK(cublasCreate(&cublas_pmd_handle_)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instrusive分支的这一行代码爆
Check failed: cublasCreate(&cublas_pmh_handle_) : CUBLAS_STATUS_NOT_INITIALIZED (1)
大概是什么原因?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
栈如下,记得往右滑动才能看到。
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] *** Check failure stack trace: ***
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9e2d79b3 google::LogMessage::Fail()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9e2dc75b google::LogMessage::SendToLog()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9e2d76af google::LogMessage::Flush()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9e2d7edf google::LogMessageFatal::~LogMessageFatal()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9a3eb343 std::_Function_handler<>::_M_invoke()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9a3ef186 oneflow::Thread::Thread()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9a3f438d oneflow::ThreadMgr::AddPlan()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc999c18c6 oneflow::Runtime::Runtime()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcc9996c92a oneflow::Oneflow::Init()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcce9f125e6 oneflow::StartLazyGlobalSession()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcce9f0f1c2 StartLazyGlobalSession()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcce9dbd447 _ZZN8pybind1112cpp_function10initializeIRPFvvEvJEJNS_4nameENS_5scopeENS_7siblingEEEEvOT_PFT0_DpT1_EDpRKT2_ENUlRNS_6detail13function_callEE_8__invokeESL_
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x7fcce979be8f pybind11::cpp_function::dispatcher()
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c6f78ee cfunction_call_varargs
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c6ec75f _PyObject_MakeTpCall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c795fd7 _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788667 _PyFunction_Vectorcall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c791070 _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788667 _PyFunction_Vectorcall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c791070 _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c787480 _PyEval_EvalCodeWithName
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788a44 _PyFunction_Vectorcall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c6f287d PyObject_Call
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c792abe _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c787f72 _PyEval_EvalCodeWithName
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788a44 _PyFunction_Vectorcall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c7912cb _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c787f72 _PyEval_EvalCodeWithName
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788a44 _PyFunction_Vectorcall
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c6f287d PyObject_Call
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c792abe _PyEval_EvalFrameDefault
[/home/lixinqi/miniconda3/envs/oneflow-dev-clang10-v2/bin/python3 test/ops/test_broadcast_logical_ops.py --failfast --verbose] @ 0x564b5c788667 _PyFunction_Vectorcall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.