The examples do not even work.
1. Ubuntu 32-bit ARMv7
2. NVIDIA
3. viennacl 1.5.11 / pyviennacl-1.0.3
>>> from util import read_mtx, read_vector
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named util
>>> A = read_mtx(os.path.join(os.path.dirname(os.path.realpath(__file__)),
"mat65k.mtx"),
... dtype=np.float32)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'read_mtx' is not defined
>>> # Transfer the system matrix to the compute device
... A = p.Matrix(A)
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "/usr/local/lib/python2.7/dist-packages/pyviennacl/pycore.py", line
820, in __init__
self._init_leaf(args, kwargs)
File "/usr/local/lib/python2.7/dist-packages/pyviennacl/pycore.py", line
1751, in _init_leaf
self.vcl_leaf = get_leaf(vcl_type)
File "/usr/local/lib/python2.7/dist-packages/pyviennacl/pycore.py", line
1715, in get_leaf
return vcl_t(args[0])
RuntimeError: ViennaCL: FATAL ERROR: ViennaCL encountered an unknown OpenCL
error. In some cases, this might be due to an invalid global work size, but
it can also be due to several compilation errors.
If you think that this is a bug in ViennaCL, please report it at
[email protected] and supply at least the following
information:
* Operating System
* Which OpenCL implementation (AMD, NVIDIA, etc.)
* ViennaCL version
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
ViennaCL-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/viennacl-support