(&self)
| 355 | impl ComputeBackend for RocmBackend { |
| 356 | fn name(&self) -> &str { "rocm" } |
| 357 | fn device(&self) -> &Device { &self.device } |
| 358 | |
| 359 | fn preprocess_linear_weight(&self, weight: &Tensor) -> Result<Tensor> { |
| 360 | // Pre-ensure contiguous layout at load time to avoid runtime copies. |
no outgoing calls
no test coverage detected