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
8c4603c
master
1#pragma once 2#include <stdint.h> 3#include <array> 4 5namespace DirectCompute 6{ 7struct LookupTablesData 8 { 9std ::array < uint16_t ,0x10000 > gelu ; 10std ::array < uint16_t ,0x10000 > exponent ; 11 12LookupTablesData (); 13 }; 14}