Skip to content

Commit 4dba117

Browse files
committed
updated trsv.cu
1 parent 7a3b036 commit 4dba117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/cuda/cublas/trsv.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ int main() {
4343
}).name("cublasFlow");
4444

4545
executor.run(taskflow).wait();
46+
taskflow.dump(std::cout);
4647

4748
std::cout << "solution of the linear system: \n";
4849
for(size_t i=0; i<res.size(); ++i) {

0 commit comments

Comments
 (0)