diff --git a/op_builder/builder.py b/op_builder/builder.py index 163463c28c47..cd2f71ea560c 100644 --- a/op_builder/builder.py +++ b/op_builder/builder.py @@ -70,7 +70,7 @@ def get_default_compute_capabilities(): "10.2", ], 11: ["11.0", "11.1", "11.2", "11.3", "11.4", "11.5", "11.6", "11.7", "11.8"], - 12: ["12.0", "12.1"], + 12: ["12.0", "12.1", "12.2", "12.3"], }