Skip to content

Commit

Permalink
Fix version ifdef for CU_TARGET_COMPUTE_86
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 21, 2022
1 parent 62bbf04 commit 54ce429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wrapper/wrap_cudadrv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,8 @@ BOOST_PYTHON_MODULE(_driver)
.value("COMPUTE_75", CU_TARGET_COMPUTE_75)

.value("COMPUTE_80", CU_TARGET_COMPUTE_80)
#endif
#if (CUDAPP_CUDA_VERSION >= 11060) /* approximate, precise version unknown */
.value("COMPUTE_86", CU_TARGET_COMPUTE_86)
#endif
#if (CUDAPP_CUDA_VERSION >= 12000)
Expand Down

0 comments on commit 54ce429

Please sign in to comment.