mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
committed by
GitHub
parent
38ac5d7339
commit
0c24f0250b
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user