Fix memory consumption in test-cublas-parallel-atrip
This commit is contained in:
parent
81e89274ab
commit
4e2de62508
@ -137,7 +137,7 @@ int main(int argc, char** argv) {
|
|||||||
printf("no: %ld\n", no);
|
printf("no: %ld\n", no);
|
||||||
printf("nv: %ld\n", nv);
|
printf("nv: %ld\n", nv);
|
||||||
printf("SIZE %f GB\n", (3 * nv * oo
|
printf("SIZE %f GB\n", (3 * nv * oo
|
||||||
+ 6 * oo * nv
|
+ 6 * no * nv
|
||||||
+ 3 * oo
|
+ 3 * oo
|
||||||
+ 3 * ooo
|
+ 3 * ooo
|
||||||
+ 1 * ooo
|
+ 1 * ooo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user