Skip to content

Commit c11811a

Browse files
Added an empty line for readability
1 parent bd9bc5f commit c11811a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pybind11/onemkl_gemv/sycl_gemm/_onemkl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ PYBIND11_MODULE(_onemkl, m)
560560
{
561561
// Import the dpctl extensions
562562
import_dpctl();
563+
563564
m.def("gemv", &gemv, "Uses oneMKL to compute dot(matrix, vector)",
564565
py::arg("exec_queue"), py::arg("Amatrix"), py::arg("xvec"),
565566
py::arg("resvec"), py::arg("depends") = py::list());

0 commit comments

Comments
 (0)