Hi Andreas,

Here's the results from dump_properties.py. Thanks for your help,

-Dave

new-host:examples daviddreisigmeyer$ python dump_properties.py
2 device(s) found.
Device #0: GeForce 9600M GT
  Compute Capability: 1.1
  Total Memory: 523968 KB
  CAN_MAP_HOST_MEMORY: 0
  CLOCK_RATE: 1250000
  COMPUTE_MODE: DEFAULT
  GPU_OVERLAP: 1
  INTEGRATED: 0
  KERNEL_EXEC_TIMEOUT: 1
  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: 4
  TEXTURE_ALIGNMENT: 256
  TOTAL_CONSTANT_MEMORY: 65536
  WARP_SIZE: 32
Device #1: GeForce 9400M
  Compute Capability: 1.1
  Total Memory: 259776 KB
  CAN_MAP_HOST_MEMORY: 1
  CLOCK_RATE: 1100000
  COMPUTE_MODE: DEFAULT
  GPU_OVERLAP: 0
  INTEGRATED: 1
  KERNEL_EXEC_TIMEOUT: 1
  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: 2
  TEXTURE_ALIGNMENT: 256
  TOTAL_CONSTANT_MEMORY: 65536
  WARP_SIZE: 32


On Fri, Jan 8, 2010 at 5:34 PM, Andreas Klöckner <[email protected]>wrote:

> Hi David,
>
> On Freitag 08 Januar 2010, you wrote:
> > I've been trying to get PyOpenCL and PyCUDA installed in Snow Leopard.
>  For
> > the most part I've been successful.  But the test_driver.py fails on test
> > #14 with:
> >
> > LogicError: cuMemcpyHtoDAsync failed: invalid value
>
> Can you please check (using examples/dump_properties.py) if your card
> has the GPU_OVERLAP capability and report back?
>
> > /Library/Python/2.6/site-packages/pycuda/compiler.py:192: UserWarning:
> > Reading 'lmem' from cubin failed--SourceModule metadata may be
> unavailable.
> >   warn("Reading '%s' from cubin failed--SourceModule metadata may be
> > unavailable." % key)
>
> These warnings are normal for CUDA 3 with PyCUDA 0.93. I'll release an
> update soon.
>
> Andreas
>
> PS: I would prefer it if you could send such requests to the PyCUDA
> mailing list instead of to me personally.
>
> --
> Andreas Kloeckner
> Applied Mathematics, Brown University
> http://www.dam.brown.edu/people/kloeckner
> +1-401-648-0599
>



-- 
David W. Dreisigmeyer
Visiting Assistant Professor and Visiting Research Assistant Professor
Department of Mathematics
Department of Critical Care Medicine, School of Medicine
School of Arts and Sciences
601 Thackeray Hall
University of Pittsburgh, Pittsburgh, PA 15260
[email protected]
_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to