Thats exactly what I want. Thank you very much!
More questions: :-)
1.How can I display in decimal number system?
- 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)) )