Hi,

Thank goodness i've found this mailing list :)

I've faced similar issues while installing PyCUDA 0.93, CUDA 2.3 on my Mac
OS X 10.5.8 and after some debugging, i suspect that the attribute
CLOCK_RATE is causing the issue in driver.py in the pycuda package directory
under Python 2.5

When i edit the driver.py and put in some debug statements in the function
add_functionality(), i deliberately removed the attribute *CLOCK_RATE* via
del device_attributes.CLOCK_RATE and upon re-running the verification
program test_drivery.py, i could pass now without much problems; i did
another comparison by running the CUDA 2.3 SDK samples deviceQueryDrv (which
used *cuDeviceGetAttribute *and looked for *CU_DEVICE_ATTRIBUTE_CLOCK_RATE*)
and that ran fine....

I don't know why its failing for CLOCK_RATE in PyCuda, anyone has ideas?

Thanks,
Ray
_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to