Hello
I am trying to create a custom property in Particle Replacement API and would like to access the same custom property in bond35 API can anyone please suggest how to do that?
I declared a property like this and i keep getting error
#define cp_idx 0
#define cp_idx 1
ERROR : GPU CUDA : CUDA DRIVER ERROR 700
CUDA_ERROR_ILLEGAL_ADDRESS
an illegal memory access was encountered
cuMemcpyDtoH
I dont know how to access the custom property already created. I have declared those particle custom property in the cpp section under CBonded::getNumberOfRequiredProperties and CBonded::getDetailsForProperty i have made sure the names are the same in both ParticleReplacementAPI and Bond35Api. so why am i still seeing this error and how to resolve the same