Commit 7506342c authored by ltqin's avatar ltqin
Browse files

Merge branch 'develop' into gridwise_gemm_double_buffer

parents 26b4fe97 acbd7bd7
#ifndef DEVICE_BASE_HPP #ifndef DEVICE_BASE_HPP
#define DEVICE_BASE_HPP #define DEVICE_BASE_HPP
#include <string>
namespace ck { namespace ck {
namespace tensor_operation { namespace tensor_operation {
namespace device { namespace device {
...@@ -32,6 +34,7 @@ struct BaseOperator ...@@ -32,6 +34,7 @@ struct BaseOperator
BaseOperator& operator=(const BaseOperator&) = default; BaseOperator& operator=(const BaseOperator&) = default;
virtual bool IsSupportedArgument(const BaseArgument*) = 0; virtual bool IsSupportedArgument(const BaseArgument*) = 0;
virtual std::string GetTypeString() const = 0;
virtual ~BaseOperator() {} virtual ~BaseOperator() {}
}; };
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
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