From 8691f6f7306914d8fc9d5afc8a347ebf5ce0a7d7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 23 Aug 2021 22:04:50 +0200 Subject: Replace InitializeO by memset --- tangle/benchmark-ldc.cu | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tangle/benchmark-ldc.cu') diff --git a/tangle/benchmark-ldc.cu b/tangle/benchmark-ldc.cu index 2443afe..4de0ae5 100644 --- a/tangle/benchmark-ldc.cu +++ b/tangle/benchmark-ldc.cu @@ -30,14 +30,6 @@ void simulate(descriptor::Cuboid cuboid, std::size_t nStep) { auto box_mask = materials.mask_of_material(2); auto lid_mask = materials.mask_of_material(3); - auto bulk_cells = materials.list_of_material(1); - auto box_cells = materials.list_of_material(2); - auto lid_cells = materials.list_of_material(3); - - lattice.template apply(bulk_cells); - lattice.template apply(box_cells); - lattice.template apply(lid_cells); - cudaDeviceSynchronize(); for (std::size_t iStep=0; iStep < 100; ++iStep) { -- cgit v1.2.3