ggerganov / ggml

Tensor library for machine learning
MIT License
11.26k stars 1.05k forks source link

vulkan: correctly report support for OP_CONT #946

Closed smeso closed 2 months ago

smeso commented 2 months ago

test-backend-ops fails because ggml_cont aborts when invoked passing an unsupported type.

This commit makes ggml_cont tests pass

slaren commented 2 months ago

The changes look good to me. @0cc4m Can you take a look at this and #947 #948?

0cc4m commented 2 months ago

@slaren Thank you, I checked all of them and they're good.