Skip to content

Commit

Permalink
Fix formatting (NVIDIA#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and pciolkosz committed Aug 4, 2024
1 parent ee42d0a commit 7f19547
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
5 changes: 2 additions & 3 deletions cudax/include/cuda/experimental/__event/event.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
# pragma system_header
#endif // no system header

#include <cuda/experimental/__detail/utility.cuh>
#include <cuda/experimental/__event/event_ref.cuh>
#include <cuda/std/__cuda/api_wrapper.h>
#include <cuda/std/cstddef>
#include <cuda/std/utility>

#include <cuda/experimental/__detail/utility.cuh>
#include <cuda/experimental/__event/event_ref.cuh>

namespace cuda::experimental
{
class timed_event;
Expand Down
5 changes: 2 additions & 3 deletions cudax/include/cuda/experimental/__event/timed_event.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@
# pragma system_header
#endif // no system header

#include <cuda/experimental/__detail/utility.cuh>
#include <cuda/experimental/__event/event.cuh>
#include <cuda/std/__cuda/api_wrapper.h>
#include <cuda/std/chrono>
#include <cuda/std/cstddef>

#include <cuda/experimental/__detail/utility.cuh>
#include <cuda/experimental/__event/event.cuh>

namespace cuda::experimental
{
//! @brief An owning wrapper for a `cudaEvent_t` with timing enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
#ifndef _CUDAX__HIERARCHY_HIERARCHY_DIMENSIONS
#define _CUDAX__HIERARCHY_HIERARCHY_DIMENSIONS

#include <cuda/experimental/__hierarchy/level_dimensions.cuh>
#include <cuda/std/__utility/declval.h>
#include <cuda/std/tuple>

#include <cuda/experimental/__hierarchy/level_dimensions.cuh>

#include <nv/target>

#if _CCCL_STD_VER >= 2017
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
#ifndef _CUDAX__HIERARCHY_LEVEL_DIMENSIONS
#define _CUDAX__HIERARCHY_LEVEL_DIMENSIONS

#include <cuda/std/type_traits>

#include <cuda/experimental/__hierarchy/hierarchy_levels.cuh>
#include <cuda/std/type_traits>

#if _CCCL_STD_VER >= 2017
namespace cuda::experimental
Expand Down
3 changes: 1 addition & 2 deletions cudax/include/cuda/experimental/__launch/configuration.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
#ifndef _CUDAX__LAUNCH_CONFIGURATION
#define _CUDAX__LAUNCH_CONFIGURATION

#include <cuda/experimental/hierarchy.cuh>
#include <cuda/std/span>
#include <cuda/std/tuple>

#include <cuda/experimental/hierarchy.cuh>

#if _CCCL_STD_VER >= 2017
namespace cuda::experimental
{
Expand Down
1 change: 0 additions & 1 deletion cudax/test/launch/launch_smoke.cu
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
//===----------------------------------------------------------------------===//
#define LIBCUDACXX_ENABLE_EXCEPTIONS
#include <cuda/atomic>

#include <cuda/experimental/launch.cuh>

#include "../hierarchy/testing_common.cuh"
Expand Down

0 comments on commit 7f19547

Please sign in to comment.