We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d91aa commit 310d2f7Copy full SHA for 310d2f7
build_tools/cmake/TorchMLIRPyTorch.cmake
@@ -40,7 +40,7 @@ endfunction()
40
# (PYBIND11_INTERNALS_ID in include/pybind11/detail/internals.h). Differences
41
# in this variable between torch-mlir and PyTorch will cause type errors.
42
# Note: as of version 2.9.0.dev20250826, torch has updated to pybind11 ver 3.0.
43
-# This simplifies compatibility considerably. For reference, see
+# This simplifies compatibility considerably. For reference, see
44
# https://github.com/pybind/pybind11/pull/5439
45
# For pre-version 3.0 pybind11, our best option is to:
46
# a) Identify which ABI version PyTorch was compiled with
0 commit comments