smithakihide
smithakihide
I tried to compare with simple diffusion equation code. I examined both versions of single precision and double precision. the common conditions are array size = 1048576, loop number nT...
here is the whole code for this test. ``` #include #include #include #include #include #include #include concurrency::accelerator ChoseAccelerator() { using std::cout; using std::cin; using std::wcout; using std::vector; using concurrency::accelerator; vector...
may be, I should give up to use filesystem libraries,