| 124 | } |
| 125 | |
| 126 | bool execute_async_v3(IExecutionContext& self, size_t streamHandle) |
| 127 | { |
| 128 | return self.enqueueV3(reinterpret_cast<cudaStream_t>(streamHandle)); |
| 129 | } |
| 130 | |
| 131 | bool set_tensor_address(IExecutionContext& self, char const* tensor_name, size_t memory) |
| 132 | { |