We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364a048 commit 8d08fdeCopy full SHA for 8d08fde
1 file changed
cumm/common.py
@@ -418,7 +418,7 @@ def __init__(self):
418
class _CudaInclude(pccm.Class):
419
def __init__(self):
420
super().__init__()
421
- if not CUMM_CPU_ONLY_BUILD:
+ if not CUMM_CPU_ONLY_BUILD and not compat.IsAppleSiliconMacOs:
422
include, lib64 = _get_cuda_include_lib()
423
self.add_include("cuda.h")
424
self.build_meta.add_private_includes(include)
0 commit comments