yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

KonstantinOptional startup flags to override performance-related defaults for the compute shaders11c399b

master
121 B8 linesraw
1#pragma once
2using HRESULT = long;
3
4namespace DirectCompute
5{
6	HRESULT mlStartup( uint32_t flags );
7	void mlShutdown();
8}