We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeb0c1 commit 5d1a30cCopy full SHA for 5d1a30c
setup.py
@@ -183,8 +183,8 @@ def op_enabled(op_name):
183
if op_enabled(op_name) and not op_compatible:
184
env_var = op_envvar(op_name)
185
if not is_env_set(env_var):
186
- builder.warning(f"One can disable {op_name} with {env_var}=0")
187
- 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
188
189
# If op is compatible but install is not enabled (JIT mode).
190
if is_rocm_pytorch and op_compatible and not op_enabled(op_name):
0 commit comments