Skip to content

Resolve CUDA illegal memory access #1625

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yangjin97
Copy link

Summary: Fix the CUDA illegal memory access issue, due to race condition caused by concurrently read/write to the feature index input_tensor. Copy the index input_tensor before use for all tensors, including permuted + non-permuted.

Differential Revision: D77902870

Summary: Fix the CUDA illegal memory access issue, due to race condition caused by concurrently read/write to the feature index input_tensor. Copy the index input_tensor before use for all tensors, including permuted + non-permuted.

Differential Revision: D77902870
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D77902870

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants