How to check the status of a cudastream before/after create/destroy?

前端 未结 0 935
名媛妹妹
名媛妹妹 2020-12-03 19:25

I have the following code:

cudaStream_t stream
.... // How to check status of stream before create
cudaStreamCreate(&stream)
.... // How to check status o         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题