BEGIN 1777953352.7242107 EXEC /__w/rockrel/rockrel/build/math-libs/rocRAND/build /usr/local/therock-tools/bin/cmake -E env --unset=ROCM_PATH --unset=ROCM_DIR --unset=HIP_PATH --unset=HIP_DIR -- /usr/local/therock-tools/bin/cmake --build /__w/rockrel/rockrel/build/math-libs/rocRAND/build 1.1 [1/183] Building ASM object library/CMakeFiles/rocrand.dir/src/rocrand_scrambled_sobol32_precomputed.S.o 1.1 [2/183] Building ASM object library/CMakeFiles/rocrand.dir/src/rocrand_scrambled_sobol64_precomputed.S.o 1.2 [3/183] Building ASM object library/CMakeFiles/rocrand.dir/src/rocrand_sobol32_precomputed.S.o 1.2 [4/183] Building ASM object library/CMakeFiles/rocrand.dir/src/rocrand_sobol64_precomputed.S.o 1.2 [5/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o 1.2 [6/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 1.2 [7/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 1.2 [8/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 1.2 [9/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 1.3 [10/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o 1.3 [11/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o 1.3 [12/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 1.3 [13/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o 1.3 [14/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 1.3 [15/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o 1.3 [16/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 1.3 [17/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 1.4 [18/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 1.4 [19/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o 1.4 [20/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o 1.4 [21/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o 1.4 [22/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 1.4 [23/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o 1.4 [24/183] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 1.4 [25/183] Building CXX object tools/CMakeFiles/bin2typed.dir/bin2typed.cpp.o 1.5 [26/183] Building CXX object tools/CMakeFiles/mrg31k3p_precomputed_generator.dir/mrg31k3p_precomputed_generator.cpp.o 1.5 [27/183] Building CXX object tools/CMakeFiles/mrg32k3a_precomputed_generator.dir/mrg32k3a_precomputed_generator.cpp.o 1.5 [28/183] Building CXX object tools/CMakeFiles/mt19937_precomputed_generator.dir/mt19937_precomputed_generator.cpp.o 1.6 [29/183] Building CXX object tools/CMakeFiles/scrambled_sobol32_constants_generator.dir/scrambled_sobol32_constants_generator.cpp.o 1.6 [30/183] Building CXX object tools/CMakeFiles/scrambled_sobol32_direction_vector_generator.dir/scrambled_sobol32_direction_vector_generator.cpp.o 1.6 [31/183] Building CXX object tools/CMakeFiles/scrambled_sobol64_constants_generator.dir/scrambled_sobol64_constants_generator.cpp.o 1.6 [32/183] Building CXX object tools/CMakeFiles/scrambled_sobol64_direction_vector_generator.dir/scrambled_sobol64_direction_vector_generator.cpp.o 1.6 [33/183] Building CXX object tools/CMakeFiles/sobol32_direction_vector_generator.dir/sobol32_direction_vector_generator.cpp.o 1.7 [34/183] Building CXX object tools/CMakeFiles/sobol64_direction_vector_generator.dir/sobol64_direction_vector_generator.cpp.o 1.7 [35/183] Building CXX object tools/CMakeFiles/xorwow_precomputed_generator.dir/xorwow_precomputed_generator.cpp.o 1.7 [36/183] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark.a 20.5 [37/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rocrand_mt19937_precomputed.cpp.o 20.8 [38/183] Building CXX object tools/CMakeFiles/lfsr113_precomputed_generator.dir/lfsr113_precomputed_generator.cpp.o 33.9 [39/183] Building CXX object test/internal/CMakeFiles/test_cpp_utils.dir/test_cpp_utils.cpp.o 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1030. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1031. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1032. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1033. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1034. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1035. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for gfx1036. 33.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_cpp_utils.cpp:21: 33.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 33.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 33.9 | ^ 33.9 1 warning generated when compiling for host. 35.1 [40/183] Building CXX object test/linkage/CMakeFiles/test_rocrand_linkage.dir/get_rocrand_version.cpp.o 41.1 [41/183] Building CXX object test/CMakeFiles/test_rocrand_basic.dir/test_rocrand_basic.cpp.o 42.3 [42/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mrg31k3p_prng.dir/test_rocrand_mrg31k3p_prng.cpp.o 42.5 [43/183] Building CXX object test/CMakeFiles/test_rocrand_hipgraphs.dir/test_rocrand_hipgraphs.cpp.o 42.8 [44/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mt19937_octo_engine_prng.dir/test_rocrand_mt19937_octo_engine_prng.cpp.o 43.1 [45/183] Building CXX object test/CMakeFiles/test_rocrand_generate.dir/test_rocrand_generate.cpp.o 43.8 [46/183] Building CXX object test/internal/CMakeFiles/test_rocrand_config_dispatch.dir/test_rocrand_config_dispatch.cpp.o 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1030. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1031. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1032. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1033. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1034. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1035. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for gfx1036. 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_config_dispatch.cpp:22: 43.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 43.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 43.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 43.8 | ^ 43.8 1 warning generated when compiling for host. 43.8 [47/183] cd /__w/rockrel/rockrel/build/math-libs/rocRAND/build && /usr/local/therock-tools/bin/cmake -E rm -f /__w/rockrel/rockrel/build/math-libs/rocRAND/stamp/stage.stamp 43.9 [48/183] Linking CXX static library _deps/googlebenchmark-build/src/libbenchmark_main.a 44.0 [49/183] Building CXX object test/CMakeFiles/test_rocrand_generate_log_normal.dir/test_rocrand_generate_log_normal.cpp.o 44.1 [50/183] Linking CXX executable tools/bin2typed 44.2 [51/183] Linking CXX executable tools/lfsr113_precomputed_generator 44.2 [52/183] Linking CXX executable tools/mrg31k3p_precomputed_generator 44.3 [53/183] Linking CXX executable tools/mrg32k3a_precomputed_generator 44.4 [54/183] Linking CXX executable tools/mt19937_precomputed_generator 44.5 [55/183] Linking CXX executable tools/scrambled_sobol32_constants_generator 44.6 [56/183] Linking CXX executable tools/scrambled_sobol32_direction_vector_generator 44.7 [57/183] Linking CXX executable tools/scrambled_sobol64_constants_generator 44.8 [58/183] Linking CXX executable tools/scrambled_sobol64_direction_vector_generator 44.8 [59/183] Linking CXX executable tools/sobol32_direction_vector_generator 44.9 [60/183] Linking CXX executable tools/sobol64_direction_vector_generator 45.0 [61/183] Linking CXX executable tools/xorwow_precomputed_generator 45.3 [62/183] Building CXX object test/CMakeFiles/test_rocrand_generate_normal.dir/test_rocrand_generate_normal.cpp.o 45.8 [63/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mrg32k3a_prng.dir/test_rocrand_mrg32k3a_prng.cpp.o 46.4 [64/183] Building CXX object test/CMakeFiles/test_rocrand_generate_poisson.dir/test_rocrand_generate_poisson.cpp.o 46.4 [65/183] Building CXX object test/internal/CMakeFiles/test_rocrand_generator_type.dir/test_rocrand_generator_type.cpp.o 46.6 [66/183] Building CXX object test/CMakeFiles/test_rocrand_generate_uniform.dir/test_rocrand_generate_uniform.cpp.o 46.7 [67/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rocrand.cpp.o 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1030. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1031. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1032. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1033. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1034. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1035. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for gfx1036. 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rocrand.cpp:24: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 46.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 46.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 46.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 46.7 | ^ 46.7 1 warning generated when compiling for host. 48.1 [68/183] Building CXX object test/linkage/CMakeFiles/test_rocrand_linkage.dir/test_rocrand_linkage.cpp.o 51.2 [69/183] Building CXX object test/internal/CMakeFiles/test_poisson_distribution.dir/test_poisson_distribution.cpp.o 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1030. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1031. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1032. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1033. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1034. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1035. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for gfx1036. 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_poisson_distribution.cpp:29: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 51.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 51.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 51.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 51.2 | ^ 51.2 1 warning generated when compiling for host. 51.2 [70/183] Building CXX object test/CMakeFiles/test_rocrand_host.dir/test_rocrand_host.cpp.o 53.1 [71/183] Building CXX object test/internal/CMakeFiles/test_log_normal_distribution.dir/test_log_normal_distribution.cpp.o 55.5 [72/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_scrambled_sobol32.dir/test_rocrand_kernel_scrambled_sobol32.cpp.o 55.9 [73/183] Building CXX object test/internal/CMakeFiles/test_normal_distribution.dir/test_normal_distribution.cpp.o 56.4 [74/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_threefry4x32_20.dir/test_rocrand_kernel_threefry4x32_20.cpp.o 57.2 [75/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_mtgp32.dir/test_rocrand_kernel_mtgp32.cpp.o 57.4 [76/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_threefry2x64_20.dir/test_rocrand_kernel_threefry2x64_20.cpp.o 57.6 [77/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_xorwow.dir/test_rocrand_kernel_xorwow.cpp.o 58.9 [78/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_scrambled_sobol32.cpp.o 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1030. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1031. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1032. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1033. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1034. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1035. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for gfx1036. 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol32.cpp:23: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 58.9 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 58.9 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 58.9 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 58.9 | ^ 58.9 1 warning generated when compiling for host. 59.6 [79/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_sobol64.dir/test_rocrand_kernel_sobol64.cpp.o 59.7 [80/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_sobol32.dir/test_rocrand_kernel_sobol32.cpp.o 59.8 [81/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_scrambled_sobol64.dir/test_rocrand_kernel_scrambled_sobol64.cpp.o 61.2 [82/183] Building CXX object test/CMakeFiles/test_rocrand_cpp_basic.dir/test_rocrand_cpp_basic.cpp.o 61.7 [83/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_threefry2x32_20.dir/test_rocrand_kernel_threefry2x32_20.cpp.o 63.2 [84/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_scrambled_sobol64.cpp.o 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1030. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1031. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1032. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1033. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1034. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1035. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for gfx1036. 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_scrambled_sobol64.cpp:23: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 63.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 63.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 63.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 63.2 | ^ 63.2 1 warning generated when compiling for host. 64.0 [85/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_threefry4x64_20.dir/test_rocrand_kernel_threefry4x64_20.cpp.o 64.3 [86/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_sobol32.cpp.o 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1030. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1031. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1032. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1033. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1034. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1035. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for gfx1036. 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol32.cpp:23: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 64.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 64.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 64.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 64.3 | ^ 64.3 1 warning generated when compiling for host. 65.4 [87/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_sobol64.cpp.o 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1030. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1031. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1032. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1033. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1034. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1035. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for gfx1036. 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_sobol64.cpp:23: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 65.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 65.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 65.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 65.4 | ^ 65.4 1 warning generated when compiling for host. 65.6 [88/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_philox4x32_10.dir/test_rocrand_kernel_philox4x32_10.cpp.o 66.1 [89/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_lfsr113.dir/test_rocrand_kernel_lfsr113.cpp.o 68.6 [90/183] Building CXX object test/internal/CMakeFiles/test_rocrand_sobol32_qrng.dir/test_rocrand_sobol32_qrng.cpp.o 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1030. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1031. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1032. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1033. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1034. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1035. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for gfx1036. 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol32_qrng.cpp:22: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 68.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 68.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 68.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 68.6 | ^ 68.6 1 warning generated when compiling for host. 69.5 [91/183] Building CXX object benchmark/CMakeFiles/benchmark_rocrand_generate.dir/benchmark_rocrand_generate.cpp.o 71.0 [92/183] Building CXX object test/internal/CMakeFiles/test_rocrand_scrambled_sobol32_qrng.dir/test_rocrand_scrambled_sobol32_qrng.cpp.o 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1030. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1031. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1032. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1033. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1034. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1035. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for gfx1036. 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol32_qrng.cpp:22: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 71.0 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 71.0 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 71.0 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 71.0 | ^ 71.0 1 warning generated when compiling for host. 71.5 [93/183] Building CXX object test/CMakeFiles/test_rocrand_kernel_mrg.dir/test_rocrand_kernel_mrg.cpp.o 72.9 [94/183] Building CXX object benchmark/CMakeFiles/benchmark_rocrand_host_api.dir/benchmark_rocrand_host_api.cpp.o 74.3 [95/183] Building CXX object test/internal/CMakeFiles/test_rocrand_sobol64_qrng.dir/test_rocrand_sobol64_qrng.cpp.o 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1030. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1031. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1032. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1033. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1034. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1035. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for gfx1036. 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol64_qrng.cpp:22: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 74.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 74.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 74.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 74.3 | ^ 74.3 1 warning generated when compiling for host. 76.8 [96/183] Building CXX object test/internal/CMakeFiles/test_rocrand_scrambled_sobol64_qrng.dir/test_rocrand_scrambled_sobol64_qrng.cpp.o 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1030. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1031. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1032. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1033. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1034. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1035. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for gfx1036. 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_scrambled_sobol64_qrng.cpp:22: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_sobol_qrng.hpp:28: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/sobol.hpp:25: 76.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config_types.hpp:26: 76.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 76.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 76.8 | ^ 76.8 1 warning generated when compiling for host. 80.1 [97/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_lfsr113.cpp.o 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1030. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1031. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1032. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1033. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1034. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1035. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for gfx1036. 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_lfsr113.cpp:23: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/lfsr113.hpp:25: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/lfsr113_config.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 80.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 80.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 80.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 80.1 | ^ 80.1 1 warning generated when compiling for host. 84.4 [98/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_mrg31k3p.cpp.o 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1030. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1031. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1032. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1033. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1034. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1035. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for gfx1036. 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg31k3p.cpp:23: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 84.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 84.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 84.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 84.4 | ^ 84.4 1 warning generated when compiling for host. 85.4 [99/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_mrg32k3a.cpp.o 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1030. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1031. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1032. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1033. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1034. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1035. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for gfx1036. 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mrg32k3a.cpp:23: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mrg.hpp:25: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mrg31k3p_config.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 85.4 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 85.4 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 85.4 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 85.4 | ^ 85.4 1 warning generated when compiling for host. 86.6 [100/183] Building CXX object test/internal/CMakeFiles/test_rocrand_discrete.dir/test_rocrand_discrete.cpp.o 93.8 [101/183] Building CXX object test/internal/CMakeFiles/test_rocrand_normal.dir/test_rocrand_normal.cpp.o 94.9 [102/183] Building CXX object test/internal/CMakeFiles/test_rocrand_log_normal.dir/test_rocrand_log_normal.cpp.o 95.3 [103/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_mtgp32.cpp.o 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1030. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1031. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1032. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1033. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1034. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1035. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for gfx1036. 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mtgp32.cpp:23: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mtgp32.hpp:59: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mtgp32_config.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 95.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 95.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 95.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 95.3 | ^ 95.3 1 warning generated when compiling for host. 99.0 [104/183] Building CXX object test/internal/CMakeFiles/test_uniform_distribution.dir/test_uniform_distribution.cpp.o 110.7 [105/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_xorwow.cpp.o 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1030. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1031. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1032. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1033. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1034. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1035. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for gfx1036. 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_xorwow.cpp:23: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/xorwow.hpp:25: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/xorwow_config.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 110.7 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 110.7 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 110.7 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 110.7 | ^ 110.7 1 warning generated when compiling for host. 112.8 [106/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mtgp32_prng.dir/test_rocrand_mtgp32_prng.cpp.o 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1030. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1031. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1032. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1033. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1034. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1035. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for gfx1036. 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mtgp32_prng.cpp:23: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 112.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 112.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 112.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 112.8 | ^ 112.8 1 warning generated when compiling for host. 115.2 [107/183] Building CXX object test/internal/CMakeFiles/test_rocrand_lfsr113_prng.dir/test_rocrand_lfsr113_prng.cpp.o 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1030. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1031. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1032. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1033. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1034. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1035. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for gfx1036. 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_lfsr113_prng.cpp:23: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 115.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 115.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 115.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 115.2 | ^ 115.2 1 warning generated when compiling for host. 119.1 [108/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_philox4x32_10.cpp.o 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1030. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1031. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1032. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1033. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1034. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1035. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for gfx1036. 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_philox4x32_10.cpp:23: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/philox4x32_10.hpp:57: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/philox4_32_10_config.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 119.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 119.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 119.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 119.1 | ^ 119.1 1 warning generated when compiling for host. 119.6 [109/183] Building CXX object test/CMakeFiles/test_rocrand_cpp_wrapper.dir/test_rocrand_cpp_wrapper.cpp.o 121.6 [110/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_threefry2x32_20.cpp.o 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1030. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1031. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1032. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1033. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1034. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1035. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for gfx1036. 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x32_20.cpp:23: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 121.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 121.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 121.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 121.6 | ^ 121.6 1 warning generated when compiling for host. 134.1 [111/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_threefry2x64_20.cpp.o 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1030. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1031. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1032. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1033. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1034. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1035. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for gfx1036. 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry2x64_20.cpp:23: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 134.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 134.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 134.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 134.1 | ^ 134.1 1 warning generated when compiling for host. 137.3 [112/183] Building CXX object test/internal/CMakeFiles/test_rocrand_philox_prng.dir/test_rocrand_philox_prng.cpp.o 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1030. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1031. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1032. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1033. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1034. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1035. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for gfx1036. 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_philox_prng.cpp:23: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 137.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 137.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 137.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 137.3 | ^ 137.3 1 warning generated when compiling for host. 142.6 [113/183] Building CXX object test/internal/CMakeFiles/test_rocrand_threefry2x32_20_prng.dir/test_rocrand_threefry2x32_20_prng.cpp.o 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1030. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1031. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1032. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1033. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1034. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1035. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for gfx1036. 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x32_20_prng.cpp:20: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 142.6 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 142.6 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 142.6 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 142.6 | ^ 142.6 1 warning generated when compiling for host. 150.3 [114/183] Building CXX object test/internal/CMakeFiles/test_rocrand_xorwow_prng.dir/test_rocrand_xorwow_prng.cpp.o 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1030. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1031. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1032. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1033. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1034. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1035. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for gfx1036. 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_xorwow_prng.cpp:23: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 150.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 150.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 150.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 150.3 | ^ 150.3 1 warning generated when compiling for host. 151.3 [115/183] Building CXX object test/internal/CMakeFiles/test_rocrand_poisson.dir/test_rocrand_poisson.cpp.o 159.1 [116/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mrg_prng.dir/test_rocrand_mrg_prng.cpp.o 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1030. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1031. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1032. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1033. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1034. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1035. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for gfx1036. 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mrg_prng.cpp:23: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 159.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 159.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 159.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 159.1 | ^ 159.1 1 warning generated when compiling for host. 175.5 [117/183] Building CXX object benchmark/CMakeFiles/benchmark_rocrand_kernel.dir/benchmark_rocrand_kernel.cpp.o 175.8 [118/183] Building CXX object test/internal/CMakeFiles/test_rocrand_threefry2x64_20_prng.dir/test_rocrand_threefry2x64_20_prng.cpp.o 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1030. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1031. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1032. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1033. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1034. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1035. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for gfx1036. 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry2x64_20_prng.cpp:21: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 175.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 175.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 175.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 175.8 | ^ 175.8 1 warning generated when compiling for host. 192.5 [119/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_threefry4x32_20.cpp.o 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1030. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1031. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1032. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1033. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1034. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1035. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for gfx1036. 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x32_20.cpp:23: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 192.5 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 192.5 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 192.5 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 192.5 | ^ 192.5 1 warning generated when compiling for host. 199.2 [120/183] Building CXX object benchmark/CMakeFiles/benchmark_rocrand_device_api.dir/benchmark_rocrand_device_api.cpp.o 212.8 [121/183] Building CXX object test/internal/CMakeFiles/test_rocrand_threefry4x32_20_prng.dir/test_rocrand_threefry4x32_20_prng.cpp.o 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1030. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1031. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1032. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1033. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1034. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1035. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for gfx1036. 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x32_20_prng.cpp:21: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 212.8 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 212.8 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 212.8 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 212.8 | ^ 212.8 1 warning generated when compiling for host. 225.3 [122/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_threefry4x64_20.cpp.o 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1030. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1031. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1032. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1033. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1034. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1035. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for gfx1036. 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_threefry4x64_20.cpp:23: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/threefry.hpp:25: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/threefry2_32_20_config.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 225.3 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 225.3 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 225.3 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 225.3 | ^ 225.3 1 warning generated when compiling for host. 243.2 [123/183] Building CXX object test/internal/CMakeFiles/test_rocrand_threefry4x64_20_prng.dir/test_rocrand_threefry4x64_20_prng.cpp.o 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1030. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1031. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1032. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1033. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1034. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1035. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for gfx1036. 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_threefry4x64_20_prng.cpp:21: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_host_prng.hpp:29: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 243.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 243.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 243.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 243.2 | ^ 243.2 1 warning generated when compiling for host. 412.2 [124/183] Building CXX object test/internal/CMakeFiles/test_rocrand_mt19937_prng.dir/test_rocrand_mt19937_prng.cpp.o 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1030. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1031. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1032. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1033. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1034. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1035. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for gfx1036. 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_mt19937_prng.cpp:23: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/test/internal/test_rocrand_prng.hpp:29: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/poisson.hpp:26: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../system.hpp:34: 412.2 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../config_types.hpp:26: 412.2 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/distribution/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 412.2 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 412.2 | ^ 412.2 1 warning generated when compiling for host. 702.1 [125/183] Building CXX object library/CMakeFiles/rocrand.dir/src/rng/generator_type_mt19937.cpp.o 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1030. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1031. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1032. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1033. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1034. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1035. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for gfx1036. 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/generator_type_mt19937.cpp:23: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/mt19937.hpp:55: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/mt19937_config.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/config_defaults.hpp:24: 702.1 In file included from /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../config_types.hpp:26: 702.1 /__w/rockrel/rockrel/rocm-libraries/projects/rocrand/library/src/rng/config/../utils/cpp_utils.hpp:249:21: warning: use of CUDA/HIP target attributes on deduction guides is deprecated; they will be rejected in a future version of Clang [-Wdeprecated-attributes] 702.1 249 | __host__ __device__ vec_wrapper(V) -> vec_wrapper; 702.1 | ^ 702.1 1 warning generated when compiling for host. 702.5 [126/183] Linking CXX shared library library/librocrand.so.1.1 702.5 [127/183] Creating library symlink library/librocrand.so.1 library/librocrand.so 702.6 [128/183] Linking CXX executable test/test_rocrand_basic 702.6 [129/183] Linking CXX executable test/test_rocrand_cpp_basic 702.6 [130/183] Linking CXX executable test/test_rocrand_generate 702.6 [131/183] Linking CXX executable test/test_rocrand_generate_log_normal 702.6 [132/183] Linking CXX executable test/test_rocrand_generate_normal 702.6 [133/183] Linking CXX executable test/test_rocrand_generate_poisson 702.6 [134/183] Linking CXX executable test/test_rocrand_generate_uniform 702.6 [135/183] Linking CXX executable test/test_rocrand_hipgraphs 702.6 [136/183] Linking CXX executable test/test_rocrand_host 702.6 [137/183] Linking CXX executable test/test_rocrand_kernel_lfsr113 702.6 [138/183] Linking CXX executable test/test_rocrand_kernel_mrg 702.6 [139/183] Linking CXX executable test/test_rocrand_kernel_mtgp32 702.6 [140/183] Linking CXX executable test/test_rocrand_kernel_philox4x32_10 702.6 [141/183] Linking CXX executable test/test_rocrand_kernel_scrambled_sobol32 702.6 [142/183] Linking CXX executable test/test_rocrand_kernel_scrambled_sobol64 702.6 [143/183] Linking CXX executable test/test_rocrand_kernel_sobol32 702.6 [144/183] Linking CXX executable test/test_rocrand_kernel_sobol64 702.6 [145/183] Linking CXX executable test/test_rocrand_kernel_threefry2x32_20 702.6 [146/183] Linking CXX executable test/test_rocrand_kernel_threefry2x64_20 702.6 [147/183] Linking CXX executable test/test_rocrand_kernel_threefry4x32_20 702.6 [148/183] Linking CXX executable test/test_rocrand_kernel_xorwow 702.6 [149/183] Linking CXX executable test/test_rocrand_linkage 702.6 [150/183] Linking CXX executable test/test_cpp_utils 702.6 [151/183] Linking CXX executable test/test_normal_distribution 702.6 [152/183] Linking CXX executable test/test_poisson_distribution 702.6 [153/183] Linking CXX executable test/test_rocrand_config_dispatch 702.6 [154/183] Linking CXX executable test/test_rocrand_generator_type 702.6 [155/183] Linking CXX executable test/test_rocrand_mrg31k3p_prng 702.6 [156/183] Linking CXX executable test/test_rocrand_kernel_threefry4x64_20 702.6 [157/183] Linking CXX executable test/test_rocrand_mrg32k3a_prng 702.6 [158/183] Linking CXX executable test/test_rocrand_cpp_wrapper 702.6 [159/183] Linking CXX executable test/test_rocrand_mt19937_octo_engine_prng 702.6 [160/183] Linking CXX executable test/test_log_normal_distribution 702.6 [161/183] Linking CXX executable test/test_rocrand_log_normal 702.6 [162/183] Linking CXX executable test/test_rocrand_discrete 702.6 [163/183] Linking CXX executable test/test_rocrand_normal 702.6 [164/183] Linking CXX executable test/test_rocrand_scrambled_sobol32_qrng 702.6 [165/183] Linking CXX executable test/test_rocrand_mtgp32_prng 702.6 [166/183] Linking CXX executable test/test_rocrand_lfsr113_prng 702.6 [167/183] Linking CXX executable test/test_rocrand_sobol32_qrng 702.6 [168/183] Linking CXX executable test/test_rocrand_scrambled_sobol64_qrng 702.6 [169/183] Linking CXX executable benchmark/benchmark_rocrand_generate 702.6 [170/183] Linking CXX executable test/test_rocrand_sobol64_qrng 702.6 [171/183] Linking CXX executable test/test_rocrand_philox_prng 702.6 [172/183] Linking CXX executable benchmark/benchmark_rocrand_host_api 702.6 [173/183] Linking CXX executable test/test_uniform_distribution 702.6 [174/183] Linking CXX executable test/test_rocrand_poisson 702.6 [175/183] Linking CXX executable test/test_rocrand_mrg_prng 702.6 [176/183] Linking CXX executable benchmark/benchmark_rocrand_kernel 702.6 [177/183] Linking CXX executable test/test_rocrand_mt19937_prng 702.6 [178/183] Linking CXX executable benchmark/benchmark_rocrand_device_api 702.6 [179/183] Linking CXX executable test/test_rocrand_threefry2x32_20_prng 702.6 [180/183] Linking CXX executable test/test_rocrand_threefry4x32_20_prng 702.7 [181/183] Linking CXX executable test/test_rocrand_threefry2x64_20_prng 702.7 [182/183] Linking CXX executable test/test_rocrand_threefry4x64_20_prng 702.7 [183/183] Linking CXX executable test/test_rocrand_xorwow_prng END 1777954055.3967638 702.672553062439 0