Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 80df72d

Browse files
committed
Bump Thrust version to 2.0.0.
1 parent 376767d commit 80df72d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies/cub

Submodule cub updated 1 file

thrust/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2008-2013 NVIDIA Corporation
2+
* Copyright 2008-2022 NVIDIA Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@
4747
* <tt>THRUST_VERSION / 100 % 1000</tt> is the minor version.
4848
* <tt>THRUST_VERSION / 100000</tt> is the major version.
4949
*/
50-
#define THRUST_VERSION 101700
50+
#define THRUST_VERSION 200000
5151

5252
/*! \def THRUST_MAJOR_VERSION
5353
* \brief The preprocessor macro \p THRUST_MAJOR_VERSION encodes the

0 commit comments

Comments
 (0)