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
* Revert "Restore cuda/bindings/_bindings/cynvrtc.pyx.in as-is on main"
This reverts commit ba093f5.
* Revert "Reapply "Revert debug changes under .github/workflows""
This reverts commit 8f69f83.
* Also load nvrtc from cuda_bindings/tests/path_finder.py
* Add heuristics for nvidia_cuda_nvrtc Windows wheels.
Also fix a couple bugs discovered by ChatGPT:
* `glob.glob()` in this code return absolute paths.
* stray `error_messages = []`
* Add debug prints, mostly for `os.add_dll_directory(bin_dir)`
* Fix unfortunate silly oversight (import os missing under Windows)
* Use `win32api.LoadLibraryEx()` with suitable `flags`; also update `os.environ["PATH"]`
* Hard-wire WinBase.h constants (they are not exposed by win32con)
* Remove debug prints
* Reapply "Reapply "Revert debug changes under .github/workflows""
This reverts commit b002ff6.
0 commit comments