Outputting values from CAMPARY
问题 I'm trying to use the CAMPARY library (CudA Multiple Precision ARithmetic librarY). I've downloaded the code and included it in my project. Since it supports both cpu and gpu, I'm starting with cpu to understand how it works and make sure it does what I need. But the intent is to use this with CUDA. I'm able to instantiate an instance and assign a value, but I can't figure out how to get things back out. Consider: #include <time.h> #include "c:\\vss\\CAMPARY\\Doubles\\src_cpu\\multi_prec.h"