ggerganov / ggml

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

CUDA: remove bad assert #972

Closed JohannesGaessler closed 1 month ago

JohannesGaessler commented 1 month ago

Removes a bad assert in the IM2COL CUDA code. src0 is only used for its shape so the data type doesn't actually matter.