NVIDIA / nv-wavenet

Reference implementation of real-time autoregressive wavenet inference
BSD 3-Clause "New" or "Revised" License
735 stars 126 forks source link

Add support for 128 residual (R) channels with S=A=256. #63

Closed nvchai closed 6 years ago

nvchai commented 6 years ago

Added support for 128 residual (R) channels with S=A=256. Use constant number of blocks for softmax in persistent mode to reduce total number of blocks. Added CUDA device selection option.

A major change to note is that the "launch_" family of functions have been changed to functors in order to support partial template specialization.