Test GPU plugin arm64 build via Android precommit (#16055)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user