Salvatore Mesoraca

Results 5 issues of Salvatore Mesoraca

With the latest git version it is not possible to use both `auth_cert` and `verify_fingerprint`. If you try to do that, you will get this error: ``` Syncing calendar debug:...

This is a simple and lightweight theme released under Apache 2.0. I use it in my personal website.

When the device's warp size is less than 16, it is possible for [loadstride_a](https://github.com/ggerganov/ggml/blob/master/src/vulkan-shaders/mul_mm.comp#L114) and [loadstride_b](https://github.com/ggerganov/ggml/blob/master/src/vulkan-shaders/mul_mm.comp#L115) to be set to 0. Because they are calculated as: the workgroup size, multiplied...

a return before a barrier that happens only in some threads in a workgroup leads to UB. While the old code actually works on some devices, it fails on some...

I wanted to add support for batching, padding and dilation to `conv_transpose_1d` and I decided to do it by re-implementing the operator using `mulmat`+`col2im`. `col2im` at the moment only supports...