NeoN
A framework for CFD software
Loading...
Searching...
No Matches
include
NeoN
core
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
7
namespace
NeoN
8
{
9
10
[[nodiscard]]
bool
hasSerialBackend
() noexcept;
11
12
[[nodiscard]]
bool
hasCpuBackend
() noexcept;
13
14
[[nodiscard]]
bool
hasGpuBackend
() noexcept;
15
16
}
// namespace NeoN
NeoN
Integer types used throughout NeoN.
Definition
array.hpp:18
NeoN::hasCpuBackend
bool hasCpuBackend() noexcept
NeoN::hasSerialBackend
bool hasSerialBackend() noexcept
NeoN::hasGpuBackend
bool hasGpuBackend() noexcept
Generated by
1.9.8