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

KonstantinSource codes8c4603c

master
99 B6 linesraw
1inline float compute( float a, float b )
2{
3	return a + b;
4}
5
6#include "componentwiseBinaryOp.hlsli"