Konstantin

Results 50 comments of Konstantin

Yes, it prints `0`, on the next line `Bus error`, then quits. When debugging, gdb says it’s same location, Interlocked.S:47. I’m afraid I don’t know how to check the things...

ilc compiler crashed with segfault. Attaching a pic. ![segfault](https://user-images.githubusercontent.com/925112/67026925-0147e780-f109-11e9-95f5-dfb850d23ef9.png) Fortunately, same ` dotnet publish` command worked the second time. Yes, the output is identical, `0` then `Bus error`.

Limiting would cause temporal artifacts. Implemented division instead, there’s a new option in 0.8.1 to selectively skip frames. https://github.com/Const-me/vis_avs_dx/releases/tag/0.8.1

@stuaxo Won’t change anything. My version computes stuff on GPU. At least on Windows, GPU scheduler doesn’t have priorities, in case of D3D11 it’s a single FIFO queue of draw/compute...

The binary files with the models are available for free download on [Hugging Face](https://huggingface.co/ggerganov/whisper.cpp/tree/main). Compressed models in ZIP format with `mlmodelc` in the file name are not supported. As for...

I can only guess, here’s a few guesses. 1. Thermal issue, most likely GPU thermals, but maybe CPU. 2. Bad power supply in the computer.

I don’t know an answer to your question, but here’s some comments, hopefully relevant. The DLL compiled from my source code has an API to share model’s tensors across multiple...

1 — I haven’t tested but I expect the performance to be very close to a conventional PCIe x16 GPU. While transcribing, only a small amount of data is exchanged...

The complete source code of the software is published here on github. Please [install](https://visualstudio.microsoft.com/vs/) Visual Studio 2022. On the installation wizard, check “Desktop development with C++” and “.NET desktop development”...

> Steps Another test case which reproduces that crash. 1. Use a laptop with connected HDMI external display, set display settings to “Extend”. DPI doesn’t matter. 2. In the OS...