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
We encountered a performance regression issue that we think might be related to intel-extension-for-pytorch.
Specifically, we found that the performance of the gemm_kernel is inconsistent across the following setups:
# dpkg --list | grep i915
ii intel-i915-dkms 1.23.10.54.231129.55+i87-1 all Out of tree i915 driver.
# modinfo i915
filename: /lib/modules/6.5.0-35-generic/updates/dkms/i915.ko
license: GPL and additional rights
description: Intel Graphics
version: backported to 6.5.0-35 from (99e6f0dacfea7) using backports I915_23.10.54_PSB_231129.55
author: Intel Corporation
author: Tungsten Graphics, Inc.
import_ns: INTEL_VSEC
import_ns: DMA_BUF
Describe the issue
We encountered a performance regression issue that we think might be related to intel-extension-for-pytorch.
Specifically, we found that the performance of the gemm_kernel is inconsistent across the following setups:
Below are the results of our testing:
The test script we used is listed as follows:
The performance is nearly half for some specific shapes.
The text was updated successfully, but these errors were encountered: