ROCm sgl-kernel: compatible to later torch (#5167)

This commit is contained in:
HAI
2025-04-10 09:18:36 -07:00
committed by GitHub
parent 76f44c2a8d
commit d050df368c

View File

@@ -71,7 +71,7 @@ ext_modules = [
},
libraries=libraries,
extra_link_args=extra_link_args,
py_limited_api=True,
py_limited_api=False,
),
]