Fix build error in clang++ (#15948)
This commit is contained in:
committed by
GitHub
parent
46e8aad4bb
commit
9822568194
@@ -277,7 +277,7 @@ protected:
|
||||
}
|
||||
}
|
||||
|
||||
void set_kernels(std::map<const std::string, kernel::ptr>& kernels) {
|
||||
void set_kernels(std::map<const std::string, kernel::ptr>& kernels) override {
|
||||
if (is_cpu())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user