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

Commit

Permalink
Merge pull request #92 from lukeyeager/cuda9-deprecated-macro
Browse files Browse the repository at this point in the history
Stop using macro which is deprecated in cuda9

Former-commit-id: efa540d47e0c457f172528ea028fd7a8eb486168
  • Loading branch information
dumerrill authored Jun 28, 2017
2 parents 958fc01 + 690347b commit d5d70e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/util_arch.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace cub {

#ifndef DOXYGEN_SHOULD_SKIP_THIS // Do not document

#if (__CUDACC_VER__ >= 80500)
#if (__CUDACC_VER_MAJOR__ >= 9)
#define CUB_USE_COOPERATIVE_GROUPS
#endif

Expand Down

0 comments on commit d5d70e2

Please sign in to comment.