提交 b218a838 编写于 作者: H Houjiang Chen 提交者: Li Xinqi

Override IsStateless in XrtLaunch kernel (#2547)

上级 4c031f17
......@@ -50,6 +50,8 @@ class XrtLaunchKernel : public KernelIf<device_type> {
void MappingParamsToFunctionNames(std::vector<xrt::Parameter> *entry_params,
std::vector<xrt::Parameter> *return_params) const;
bool IsStateless() const override { return false; }
private:
mutable BlobDescGetter<device_type> desc_getter_;
mutable std::shared_ptr<xrt::CompilationCache> compilation_cache_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册