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
132 B10 linesraw
1#pragma once
2#include <stdint.h>
3
4namespace DirectCompute
5{
6	namespace ReshapedMultiply
7	{
8		constexpr uint32_t TILE_SIZE = 32;
9	}
10}