()
| 416 | |
| 417 | #[test] |
| 418 | fn test_get_memory() -> Result<(), Box<dyn Error>> { |
| 419 | test_init()?; |
| 420 | let memory = Device::get_device(0)?.total_memory()?; |
| 421 | println!("{}", memory); |
| 422 | Ok(()) |
| 423 | } |
| 424 | } |
nothing calls this directly
no test coverage detected