Macro cuda_std::assert_ne[][src]

macro_rules! assert_ne {
    ($a : expr, $b : expr) => { ... };
}
Expand description

Asserts that two expression are not equal and returns an AssertionFailed error to the application that launched the kernel if it is not true.