\brief Configuration related to function execution that is to be shared across multiple kernels.
| 87 | /// \brief Configuration related to function execution that is to be shared |
| 88 | /// across multiple kernels. |
| 89 | ExecContext* exec_context() { return exec_ctx_; } |
| 90 | |
| 91 | /// \brief The memory pool to use for allocations. For now, it uses the |
| 92 | /// MemoryPool contained in the ExecContext used to create the KernelContext. |
no outgoing calls
no test coverage detected