diff --git a/setup.py b/setup.py index 8707209526ad..6c6971e5ae84 100755 --- a/setup.py +++ b/setup.py @@ -183,8 +183,8 @@ def op_enabled(op_name): if op_enabled(op_name) and not op_compatible: env_var = op_envvar(op_name) if not is_env_set(env_var): - builder.warning(f"One can disable {op_name} with {env_var}=0") - abort(f"Unable to pre-compile {op_name}") + builder.warning(f"Skip pre-compile of incompatible {op_name}; One can disable {op_name} with {env_var}=0") + continue # If op is compatible but install is not enabled (JIT mode). if is_rocm_pytorch and op_compatible and not op_enabled(op_name):