Kublai-Jing
Results
2
comments of
Kublai-Jing
Thanks Minjie, 1. By using CPU device, do you mean that we do the same operator[] with CPU? I've actually tried that, but it seems that the operator[] now returns...
The code is actually just: ``` #include #include #include #include #include using namespace minerva; using namespace std; int main(int argc, char ** argv){ srand (time(NULL)); MinervaSystem::Initialize(&argc, &argv); MinervaSystem &ms =...