ROCm / AMDMIGraphX

AMD's graph optimization engine.
https://rocm.docs.amd.com/projects/AMDMIGraphX/en/latest/
MIT License
185 stars 86 forks source link

[BUG] Compile Error when importing torch after migraphx #3487

Closed richagadgil closed 1 month ago

richagadgil commented 1 month ago

Description:

model.compile() results in string of hiprtc errors when torch is imported after migraphx

Steps to Reproduce:

  1. pip install -r torch_requirements.txt
  2. pip install -r requirements.txt
  3. python3 compile_model.py

compile_model_failure.zip

Full Error Log:

compile_error.txt