address comments

This commit is contained in:
Zhoulong Jiang 2020-11-05 09:46:48 +00:00
parent 227a11b0b0
commit ddf9a10037

View File

@ -37,6 +37,9 @@ port::Status InitStreamExecutorPlugin(void* dso_handle);
// testing).
port::Status InitStreamExecutorPlugin(SEInitPluginFn init_fn);
// This file implements core stream executor base classes in terms of
// the C API defined in stream_executor.h. A class "CSomething" represents a
// "Something" that can be manipulated via calls in the C interface.
class CPlatform : public Platform {
public:
explicit CPlatform(SP_Platform platform,