-
Notifications
You must be signed in to change notification settings - Fork 556
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
nested dispatching of segment_csr on cpu/gpu #3881
Conversation
This pull request was exported from Phabricator. Differential Revision: D71663741 |
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d7b1f02
to
4a2d487
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
This pull request was exported from Phabricator. Differential Revision: D71663741 |
4a2d487
to
758abae
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
758abae
to
f4e2063
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
f4e2063
to
48d232f
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
48d232f
to
64db1f8
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
64db1f8
to
eecb684
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
eecb684
to
23bf831
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
23bf831
to
2bbb5fe
Compare
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
2bbb5fe
to
9347a8b
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
9347a8b
to
4ca3d74
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
4ca3d74
to
6ae3cbf
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
6ae3cbf
to
1e005e2
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul Differential Revision: D71663741
349831c
to
40ffdbf
Compare
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul, YazhiGao Differential Revision: D71663741
Summary: X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul, YazhiGao Differential Revision: D71663741
40ffdbf
to
7bb0a0c
Compare
This pull request was exported from Phabricator. Differential Revision: D71663741 |
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul, YazhiGao Differential Revision: D71663741
7bb0a0c
to
1beea6b
Compare
Summary: Pull Request resolved: pytorch#3881 X-link: facebookresearch/FBGEMM#972 Updating the segment_sum_csr function (both CPU and GPU) in predictor to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function. Reviewed By: zhaozhul, YazhiGao Differential Revision: D71663741
This pull request was exported from Phabricator. Differential Revision: D71663741 |
1beea6b
to
9045b44
Compare
This pull request has been merged in 25f2aaa. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/972
Updating the segment_sum_csr function (both CPU and GPU) to accept arbitrary input types (int32_t or int64_t) for the offset. In cases where the offsets overflow 31 bits, casting to int32 will result in negative numbers, causing unintended behavior from the function.