• João Victor Tozatti Risso's avatar
    Clean up CTC GPU wrapper · b9243185
    João Victor Tozatti Risso 提交于
    * Add GPU context initialization (cuda_enter) and finalization (cuda_exit)
    * Add proper synchronization on CUDA stream (cuda_wait) before and after performing operations
    * Reorder C variables at the start of the function to improve readability
    * Add ext_cuda initialization to utilize the synchronization and context functions in the GPU
    Signed-off-by: 's avatarJoão Victor Tozatti Risso <joaovictor.risso@gmail.com>
    b9243185
ctc_wrapper.c 9.4 KB