Render issue with glDrawElements in windows 10 - VS 2015 64 bit with 9.1 toolkit

Hello OpenGL Team,

I am working with a simulation project with cuda and openGL.My Project is working properly with 32 bit solution with cuda toolkit 4.2, 5,6.5,7.0. when i am trying to run my application with cuda 9.1 toolkit with 64 bit my obj file is not rendering properly with glDrawElements function.

I checked the glDrawArray function is rendering proper with 9.1 64 bit.Please help me to render the obj file with cuda 9.1 toolkit with 64 bit using the glDrawElements function.

thanks