Skip to main content

gpu_test

Macro gpu_test 

Source
macro_rules! gpu_test {
    ($name:ident, $body:expr) => { ... };
}
Expand description

Macro for tests requiring CUDA device - panics if not available.