mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
updated bench info
This commit is contained in:
@@ -67,10 +67,10 @@ void testvm_construct(Genode::Env &env)
|
||||
//Genode::log("===Run gramschmidt===");
|
||||
//ns_gramschmidt::main(0, 0); // this one is broken (div by 0 and unsolvable input instance) (official Linux version is broken too!)
|
||||
Genode::log("===Run lu===");
|
||||
ns_lu::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 0.05 Percent: 127
|
||||
ns_lu::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 0.05 Percent: 516
|
||||
|
||||
Genode::log("===Run correlation===");
|
||||
ns_correlation::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 4188163
|
||||
ns_correlation::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 1
|
||||
Genode::log("===Run covariance===");
|
||||
ns_covariance::main(0, 0);
|
||||
|
||||
@@ -79,11 +79,11 @@ void testvm_construct(Genode::Env &env)
|
||||
Genode::log("===Run convolution_2d===");
|
||||
ns_convolution_2d::main(0, 0);
|
||||
Genode::log("===Run convolution_3d===");
|
||||
ns_convolution_3d::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 234484
|
||||
ns_convolution_3d::main(0, 0);
|
||||
Genode::log("===Run fdtd_2d===");
|
||||
ns_fdtd_2d::main(0, 0);
|
||||
ns_fdtd_2d::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 1
|
||||
Genode::log("===Run jacobi_1d_imper===");
|
||||
ns_jacobi_1d_imper::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 10.05 Percent: 245
|
||||
ns_jacobi_1d_imper::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 10.05 Percent: 1109
|
||||
Genode::log("===Run jacobi_2d_imper===");
|
||||
ns_jacobi_2d_imper::main(0, 0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user