From fbecab480ccfd76646de5474b6604dd2d35d7cd4 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 18 Apr 2023 15:34:29 -0500 Subject: [PATCH] Use nvtx3 includes in string examples. --- cpp/examples/strings/custom_optimized.cu | 4 ++-- cpp/examples/strings/custom_prealloc.cu | 4 ++-- cpp/examples/strings/custom_with_malloc.cu | 4 ++-- cpp/examples/strings/libcudf_apis.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cpp/examples/strings/custom_optimized.cu b/cpp/examples/strings/custom_optimized.cu index bf21a77401f..ed8e075ec4b 100644 --- a/cpp/examples/strings/custom_optimized.cu +++ b/cpp/examples/strings/custom_optimized.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ #include #include -#include +#include /** * @brief Computes the size of each output row diff --git a/cpp/examples/strings/custom_prealloc.cu b/cpp/examples/strings/custom_prealloc.cu index c0bae03af5c..a956550f505 100644 --- a/cpp/examples/strings/custom_prealloc.cu +++ b/cpp/examples/strings/custom_prealloc.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ #include #include -#include +#include /** * @brief Builds the output for each row diff --git a/cpp/examples/strings/custom_with_malloc.cu b/cpp/examples/strings/custom_with_malloc.cu index f1d397ef007..32f7bf7cbd0 100644 --- a/cpp/examples/strings/custom_with_malloc.cu +++ b/cpp/examples/strings/custom_with_malloc.cu @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, NVIDIA CORPORATION. + * Copyright (c) 2022-2023, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ #include #include -#include +#include /** * @brief Reserve CUDA malloc heap size diff --git a/cpp/examples/strings/libcudf_apis.cpp b/cpp/examples/strings/libcudf_apis.cpp index 0514b0dfbcc..f5f1eb048f1 100644 --- a/cpp/examples/strings/libcudf_apis.cpp +++ b/cpp/examples/strings/libcudf_apis.cpp @@ -25,7 +25,7 @@ #include #include -#include +#include /** * @brief Redacts each name per the corresponding visibility entry