| 10 | void init() {} |
| 11 | |
| 12 | void new_stream(Stream) { |
| 13 | throw std::invalid_argument( |
| 14 | "[new_stream] Cannot make gpu stream without gpu backend."); |
| 15 | } |
| 16 | |
| 17 | void eval(array&) { |
| 18 | throw std::runtime_error("[gpu::eval] GPU backend is not available"); |
nothing calls this directly
no outgoing calls
no test coverage detected