Searched +full:clang +full:- +full:format +full:- +full:15 (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/magma/tuning/ |
| H A D | tuning.cpp | 1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors. 2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 4 // SPDX-License-Identifier: BSD-2-Clause 16 // clang-format off 18 // and quadrature rules of degree 2p and 2p - 2. These can be expanded to more element types and qu… 21 {{3, 1, 2}, {6, 3, 2}, {10, 6, 2}, {15, 12, 2}, {21, 16, 2}, {28, 25, 2}, {36, 33, 2}, 22 {3, 3, 2}, {6, 6, 2}, {10, 12, 2}, {15, 16, 2}, {21, 25, 2}, {28, 33, 2}, 26 // clang-format on 79 data_interp_n = std::chrono::duration_cast<Duration>(Clock::now() - start).count(); in main() 91 data_interp_t = std::chrono::duration_cast<Duration>(Clock::now() - start).count(); in main() [all …]
|