
leejetandJeff Bolz
0a1b3982cd
ggml: add ops for WAN video model (cuda && cpu) (#15669)
* add conv3d support
* add ggml_pad_ext for cpu & cuda backend
* cuda/cpu: add im2col_3d support
* cuda: make im2col a little faster
* fix cuda pad/scale/im2col3d
* make im2col_3d faster
* gguf: support loading tensors which n_dims > GGML_MAX_DIMS
* fix cuda get_rows
* avoid ggml_conv_3d conflict
* correct GGML_OP_COUNT assertion
* avoid build failure
* avoid build failure on MacOS
* cuda: remove unnecessary MIN define
* fix cpu im2col_3d
* adjust the code style
* cuda: use simpler loop in get_rows
* add test_im2col_3d to test-backend-ops
* test-backend-ops.cpp: remove trailing whitespace
* cpu: im2col_3d support non continuous src
Co-authored-by: Jeff Bolz <jbolz@nvidia.com>
* fix test_im2col_3d
* remove unused variables
* cuda: get_rows: dfloat2 -> float2
* add test_pad_ext to test-backend-ops.cpp
* add gguf_init_from_file_ext impl
* Revert "gguf: support loading tensors which n_dims > GGML_MAX_DIMS"
This reverts commit d8377a0a37f314bd3713fe043b4333ad661610c1.
* Revert "add gguf_init_from_file_ext impl"
This reverts commit d9f1d13208c68ef83b3538201ac7f31614fb1994.
* update ggml_backend_vk_device_supports_op
* fix ggml_backend_vk_device_supports_op
* update other backend supports op for ggml_pad_ext
* metal/opencl/sycl/vulkan: fix GGML_OP_PAD check in supports_op
---------
Co-authored-by: Jeff Bolz <jbolz@nvidia.com>
2025-09-04 10:38:49 +02:00
..
2025-08-05 22:10:36 +03:00
2025-08-25 17:23:40 +02:00
2025-05-12 14:44:49 +02:00
2024-06-26 18:33:02 +03:00
2025-08-20 10:17:37 +08:00
2025-08-05 22:10:36 +03:00
2024-06-26 18:33:02 +03:00
2024-06-26 18:33:02 +03:00
2024-11-21 18:18:50 +01:00
2024-10-03 21:17:26 +03:00
2024-07-27 04:41:55 +02:00
2024-06-26 18:33:02 +03:00
2025-08-29 21:30:06 +08:00
2025-08-29 11:35:58 +08:00
2025-03-03 18:18:11 +02:00
2024-06-26 18:33:02 +03:00
2025-08-28 02:32:36 +02:00
2025-09-03 19:59:16 +02:00
2025-03-30 10:59:38 +02:00
2024-06-26 18:33:02 +03:00
2025-06-20 09:50:24 +08:00
2025-06-20 09:50:24 +08:00
2025-06-20 22:48:24 +08:00
2025-06-20 22:48:24 +08:00
2025-09-01 06:55:06 +05:30
2025-08-28 20:33:03 +02:00
2025-08-21 11:06:05 +08:00
2024-07-08 12:23:00 +03:00
2025-08-21 11:06:05 +08:00
2025-08-14 16:23:56 +02:00
2024-11-09 08:35:46 +01:00
2024-10-03 21:17:26 +03:00
2025-05-09 13:34:58 +02:00
2025-08-14 16:23:56 +02:00
2025-08-21 11:06:05 +08:00
2025-04-17 15:19:42 +02:00
2025-07-03 07:45:11 +08:00
2024-09-20 21:15:05 +03:00
2025-08-20 16:58:49 +02:00
2024-06-26 18:33:02 +03:00
2024-06-26 18:33:02 +03:00
2025-08-20 23:14:14 +02:00
2025-08-21 11:06:05 +08:00
2025-08-23 21:37:06 +02:00
2024-06-26 18:33:02 +03:00
2025-08-21 11:06:05 +08:00
2024-06-26 18:33:02 +03:00
2025-08-21 11:06:05 +08:00
2025-08-21 11:06:05 +08:00
2025-08-21 11:06:05 +08:00
2025-02-02 19:31:09 +01:00
2025-08-20 23:14:14 +02:00
2025-08-20 23:14:14 +02:00
2025-09-04 10:38:49 +02:00
2025-04-30 23:12:59 +02:00
2025-09-04 10:38:49 +02:00
2025-01-10 09:58:08 +08:00
2025-01-10 09:58:08 +08:00
2025-09-04 10:38:49 +02:00
2025-09-04 10:38:49 +02:00
2025-08-14 13:22:07 +03:00
2025-06-22 12:39:54 +08:00
2025-08-21 11:06:05 +08:00
2025-08-21 11:06:05 +08:00
2025-08-07 10:53:21 +02:00
2025-08-25 17:23:40 +02:00
2025-08-25 17:23:40 +02:00
2025-08-21 11:06:05 +08:00
2025-08-07 10:53:21 +02:00
2025-08-21 11:06:05 +08:00
2025-04-22 21:27:40 +02:00
2025-09-03 19:59:16 +02:00
2025-08-29 11:35:58 +08:00
2024-11-17 08:30:29 +02:00
2024-09-20 21:15:05 +03:00
2025-08-14 12:03:57 +02:00
2025-08-14 12:03:57 +02:00
2025-01-24 12:38:31 +01:00
2024-09-20 21:15:05 +03:00
2025-08-22 13:06:29 +02:00
2025-08-22 13:06:29 +02:00
2025-09-04 10:38:49 +02:00
2024-06-26 18:33:02 +03:00
2024-06-26 18:33:02 +03:00
2024-06-26 18:33:02 +03:00
2025-05-14 16:41:02 +02:00
2025-04-30 23:12:59 +02:00
2025-08-20 10:17:37 +08:00
2025-07-29 14:45:18 +08:00
2025-07-29 14:45:18 +08:00
2025-07-08 10:15:21 +03:00
2025-01-15 12:51:37 +01:00
2025-09-04 10:38:49 +02:00
2024-06-26 18:33:02 +03:00
2025-08-14 16:23:56 +02:00
2025-07-12 16:31:38 +03:00
2025-07-29 14:22:03 +02:00
2025-07-29 14:22:03 +02:00
2025-08-05 22:10:36 +03:00
2025-01-16 16:43:38 +01:00
2025-07-11 20:27:01 +02:00
2025-03-31 18:05:13 +02:00
2025-08-28 10:11:36 -04:00
2025-03-31 18:05:13 +02:00
2025-08-13 10:04:46 +02:00
2024-09-08 11:05:55 +03:00
2025-08-13 10:04:46 +02:00
2025-06-22 12:39:54 +08:00
2024-06-26 18:33:02 +03:00
2024-06-26 18:33:02 +03:00
2025-08-05 22:10:36 +03:00
2025-08-05 22:10:36 +03:00
2025-07-08 10:11:18 +08:00
2024-06-26 18:33:02 +03:00
2025-08-25 23:21:22 +02:00
2025-03-18 07:27:50 +08:00
2025-03-18 07:27:50 +08:00