macro_rules! gpu_test {
($name:ident, $body:expr) => { ... };
}Expand description
Macro for tests requiring CUDA device - panics if not available.
macro_rules! gpu_test {
($name:ident, $body:expr) => { ... };
}Macro for tests requiring CUDA device - panics if not available.