#include <catch2/catch_test_macros.hpp>
#include <catch2/catch_template_test_macros.hpp>
#include <catch2/catch_approx.hpp>
#include "assert.hpp"
#include "cpuid.hpp"
#include "concepts.hpp"
#include "memory.hpp"
#include "numerics/bf16.hpp"
#include "numerics/fp16.hpp"
#include "numerics.hpp"
#include "profiling.hpp"
#include "static_string.hpp"
#include "types.hpp"
#include "wait.hpp"
#include "simd_data.hpp"
#include "simd.hpp"
Go to the source code of this file.
Macros | |
#define | EIN_TESTING 1 |
collect inline tests from all headers here | |
Definition in file tests.cpp.