Avoid cuda/std types in host compiler headers (#246)

Fixes: #245
This commit is contained in:
Bernhard Manfred Gruber
2025-07-17 12:27:39 +02:00
committed by GitHub
parent 38ac5d7339
commit 0c24f0250b

View File

@@ -20,15 +20,14 @@
#include <nvbench/flags.cuh>
#include <cuda/std/cstdint>
#include <cstdint>
#include <type_traits>
namespace nvbench::detail
{
// See the similarly named tags in nvbench::exec_tag:: for documentation.
enum class exec_flag : ::cuda::std::uint16_t
enum class exec_flag : std::uint16_t
{
none = 0x0,