Skip to content

Commit 1df7ff3

Browse files
authored
fix test
1 parent c08a582 commit 1df7ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/wrap_cudadrv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ BOOST_PYTHON_MODULE(_driver)
11991199
{
12001200
typedef stream cl;
12011201
py::class_<cl, boost::noncopyable, shared_ptr<cl> >
1202-
("Stream", py::init<unsigned int, int>(py::arg("flags")=0, py::arg("priority")=0))
1202+
("Stream", py::init<unsigned int>(py::arg("flags")=0, py::arg("priority")=0))
12031203
.DEF_SIMPLE_METHOD(synchronize)
12041204
.DEF_SIMPLE_METHOD(is_done)
12051205
#if CUDAPP_CUDA_VERSION >= 3020

0 commit comments

Comments
 (0)