New failing test case test_meta_outplace_torch_ops_aten__flash_attention_forward_xpu_float16
- Dominant language
- Python
- Stars
- 113
- Forks
- 128
- Avg merge
- 5d 9h
- Merged PRs (30d)
- 112
Description
### 🐛 Describe the bug
New failing test cases spotted in Nightly / Build-from-source:
https://github.com/intel/torch-xpu-ops/actions/runs/25863628923
Cases:
op_ut,third_party.torch-xpu-ops.test.xpu.test_meta_xpu.TestMetaXPU,test_meta_outplace_torch_ops_aten__flash_attention_forward_xpu_float16
Error log
```text
2026-05-16T02:13:38.3382495Z _ TestMetaXPU.test_meta_outplace_torch_ops_aten__flash_attention_forward_xpu_float16 _
2026-05-16T02:13:38.3382875Z [gw5] linux -- Python 3.10.20 /tmp/xpu-tool/Python/3.10.20/x64/bin/python
2026-05-16T02:13:38.3579967Z Traceback (most recent call last):
2026-05-16T02:13:38.3580572Z File "/__w/torch-xpu-ops/torch-xpu-ops/pytorch/third_party/torch-xpu-ops/test/xpu/test_meta_xpu.py", line 629, in run_meta_crossref
2026-05-16T02:13:38.3581039Z rs = func(*args, **kwargs)
2026-05-16T02:13:38.3581417Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/_ops.py", line 1275, in __call__
2026-05-16T02:13:38.3581777Z return self._op(*args, **kwargs)
2026-05-16T02:13:38.3582859Z NotImplementedError: The operator 'aten::_flash_attention_forward' is not currently implemented for the XPU device. Please open a feature on https://github.com/intel/torch-xpu-ops/issues. You can set the environment variable `PYTORCH_ENABLE_XPU_FALLBACK=1` to use the CPU implementation as a fallback for XPU unimplemented operators. WARNING: this will bring unexpected performance compared with running natively on XPU.
2026-05-16T02:13:38.3583841Z
2026-05-16T02:13:38.3583978Z The above exception was the direct cause of the following exception:
2026-05-16T02:13:38.3584177Z
2026-05-16T02:13:38.3584256Z Traceback (most recent call last):
2026-05-16T02:13:38.3584864Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1283, in test_wrapper
2026-05-16T02:13:38.3585290Z return test(*args, **kwargs)
2026-05-16T02:13:38.3585770Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1762, in wrapper
2026-05-16T02:13:38.3586171Z return fn(*args, **kwargs)
2026-05-16T02:13:38.3586559Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 2658, in wrapper
2026-05-16T02:13:38.3586945Z fn(*args, **kwargs)
2026-05-16T02:13:38.3587345Z File "/__w/torch-xpu-ops/torch-xpu-ops/pytorch/third_party/torch-xpu-ops/test/xpu/test_meta_xpu.py", line 1591, in test_meta_outplace
2026-05-16T02:13:38.3587745Z expected = func(*args, **kwargs)
2026-05-16T02:13:38.3588088Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/_ops.py", line 1275, in __call__
2026-05-16T02:13:38.3588426Z return self._op(*args, **kwargs)
2026-05-16T02:13:38.3588850Z File "/__w/torch-xpu-ops/torch-xpu-ops/pytorch/third_party/torch-xpu-ops/test/xpu/test_meta_xpu.py", line 1026, in __torch_function__
2026-05-16T02:13:38.3589250Z return run_meta_crossref(
2026-05-16T02:13:38.3589643Z File "/__w/torch-xpu-ops/torch-xpu-ops/pytorch/third_party/torch-xpu-ops/test/xpu/test_meta_xpu.py", line 631, in run_meta_crossref
2026-05-16T02:13:38.3590100Z raise AssertionError("Original OpInfo is broken") from e
2026-05-16T02:13:38.3590353Z AssertionError: Original OpInfo is broken
2026-05-16T02:13:38.3590532Z
2026-05-16T02:13:38.3590668Z The above exception was the direct cause of the following exception:
2026-05-16T02:13:38.3590855Z
2026-05-16T02:13:38.3590937Z Traceback (most recent call last):
2026-05-16T02:13:38.3591334Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 3535, in wrapper
2026-05-16T02:13:38.3591717Z method(*args, **kwargs)
2026-05-16T02:13:38.3592136Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 535, in instantiated_test
2026-05-16T02:13:38.3592567Z result = test(self, **param_kwargs)
2026-05-16T02:13:38.3593005Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1367, in dep_fn
2026-05-16T02:13:38.3593407Z return fn(slf, *args, **kwargs)
2026-05-16T02:13:38.3593795Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py", line 1928, in wrapper
2026-05-16T02:13:38.3594172Z fn(*args, **kwargs)
2026-05-16T02:13:38.3594567Z File "/tmp/xpu-tool/Python/3.10.20/x64/lib/python3.10/site-packages/torch/testing/_internal/common_device_type.py", line 1295, in test_wrapper
2026-05-16T02:13:38.3594985Z raise e_tracked from e
2026-05-16T02:13:38.3595174Z Exception: Original OpInfo is broken
2026-05-16T02:13:38.3595300Z
2026-05-16T02:13:38.3596293Z Caused by sample input at index 0: SampleInput(input=Tensor[size=(4, 11, 4, 8), device="xpu:0", dtype=torch.float16, contiguous=False], args=TensorList[Tensor[size=(4, 32, 4, 8), device="xpu:0", dtype=torch.float16, contiguous=False], Tensor[size=(4, 32, 4, 8), device="xpu:0", dtype=torch.float16, contiguous=False]], kwargs={'cum_seq_q': 'None', 'cum_seq_k': 'None', 'max_q': '11', 'max_k': '32', 'dropout_p': '0.0', 'is_causal': 'True', 'return_debug_mask': 'False', 'scale': 'None'}, broadcasts_input=False, name='')
2026-05-16T02:13:38.3597310Z
2026-05-16T02:13:38.3597440Z To execute this test, run the following from the base repo dir:
2026-05-16T02:13:38.3597990Z PYTORCH_OPINFO_SAMPLE_INPUT_INDEX=0 PYTORCH_TEST_WITH_SLOW=1 python test/xpu/test_meta_xpu.py TestMetaXPU.test_meta_outplace_torch_ops_aten__flash_attention_forward_xpu_float16
```
### Versions
Versions
```text
2026-05-16T00:12:25.2884956Z Collecting environment information...
2026-05-16T00:12:25.2885264Z PyTorch version: 2.13.0a0+gitf71f589
2026-05-16T00:12:25.2885478Z Is debug build: False
2026-05-16T00:12:25.2885742Z CUDA used to build PyTorch: None
2026-05-16T00:12:25.2886020Z ROCM used to build PyTorch: N/A
2026-05-16T00:12:25.2886192Z
2026-05-16T00:12:25.2886338Z OS: Ubuntu 24.04.4 LTS (x86_64)
2026-05-16T00:12:25.2886619Z GCC version: (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
2026-05-16T00:12:25.2886928Z Clang version: Could not collect
2026-05-16T00:12:25.2887538Z CMake version: version 3.31.6
2026-05-16T00:12:25.2887725Z Libc version: glibc-2.39
2026-05-16T00:12:25.2887844Z
2026-05-16T00:12:25.2888000Z Python version: 3.10.20 (main, Mar 3 2026, 15:36:40) [GCC 13.3.0] (64-bit runtime)
2026-05-16T00:12:25.2888478Z Python platform: Linux-5.15.0-176-generic-x86_64-with-glibc2.39
2026-05-16T00:12:25.2888742Z Is CUDA available: False
2026-05-16T00:12:25.2888929Z CUDA runtime version: No CUDA
2026-05-16T00:12:25.2889109Z CUDA_MODULE_LOADING set to: N/A
2026-05-16T00:12:25.2889307Z GPU models and configuration: No CUDA
2026-05-16T00:12:25.2889510Z Nvidia driver version: No CUDA
2026-05-16T00:12:25.2889693Z cuDNN version: No CUDA
2026-05-16T00:12:25.2889862Z Is XPU available: True
2026-05-16T00:12:25.2890040Z XPU used to build PyTorch: 20250302
2026-05-16T00:12:25.2890230Z Intel GPU driver version:
2026-05-16T00:12:25.2890408Z * libze1: 1.24.0.0-1146~24.04
2026-05-16T00:12:25.2890603Z * intel-opencl-icd: 25.18.33578.51-1146~24.04
2026-05-16T00:12:25.2890815Z Intel GPU models onboard:
2026-05-16T00:12:25.2891013Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2891201Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2891393Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2891584Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2891773Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2891961Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2892154Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2892334Z * Intel(R) Data Center GPU Max 1100
2026-05-16T00:12:25.2892523Z Intel GPU models detected:
2026-05-16T00:12:25.2893704Z * [0] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-0f00-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2896006Z * [1] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-1600-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2898180Z * [2] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-1a00-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2900265Z * [3] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-1e00-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2902399Z * [4] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-af00-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2904585Z * [5] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-b300-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2906741Z * [6] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-bf00-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2908790Z * [7] _XpuDeviceProperties(name='Intel(R) Data Center GPU Max 1100', platform_name='Intel(R) oneAPI Unified Runtime over Level-Zero', type='gpu', device_id=0xBDA, uuid=8680da0b-2f00-0000-c300-000000000000, driver_version='1.6.33578+51', total_memory=49136MB, local_mem_size=128KB, max_compute_units=448, memory_clock_rate=3200MHz, memory_bus_width=64-bit, gpu_eu_count=448, gpu_subslice_count=56, max_work_group_size=1024, max_num_sub_groups=64, sub_group_sizes=[16 32], has_fp16=1, has_fp64=1, has_atomic64=1)
2026-05-16T00:12:25.2909917Z HIP runtime version: N/A
2026-05-16T00:12:25.2910097Z MIOpen runtime version: N/A
2026-05-16T00:12:25.2910281Z Is XNNPACK available: True
2026-05-16T00:12:25.2910454Z Caching allocator config: N/A
2026-05-16T00:12:25.2910582Z
2026-05-16T00:12:25.2910641Z CPU:
2026-05-16T00:12:25.2910809Z Architecture: x86_64
2026-05-16T00:12:25.2911051Z CPU op-mode(s): 32-bit, 64-bit
2026-05-16T00:12:25.2911329Z Address sizes: 46 bits physical, 57 bits virtual
2026-05-16T00:12:25.2911612Z Byte Order: Little Endian
2026-05-16T00:12:25.2911837Z CPU(s): 192
2026-05-16T00:12:25.2912059Z On-line CPU(s) list: 0-191
2026-05-16T00:12:25.2912296Z Vendor ID: GenuineIntel
2026-05-16T00:12:25.2912564Z Model name: Intel(R) Xeon(R) Platinum 8468V
2026-05-16T00:12:25.2912815Z CPU family: 6
2026-05-16T00:12:25.2913016Z Model: 143
2026-05-16T00:12:25.2913229Z Thread(s) per core: 2
2026-05-16T00:12:25.2913440Z Core(s) per socket: 48
2026-05-16T00:12:25.2913646Z Socket(s): 2
2026-05-16T00:12:25.2913846Z Stepping: 8
2026-05-16T00:12:25.2914069Z Frequency boost: enabled
2026-05-16T00:12:25.2914286Z CPU(s) scaling MHz: 155%
2026-05-16T00:12:25.2914509Z CPU max MHz: 2401.0000
2026-05-16T00:12:25.2914747Z CPU min MHz: 800.0000
2026-05-16T00:12:25.2914965Z BogoMIPS: 4800.00
2026-05-16T00:12:25.2917830Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cat_l2 cdp_l3 invpcid_single intel_ppin cdp_l2 ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local split_lock_detect avx_vnni avx512_bf16 wbnoinvd dtherm ida arat pln pts avx512vbmi umip pku ospke waitpkg avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq la57 rdpid bus_lock_detect cldemote movdiri movdir64b enqcmd fsrm md_clear serialize tsxldtrk pconfig arch_lbr amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities ibpb_exit_to_user
2026-05-16T00:12:25.2920953Z Virtualization: VT-x
2026-05-16T00:12:25.2921209Z L1d cache: 4.5 MiB (96 instances)
2026-05-16T00:12:25.2921484Z L1i cache: 3 MiB (96 instances)
2026-05-16T00:12:25.2921753Z L2 cache: 192 MiB (96 instances)
2026-05-16T00:12:25.2922019Z L3 cache: 195 MiB (2 instances)
2026-05-16T00:12:25.2922254Z NUMA node(s): 2
2026-05-16T00:12:25.2922478Z NUMA node0 CPU(s): 0-47,96-143
2026-05-16T00:12:25.2922732Z NUMA node1 CPU(s): 48-95,144-191
2026-05-16T00:12:25.2922997Z Vulnerability Gather data sampling: Not affected
2026-05-16T00:12:25.2923267Z Vulnerability Indirect target selection: Not affected
2026-05-16T00:12:25.2923531Z Vulnerability Itlb multihit: Not affected
2026-05-16T00:12:25.2923784Z Vulnerability L1tf: Not affected
2026-05-16T00:12:25.2924026Z Vulnerability Mds: Not affected
2026-05-16T00:12:25.2924277Z Vulnerability Meltdown: Not affected
2026-05-16T00:12:25.2924536Z Vulnerability Mmio stale data: Not affected
2026-05-16T00:12:25.2924799Z Vulnerability Reg file data sampling: Not affected
2026-05-16T00:12:25.2925058Z Vulnerability Retbleed: Not affected
2026-05-16T00:12:25.2925319Z Vulnerability Spec rstack overflow: Not affected
2026-05-16T00:12:25.2925697Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
2026-05-16T00:12:25.2926200Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
2026-05-16T00:12:25.2926776Z Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
2026-05-16T00:12:25.2927209Z Vulnerability Srbds: Not affected
2026-05-16T00:12:25.2927458Z Vulnerability Tsa: Not affected
2026-05-16T00:12:25.2927703Z Vulnerability Tsx async abort: Not affected
2026-05-16T00:12:25.2928016Z Vulnerability Vmscape: Mitigation; IBPB before exit to userspace
2026-05-16T00:12:25.2928235Z
2026-05-16T00:12:25.2928313Z Versions of relevant libraries:
2026-05-16T00:12:25.2928521Z [pip3] dpcpp-cpp-rt==2025.3.2
2026-05-16T00:12:25.2928719Z [pip3] impi-rt==2021.17.2
2026-05-16T00:12:25.2928914Z [pip3] intel-cmplr-lib-rt==2025.3.2
2026-05-16T00:12:25.2929121Z [pip3] intel-cmplr-lib-ur==2025.3.2
2026-05-16T00:12:25.2929328Z [pip3] intel-cmplr-lic-rt==2025.3.2
2026-05-16T00:12:25.2929534Z [pip3] intel-opencl-rt==2025.3.2
2026-05-16T00:12:25.2929736Z [pip3] intel-openmp==2025.3.2
2026-05-16T00:12:25.2929927Z [pip3] intel-pti==0.16.0
2026-05-16T00:12:25.2930108Z [pip3] intel-sycl-rt==2025.3.2
2026-05-16T00:12:25.2930294Z [pip3] mkl==2025.3.1
2026-05-16T00:12:25.2930463Z [pip3] mypy==1.16.0
2026-05-16T00:12:25.2930637Z [pip3] mypy_extensions==1.1.0
2026-05-16T00:12:25.2930823Z [pip3] numpy==1.23.2
2026-05-16T00:12:25.2930983Z [pip3] oneccl==2021.17.2
2026-05-16T00:12:25.2931220Z [pip3] oneccl-devel==2021.17.2
2026-05-16T00:12:25.2931418Z [pip3] onemkl-license==2025.3.1
2026-05-16T00:12:25.2931620Z [pip3] onemkl-sycl-blas==2025.3.1
2026-05-16T00:12:25.2931824Z [pip3] onemkl-sycl-dft==2025.3.1
2026-05-16T00:12:25.2932074Z [pip3] onemkl-sycl-lapack==2025.3.1
2026-05-16T00:12:25.2932272Z [pip3] onemkl-sycl-rng==2025.3.1
2026-05-16T00:12:25.2932470Z [pip3] onemkl-sycl-sparse==2025.3.1
2026-05-16T00:12:25.2932665Z [pip3] onnx==1.21.0
2026-05-16T00:12:25.2932834Z [pip3] onnx-ir==0.1.16
2026-05-16T00:12:25.2933013Z [pip3] onnxscript==0.6.2
2026-05-16T00:12:25.2933185Z [pip3] optree==0.13.0
2026-05-16T00:12:25.2933354Z [pip3] tbb==2022.3.1
2026-05-16T00:12:25.2933518Z [pip3] tcmlib==1.4.1
2026-05-16T00:12:25.2933690Z [pip3] torch==2.13.0a0+gitf71f589
2026-05-16T00:12:25.2933893Z [pip3] torchao==0.18.0.dev20260515+xpu
2026-05-16T00:12:25.2934093Z [pip3] torchaudio==2.11.0a0+c0cbdb9
2026-05-16T00:12:25.2934295Z [pip3] torchvision==0.27.0a0+499ca51
2026-05-16T00:12:25.2934503Z [pip3] triton-xpu==3.7.1+git21033c4e
2026-05-16T00:12:25.2934701Z [pip3] umf==1.0.3
2026-05-16T00:12:25.2934874Z [conda] No relevant packages
2026-05-16T00:12:25.6866727Z + pip list
2026-05-16T00:12:25.6867047Z + grep -E 'torch|intel'
2026-05-16T00:12:25.9191387Z intel-cmplr-lib-rt 2025.3.2
2026-05-16T00:12:25.9192111Z ++ python -c 'import torch; print(torch.version.git_version)'
2026-05-16T00:12:25.9193366Z intel-cmplr-lib-ur 2025.3.2
2026-05-16T00:12:25.9193707Z intel-cmplr-lic-rt 2025.3.2
2026-05-16T00:12:25.9193980Z intel-opencl-rt 2025.3.2
2026-05-16T00:12:25.9194218Z intel-openmp 2025.3.2
2026-05-16T00:12:25.9194437Z intel-pti 0.16.0
2026-05-16T00:12:25.9194652Z intel-sycl-rt 2025.3.2
2026-05-16T00:12:25.9194877Z torch 2.13.0a0+gitf71f589
2026-05-16T00:12:25.9195125Z torchao 0.18.0.dev20260515+xpu
2026-05-16T00:12:25.9195368Z torchaudio 2.11.0a0+c0cbdb9
2026-05-16T00:12:25.9195606Z torchvision 0.27.0a0+499ca51
```
Contributor guide
Assessment
This issue has not been assessed yet.