From d3756c915b950abc50652bd7f1c80e5c8322db34 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 21 Jun 2021 11:01:31 -0700 Subject: [PATCH] Fix building on CUDA 11.3 (#809) Closes #808 Authors: - Ben Frederickson (https://github.com/benfred) Approvers: - Mark Harris (https://github.com/harrism) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: https://github.com/rapidsai/rmm/pull/809 --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 0346dc713..2663119ca 100644 --- a/python/setup.py +++ b/python/setup.py @@ -78,6 +78,7 @@ def get_cuda_version_from_header(cuda_include_dir): "11.0": "11.x", "11.1": "11.x", "11.2": "11.x", + "11.3": "11.x", } for pxd_basename in files_to_preprocess: