ggml-cuda : fix f16 mul mat (#3961)
* ggml-cuda : fix f16 mul mat ggml-ci * silence common.cpp warning (bonus)
This commit is contained in:
parent
d9ccce2e33
commit
2833a6f63c
2 changed files with 6 additions and 4 deletions
|
@ -101,8 +101,8 @@ void process_escapes(std::string& input) {
|
|||
input[output_idx++] = char(val);
|
||||
break;
|
||||
}
|
||||
// Intentionally fall through to default.
|
||||
}
|
||||
// fall through
|
||||
default: input[output_idx++] = '\\';
|
||||
input[output_idx++] = input[input_idx]; break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue