You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def nvrtcCreateProgram(char* src, char* name, int numHeaders, list headers, list includeNames):
We should do some housekeeping and check other such instances. We don't need to unnecessarily constrain the type of an iterable unless there's a good reason.
The text was updated successfully, but these errors were encountered:
I think this is a defect likely in the codegen:
which hard-codes the argument types to be a list:
cuda-python/cuda/nvrtc.pyx.in
Line 203 in b88592a
We should do some housekeeping and check other such instances. We don't need to unnecessarily constrain the type of an iterable unless there's a good reason.
The text was updated successfully, but these errors were encountered: