mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-04-19 22:38:56 +00:00
Update TVM FFI version
This commit is contained in:
@@ -12,7 +12,7 @@ requires-python = ">=3.12"
|
||||
|
||||
dependencies = [
|
||||
"nvidia-cutlass-dsl",
|
||||
"apache-tvm-ffi", # Required for best performance. To opt-out: uninstall or set cutlass_api.config.GlobalOptions().use_tvm_ffi=False
|
||||
"apache-tvm-ffi == 0.1.7", # Required for best performance. To opt-out: uninstall or set cutlass_api.config.GlobalOptions().use_tvm_ffi=False
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user