Test GPU plugin arm64 build via Android precommit (#16055)

This commit is contained in:
Ilya Lavrenov
2023-03-02 21:06:36 +04:00
committed by GitHub
parent 0a31bdc112
commit 4d925e0a3d
3 changed files with 3 additions and 8 deletions

View File

@@ -55,5 +55,7 @@ void select_preferred_formats::run(program& p) {
GPU_DEBUG_INFO << "WARNING(select_preferred_formats): " << exception.what() << std::endl;
}
}
#else
(void)_lo;
#endif // ENABLE_ONEDNN_FOR_GPU
}

View File

@@ -543,10 +543,6 @@ public:
const std::vector<size_t> in_features = testing::get<1>(GetParam());
const size_t input_y = testing::get<2>(GetParam());
const size_t input_x = testing::get<3>(GetParam());
size_t output_f = 0;
for (auto& f : in_features)
output_f += f;
topology topology;
std::vector<VVVVF<Type>> in_data;
@@ -633,10 +629,6 @@ public:
const size_t in_feature = testing::get<1>(GetParam());
const size_t input_y = testing::get<2>(GetParam());
const std::vector<size_t> input_x = testing::get<3>(GetParam());
size_t output_x = 0;
for (auto& x : input_x)
output_x += x;
topology topology;
std::vector<VVVVF<Type>> in_data;