Skip to content

Commit

Permalink
Merge pull request #6168 from gmarkall/grm-issue-6167
Browse files Browse the repository at this point in the history
Fix Issue #6167: Failure in test_cuda_submodules
  • Loading branch information
stuartarchibald committed Aug 26, 2020
1 parent 620cff0 commit ebc532f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion numba/cuda/simulator/cudadrv/nvvm.py
Expand Up @@ -15,9 +15,11 @@ def __init__(self):
set_cuda_kernel = None
fix_data_layout = None
get_arch_option = None
SUPPORTED_CC = None
LibDevice = None
NvvmError = None

def is_available():
return False

def get_supported_ccs():
return ()

0 comments on commit ebc532f

Please sign in to comment.