Skip to content

Commit 860e2a2

Browse files
committed
Merge remote-tracking branch 'origin/master'
Conflicts: posts/nvtx/compiler_inst_nvtx.cu posts/nvtx/inst_nvtx.cpp posts/nvtx/manual_nvtx.cu
2 parents 1c96aec + da005a6 commit 860e2a2

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

posts/nvtx/compiler_inst_nvtx.cu

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 1993-2015, NVIDIA CORPORATION. All rights reserved.
2-
*
1+
/* Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
2+
*
33
* Redistribution and use in source and binary forms, with or without
44
* modification, are permitted provided that the following conditions
55
* are met:
@@ -25,7 +25,6 @@
2525
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*/
2727

28-
2928
#include <cstdio>
3029

3130
__global__ void init_data_kernel( int n, double* x)

posts/nvtx/inst_nvtx.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 1993-2015, NVIDIA CORPORATION. All rights reserved.
2-
*
1+
/* Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
2+
*
33
* Redistribution and use in source and binary forms, with or without
44
* modification, are permitted provided that the following conditions
55
* are met:
@@ -25,7 +25,6 @@
2525
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*/
2727

28-
2928
#include <stdio.h>
3029
#include "nvToolsExt.h"
3130
#include <dlfcn.h>

posts/nvtx/manual_nvtx.cu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 1993-2015, NVIDIA CORPORATION. All rights reserved.
2-
*
1+
/* Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
2+
*
33
* Redistribution and use in source and binary forms, with or without
44
* modification, are permitted provided that the following conditions
55
* are met:

0 commit comments

Comments
 (0)