Commit Graph

211 Commits (4e74172f3a25e9993d01686c5ecc3a62a27192b5)

Author SHA1 Message Date
Disty0 ca2e5ae610 cleanup 2025-09-10 05:23:41 +03:00
Disty0 1b0c06bc71 IPEX add enable_gqa support and add result dtype check to sdpa 2025-09-10 05:20:49 +03:00
Disty0 de499bcdb6 cleanup 2025-09-10 04:45:37 +03:00
Disty0 bc7c89c070 add typing to sdpa hijacks 2025-09-10 04:43:57 +03:00
Disty0 f5109657b1 IPEX set UR_L0_ENABLE_RELAXED_ALLOCATION_LIMITS to 1 2025-09-08 15:47:42 +03:00
Disty0 87a29642d3 IPEX Torch 2.10 support 2025-09-02 16:15:33 +03:00
Disty0 31e6cfd91b Fix IPEX 2.8 2025-08-07 15:14:45 +03:00
Disty0 6207b6d841 Update ROCm and OpenVINO to Torch 2.8 2025-08-06 21:33:50 +03:00
Disty0 2cdb15b1ce IPEX enable int_mm fallback for torch 2.8 2025-08-03 18:38:13 +03:00
Vladimir Mandic fa44521ea3 offload-never and offload-always per-module and new highvram profile
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-31 11:40:24 -04:00
Disty0 41b4e79280 IPEX add torch._int_mm fallback via onednn qlinear 2025-07-26 15:54:18 +03:00
Disty0 ad716b118b fix enable_gqa with dyn atten 2025-07-26 01:49:17 +03:00
Disty0 148b011692 IPEX fix bicubic upsample with torchvision 2025-07-06 18:19:55 +03:00
Disty0 22e24b267c Update pillow jxl plugin 2025-07-03 17:48:52 +03:00
Disty0 0e4d712f27 Chroma fixes 2025-06-26 21:25:50 +03:00
Disty0 61e949c1cc Update OpenVINO to 2025.2.0 2025-06-26 18:33:04 +03:00
Disty0 4491d26a18 IPEX fix fp64 hijack 2025-06-19 22:55:28 +03:00
Disty0 71c2714edf Cleanup 2025-06-17 20:04:15 +03:00
Disty0 d8aaffbc27 IPEX fix DPM2++ FlowMatch 2025-06-17 19:58:20 +03:00
Disty0 45827a923f IPEX fix torch.cuda.set_device 2025-06-13 16:20:21 +03:00
Disty0 c8f947827b IPEX fix Lumina2 2025-06-12 19:46:05 +03:00
Disty0 ea7fe3bb73 OpenVINO update dtype_mapping 2025-06-02 01:11:41 +03:00
Disty0 54154cf698 Cleanup 2025-05-29 20:22:49 +03:00
Disty0 46e9a9a631 IPEX disable Dynamic Attention by default on PyTorch 2.7 2025-05-26 03:03:17 +03:00
Disty0 3d8390de9b IPEX return devices.dtype instead of bf16 2025-05-18 04:44:51 +03:00
Disty0 d0e6f01286 IPEX remove GradScaler and use torch.amp instead 2025-05-18 04:39:48 +03:00
Disty0 0ab28a6106 IPEX fix cogvideo 2025-05-15 22:08:50 +03:00
Disty0 1ee9832e05 NNCF silence the pytorch version warning 2025-05-09 23:16:55 +03:00
Disty0 a4d4462e2a NNCF add decompress using toch.compile option 2025-05-09 21:02:24 +03:00
Disty0 9b641becd5 IPEX fix torch.compile with tensor.to 2025-05-09 11:07:51 +03:00
Disty0 5cb8bad576 IPEX fix diffusers hijacks 2025-04-30 22:35:52 +03:00
Disty0 131c9043f6 OpenVINO fix hetero device when CPU not selected 2025-04-26 04:12:22 +03:00
Disty0 e1c1b6c447 Update OpenVINO to 2025.1.0 and Torch to 2.7 2025-04-25 17:21:21 +03:00
Disty0 51c46339d6 IPEX fix Flux and HiDream 2025-04-11 22:17:18 +03:00
Vladimir Mandic f4fdd496b9 more granular quantization modules options
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-03-28 14:46:52 -04:00
Disty0 90f887ac4a Add dim checks to ck flash atten and fix dim check on dyn atten 2025-03-25 03:50:21 +03:00
Disty0 4fce7c279e IPEX add dg2 to arch list 2025-03-14 18:56:03 +03:00
Disty0 f2409d38c4 IPEX use get_arch_list from torch.xpu 2025-03-14 18:52:13 +03:00
Disty0 cd9cb51a05 IPEX fix torch.compile on PyTorch 2.8 2025-03-14 02:03:33 +03:00
Disty0 1974172296 IPEX fix triton 2025-03-13 23:53:04 +03:00
Disty0 953a15a218 IPEX fix PyTorch 2.7 compatibility 2025-03-11 16:35:48 +03:00
Disty0 67f495454c IPEX fix torch.cuda.device 2025-03-06 22:55:03 +03:00
Disty0 88a2f95fe4 Fix IPEX 2.3 x2 2025-03-06 20:36:53 +03:00
Disty0 04f61d8355 IPEX fix PyTorch 2.3 2025-03-06 20:24:22 +03:00
Disty0 0e01c1b9f0 IPEX fix UntypedStorage 2025-03-06 19:49:08 +03:00
Disty0 955acaa149 IPEX fix dtype mismatch on tensor.to when input is a tensor 2025-03-05 23:02:49 +03:00
Disty0 6f68f91efe IPEX cleanup hijacks and add torch.eye 2025-03-05 22:27:29 +03:00
Disty0 5d18bd6fe3 IPEX fix Flux 2025-02-27 23:52:25 +03:00
Disty0 10626270c0 Disable compile for AutoencoderKLOutput 2025-02-24 02:16:14 +03:00
Disty0 2b3435a0ec OpenVINO fix Img2Img 2025-02-23 17:48:32 +03:00