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
I am binding to a C library that does NVRTC compilation. I'd like to use ProgramOptions._as_bytes() and pass the resulting bytes object(s) to my C library. Can this method be made public?
I am binding to a C library that does NVRTC compilation. I'd like to use
ProgramOptions._as_bytes()and pass the resulting bytes object(s) to my C library. Can this method be made public?