BEGIN 1777952750.1341276 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/25] 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/25] Copying simple_net.py to tests directory 0.1 [3/25] Building CXX object src/lib/CMakeFiles/rocprofiler-compute-tool.dir/helper.cpp.o 0.1 [4/25] Building CXX object src/lib/CMakeFiles/rocprofiler-compute-tool.dir/rocprofiler_compute_tool.cpp.o 0.1 [5/25] Linking CXX shared library src/lib/librocprofiler-compute-tool.so 2.8 [6/25] Building HIP object tests/CMakeFiles/vsequential_access.dir/__/sample/vsequential_access.cpp.o 2.8 [7/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vsequential_access 2.8 [8/25] Building HIP object tests/CMakeFiles/vrandom_access.dir/__/sample/vrandom_access.cpp.o 2.9 [9/25] Building HIP object tests/CMakeFiles/vmem.dir/__/sample/vmem.hip.o 2.9 [10/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vrandom_access 2.9 [11/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vmem 3.0 [12/25] Building HIP object tests/CMakeFiles/memcopy.dir/__/sample/memcopy.cpp.o 3.0 /__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] 3.0 29 | hipMalloc(&d_X, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 30 | hipMalloc(&d_Y, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 52 | hipDeviceSynchronize(); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 57 | hipEventCreate(&start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 58 | hipEventCreate(&stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 63 | hipEventRecord(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 67 | hipEventRecord(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 68 | hipEventSynchronize(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 71 | hipEventElapsedTime(&milliseconds, start, stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 117 | hipEventDestroy(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 118 | hipEventDestroy(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 121 | hipFree(d_X); 3.0 | ^~~~~~~~~~~~ 3.0 /__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] 3.0 122 | hipFree(d_Y); 3.0 | ^~~~~~~~~~~~ 3.0 15 warnings generated when compiling for gfx908. 3.0 /__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] 3.0 29 | hipMalloc(&d_X, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 30 | hipMalloc(&d_Y, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 52 | hipDeviceSynchronize(); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 57 | hipEventCreate(&start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 58 | hipEventCreate(&stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 63 | hipEventRecord(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 67 | hipEventRecord(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 68 | hipEventSynchronize(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 71 | hipEventElapsedTime(&milliseconds, start, stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 117 | hipEventDestroy(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 118 | hipEventDestroy(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 121 | hipFree(d_X); 3.0 | ^~~~~~~~~~~~ 3.0 /__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] 3.0 122 | hipFree(d_Y); 3.0 | ^~~~~~~~~~~~ 3.0 15 warnings generated when compiling for gfx90a. 3.0 /__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] 3.0 29 | hipMalloc(&d_X, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 30 | hipMalloc(&d_Y, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 52 | hipDeviceSynchronize(); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 57 | hipEventCreate(&start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 58 | hipEventCreate(&stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 63 | hipEventRecord(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 67 | hipEventRecord(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 68 | hipEventSynchronize(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 71 | hipEventElapsedTime(&milliseconds, start, stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 117 | hipEventDestroy(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 118 | hipEventDestroy(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 121 | hipFree(d_X); 3.0 | ^~~~~~~~~~~~ 3.0 /__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] 3.0 122 | hipFree(d_Y); 3.0 | ^~~~~~~~~~~~ 3.0 15 warnings generated when compiling for gfx942. 3.0 /__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] 3.0 29 | hipMalloc(&d_X, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 30 | hipMalloc(&d_Y, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 52 | hipDeviceSynchronize(); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 57 | hipEventCreate(&start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 58 | hipEventCreate(&stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 63 | hipEventRecord(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 67 | hipEventRecord(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 68 | hipEventSynchronize(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 71 | hipEventElapsedTime(&milliseconds, start, stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 117 | hipEventDestroy(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 118 | hipEventDestroy(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 121 | hipFree(d_X); 3.0 | ^~~~~~~~~~~~ 3.0 /__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] 3.0 122 | hipFree(d_Y); 3.0 | ^~~~~~~~~~~~ 3.0 15 warnings generated when compiling for gfx950. 3.0 /__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] 3.0 29 | hipMalloc(&d_X, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 30 | hipMalloc(&d_Y, bytes); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 39 | hipMemcpy(d_X, h_X, bytes, hipMemcpyHostToDevice); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 52 | hipDeviceSynchronize(); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 57 | hipEventCreate(&start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 58 | hipEventCreate(&stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 63 | hipEventRecord(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 67 | hipEventRecord(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 68 | hipEventSynchronize(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 71 | hipEventElapsedTime(&milliseconds, start, stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 93 | hipMemcpy(h_Y, d_Y, bytes, hipMemcpyDeviceToHost); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 117 | hipEventDestroy(start); 3.0 | ^~~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 118 | hipEventDestroy(stop); 3.0 | ^~~~~~~~~~~~~~~~~~~~~ 3.0 /__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] 3.0 121 | hipFree(d_X); 3.0 | ^~~~~~~~~~~~ 3.0 /__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] 3.0 122 | hipFree(d_Y); 3.0 | ^~~~~~~~~~~~ 3.0 15 warnings generated when compiling for host. 3.1 [13/25] Building HIP object tests/CMakeFiles/vcopy.dir/__/sample/vcopy.cpp.o 3.1 [14/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/memcopy 3.1 [15/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/vcopy 3.1 [16/25] Building HIP object tests/CMakeFiles/laplace_eqn.dir/__/sample/laplace_eqn.hip.o 3.2 [17/25] Building HIP object tests/CMakeFiles/mat_mul_max.dir/__/sample/mat_mul_max.hip.o 3.2 [18/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/laplace_eqn 3.2 [19/25] Building HIP object tests/CMakeFiles/occupancy.dir/__/sample/occupancy.hip.o 3.2 [20/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/mat_mul_max 3.2 [21/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/occupancy 3.3 [22/25] Building HIP object tests/CMakeFiles/hip_dynamic_shared.dir/__/sample/dynamic_shared/dynamic_shared.hip.o 3.4 [23/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/hip_dynamic_shared 3.8 [24/25] Building HIP object tests/CMakeFiles/rocflop.dir/__/sample/rocflop.cpp.o 3.9 [25/25] Linking HIP executable /__w/rockrel/rockrel/rocm-systems/projects/rocprofiler-compute/tests/rocflop END 1777952754.045699 3.9115712642669678 0