Commit Graph

54 Commits (2e4e741d47c61730d34e79ae8dae4f7995f7b4a7)

Author SHA1 Message Date
Disty0 587db51e9e Cleanup env vars and set TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL to 1 2025-09-28 00:22:00 +03:00
Disty0 71fde8a897 ROCm and Zluda don't fallback to CPU and clenup strings 2025-09-27 11:32:46 +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 2cdb15b1ce IPEX enable int_mm fallback for torch 2.8 2025-08-03 18:38:13 +03:00
Disty0 41b4e79280 IPEX add torch._int_mm fallback via onednn qlinear 2025-07-26 15:54:18 +03:00
Disty0 22e24b267c Update pillow jxl plugin 2025-07-03 17:48:52 +03:00
Disty0 45827a923f IPEX fix torch.cuda.set_device 2025-06-13 16:20:21 +03:00
Disty0 46e9a9a631 IPEX disable Dynamic Attention by default on PyTorch 2.7 2025-05-26 03:03:17 +03:00
Disty0 d0e6f01286 IPEX remove GradScaler and use torch.amp instead 2025-05-18 04:39:48 +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 bb8368e52e Revert torch.xpu.mem_get_info 2025-02-14 18:04:50 +03:00
Disty0 1ffa12430c IPEX use native torch.xpu.mem_get_info 2025-02-14 17:54:17 +03:00
Disty0 e193a92fe1 IPEX fix torch.cuda.synchronize 2025-01-31 18:46:07 +03:00
Disty0 af35296a68 IPEX 4GB alloc detection and log driver version 2025-01-22 18:15:25 +03:00
Disty0 fc63de6958 IPEX enable empty_cache fix for WSL on PyTorch 2024-12-17 22:43:30 +03:00
Disty0 8a6e5617ba Fix IPEX 2.5 2024-12-13 22:05:13 +03:00
Disty0 1d51ae3baa Intel fix torch.compile 2024-10-18 14:46:43 +03:00
Disty0 702846c75c Intel fix Triton 2024-10-18 14:01:54 +03:00
Disty0 065155f5e6 IPEX fixes 2024-10-18 01:12:28 +03:00
Disty0 6c11002420 PyTorch 2.5 XPU support 2024-10-17 23:11:52 +03:00
Disty0 31b66cfa4a IPEX fix FreeU 2024-09-23 21:43:01 +03:00
Disty0 586e5384b5 Update IPEX to 2.3 on Linux 2024-09-10 19:13:42 +03:00
Disty0 5e1da44bba IPEX fix custom_fwd x2 2024-08-18 05:22:11 +03:00
Disty0 b862400ea2 IPEX fix AMP custom_fwd 2024-08-18 05:11:00 +03:00
Disty0 dcedcbae9d IPEX fixes 2024-08-12 03:01:46 +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 228018e09d Cleanup 2024-05-02 22:52:48 +03:00
Disty0 d0cf1696db IPEX getCurrentRawStream support 2024-05-02 22:52:11 +03:00
Disty0 d7a18f0dfc IPEX fix pin_memory 2024-03-28 21:00:34 +03:00
Disty0 b4c41a7bdb IPEX hijacks dupe detect 2024-02-01 18:13:51 +03:00
Disty0 4b30d6aeb7 IPEX improve autocast hijack 2024-01-28 02:20:43 +03:00
Disty0 d6083eca3b IPEX hijack cuda.is_built 2024-01-23 11:10:35 +03:00
Disty0 c6d78d2b34 Cleanup 2024-01-14 03:21:48 +03:00
Disty0 f842d0a325 IPEX remove 2.0 and below hijacks 2023-12-31 21:19:14 +03:00
Disty0 68206fbc05 IPEX update to PyTorch 2.1 wheels for Linux 2023-12-13 18:19:08 +03:00
Disty0 0fe27642a5 IPEX fix dtype errors when GPU supports 64 bit 2023-12-11 18:45:02 +03:00
Disty0 c8970ab361 Cleanup IPEX libs 2023-12-05 19:48:15 +03:00
Disty0 629a46aaa5 Disable IPEX attention if the GPU supports 64 bit 2023-12-05 19:27:14 +03:00
Disty0 960381210f IPEX fix UntypedStorage and Generator 2023-12-02 01:08:02 +03:00
Disty0 f11946f3ba IPEX add torch.version.cuda hijack 2023-09-29 15:34:06 +03:00
Disty0 6650602289 IPEX fix mem_get_info 2023-09-26 16:34:54 +03:00
Disty0 4ba2e23dd2 IPEX Optimizations 2023-09-26 00:28:41 +03:00
Nuullll 16b1752042 Fix ipex init
getDeviceIdListForCard is renamed since 835b41fd5c
2023-09-20 20:16:56 +08:00
Disty0 9cadf4fc10 IPEX fix and make SDP default 2023-09-08 03:51:44 +03:00