Skip to content
Snippets Groups Projects
Commit fbd1e7ec authored by lixinqi's avatar lixinqi
Browse files

Merge branch 'dev_python' of https://github.com/Oneflow-Inc/oneflow into dev_python

parents bc5b5e0f b218a838
No related branches found
No related tags found
No related merge requests found
......@@ -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_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment