From 4f14f7d9a3aea3f12c559e565debdcc46c354693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20L=C3=BCtke=20Dreimann?= Date: Mon, 29 Aug 2022 09:57:35 +0200 Subject: [PATCH] disabled doitgen --- repos/hello_gpgpu/src/hello_gpgpu/main.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repos/hello_gpgpu/src/hello_gpgpu/main.cc b/repos/hello_gpgpu/src/hello_gpgpu/main.cc index 5c8b430e08..e2dc1d8e75 100644 --- a/repos/hello_gpgpu/src/hello_gpgpu/main.cc +++ b/repos/hello_gpgpu/src/hello_gpgpu/main.cc @@ -48,10 +48,10 @@ void testvm_construct(Genode::Env &env) Genode::log("===Run atax==="); ns_atax::main(0, 0); Genode::log("===Run bicg==="); - ns_bicg::main(0, 0); - Genode::log("===Run doitgen==="); - ns_doitgen::main(0, 0); // Number of misses: 31744 + 266 dangling allocations at allocator destruction time? - Genode::log("===Run gemm==="); + ns_bicg::main(0, 0);*/ + //Genode::log("===Run doitgen==="); // this one is broken and destroys other benchmarks! + //ns_doitgen::main(0, 0); // Number of misses: 31744 + 266 dangling allocations at allocator destruction time? + /*Genode::log("===Run gemm==="); ns_gemm::main(0, 0); Genode::log("===Run gemver==="); ns_gemver::main(0, 0);