Commit Graph

66 Commits (148b0116921ea2ca4e2724df4775ac61dbd3e6af)

Author SHA1 Message Date
Disty0 148b011692 IPEX fix bicubic upsample with torchvision 2025-07-06 18:19:55 +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 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 9b641becd5 IPEX fix torch.compile with tensor.to 2025-05-09 11:07:51 +03: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 cd9cb51a05 IPEX fix torch.compile on PyTorch 2.8 2025-03-14 02:03:33 +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 e193a92fe1 IPEX fix torch.cuda.synchronize 2025-01-31 18:46:07 +03:00
Disty0 a770b1c888 More correct Dynamic Atten SDPA implementation and deprecate IPEX Diffusers attention 2025-01-25 21:33:42 +03:00
Disty0 af35296a68 IPEX 4GB alloc detection and log driver version 2025-01-22 18:15:25 +03:00
Disty0 facfe2be6b IPEX make IPEX_FORCE_ATTENTION_SLICE=-1 disable Dynamic Atten 2025-01-18 22:10:34 +03:00
Disty0 042f5f9fed IPEX disable interpolate cpu fallback with IPEX 2.5 2024-12-22 03:04:40 +03:00
Disty0 1649e4e3c4 IPEX dupe conv2d fix for conv1d and conv3d too 2024-12-21 01:25:49 +03:00
Disty0 065155f5e6 IPEX fixes 2024-10-18 01:12:28 +03:00
Disty0 f62dddf3ca Add Cascade APG 2024-10-04 20:51:04 +03:00
Disty0 31b66cfa4a IPEX fix FreeU 2024-09-23 21:43:01 +03:00
Disty0 91bdd3b384 fix return xpu with torch.device 2024-09-10 19:20:49 +03:00
Disty0 26d1d42b06 IPEX update interpolate hijack 2024-08-12 10:47:00 +03:00
Disty0 dcedcbae9d IPEX fixes 2024-08-12 03:01:46 +03:00
Disty0 fe88e849ba IPEX fix diffusers import error 2024-08-05 04:04:10 +03:00
Disty0 82bcc2b10a IPEX fix fp64 check 2024-08-05 03:32:40 +03:00
Disty0 f5f7ed2a01 experimental pytorch nightly xpu support 2024-07-30 15:47:16 +03:00
Disty0 d7a18f0dfc IPEX fix pin_memory 2024-03-28 21:00:34 +03:00
Vladimir Mandic 3604213e1c legacy cleanups 2024-02-22 09:57:09 -05:00
Disty0 e631fd85e2 Stable Cascade previewer and fixes 2024-02-15 18:50:54 +03:00
Disty0 7d25ba4734 Wuerstchen fixes 2024-02-14 13:14:08 +03:00
Disty0 076e16c82e IPEX fix mixture tiling 2024-01-30 01:40:35 +03:00
Disty0 4b30d6aeb7 IPEX improve autocast hijack 2024-01-28 02:20:43 +03:00
Disty0 dbe4d2ff70 Cleanup upscalers 2024-01-27 02:54:39 +03:00
Disty0 60671b0479 IPEX fix SegmentAnything 2024-01-23 17:28:11 +03:00
Disty0 e1ce071467 IPEX add IPEX_FORCE_ATTENTION_SLICE env variable 2024-01-13 21:47:16 +03:00
Disty0 746fd1dfaa IPEX add wraps to hijacks 2024-01-06 15:58:14 +03:00
KerfuffleV2 324e728bba fix: missing parenthesis in ipex autocast 2024-01-04 00:30:31 -07:00
Disty0 0e7e42abd8 Update changelog 2024-01-02 11:44:14 +03:00
Disty0 4107baddaf IPEX get rid of CondFunc 2023-12-31 21:52:40 +03:00
Disty0 f842d0a325 IPEX remove 2.0 and below hijacks 2023-12-31 21:19:14 +03:00
Disty0 db8b9650c9 IPEX de-CondFunc torch.nn.functional 2023-12-31 03:39:00 +03:00
Disty0 ab7b78ccf4 IPEX fix torch.load 2023-12-30 17:07:04 +03:00