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
Traceback (most recent call last):
File "/home/ubuntu/project/Data_gen/roberta.py", line 362, in<module>main()
File "/home/ubuntu/project/Data_gen/roberta.py", line 83, in main
with profile(activities=[ProfilerActivity.CPU, ProfilerActivity.XPU])as prof:
File "/home/ubuntu/.conda/envs/llm2/lib/python3.10/site-packages/torch/profiler/profiler.py", line 744, in __enter__
self.start()
File "/home/ubuntu/.conda/envs/llm2/lib/python3.10/site-packages/torch/profiler/profiler.py", line 754, in start
self._transit_action(ProfilerAction.NONE, self.current_action)
File "/home/ubuntu/.conda/envs/llm2/lib/python3.10/site-packages/torch/profiler/profiler.py", line 793, in _transit_action
action()
File "/home/ubuntu/.conda/envs/llm2/lib/python3.10/site-packages/torch/profiler/profiler.py", line 168, in prepare_trace
self.profiler._prepare_trace()
File "/home/ubuntu/.conda/envs/llm2/lib/python3.10/site-packages/torch/autograd/profiler.py", line 331, in _prepare_trace
_prepare_profiler(self.config(), self.kineto_activities)
RuntimeError: Fail to enable Kineto Profiler on XPU due to error code: 200
Does the source code installation have Kineto Profiler installed as a default during the process?
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the issue
I was trying to use Kineto profiler with IPEX LLM installed from the source. I was trying to use the profiler with the following code:
I got the following errors
Does the source code installation have Kineto Profiler installed as a default during the process?
Thanks!
The text was updated successfully, but these errors were encountered: