Benjamin Leff
Benjamin Leff
# Bug report ### Bug description: It's possible this is user error or similar, but I'm observing the following when compiling Python3.14. The test `test_ctx_mgr_rollback_if_commit_failed` in `Lib/test/test_sqlite3/test_dbapi.py` seems to fail...
When building from a29a6f6aaa09013cb33ffadb8dd57e21d671ab55 there are compilation errors on 3.12. On relatively newer versions of cython declaring a `const` at module initialization has been deprecated. ```bash Error compiling Cython file:...
Support Installing Python Bindings from CMake or Using System Version of cudnn-frontend in setup.py
Due to [this block](https://github.com/NVIDIA/cudnn-frontend/blob/main/python/CMakeLists.txt#L111-L122) and the inability to install python bindings, we have [forked cudnn-frontend](https://github.com/eugo-inc/cudnn-frontend-meson-python) to support installing the python bindings using meson. Because we are using meson, this also...