ROCm / AMDMIGraphX

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

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

Open richagadgil opened 1 day ago

richagadgil commented 1 day 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