We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd42fbb commit 525980fCopy full SHA for 525980f
1 file changed
cuda_bindings/setup.py
@@ -69,13 +69,11 @@
69
"nvrtc.h",
70
],
71
# During compilation, Cython will reference C headers that are not
72
- # explicitly parsed above. The following headers are known dependencies:
+ # explicitly parsed above. These are the known dependencies:
73
#
74
# - crt/host_defines.h
75
# - builtin_types.h
76
# - cuda_device_runtime_api.h
77
- #
78
- # These are the dependencies of the headers we parse.
79
}
80
81
# Assert that all headers exist
0 commit comments