Skip to content

Commit

Permalink
Mentioned ViennaCL support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Nov 23, 2012
1 parent f66cec8 commit a481919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ void cg_gpu(
}
```

VexCL also provides support for [ViennaCL][viennacl] iterative solvers. See
examples/viennacl/solvers.cpp.

[viennacl]: http://viennacl.sourceforge.net

User-defined functions
----------------------

Expand Down
4 changes: 4 additions & 0 deletions vexcl/vexcl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ void cg_gpu(
}
\endcode
VexCL also provides support for <a
href="http://viennacl.sourceforge.net">ViennaCL</a> iterative solvers. See
examples/viennacl/solvers.cpp.
\section userfun User-defined functions
Simple arithmetic expressions are sometimes not enough. Imagine that you need
Expand Down

0 comments on commit a481919

Please sign in to comment.