$ python test_driver.py
.....E....
======================================================================
ERROR: test_mempool (__main__.TestCuda)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_driver.py", line 239, in test_mempool
queue.append(pool.allocate(1<<e))
MemoryError
----------------------------------------------------------------------
Ran 10 tests in 0.181s
FAILED (errors=1)
$ python dump_properties.py
1 device(s) found.
Device #0: GeForce 8800 GTS
Compute Capability: 1.0
Total Memory: 654656 KB
CLOCK_RATE: 1188000
GPU_OVERLAP: 0
MAX_BLOCK_DIM_X: 512
MAX_BLOCK_DIM_Y: 512
MAX_BLOCK_DIM_Z: 64
MAX_GRID_DIM_X: 65535
MAX_GRID_DIM_Y: 65535
MAX_GRID_DIM_Z: 1
MAX_PITCH: 262144
MAX_REGISTERS_PER_BLOCK: 8192
MAX_SHARED_MEMORY_PER_BLOCK: 16384
MAX_THREADS_PER_BLOCK: 512
MULTIPROCESSOR_COUNT: 12
TEXTURE_ALIGNMENT: 256
TOTAL_CONSTANT_MEMORY: 65536
WARP_SIZE: 32
This is on Fedora 8 (i386) with driver 177.73, Toolkit 2.0, Python 2.5, gcc
4.1.2.
Is this error important or can it be safely ignored?
Cheers,
Ian Cullinan
_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net