From 964641bbc370f99a7995192b8ea5a004e2576669 Mon Sep 17 00:00:00 2001 From: "Grabovskaya, Ekaterina" Date: Mon, 4 Nov 2024 07:40:51 -0800 Subject: [PATCH] license was updated in the rest of the random tests --- .../conformance_tests/common_for_conformance_tests.hpp | 6 ------ .../conformance_tests/minstd_rand_rand0_test.pass.cpp | 6 ------ .../conformance_tests/ranlux_24_48_base_test.pass.cpp | 6 ------ .../random/conformance_tests/ranlux_24_48_test.pass.cpp | 6 ------ .../bernoulli_distribution_device_test.pass.cpp | 6 ------ .../device_tests/cauchy_distribution_device_test.pass.cpp | 6 ------ test/xpu_api/random/device_tests/common_for_device_tests.h | 6 ------ .../xpu_api/random/device_tests/engine_device_test.pass.cpp | 6 ------ .../exponential_distribution_device_test.pass.cpp | 6 ------ .../extreme_value_distribution_device_test.pass.cpp | 6 ------ .../geometric_distribution_device_test.pass.cpp | 6 ------ .../lognormal_distribution_device_test.pass.cpp | 6 ------ .../device_tests/normal_distribution_device_test.pass.cpp | 6 ------ .../uniform_int_distribution_device_test.pass.cpp | 6 ------ .../uniform_real_distribution_device_test.pass.cpp | 6 ------ .../device_tests/weibull_distribution_device_test.pass.cpp | 6 ------ .../template_tests/discard_block_std_template_test.pass.cpp | 6 ------ .../linear_congruential_std_template_test.pass.cpp | 6 ------ .../subtract_with_carry_std_template_test.pass.cpp | 6 ------ 19 files changed, 114 deletions(-) diff --git a/test/xpu_api/random/conformance_tests/common_for_conformance_tests.hpp b/test/xpu_api/random/conformance_tests/common_for_conformance_tests.hpp index 65375cdb5d6..206d44e16fd 100644 --- a/test/xpu_api/random/conformance_tests/common_for_conformance_tests.hpp +++ b/test/xpu_api/random/conformance_tests/common_for_conformance_tests.hpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/conformance_tests/minstd_rand_rand0_test.pass.cpp b/test/xpu_api/random/conformance_tests/minstd_rand_rand0_test.pass.cpp index a32602a139a..f541554e093 100644 --- a/test/xpu_api/random/conformance_tests/minstd_rand_rand0_test.pass.cpp +++ b/test/xpu_api/random/conformance_tests/minstd_rand_rand0_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/conformance_tests/ranlux_24_48_base_test.pass.cpp b/test/xpu_api/random/conformance_tests/ranlux_24_48_base_test.pass.cpp index f6a406f04e0..c5e19ab06b0 100644 --- a/test/xpu_api/random/conformance_tests/ranlux_24_48_base_test.pass.cpp +++ b/test/xpu_api/random/conformance_tests/ranlux_24_48_base_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/conformance_tests/ranlux_24_48_test.pass.cpp b/test/xpu_api/random/conformance_tests/ranlux_24_48_test.pass.cpp index ab4beeea346..ae470f30775 100644 --- a/test/xpu_api/random/conformance_tests/ranlux_24_48_test.pass.cpp +++ b/test/xpu_api/random/conformance_tests/ranlux_24_48_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp index 833200a0c9e..eb537f46ae4 100644 --- a/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/bernoulli_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp index 18231d1df3c..a038ce784b8 100644 --- a/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/cauchy_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/common_for_device_tests.h b/test/xpu_api/random/device_tests/common_for_device_tests.h index de2d048d881..2638b6ba503 100644 --- a/test/xpu_api/random/device_tests/common_for_device_tests.h +++ b/test/xpu_api/random/device_tests/common_for_device_tests.h @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/engine_device_test.pass.cpp b/test/xpu_api/random/device_tests/engine_device_test.pass.cpp index 40c6d8d1d36..8ac083a387b 100644 --- a/test/xpu_api/random/device_tests/engine_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/engine_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp index bbad81a9b16..a2185e86b21 100644 --- a/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/exponential_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: 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_distribution_device_test.pass.cpp index aa1a3607777..f71dc135881 100644 --- a/test/xpu_api/random/device_tests/extreme_value_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/extreme_value_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp index 860f311f658..3575bcf0c01 100644 --- a/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/geometric_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp index e6934606ad8..1fbb3d6fe2e 100644 --- a/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/lognormal_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp index 7fa50080387..9d0baa1eca5 100644 --- a/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/normal_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: 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_distribution_device_test.pass.cpp index 088b0b3b2f6..37091c8e957 100644 --- a/test/xpu_api/random/device_tests/uniform_int_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/uniform_int_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: 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_distribution_device_test.pass.cpp index 07dbae5f098..e2f9811cf2d 100644 --- a/test/xpu_api/random/device_tests/uniform_real_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/uniform_real_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp b/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp index 1722f9ab151..5234fe01bbb 100644 --- a/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp +++ b/test/xpu_api/random/device_tests/weibull_distribution_device_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/template_tests/discard_block_std_template_test.pass.cpp b/test/xpu_api/random/template_tests/discard_block_std_template_test.pass.cpp index 54c9e905318..3cc8ecb0c28 100644 --- a/test/xpu_api/random/template_tests/discard_block_std_template_test.pass.cpp +++ b/test/xpu_api/random/template_tests/discard_block_std_template_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/template_tests/linear_congruential_std_template_test.pass.cpp b/test/xpu_api/random/template_tests/linear_congruential_std_template_test.pass.cpp index fc70a45d488..8058015aafc 100644 --- a/test/xpu_api/random/template_tests/linear_congruential_std_template_test.pass.cpp +++ b/test/xpu_api/random/template_tests/linear_congruential_std_template_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: diff --git a/test/xpu_api/random/template_tests/subtract_with_carry_std_template_test.pass.cpp b/test/xpu_api/random/template_tests/subtract_with_carry_std_template_test.pass.cpp index 92163bfce92..07980ce43f6 100644 --- a/test/xpu_api/random/template_tests/subtract_with_carry_std_template_test.pass.cpp +++ b/test/xpu_api/random/template_tests/subtract_with_carry_std_template_test.pass.cpp @@ -5,12 +5,6 @@ // // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// This file incorporates work covered by the following copyright and permission -// notice: -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// //===----------------------------------------------------------------------===// // // Abstract: