From 3a022e9ec6ab02ab30f5c578503a740beb6d7fab Mon Sep 17 00:00:00 2001 From: "Grabovskaya, Ekaterina" Date: Mon, 9 Dec 2024 08:11:08 -0800 Subject: [PATCH 1/3] device_tests --- ...evice_test.pass.cpp => bernoulli_distr_device_test.pass.cpp} | 2 +- ...n_device_test.pass.cpp => cauchy_distr_device_test.pass.cpp} | 2 +- ...ice_test.pass.cpp => exponential_distr_device_test.pass.cpp} | 2 +- ...e_test.pass.cpp => extreme_value_distr_device_test.pass.cpp} | 2 +- ...evice_test.pass.cpp => geometric_distr_device_test.pass.cpp} | 2 +- ...evice_test.pass.cpp => lognormal_distr_device_test.pass.cpp} | 2 +- ...n_device_test.pass.cpp => normal_distr_device_test.pass.cpp} | 2 +- ...ice_test.pass.cpp => uniform_int_distr_device_test.pass.cpp} | 2 +- ...ce_test.pass.cpp => uniform_real_distr_device_test.pass.cpp} | 2 +- ..._device_test.pass.cpp => weibull_distr_device_test.pass.cpp} | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) rename test/xpu_api/random/device_tests/{bernoulli_distribution_device_test.pass.cpp => bernoulli_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{cauchy_distribution_device_test.pass.cpp => cauchy_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{exponential_distribution_device_test.pass.cpp => exponential_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{extreme_value_distribution_device_test.pass.cpp => extreme_value_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{geometric_distribution_device_test.pass.cpp => geometric_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{lognormal_distribution_device_test.pass.cpp => lognormal_distr_device_test.pass.cpp} (98%) rename test/xpu_api/random/device_tests/{normal_distribution_device_test.pass.cpp => normal_distr_device_test.pass.cpp} (98%) rename test/xpu_api/random/device_tests/{uniform_int_distribution_device_test.pass.cpp => uniform_int_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{uniform_real_distribution_device_test.pass.cpp => uniform_real_distr_device_test.pass.cpp} (99%) rename test/xpu_api/random/device_tests/{weibull_distribution_device_test.pass.cpp => weibull_distr_device_test.pass.cpp} (99%) diff --git a/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/bernoulli_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/bernoulli_distr_device_test.pass.cpp index eb537f46ae4..276ee809e58 100644 --- a/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/bernoulli_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- bernoulli_distribution_device_test.pass.cpp ---------------------------------===// +//===-- bernoulli_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/cauchy_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/cauchy_distr_device_test.pass.cpp index a038ce784b8..a11317f9cfb 100644 --- a/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/cauchy_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- cauchy_distribution_device_test.pass.cpp ---------------------------------===// +//===-- cauchy_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/exponential_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/exponential_distr_device_test.pass.cpp index a2185e86b21..177cf96a330 100644 --- a/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/exponential_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- exponential_distribution_device_test.pass.cpp ---------------------------------===// +//===-- exponential_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/extreme_value_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/extreme_value_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/extreme_value_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/extreme_value_distr_device_test.pass.cpp index f71dc135881..4e82c099a74 100644 --- a/test/xpu_api/random/device_tests/extreme_value_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/extreme_value_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- extreme_value_distribution_device_test.pass.cpp ---------------------------------===// +//===-- extreme_value_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/geometric_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/geometric_distr_device_test.pass.cpp index 3575bcf0c01..bae18ac3d3c 100644 --- a/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/geometric_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- geometric_distribution_device_test.pass.cpp ---------------------------------===// +//===-- geometric_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/lognormal_distr_device_test.pass.cpp similarity index 98% rename from test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/lognormal_distr_device_test.pass.cpp index 1fbb3d6fe2e..13acf184fbf 100644 --- a/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/lognormal_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- lognormal_distribution_device_test.pass.cpp ---------------------------------===// +//===-- lognormal_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/normal_distr_device_test.pass.cpp similarity index 98% rename from test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/normal_distr_device_test.pass.cpp index 9d0baa1eca5..f7c61ba96b2 100644 --- a/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/normal_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- normal_distribution_device_test.pass.cpp ---------------------------------===// +//===-- normal_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/uniform_int_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/uniform_int_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/uniform_int_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/uniform_int_distr_device_test.pass.cpp index 37091c8e957..0bf156167ae 100644 --- a/test/xpu_api/random/device_tests/uniform_int_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/uniform_int_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- uniform_int_distribution_device_test.pass.cpp ---------------------------------===// +//===-- uniform_int_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/uniform_real_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/uniform_real_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/uniform_real_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/uniform_real_distr_device_test.pass.cpp index e2f9811cf2d..9ba03c3775d 100644 --- a/test/xpu_api/random/device_tests/uniform_real_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/uniform_real_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- uniform_real_distribution_device_test.pass.cpp ---------------------------------===// +//===-- uniform_real_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/weibull_distr_device_test.pass.cpp similarity index 99% rename from test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp rename to test/xpu_api/random/device_tests/weibull_distr_device_test.pass.cpp index 5234fe01bbb..243f1893b59 100644 --- a/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/weibull_distr_device_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- weibull_distribution_device_test.pass.cpp ---------------------------------===// +//===-- weibull_distr_device_test.pass.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // From 7782b6b261e359e5290d0287ed5fe79e5a206c34 Mon Sep 17 00:00:00 2001 From: "Grabovskaya, Ekaterina" Date: Mon, 9 Dec 2024 08:16:20 -0800 Subject: [PATCH 2/3] interface_tests --- ...istributions_methods.hpp => common_for_distrs_methods.hpp} | 0 ...butions_methods_dp.pass.cpp => distrs_methods_dp.pass.cpp} | 4 ++-- ...butions_methods_sp.pass.cpp => distrs_methods_sp.pass.cpp} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename test/xpu_api/random/interface_tests/{common_for_distributions_methods.hpp => common_for_distrs_methods.hpp} (100%) rename test/xpu_api/random/interface_tests/{distributions_methods_dp.pass.cpp => distrs_methods_dp.pass.cpp} (98%) rename test/xpu_api/random/interface_tests/{distributions_methods_sp.pass.cpp => distrs_methods_sp.pass.cpp} (98%) diff --git a/test/xpu_api/random/interface_tests/common_for_distributions_methods.hpp b/test/xpu_api/random/interface_tests/common_for_distrs_methods.hpp similarity index 100% rename from test/xpu_api/random/interface_tests/common_for_distributions_methods.hpp rename to test/xpu_api/random/interface_tests/common_for_distrs_methods.hpp diff --git a/test/xpu_api/random/interface_tests/distributions_methods_dp.pass.cpp b/test/xpu_api/random/interface_tests/distrs_methods_dp.pass.cpp similarity index 98% rename from test/xpu_api/random/interface_tests/distributions_methods_dp.pass.cpp rename to test/xpu_api/random/interface_tests/distrs_methods_dp.pass.cpp index 017f4e82c84..8748063ddb1 100644 --- a/test/xpu_api/random/interface_tests/distributions_methods_dp.pass.cpp +++ b/test/xpu_api/random/interface_tests/distrs_methods_dp.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- distributions_methods_dp.pass.cpp -------------------------------------===// +//===-- distrs_methods_dp.pass.cpp -------------------------------------===// // // Copyright (C) Intel Corporation // @@ -15,7 +15,7 @@ #include "support/utils.h" #if TEST_UNNAMED_LAMBDAS -#include "common_for_distributions_methods.hpp" +#include "common_for_distrs_methods.hpp" #endif // TEST_UNNAMED_LAMBDAS int diff --git a/test/xpu_api/random/interface_tests/distributions_methods_sp.pass.cpp b/test/xpu_api/random/interface_tests/distrs_methods_sp.pass.cpp similarity index 98% rename from test/xpu_api/random/interface_tests/distributions_methods_sp.pass.cpp rename to test/xpu_api/random/interface_tests/distrs_methods_sp.pass.cpp index 02fec2413f8..5ec8a3e848f 100644 --- a/test/xpu_api/random/interface_tests/distributions_methods_sp.pass.cpp +++ b/test/xpu_api/random/interface_tests/distrs_methods_sp.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- distributions_methods_sp.pass.cpp -------------------------------------===// +//===-- distrs_methods_sp.pass.cpp -------------------------------------===// // // Copyright (C) Intel Corporation // @@ -14,7 +14,7 @@ #include "support/utils.h" #if TEST_UNNAMED_LAMBDAS -#include "common_for_distributions_methods.hpp" +#include "common_for_distrs_methods.hpp" #endif // TEST_UNNAMED_LAMBDAS int From cf79f0ecbbc84cac66b4f77ba5daebccf91ac591 Mon Sep 17 00:00:00 2001 From: "Grabovskaya, Ekaterina" Date: Mon, 9 Dec 2024 08:52:32 -0800 Subject: [PATCH 3/3] statistics_tests --- ...distribution_test.pass.cpp => bernoulli_distr_test.pass.cpp} | 2 +- ...tion_dp_test.pass.cpp => exponential_distr_dp_test.pass.cpp} | 2 +- ...tion_sp_test.pass.cpp => exponential_distr_sp_test.pass.cpp} | 2 +- ...st.pass.cpp => extreme_value_distr_dp_portion_test.pass.cpp} | 2 +- ...s_set_test.pass.cpp => extreme_value_distr_dp_test.pass.cpp} | 2 +- ...on_sp_test.pass.cpp => extreme_value_distr_sp_test.pass.cpp} | 2 +- ...distribution_test.pass.cpp => geometric_distr_test.pass.cpp} | 2 +- ...n_test.pass.cpp => lognormal_distr_dp_portion_test.pass.cpp} | 2 +- ...tests_set_test.pass.cpp => lognormal_distr_dp_test.pass.cpp} | 2 +- ...bution_sp_test.pass.cpp => lognormal_distr_sp_test.pass.cpp} | 2 +- ...tion_test.pass.cpp => normal_distr_dp_portion_test.pass.cpp} | 2 +- ...dp_tests_set_test.pass.cpp => normal_distr_dp_test.pass.cpp} | 2 +- ...tribution_sp_test.pass.cpp => normal_distr_sp_test.pass.cpp} | 2 +- ...test.pass.cpp => philox_uniform_real_distr_dp_test.pass.cpp} | 2 +- ...test.pass.cpp => philox_uniform_real_distr_sp_test.pass.cpp} | 2 +- ...stribution_test.pass.cpp => uniform_int_distr_test.pass.cpp} | 2 +- ...ion_dp_test.pass.cpp => uniform_real_distr_dp_test.pass.cpp} | 2 +- ...ion_sp_test.pass.cpp => uniform_real_distr_sp_test.pass.cpp} | 2 +- ...ribution_dp_test.pass.cpp => weibull_distr_dp_test.pass.cpp} | 2 +- ...ribution_sp_test.pass.cpp => weibull_distr_sp_test.pass.cpp} | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) rename test/xpu_api/random/statistics_tests/{bernoulli_distribution_test.pass.cpp => bernoulli_distr_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{exponential_distribution_dp_test.pass.cpp => exponential_distr_dp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{exponential_distribution_sp_test.pass.cpp => exponential_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{extreme_value_distribution_dp_tests_set_portion_test.pass.cpp => extreme_value_distr_dp_portion_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{extreme_value_distribution_dp_tests_set_test.pass.cpp => extreme_value_distr_dp_test.pass.cpp} (98%) rename test/xpu_api/random/statistics_tests/{extreme_value_distribution_sp_test.pass.cpp => extreme_value_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{geometric_distribution_test.pass.cpp => geometric_distr_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{lognormal_distribution_dp_tests_set_portion_test.pass.cpp => lognormal_distr_dp_portion_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{lognormal_distribution_dp_tests_set_test.pass.cpp => lognormal_distr_dp_test.pass.cpp} (98%) rename test/xpu_api/random/statistics_tests/{lognormal_distribution_sp_test.pass.cpp => lognormal_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{normal_distribution_dp_tests_set_portion_test.pass.cpp => normal_distr_dp_portion_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{normal_distribution_dp_tests_set_test.pass.cpp => normal_distr_dp_test.pass.cpp} (98%) rename test/xpu_api/random/statistics_tests/{normal_distribution_sp_test.pass.cpp => normal_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{philox_uniform_real_distribution_dp_test.pass.cpp => philox_uniform_real_distr_dp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{philox_uniform_real_distribution_sp_test.pass.cpp => philox_uniform_real_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{uniform_int_distribution_test.pass.cpp => uniform_int_distr_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{uniform_real_distribution_dp_test.pass.cpp => uniform_real_distr_dp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{uniform_real_distribution_sp_test.pass.cpp => uniform_real_distr_sp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{weibull_distribution_dp_test.pass.cpp => weibull_distr_dp_test.pass.cpp} (99%) rename test/xpu_api/random/statistics_tests/{weibull_distribution_sp_test.pass.cpp => weibull_distr_sp_test.pass.cpp} (99%) diff --git a/test/xpu_api/random/statistics_tests/bernoulli_distribution_test.pass.cpp b/test/xpu_api/random/statistics_tests/bernoulli_distr_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/bernoulli_distribution_test.pass.cpp rename to test/xpu_api/random/statistics_tests/bernoulli_distr_test.pass.cpp index b920dddab88..c563f014b85 100644 --- a/test/xpu_api/random/statistics_tests/bernoulli_distribution_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/bernoulli_distr_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- bernoulli_distribution_test.cpp ------------------------------------===// +//===-- bernoulli_distr_test.cpp ------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/exponential_distribution_dp_test.pass.cpp b/test/xpu_api/random/statistics_tests/exponential_distr_dp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/exponential_distribution_dp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/exponential_distr_dp_test.pass.cpp index 36e3377fb19..f93756186b9 100644 --- a/test/xpu_api/random/statistics_tests/exponential_distribution_dp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/exponential_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- exponential_distribution_dp_test.cpp ---------------------------------===// +//===-- exponential_distr_dp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/exponential_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/exponential_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/exponential_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/exponential_distr_sp_test.pass.cpp index 2c82a6a8138..f47046d5b4f 100644 --- a/test/xpu_api/random/statistics_tests/exponential_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/exponential_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- exponential_distribution_sp_test.cpp ---------------------------------===// +//===-- exponential_distr_sp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_portion_test.pass.cpp b/test/xpu_api/random/statistics_tests/extreme_value_distr_dp_portion_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_portion_test.pass.cpp rename to test/xpu_api/random/statistics_tests/extreme_value_distr_dp_portion_test.pass.cpp index 56c474b0014..9d0410e12ff 100644 --- a/test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_portion_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/extreme_value_distr_dp_portion_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- extreme_value_distribution_dp_tests_set_portion_test.cpp ---------------------------------===// +//===-- extreme_value_distr_dp_portion_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_test.pass.cpp b/test/xpu_api/random/statistics_tests/extreme_value_distr_dp_test.pass.cpp similarity index 98% rename from test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_test.pass.cpp rename to test/xpu_api/random/statistics_tests/extreme_value_distr_dp_test.pass.cpp index 60a65a80fd9..2a9e2cf6424 100644 --- a/test/xpu_api/random/statistics_tests/extreme_value_distribution_dp_tests_set_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/extreme_value_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- extreme_value_distribution_dp_tests_set_test.cpp ---------------------------------===// +//===-- extreme_value_distr_dp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/extreme_value_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/extreme_value_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/extreme_value_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/extreme_value_distr_sp_test.pass.cpp index fc5031f2077..c74464ed8aa 100644 --- a/test/xpu_api/random/statistics_tests/extreme_value_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/extreme_value_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- extreme_value_distribution_sp_test.cpp ---------------------------------===// +//===-- extreme_value_distr_sp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/geometric_distribution_test.pass.cpp b/test/xpu_api/random/statistics_tests/geometric_distr_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/geometric_distribution_test.pass.cpp rename to test/xpu_api/random/statistics_tests/geometric_distr_test.pass.cpp index 96061269f7a..b000951aa30 100644 --- a/test/xpu_api/random/statistics_tests/geometric_distribution_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/geometric_distr_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- geometric_distribution_test.cpp ------------------------------------===// +//===-- geometric_distr_test.cpp ------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_portion_test.pass.cpp b/test/xpu_api/random/statistics_tests/lognormal_distr_dp_portion_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_portion_test.pass.cpp rename to test/xpu_api/random/statistics_tests/lognormal_distr_dp_portion_test.pass.cpp index b1c8ebb9913..6080bee4016 100644 --- a/test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_portion_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/lognormal_distr_dp_portion_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- lognormal_distribution_dp_tests_set_portion_test.cpp ---------------------------------------===// +//===-- lognormal_distr_dp_portion_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_test.pass.cpp b/test/xpu_api/random/statistics_tests/lognormal_distr_dp_test.pass.cpp similarity index 98% rename from test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_test.pass.cpp rename to test/xpu_api/random/statistics_tests/lognormal_distr_dp_test.pass.cpp index 115ac81970c..805dd009102 100644 --- a/test/xpu_api/random/statistics_tests/lognormal_distribution_dp_tests_set_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/lognormal_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- lognormal_distribution_dp_tests_set_test.cpp ---------------------------------------===// +//===-- lognormal_distr_dp_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/lognormal_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/lognormal_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/lognormal_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/lognormal_distr_sp_test.pass.cpp index 719f5a0fd49..752b42d3e23 100644 --- a/test/xpu_api/random/statistics_tests/lognormal_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/lognormal_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- lognormal_distribution_sp_test.cpp ---------------------------------------===// +//===-- lognormal_distr_sp_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_portion_test.pass.cpp b/test/xpu_api/random/statistics_tests/normal_distr_dp_portion_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_portion_test.pass.cpp rename to test/xpu_api/random/statistics_tests/normal_distr_dp_portion_test.pass.cpp index f9d7d33cac8..1ae959359f6 100644 --- a/test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_portion_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/normal_distr_dp_portion_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- normal_distribution_dp_tests_set_portion_test.cpp ---------------------------------------===// +//===-- normal_distr_dp_portion_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_test.pass.cpp b/test/xpu_api/random/statistics_tests/normal_distr_dp_test.pass.cpp similarity index 98% rename from test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_test.pass.cpp rename to test/xpu_api/random/statistics_tests/normal_distr_dp_test.pass.cpp index 1489ed33065..f953a343747 100644 --- a/test/xpu_api/random/statistics_tests/normal_distribution_dp_tests_set_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/normal_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- normal_distribution_dp_tests_set_test.cpp ---------------------------------------===// +//===-- normal_distr_dp_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/normal_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/normal_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/normal_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/normal_distr_sp_test.pass.cpp index d543bf54673..7c95066d668 100644 --- a/test/xpu_api/random/statistics_tests/normal_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/normal_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- normal_distribution_sp_test.cpp ---------------------------------------===// +//===-- normal_distr_sp_test.cpp ---------------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_dp_test.pass.cpp b/test/xpu_api/random/statistics_tests/philox_uniform_real_distr_dp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_dp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/philox_uniform_real_distr_dp_test.pass.cpp index 39249d4db2e..d901475848f 100644 --- a/test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_dp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/philox_uniform_real_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- philox_uniform_real_distribution_dp_test.pass.cpp --------------------===// +//===-- philox_uniform_real_distr_dp_test.pass.cpp --------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/philox_uniform_real_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/philox_uniform_real_distr_sp_test.pass.cpp index 7b2806da637..fdbc83fe7b4 100644 --- a/test/xpu_api/random/statistics_tests/philox_uniform_real_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/philox_uniform_real_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- philox_uniform_real_distribution_sp_test.pass.cpp --------------------===// +//===-- philox_uniform_real_distr_sp_test.pass.cpp --------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/uniform_int_distribution_test.pass.cpp b/test/xpu_api/random/statistics_tests/uniform_int_distr_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/uniform_int_distribution_test.pass.cpp rename to test/xpu_api/random/statistics_tests/uniform_int_distr_test.pass.cpp index 985a03a2668..a2cc5c54b20 100644 --- a/test/xpu_api/random/statistics_tests/uniform_int_distribution_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/uniform_int_distr_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- uniform_int_distribution_test.cpp ----------------------------------===// +//===-- uniform_int_distr_test.cpp ----------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/uniform_real_distribution_dp_test.pass.cpp b/test/xpu_api/random/statistics_tests/uniform_real_distr_dp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/uniform_real_distribution_dp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/uniform_real_distr_dp_test.pass.cpp index 67a6b28318a..b9d2fe502f2 100644 --- a/test/xpu_api/random/statistics_tests/uniform_real_distribution_dp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/uniform_real_distr_dp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- uniform_real_distribution_dp_test.cpp ---------------------------------===// +//===-- uniform_real_distr_dp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/uniform_real_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/uniform_real_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/uniform_real_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/uniform_real_distr_sp_test.pass.cpp index daded6a16fc..b684a5f756c 100644 --- a/test/xpu_api/random/statistics_tests/uniform_real_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/uniform_real_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- uniform_real_distribution_sp_test.cpp ---------------------------------===// +//===-- uniform_real_distr_sp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/weibull_distribution_dp_test.pass.cpp b/test/xpu_api/random/statistics_tests/weibull_distr_dp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/weibull_distribution_dp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/weibull_distr_dp_test.pass.cpp index c3fd68292ba..aa5b057d99d 100644 --- a/test/xpu_api/random/statistics_tests/weibull_distribution_dp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/weibull_distr_dp_test.pass.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- -//===-- weibull_distribution_dp_test.cpp ---------------------------------===// +//===-- weibull_distr_dp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation // diff --git a/test/xpu_api/random/statistics_tests/weibull_distribution_sp_test.pass.cpp b/test/xpu_api/random/statistics_tests/weibull_distr_sp_test.pass.cpp similarity index 99% rename from test/xpu_api/random/statistics_tests/weibull_distribution_sp_test.pass.cpp rename to test/xpu_api/random/statistics_tests/weibull_distr_sp_test.pass.cpp index ad486458ed3..6e40364feb0 100644 --- a/test/xpu_api/random/statistics_tests/weibull_distribution_sp_test.pass.cpp +++ b/test/xpu_api/random/statistics_tests/weibull_distr_sp_test.pass.cpp @@ -1,5 +1,5 @@ // -*- C++ -*- -//===-- weibull_distribution_sp_test.cpp ---------------------------------===// +//===-- weibull_distr_sp_test.cpp ---------------------------------===// // // Copyright (C) Intel Corporation //