NeoN
A framework for CFD software
Loading...
Searching...
No Matches
backendInfo.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 NeoN authors
2//
3// SPDX-License-Identifier: MIT
4
5#pragma once
6
7namespace NeoN
8{
9
10[[nodiscard]] bool hasSerialBackend() noexcept;
11
12[[nodiscard]] bool hasCpuBackend() noexcept;
13
14[[nodiscard]] bool hasGpuBackend() noexcept;
15
16} // namespace NeoN
Integer types used throughout NeoN.
Definition array.hpp:18
bool hasCpuBackend() noexcept
bool hasSerialBackend() noexcept
bool hasGpuBackend() noexcept