Remove obsolete restrictions of __CUDA_ARCH__ >= 700
.
#15030
Labels
feature request
New feature or request
__CUDA_ARCH__ >= 700
.
#15030
cudf now requires Volta+, so we can remove
#if __CUDA_ARCH__ >= 700
everywhere.Originally posted by @bdice in #14993 (comment)
The text was updated successfully, but these errors were encountered: