cuda : update supports_op for matrix multiplication #8245
cuda : update supports_op for matrix multiplication
b1b3b00f
ggerganov
approved these changes
on 2024-07-02
ggerganov
merged
0e0590ad
into master 1 year ago
slaren
deleted the sl/fix-cuda-supports branch 1 year ago
Assignees
No one assigned
Update
supports_op
to correctly reflect that bf16 is not supported, and prevent new types added in the future from being incorrectly reported as supported. This will also cause bf16 models to be run on the CPU rather than crashing when using a CUDA build.