[ViennaCL-support] Trouble in linagb::solve() : system frozen

2016-06-29 Thread 김태한
Dear all, I'm quite newbie to Viennacl and having trouble in my first try of hello-world project. Here is the snippet of my code. #define VIENNACL_WITH_OPENCL #include "viennacl/vector.hpp" #include "viennacl/compressed_matrix.hpp" #include "viennacl/linalg/cg.hpp" void test_viennacl(std::vector

Re: [ViennaCL-support] Trouble in linagb::solve() : system frozen

2016-06-30 Thread 김태한
ld proceed quite smoothly from now on. Thank you. Best regards, Taehan. On 30 June 2016 at 14:26, 김태한 wrote: > Dear all, > > I'm quite newbie to Viennacl and having trouble in my first try of > hello-world project. Here is the snippet of my code. > > #define VIENNACL