We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gelu
The gelu example segfaults with the wgpu backend, but only some of the time (about 20%).
The result always prints, then the segfault occurs:
Executed gelu with runtime "wgpu" => [-0.15865529, 0.0, 0.8413447, 4.9999986] Segmentation fault (core dumped)
The segfault occurs in the [vkps] Update thread. That's all I know.
[vkps] Update
I can't view the call stack of this thread and the other threads are in boilerplate rust symbols or some futex/pthread lock symbols.
The text was updated successfully, but these errors were encountered:
I can't reproduce it. I think we would need a bit more info to spot the potential bug 😅
Sorry, something went wrong.
No branches or pull requests
The gelu example segfaults with the wgpu backend, but only some of the time (about 20%).
The result always prints, then the segfault occurs:
The segfault occurs in the
[vkps] Update
thread. That's all I know.I can't view the call stack of this thread and the other threads are in boilerplate rust symbols or some futex/pthread lock symbols.
The text was updated successfully, but these errors were encountered: