pytorch
4bbee8fb - Fix CUDA_KERNEL_ASSERT ambiguous symbol in NDEBUG mode (#62527)

Commit
3 years ago
Fix CUDA_KERNEL_ASSERT ambiguous symbol in NDEBUG mode (#62527) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62527 If NDEBUG is applied inconsistently in compilation we might get 'ambiguous declaration' error. Let's make sure that the forward declaration matches glibc including all specifiers. Test Plan: sandcastle Reviewed By: mdschatz Differential Revision: D30030051 fbshipit-source-id: 9f4d5f1d4e74f0a4eaeeaaaad76b93ee485d8bcd
Author
Dmytro Dzhulgakov
Committer
Parents
Loading