OpenQMC API
Loading...
Searching...
No Matches
gpu.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright Contributors to the OpenQMC Project.
3
7
8#pragma once
9
10#if defined(__CUDACC__)
11#define OQMC_HOST_DEVICE __host__ __device__
12#else
13#define OQMC_HOST_DEVICE
14#endif