Skip to content

[Bug] run with SYCL backend, report miss im2col_3d #1499

@arthw

Description

@arthw

Git commit

Whhen run with SYCL backend, report error to miss im2col_3d support.

GGML SYCL backend has added to support OP im2col_3d in fb23d3492ba30d0cba5005c3c0f25ba3d6ae91bf.
Please update the ggml to this version or later.

Operating System & Version

Ubuntu 24.04

GGML backends

SYCL

Command-line arguments used

./build/bin/sd-cli --diffusion-model ../models/sd/qwen-image-2512-Q4_0.gguf \ --vae ../models/sd/qwen_image_vae.safetensors \ --llm ../models/Qwen2.5-VL-7B-Instruct-UD-Q4_K_XL.gguf \ --cfg-scale 2.5 --sampling-method euler -v --steps 50 \ -H 512 -W 512 --diffusion-fa --flow-shift 1 \ -p 'Aerial drone photograph of a vast field of bright yellow wildflowers with the text "Unsloth + Diffusion" spelled out in deep purple lavender flowers, sharp contrast between yellow and purple, natural organic letter shapes formed by flower beds, golden hour lighting, rolling countryside landscape, high altitude perspective looking straight down, photorealistic, 8K resolution' \ --offload-to-cpu -o outputs/unsloth_diffusion.png

Steps to reproduce

  1. Build with SYCL backend.
  2. Run
./build/bin/sd-cli --diffusion-model ../models/sd/qwen-image-2512-Q4_0.gguf \
    --vae ../models/sd/qwen_image_vae.safetensors \
    --llm ../models/Qwen2.5-VL-7B-Instruct-UD-Q4_K_XL.gguf \
    --cfg-scale 2.5 --sampling-method euler -v --steps 50 \
    -H 512 -W 512 --diffusion-fa --flow-shift 1 \
    -p 'Aerial drone photograph of a vast field of bright yellow wildflowers with the text "Unsloth + Diffusion" spelled out in deep purple lavender flowers, sharp contrast between yellow and purple, natural organic letter shapes formed by flower beds, golden hour lighting, rolling countryside landscape, high altitude perspective looking straight down, photorealistic, 8K resolution'  \
    --offload-to-cpu -o outputs/unsloth_diffusion.png

What you expected to happen

The cmd will execute successfully and output image as expected.

What actually happened

running error.

Logs / error messages / stack trace

miss im2col_3d support.

Additional context / environment details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions