Skip to content
Snippets Groups Projects
Commit 85b59d1e authored by Seldkt's avatar Seldkt
Browse files

change satuan time

parent 2ac77565
Branches
No related merge requests found
Pipeline #12365 canceled with stages
......@@ -102,7 +102,7 @@ int main(int argc, char *argv[]) {
}
out.close();
cout << "Waktu : " << ms * 1000 << " detik." << endl;
cout << "Waktu : " << ms << " ms." << endl;
cudaFree(src);
curandDestroyGenerator(curandGenerator);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment