pytorch-pcen
                                
                                 pytorch-pcen copied to clipboard
                                
                                    pytorch-pcen copied to clipboard
                            
                            
                            
                        Question about pcen_cuda_kernel
Thanks you for sharing your code.
When I'm reading your code, I've noticed that pcen_cuda_kernel is missing.
Is that part not implemented yet or omitted?
Good question -- that's not implemented yet. Even though the existing code works on CUDA, the routine isn't optimized. I was planning to use cuPy and pynvrtc to implement a CUDA kernel for PCEN, similar to the fused QRNN kernel, but I haven't had the chance.