You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some questions regarding the function causal_conv1d_update_ref. I am trying to implement the function causal_conv1d_update on my CPU. To do this, I followed the reference implementation provided by causal_conv1d_update_ref. However, when I tested both implementations, I discovered that for the same input, the output differs between causal_conv1d_update and causal_conv1d_update_ref on my gpu. Below is my test script test.py:
Hello,
I have some questions regarding the function causal_conv1d_update_ref. I am trying to implement the function causal_conv1d_update on my CPU. To do this, I followed the reference implementation provided by causal_conv1d_update_ref. However, when I tested both implementations, I discovered that for the same input, the output differs between causal_conv1d_update and causal_conv1d_update_ref on my gpu. Below is my test script test.py:
The text was updated successfully, but these errors were encountered: