Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenig authored Apr 26, 2022
1 parent c08a582 commit 1df7ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/wrap_cudadrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ BOOST_PYTHON_MODULE(_driver)
{
typedef stream cl;
py::class_<cl, boost::noncopyable, shared_ptr<cl> >
("Stream", py::init<unsigned int, int>(py::arg("flags")=0, py::arg("priority")=0))
("Stream", py::init<unsigned int>(py::arg("flags")=0, py::arg("priority")=0))
.DEF_SIMPLE_METHOD(synchronize)
.DEF_SIMPLE_METHOD(is_done)
#if CUDAPP_CUDA_VERSION >= 3020
Expand Down

0 comments on commit 1df7ff3

Please sign in to comment.