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
Hi, I'm using ARL-H and I want to use XMX optimization. When I ran a inference I got UserWarning: Detect an unknown architecture, will treat it as no 2D Block feature support. (Triggered internally at /build/intel-pytorch-extension/csrc/gpu/runtime/Device.cpp:103.) and UserWarning: Detect an unknown architecture, will treat it as no XMX feature support. (Triggered internally at /build/intel-pytorch-extension/csrc/gpu/runtime/Device.cpp:58.)
OS: ubuntu 22.04 ipex version:2.3.110+xpu
Thank you!
The text was updated successfully, but these errors were encountered:
@huiyan2021 Hi, I've tried 2.5.10+xpu and found a worse performance than 2.3.110+xpu in my program. I got some trace by VTune, how can I check if it's effective? I only found a metric "XMX active".
Describe the issue
Hi, I'm using ARL-H and I want to use XMX optimization. When I ran a inference I got
UserWarning: Detect an unknown architecture, will treat it as no 2D Block feature support. (Triggered internally at /build/intel-pytorch-extension/csrc/gpu/runtime/Device.cpp:103.)
andUserWarning: Detect an unknown architecture, will treat it as no XMX feature support. (Triggered internally at /build/intel-pytorch-extension/csrc/gpu/runtime/Device.cpp:58.)
OS: ubuntu 22.04 ipex version:2.3.110+xpu
Thank you!
The text was updated successfully, but these errors were encountered: