mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
enable all benches + update info
This commit is contained in:
@@ -43,7 +43,7 @@ void testvm_construct(Genode::Env &env)
|
||||
Libc::with_libc([&] {
|
||||
Genode::log("===Run 2mm===");
|
||||
ns_2mm::main(0, 0);
|
||||
/*Genode::log("===Run 3mm===");
|
||||
Genode::log("===Run 3mm===");
|
||||
ns_3mm::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 10.05 Percent: 16256
|
||||
Genode::log("===Run atax===");
|
||||
ns_atax::main(0, 0);
|
||||
@@ -67,7 +67,7 @@ void testvm_construct(Genode::Env &env)
|
||||
Genode::log("===Run gramschmidt===");
|
||||
ns_gramschmidt::main(0, 0);
|
||||
Genode::log("===Run lu===");
|
||||
ns_lu::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 0.05 Percent: 127 + sometimes PF
|
||||
ns_lu::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 0.05 Percent: 127
|
||||
|
||||
Genode::log("===Run correlation===");
|
||||
ns_correlation::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 4188163
|
||||
@@ -78,14 +78,14 @@ void testvm_construct(Genode::Env &env)
|
||||
ns_adi::main(0, 0); // CPU-GPU Outputs Beyond Error Threshold of 10.05 Percent: 455
|
||||
Genode::log("===Run convolution_2d===");
|
||||
ns_convolution_2d::main(0, 0);
|
||||
Genode::log("===Run convolution_3d==="); // this one may also destroy other benchmarks!
|
||||
Genode::log("===Run convolution_3d===");
|
||||
ns_convolution_3d::main(0, 0); // Non-Matching CPU-GPU Outputs Beyond Error Threshold of 1.05 Percent: 234484
|
||||
Genode::log("===Run fdtd_2d===");
|
||||
ns_fdtd_2d::main(0, 0);
|
||||
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
|
||||
Genode::log("===Run jacobi_2d_imper===");
|
||||
ns_jacobi_2d_imper::main(0, 0);*/
|
||||
ns_jacobi_2d_imper::main(0, 0);
|
||||
});
|
||||
|
||||
Genode::log("===End===");
|
||||
|
||||
Reference in New Issue
Block a user