address comments
This commit is contained in:
parent
227a11b0b0
commit
ddf9a10037
@ -37,6 +37,9 @@ port::Status InitStreamExecutorPlugin(void* dso_handle);
|
|||||||
// testing).
|
// testing).
|
||||||
port::Status InitStreamExecutorPlugin(SEInitPluginFn init_fn);
|
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 {
|
class CPlatform : public Platform {
|
||||||
public:
|
public:
|
||||||
explicit CPlatform(SP_Platform platform,
|
explicit CPlatform(SP_Platform platform,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user