Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ InsertTrailingCommas: Wrapped
IndentRequires: true
IndentPPDirectives: AfterHash
IndentWidth: 2
KeepEmptyLinesAtTheStartOfBlocks: false
KeepEmptyLines:
AtEndOfFile: true
AtStartOfBlock: false
AtStartOfFile: false
MaxEmptyLinesToKeep: 1
Macros:
- _CCCL_TEMPLATE(...)=template<...>
Expand Down
1 change: 0 additions & 1 deletion c/parallel/test/test_segmented_reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include <cstdint>
#include <cstdlib>
#include <numeric>
Expand Down
1 change: 0 additions & 1 deletion c/parallel/test/test_transform.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include <cstdint>
#include <cstdlib>
#include <iostream> // std::cerr
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved.
// SPDX-License-Identifier: BSD-3-Clause

Expand Down
1 change: 0 additions & 1 deletion cub/cub/device/dispatch/dispatch_unique_by_key.cuh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// SPDX-FileCopyrightText: Copyright (c), NVIDIA CORPORATION. All rights reserved.
// SPDX-License-Identifier: BSD-3

Expand Down
3 changes: 1 addition & 2 deletions libcudacxx/codegen/generators/header.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

inline void FormatHeader(std::ostream& out)
{
std::string header = R"XXX(
//===----------------------------------------------------------------------===//
std::string header = R"XXX(//===----------------------------------------------------------------------===//
//
// Part of libcu++, the C++ Standard Library for your entire system,
// under the Apache License v2.0 with LLVM Exceptions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//===----------------------------------------------------------------------===//
//
// Part of libcu++, the C++ Standard Library for your entire system,
Expand Down
1 change: 0 additions & 1 deletion libcudacxx/include/cuda/std/__cccl/deprecated.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//===----------------------------------------------------------------------===//
//
// Part of libcu++, the C++ Standard Library for your entire system,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//===----------------------------------------------------------------------===//
//
// Part of libcu++, the C++ Standard Library for your entire system,
Expand Down
1 change: 0 additions & 1 deletion thrust/testing/offset_iterator.cu
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#include <thrust/distance.h>
#include <thrust/iterator/offset_iterator.h>

Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/detail/pointer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Copyright 2008-2021 NVIDIA Corporation
*
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/system/detail/generic/select_system.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Copyright 2008-2013 NVIDIA Corporation
*
Expand Down
1 change: 0 additions & 1 deletion thrust/thrust/zip_function.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*! \file thrust/zip_function.h
* \brief Adaptor type that turns an N-ary function object into one that takes
* a tuple of size N so it can easily be used with algorithms taking zip
Expand Down