larger than 64bit integer I want to count with very big integers, larger than 64bit

Thats exactly what I want. Thank you very much!

More questions: :-)

1.How can I display in decimal number system?

  1. If I want to allocate N-element my_uint128 array to my device, I have to use this code?
cudaMalloc( (void**)&deviceArray, (N * sizeof(my_uint128)) )