Fix build error in clang++ (#15948)

This commit is contained in:
Taylor Yeonbok Lee
2023-02-24 18:48:12 -08:00
committed by GitHub
parent 46e8aad4bb
commit 9822568194

View File

@@ -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;