We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89e806 commit b610dcaCopy full SHA for b610dca
1 file changed
python_bindings/src/halide/halide_/PyGenerator.cpp
@@ -170,7 +170,6 @@ void define_generator(py::module &m) {
170
// handle both by throwing a C++ exception, which PyBind11 turns into a Python exception.
171
throw std::runtime_error("Generator failed: " + std::to_string(result));
172
} }, py::arg("argv"));
173
- //, py::arg("argv"));
174
175
m.def("_unique_name", []() -> std::string {
176
return ::Halide::Internal::unique_name('p');
0 commit comments