BEGIN 1781485224.9393053 EXEC /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/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/profiler/rocprofiler-compute/build 0.0 [1/44] cd /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/build && /usr/local/therock-tools/bin/cmake -E rm -f /__w/rockrel/rockrel/build/profiler/rocprofiler-compute/stamp/stage.stamp 0.0 [2/44] Copying simple_net.py to tests directory 0.2 [3/44] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/input_parameters.cpp.o 0.8 [4/44] Building CXX object src/lib/external/fmt/CMakeFiles/fmt.dir/src/os.cc.o 1.0 [5/44] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/sdk_wrapper.cpp.o 1.3 [6/44] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/counters_writer.cpp.o 1.3 [7/44] Building CXX object src/lib/external/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 1.3 [8/44] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/main.cpp.o 1.6 [9/44] Building CXX object src/lib/external/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 1.7 [10/44] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/rocprofiler_compute_tool.cpp.o 2.3 [11/44] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/mocks.cpp.o 2.7 [12/44] Building CXX object src/lib/external/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2.9 [13/44] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/test_rocprofiler_compute_tool.cpp.o 3.1 [14/44] Building CXX object src/lib/external/fmt/CMakeFiles/fmt.dir/src/format.cc.o 3.1 [15/44] Linking CXX static library lib/libfmt.a 4.2 [16/44] Building HIP object tests/CMakeFiles/vsequential_access.dir/__/sample/vsequential_access.cpp.o 4.2 [17/44] Building CXX object src/lib/rocprofiler_compute_tool/tests/CMakeFiles/test-rocprofiler-compute-tool.dir/test_sdk_callbacks.cpp.o 4.2 [18/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vsequential_access 4.3 [19/44] Building HIP object tests/CMakeFiles/vmem.dir/__/sample/vmem.hip.o 4.3 [20/44] Building HIP object tests/CMakeFiles/vrandom_access.dir/__/sample/vrandom_access.cpp.o 4.3 [21/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vmem 4.3 [22/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vrandom_access 4.5 [23/44] Building HIP object tests/CMakeFiles/memcopy.dir/__/sample/memcopy.cpp.o 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 29 | hipMalloc(&d_X, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 30 | hipMalloc(&d_Y, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 52 | hipDeviceSynchronize(); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 57 | hipEventCreate(&start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 58 | hipEventCreate(&stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 63 | hipEventRecord(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 67 | hipEventRecord(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 68 | hipEventSynchronize(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 71 | hipEventElapsedTime(&milliseconds, start, stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 117 | hipEventDestroy(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 118 | hipEventDestroy(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 121 | hipFree(d_X); 4.5 | ^~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 122 | hipFree(d_Y); 4.5 | ^~~~~~~~~~~~ 4.5 15 warnings generated when compiling for gfx908. 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 29 | hipMalloc(&d_X, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 30 | hipMalloc(&d_Y, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 52 | hipDeviceSynchronize(); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 57 | hipEventCreate(&start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 58 | hipEventCreate(&stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 63 | hipEventRecord(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 67 | hipEventRecord(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 68 | hipEventSynchronize(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 71 | hipEventElapsedTime(&milliseconds, start, stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 117 | hipEventDestroy(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 118 | hipEventDestroy(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 121 | hipFree(d_X); 4.5 | ^~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 122 | hipFree(d_Y); 4.5 | ^~~~~~~~~~~~ 4.5 15 warnings generated when compiling for gfx90a. 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 29 | hipMalloc(&d_X, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 30 | hipMalloc(&d_Y, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 52 | hipDeviceSynchronize(); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 57 | hipEventCreate(&start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 58 | hipEventCreate(&stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 63 | hipEventRecord(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 67 | hipEventRecord(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 68 | hipEventSynchronize(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 71 | hipEventElapsedTime(&milliseconds, start, stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 117 | hipEventDestroy(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 118 | hipEventDestroy(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 121 | hipFree(d_X); 4.5 | ^~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 122 | hipFree(d_Y); 4.5 | ^~~~~~~~~~~~ 4.5 15 warnings generated when compiling for gfx942. 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 29 | hipMalloc(&d_X, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 30 | hipMalloc(&d_Y, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 52 | hipDeviceSynchronize(); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 57 | hipEventCreate(&start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 58 | hipEventCreate(&stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 63 | hipEventRecord(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 67 | hipEventRecord(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 68 | hipEventSynchronize(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 71 | hipEventElapsedTime(&milliseconds, start, stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 117 | hipEventDestroy(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 118 | hipEventDestroy(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 121 | hipFree(d_X); 4.5 | ^~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 122 | hipFree(d_Y); 4.5 | ^~~~~~~~~~~~ 4.5 15 warnings generated when compiling for gfx950. 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:29:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 29 | hipMalloc(&d_X, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:30:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 30 | hipMalloc(&d_Y, bytes); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:39:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:52:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 52 | hipDeviceSynchronize(); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:57:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 57 | hipEventCreate(&start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:58:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 58 | hipEventCreate(&stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:63:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 63 | hipEventRecord(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:67:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 67 | hipEventRecord(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:68:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 68 | hipEventSynchronize(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:71:9: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 71 | hipEventElapsedTime(&milliseconds, start, stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:93:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:117:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 117 | hipEventDestroy(start); 4.5 | ^~~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:118:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 118 | hipEventDestroy(stop); 4.5 | ^~~~~~~~~~~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:121:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 121 | hipFree(d_X); 4.5 | ^~~~~~~~~~~~ 4.5 /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/sample/memcopy.cpp:122:5: warning: ignoring return value of type 'hipError_t' declared with 'nodiscard' attribute [-Wunused-value] 4.5 122 | hipFree(d_Y); 4.5 | ^~~~~~~~~~~~ 4.5 15 warnings generated when compiling for host. 4.5 [24/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/memcopy 4.6 [25/44] Building HIP object tests/CMakeFiles/vcopy.dir/__/sample/vcopy.cpp.o 4.6 [26/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vcopy 4.7 [27/44] Building HIP object tests/CMakeFiles/laplace_eqn.dir/__/sample/laplace_eqn.hip.o 4.7 [28/44] Building HIP object tests/CMakeFiles/mat_mul_max.dir/__/sample/mat_mul_max.hip.o 4.7 [29/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/laplace_eqn 4.7 [30/44] Building HIP object tests/CMakeFiles/occupancy.dir/__/sample/occupancy.hip.o 4.8 [31/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/mat_mul_max 4.8 [32/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/occupancy 4.9 [33/44] Building CXX object src/lib/rocprofiler_compute_tool/CMakeFiles/rocprofiler-compute-tool.dir/sdk_callbacks.cpp.o 5.0 [34/44] Linking CXX shared library lib/librocprofiler-compute-tool.so 5.0 [35/44] Building HIP object tests/CMakeFiles/hip_dynamic_shared.dir/__/sample/dynamic_shared/dynamic_shared.hip.o 5.0 [36/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/hip_dynamic_shared 5.6 [37/44] Building HIP object tests/CMakeFiles/rocflop.dir/__/sample/rocflop.cpp.o 5.6 [38/44] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/rocflop 7.4 [39/44] Building CXX object src/lib/external/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 7.5 [40/44] Linking CXX static library lib/libgtest.a 7.5 [41/44] Linking CXX static library lib/libgtest_main.a 7.5 [42/44] Linking CXX static library lib/libgmock.a 7.5 [43/44] Linking CXX static library lib/libgmock_main.a 7.5 [44/44] Linking CXX executable bin/test-rocprofiler-compute-tool END 1781485232.4602442 7.520938873291016 0