NoSavedDATA

Results 3 issues of NoSavedDATA

Hi, I'm trying to replicate part of your code on my own compiler. I've successfuly executed parallel threads, but whenever any of them returns/finishes it throws a segmentation fault error....

We are comparing models and we currently only have 24 kHz datasets. Would you know which configurations I would need for training the VQ and text models for this sampling...

enhancement

You should change ```bash __global__ void softmax_forward_online_kernel8(float* out, const float* inp, int N, int C) { const int warpsPerBlock = blockDim.x / warpSize; int tid = threadIdx.x; if (tid >=...