mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
Fixed a typo
This commit is contained in:
parent
cadd124d73
commit
373c340b71
@ -15,7 +15,7 @@
|
|||||||
#if defined __NVCC__
|
#if defined __NVCC__
|
||||||
// Don't reenable the diagnostic messages, as it turns out these messages need
|
// Don't reenable the diagnostic messages, as it turns out these messages need
|
||||||
// to be disabled at the point of the template instantiation (i.e the user code)
|
// to be disabled at the point of the template instantiation (i.e the user code)
|
||||||
// otherwise they'll be triggeredby nvcc.
|
// otherwise they'll be triggered by nvcc.
|
||||||
// #pragma diag_default code_is_unreachable
|
// #pragma diag_default code_is_unreachable
|
||||||
// #pragma diag_default initialization_not_reachable
|
// #pragma diag_default initialization_not_reachable
|
||||||
// #pragma diag_default 2651
|
// #pragma diag_default 2651
|
||||||
|
Loading…
x
Reference in New Issue
Block a user