Hi,
I am writing unit tests of cudafy code, however during the call to GetDeviceProperties() method I am getting access violation exception:
> An exception of type 'System.AccessViolationException' occurred in mscorlib.dll but was not handled in user code
>Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Any solution to prevent this from happening ? Thanks!
Comments: ** Comment from web user: ahmed34234 **
I am writing unit tests of cudafy code, however during the call to GetDeviceProperties() method I am getting access violation exception:
> An exception of type 'System.AccessViolationException' occurred in mscorlib.dll but was not handled in user code
>Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Any solution to prevent this from happening ? Thanks!
Comments: ** Comment from web user: ahmed34234 **
a