We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3b036 commit 4dba117Copy full SHA for 4dba117
examples/cuda/cublas/trsv.cu
@@ -43,6 +43,7 @@ int main() {
43
}).name("cublasFlow");
44
45
executor.run(taskflow).wait();
46
+ taskflow.dump(std::cout);
47
48
std::cout << "solution of the linear system: \n";
49
for(size_t i=0; i<res.size(); ++i) {
0 commit comments