Hi Toby,

alright, some progress here: Installed Python, the Windows SDK, and 
NumPy as described. Then things got complicated:
  - Had to install setuptools. This should be mentioned in the README.
  - python and git need to be in PATH for `python setup.py build` to 
work. This is a nontrivial step, since both python and git by default 
are not in PATH.
  - Currently I'm stuck with an error at `python setup.py build`. I 
copied that over to GitHub, as I don't write emails from the Windows 
machine:
https://github.com/viennacl/pyviennacl-dev/issues/2#issuecomment-36299966


 > No worries. I've disabled the dense matrices for the iterative solvers,
> and integer types for iterative solvers, the Lanczos algorithm for
> eigenvalue problems, and various miscellaneous operations where it makes
> no sense to use an integer type. There are a couple of remaining
> warnings to sort out, but the code builds successfully. I just want to
> know if it works!

The disables above are reasonable, thanks.

>
> I've also heard that building is successful on Mac OS X, with both clang
> and Intel compilers. But apparently running the blas3_prod.py test
> caused artefacts on and freezing of the user's screen.. but I suspect
> that's a problem with their OpenCL implementation not PyViennaCL!

Our test machine running Mac OS X 10.6 has a pretty buggy OpenCL SDK, so 
it may be the same thing there. On the other hand, it's better to 
produce slow code rather than crashing a user's machine. Do you happen 
to know which version of Mac OS this was?

Best regards,
Karli

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to