You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
32HD
changed the title
Can't get rf_id in kineto trace!!!, trace_link.py can't find relation with gpu_op with cpu_op.
Can't get rf_id in kineto trace!!!, trace_link.py can't find relation of cpu_op.
Sep 13, 2024
chakra_device_trace_loader.py:
kineto_rf_id_to_kineto_op_map = {op.rf_id: op for op in kineto_cpu_ops if op.rf_id is not None}
kineto.jason:
**There is no rf_id entry, that means trace_linker.py can't find connection of TE.json and kineto.json. **
Maybe pytorch version is key
The text was updated successfully, but these errors were encountered: