Dorin Niculescu <[email protected]> writes: > Hi all, > I have a fresh installed ubuntu 14.04.3 distribution, with cuda 7.0 and > pycuda 2015.1.3. I'm using an NVIDIA GTX 960 card and the latest driver > 361.28. All the installation went well but when i run test_driver.py i get : > ============================= test session starts > ============================== > platform linux2 -- Python 2.7.6, pytest-2.8.7, py-1.4.31, pluggy-0.3.1 > rootdir: /opt/pycuda-2015.1.3, inifile: > collected 23 items > > test_driver.py ................x...... > > ===================== 22 passed, 1 xfailed in 5.91 seconds > ===================== > > Can you please help me to understand why the test fails once?
That's an "xfail", an expected failure. python -m pytest test_driver.py -v will tell you what that is. Andreas _______________________________________________ PyCUDA mailing list [email protected] https://lists.tiker.net/listinfo/pycuda
