diff --git a/script/check_trace.py b/script/check_trace.py index 967149cb8b..1c4c5de88f 100644 --- a/script/check_trace.py +++ b/script/check_trace.py @@ -41,14 +41,14 @@ def parse_trace_levels(filename): def check_trace_status(tracename): trace2level = parse_trace_levels(trace2level_filename) - trace = tracename + '.txt' - rtrace = tracename + '_r.txt' + trace = 'test/' + tracename + '.txt' + rtrace = tracename + '.txt' if os.path.basename(tracename) in trace2level: trace_level = trace2level[os.path.basename(tracename)] print 'Trace comparison for ' + os.path.basename(tracename) + ' is at level ' + str(trace_level) else: print 'Trace ' + os.path.basename(tracename) + ' not found in ' + trace2level_filename + ', defaulting to level 0' - return 0 + return 1 if trace_level == 1: cnt_r = gen_events_info(rtrace,'cnt') diff --git a/src/core/roctracer.cpp b/src/core/roctracer.cpp index daedb97db9..552f6014dc 100644 --- a/src/core/roctracer.cpp +++ b/src/core/roctracer.cpp @@ -853,6 +853,7 @@ static roctracer_status_t roctracer_enable_activity_fun( roctracer::hsa_support::async_copy_callback_enabled = true; } else { const bool init_phase = (roctracer::RocpLoader::GetRef() == NULL); + if (roctracer::RocpLoader::GetRef() == NULL) break; if (init_phase == true) { roctracer::RocpLoader::Instance().InitActivityCallback((void*)roctracer::HSA_AsyncActivityCallback, (void*)pool); diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2082e2ef05..853271ba35 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -25,6 +25,7 @@ set ( CMAKE_VERBOSE_MAKEFILE TRUE CACHE BOOL "Verbose Output" FORCE ) ## Path to HSA test set ( HSA_TEST_DIR "${TEST_DIR}/hsa/test" ) +set ( HSA_REV "5c90a68" ) ## test run script set ( RUN_SCRIPT "${TEST_DIR}/run.sh" ) @@ -41,9 +42,8 @@ add_custom_target( mytest COMMAND C_TEST=1 ${TEST_CFLAGS} make -C "${TEST_DIR}/MatrixTranspose_test" COMMAND sh -xc "cp ${TEST_DIR}/MatrixTranspose_test/MatrixTranspose ${PROJECT_BINARY_DIR}/test/MatrixTranspose_ctest" # copy traces - COMMAND sh -xc "cp ${TEST_DIR}/MatrixTranspose*/*_trace.txt ${PROJECT_BINARY_DIR}/test/" - COMMAND sh -xc "cp ${TEST_DIR}/*_trace.txt ${PROJECT_BINARY_DIR}/test/" - COMMAND sh -xc "cp ${TEST_DIR}/tests_trace_cmp_levels.txt ${PROJECT_BINARY_DIR}/test/" + COMMAND sh -xc "cp ${TEST_DIR}/golden_traces/*_trace.txt ${PROJECT_BINARY_DIR}/test/" + COMMAND sh -xc "cp ${TEST_DIR}/golden_traces/tests_trace_cmp_levels.txt ${PROJECT_BINARY_DIR}/test/" ) ## Util sources @@ -58,9 +58,9 @@ target_link_libraries ( ${TEST_LIB} ${ROCTRACER_TARGET} ${HSA_RUNTIME_LIB} c std ## Build HSA test execute_process ( COMMAND sh -xc "if [ ! -e ${TEST_DIR}/hsa ] ; then git clone https://github.com/ROCmSoftwarePlatform/hsa-class.git ${TEST_DIR}/hsa; fi" ) -execute_process ( COMMAND sh -xc "if [ -e ${TEST_DIR}/hsa ] ; then cd ${TEST_DIR}/hsa && git fetch origin && git checkout 777c308; fi" ) +execute_process ( COMMAND sh -xc "if [ -e ${TEST_DIR}/hsa ] ; then cd ${TEST_DIR}/hsa && git fetch origin && git checkout ${HSA_REV}; fi" ) set ( TEST_DIR ${HSA_TEST_DIR} ) add_subdirectory ( ${TEST_DIR} ${PROJECT_BINARY_DIR}/test/hsa ) ## copying run script -execute_process ( COMMAND sh -xc "cp ${RUN_SCRIPT} ${PROJECT_BINARY_DIR}" ) \ No newline at end of file +execute_process ( COMMAND sh -xc "cp ${RUN_SCRIPT} ${PROJECT_BINARY_DIR}" ) diff --git a/test/MatrixTranspose/MatrixTranspose_hip_trace.txt b/test/MatrixTranspose/MatrixTranspose_hip_trace.txt deleted file mode 100644 index 860f8db54f..0000000000 --- a/test/MatrixTranspose/MatrixTranspose_hip_trace.txt +++ /dev/null @@ -1,466 +0,0 @@ -tool period test: "ROCP_CTRL_RATE=10:100000:1000000 ./test/MatrixTranspose" -ROCTracer (pid=116438): - HIP-trace() -ROCTracer: trace control: delay(10us), length(100000us), rate(1000000us) -Device name Vega 10 XT [Radeon RX Vega 64] -## Iteration (99) ################# -PASSED! -## Iteration (98) ################# -PASSED! -## Iteration (97) ################# -PASSED! -## Iteration (96) ################# -PASSED! -## Iteration (95) ################# -PASSED! -## Iteration (94) ################# -PASSED! -## Iteration (93) ################# -PASSED! -## Iteration (92) ################# -PASSED! -## Iteration (91) ################# -PASSED! -## Iteration (90) ################# -PASSED! -## Iteration (89) ################# -PASSED! -## Iteration (88) ################# -PASSED! -## Iteration (87) ################# -PASSED! -## Iteration (86) ################# -PASSED! -## Iteration (85) ################# -PASSED! -## Iteration (84) ################# -PASSED! -## Iteration (83) ################# -PASSED! -## Iteration (82) ################# -PASSED! -## Iteration (81) ################# -PASSED! -## Iteration (80) ################# -PASSED! -## Iteration (79) ################# -PASSED! -## Iteration (78) ################# -PASSED! -## Iteration (77) ################# -PASSED! -## Iteration (76) ################# -PASSED! -## Iteration (75) ################# -PASSED! -## Iteration (74) ################# -PASSED! -## Iteration (73) ################# -PASSED! -## Iteration (72) ################# -PASSED! -## Iteration (71) ################# -PASSED! -## Iteration (70) ################# -PASSED! -## Iteration (69) ################# -PASSED! -## Iteration (68) ################# -PASSED! -## Iteration (67) ################# -PASSED! -## Iteration (66) ################# -PASSED! -## Iteration (65) ################# -PASSED! -## Iteration (64) ################# -PASSED! -## Iteration (63) ################# -PASSED! -## Iteration (62) ################# -PASSED! -## Iteration (61) ################# -PASSED! -## Iteration (60) ################# -PASSED! -## Iteration (59) ################# -PASSED! -## Iteration (58) ################# -PASSED! -## Iteration (57) ################# -PASSED! -## Iteration (56) ################# -PASSED! -## Iteration (55) ################# -PASSED! -## Iteration (54) ################# -PASSED! -## Iteration (53) ################# -PASSED! -## Iteration (52) ################# -PASSED! -## Iteration (51) ################# -PASSED! -## Iteration (50) ################# -PASSED! -## Iteration (49) ################# -PASSED! -## Iteration (48) ################# -PASSED! -## Iteration (47) ################# -PASSED! -## Iteration (46) ################# -PASSED! -## Iteration (45) ################# -PASSED! -## Iteration (44) ################# -PASSED! -## Iteration (43) ################# -PASSED! -## Iteration (42) ################# -PASSED! -## Iteration (41) ################# -PASSED! -## Iteration (40) ################# -PASSED! -## Iteration (39) ################# -PASSED! -## Iteration (38) ################# -PASSED! -## Iteration (37) ################# -PASSED! -## Iteration (36) ################# -PASSED! -## Iteration (35) ################# -PASSED! -## Iteration (34) ################# -PASSED! -## Iteration (33) ################# -PASSED! -## Iteration (32) ################# -PASSED! -## Iteration (31) ################# -PASSED! -## Iteration (30) ################# -PASSED! -## Iteration (29) ################# -PASSED! -## Iteration (28) ################# -PASSED! -## Iteration (27) ################# -PASSED! -## Iteration (26) ################# -PASSED! -## Iteration (25) ################# -PASSED! -## Iteration (24) ################# -PASSED! -## Iteration (23) ################# -PASSED! -## Iteration (22) ################# -PASSED! -## Iteration (21) ################# -PASSED! -## Iteration (20) ################# -PASSED! -## Iteration (19) ################# -PASSED! -## Iteration (18) ################# -PASSED! -## Iteration (17) ################# -PASSED! -## Iteration (16) ################# -PASSED! -## Iteration (15) ################# -PASSED! -## Iteration (14) ################# -PASSED! -## Iteration (13) ################# -PASSED! -## Iteration (12) ################# -PASSED! -## Iteration (11) ################# -PASSED! -## Iteration (10) ################# -PASSED! -## Iteration (9) ################# -PASSED! -## Iteration (8) ################# -PASSED! -## Iteration (7) ################# -PASSED! -## Iteration (6) ################# -PASSED! -## Iteration (5) ################# -PASSED! -## Iteration (4) ################# -PASSED! -## Iteration (3) ################# -PASSED! -## Iteration (2) ################# -PASSED! -## Iteration (1) ################# -PASSED! -## Iteration (0) ################# -PASSED! -1822770162190096:1822770162201236 116438:116438 hipGetDeviceProperties() -1822770164732632:1822770164861753 116438:116438 hipMalloc(ptr(0x7fdfe4c00000) size(0x400000)) -1822770164862903:1822770164922593 116438:116438 hipMalloc(ptr(0x7fdfe4600000) size(0x400000)) -1822770164934104:1822770173240357 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822770173243647:1822770173243648 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770618561423:1822770618561424 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770636292136:1822770636292137 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770636318946:1822770636318947 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770649027427:1822770649027428 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770649055147:1822770649055148 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770661858819:1822770661858820 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770661886030:1822770661886031 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770674690761:1822770674690762 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770674719182:1822770674719183 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770687446783:1822770687446784 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770687474763:1822770687474764 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770700179044:1822770700179045 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770700207174:1822770700207175 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770713015755:1822770713015756 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770713043885:1822770713043886 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770725806637:1822770725806638 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770725833717:1822770725833718 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770738590118:1822770738590119 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770738618148:1822770738618149 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770751343939:1822770751343940 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770751372549:1822770751372550 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770764097681:1822770764097682 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770764136631:1822770764136632 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770776839992:1822770776839993 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770776867912:1822770776867913 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770789778774:1822770789778775 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770789807094:1822770789807095 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770802678836:1822770802678837 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770802707166:1822770802707167 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770815520828:1822770815520829 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770815548698:1822770815548699 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770828292289:1822770828292290 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770828320769:1822770828320770 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770841038531:1822770841038532 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770841065971:1822770841065972 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770853790232:1822770853790233 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770853820062:1822770853820063 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770866522263:1822770866522264 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770866550493:1822770866550494 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770879265854:1822770879265855 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770879294035:1822770879294036 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770892077246:1822770892077247 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770892105206:1822770892105207 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770904861617:1822770904861618 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770904892457:1822770904892458 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770917627368:1822770917627369 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770917655519:1822770917655520 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770930409670:1822770930409671 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770930438360:1822770930438361 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770943189151:1822770943189152 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770943217081:1822770943217082 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770956024813:1822770956024814 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770956052314:1822770956052315 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770968829485:1822770968829486 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770968857945:1822770968857946 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770981593826:1822770981593827 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770981621566:1822770981621567 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770994423678:1822770994423679 116438:116438 MARK(name(before HIP LaunchKernel)) -1822770994452568:1822770994452569 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771007194429:1822771007194430 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771007221919:1822771007221920 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771020222042:1822771020222043 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771020249972:1822771020249973 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771032985534:1822771032985535 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771033013724:1822771033013725 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771045714144:1822771045714145 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771045741935:1822771045741936 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771058596217:1822771058596218 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771058624617:1822771058624618 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771071441309:1822771071441310 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771071469609:1822771071469610 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771084319850:1822771084319851 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771084348361:1822771084348362 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771097128132:1822771097128133 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771097156612:1822771097156613 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771109883183:1822771109883184 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771109921563:1822771109921564 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771122729855:1822771122729856 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771122757155:1822771122757156 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771135568637:1822771135568638 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771135597657:1822771135597658 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771148375219:1822771148375220 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771148403629:1822771148403630 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771159180137:1822771161235110 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771161236660:1822771161236661 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771161248381:1822771161264431 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771161285751:1822771161285752 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771161287281:1822771165514938 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771171918848:1822771173984782 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771173986152:1822771173986153 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771173996942:1822771174012792 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771174014272:1822771174014273 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771174015382:1822771178279619 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771184673329:1822771186731413 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771186732863:1822771186732864 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771186744233:1822771186760743 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771186761783:1822771186761784 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771186762873:1822771191066460 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771197562312:1822771199606165 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771199607685:1822771199607686 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771199618535:1822771199634505 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771199635835:1822771199635836 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771199636915:1822771203924882 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771210390814:1822771212448587 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771212450127:1822771212450128 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771212462917:1822771212479457 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771212480477:1822771212480478 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771212481567:1822771216792744 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771223198475:1822771225253498 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771225255288:1822771225255289 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771225266888:1822771225282819 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771225283809:1822771225283810 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771225284909:1822771229566596 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771236041977:1822771238101610 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771238103080:1822771238103081 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771238113820:1822771238129850 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771238130840:1822771238130841 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771238131950:1822771242369628 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771248769078:1822771250830021 116438:116438 hipMemcpy(dst(0x7fdfe4c00000) src(0x20b7940) size(0x400000) kind(1)) -1822771250831601:1822771250831602 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771250842911:1822771250858631 116438:116438 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822771250859621:1822771250859622 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771250860701:1822771255145869 116438:116438 hipMemcpy(dst(0x24b7950) src(0x7fdfe4600000) size(0x400000) kind(2)) -1822771263595032:1822771263595033 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771263622582:1822771263622583 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771276404694:1822771276404695 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771276431864:1822771276431865 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771289132475:1822771289132476 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771289160596:1822771289160597 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771301911557:1822771301911558 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771301950127:1822771301950128 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771314764229:1822771314764230 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771314791509:1822771314791510 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771327616470:1822771327616471 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771327644471:1822771327644472 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771340467792:1822771340467793 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771340495392:1822771340495393 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771353284764:1822771353284765 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771353314034:1822771353314035 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771366027805:1822771366027806 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771366054975:1822771366054976 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771378747056:1822771378747057 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771378775616:1822771378775617 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771391520358:1822771391520359 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771391548328:1822771391548329 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771404259849:1822771404259850 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771404287629:1822771404287630 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771417078650:1822771417078651 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771417105521:1822771417105522 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771429921622:1822771429921623 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771429948912:1822771429948913 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771442703863:1822771442703864 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771442732114:1822771442732115 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771455546175:1822771455546176 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771455574765:1822771455574766 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771468309596:1822771468309597 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771468337556:1822771468337557 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771481124388:1822771481124389 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771481151899:1822771481151900 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771493874879:1822771493874880 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771493904120:1822771493904121 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771506687371:1822771506687372 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771506715871:1822771506715872 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771519464533:1822771519464534 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771519492293:1822771519492294 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771532279194:1822771532279195 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771532307234:1822771532307235 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771545016015:1822771545016016 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771545044205:1822771545044206 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771557801846:1822771557801847 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771557829627:1822771557829628 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771570644168:1822771570644169 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771570672029:1822771570672030 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771583412800:1822771583412801 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771583440560:1822771583440561 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771596207231:1822771596207232 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771596235072:1822771596235073 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771609169614:1822771609169615 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771609198584:1822771609198585 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771621935145:1822771621935146 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771621963045:1822771621963046 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771634755077:1822771634755078 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771634782347:1822771634782348 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771647514558:1822771647514559 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771647554188:1822771647554189 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771660410781:1822771660410782 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771660438721:1822771660438722 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771673205902:1822771673205903 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771673233972:1822771673233973 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771686004863:1822771686004864 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771686032954:1822771686032955 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771698793305:1822771698793306 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771698821805:1822771698821806 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771711576346:1822771711576347 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771711604186:1822771711604187 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771724367387:1822771724367388 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771724394878:1822771724394879 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771737130739:1822771737130740 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771737160079:1822771737160080 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771749894700:1822771749894701 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771749922980:1822771749922981 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771762658122:1822771762658123 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771762686292:1822771762686293 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771775443853:1822771775443854 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771775471433:1822771775471434 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771788218125:1822771788218126 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771788245825:1822771788245826 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771801042946:1822771801042947 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771801071416:1822771801071417 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771813839688:1822771813839689 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771813867578:1822771813867579 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771826878471:1822771826878472 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771826906261:1822771826906262 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771839641572:1822771839641573 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771839669053:1822771839669054 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771852458764:1822771852458765 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771852485704:1822771852485705 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771865247615:1822771865247616 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771865275756:1822771865275757 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771878163408:1822771878163409 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771878191438:1822771878191439 116438:116438 MARK(name(after HIP LaunchKernel)) -1822771891031999:1822771891032000 116438:116438 MARK(name(before HIP LaunchKernel)) -1822771891060780:1822771891060781 116438:116438 MARK(name(after HIP LaunchKernel)) -1822770164959094:1822770173233007 0:0 hcMemcpyHostToDevice:4 -1822771159196627:1822771161231010 0:0 hcMemcpyHostToDevice:89 -1822771161271486:1822771162462508 0:0 hcCommandKernel:91 -1822771162546779:1822771165512668 0:0 hcMemcpyDeviceToHost:93 -1822771171936428:1822771173981162 0:0 hcMemcpyHostToDevice:94 -1822771174019952:1822771175216159 0:0 hcCommandKernel:96 -1822771162467378:1822771162499379 0:0 hcCommandMarker:93 -1822771175297180:1822771178277099 0:0 hcMemcpyDeviceToHost:98 -1822771184690200:1822771186728003 0:0 hcMemcpyHostToDevice:99 -1822771186767974:1822771187965367 0:0 hcCommandKernel:101 -1822771175221178:1822771175252439 0:0 hcCommandMarker:98 -1822771188052511:1822771191063960 0:0 hcMemcpyDeviceToHost:103 -1822771197579732:1822771199602785 0:0 hcMemcpyHostToDevice:104 -1822771199641385:1822771200839370 0:0 hcCommandKernel:106 -1822771187970434:1822771188001695 0:0 hcCommandMarker:103 -1822771200920833:1822771203922192 0:0 hcMemcpyDeviceToHost:108 -1822771210408554:1822771212444577 0:0 hcMemcpyHostToDevice:109 -1822771212486611:1822771213670374 0:0 hcCommandKernel:111 -1822771200844255:1822771200875960 0:0 hcCommandMarker:108 -1822771213752345:1822771216790154 0:0 hcMemcpyDeviceToHost:113 -1822771223214605:1822771225250368 0:0 hcMemcpyHostToDevice:114 -1822771225289765:1822771226493528 0:0 hcCommandKernel:116 -1822771213675410:1822771213707115 0:0 hcCommandMarker:113 -1822771226574837:1822771229564026 0:0 hcMemcpyDeviceToHost:118 -1822771236058777:1822771238097360 0:0 hcMemcpyHostToDevice:119 -1822771238136777:1822771239325132 0:0 hcCommandKernel:121 -1822771226498570:1822771226530127 0:0 hcCommandMarker:118 -1822771239406108:1822771242367398 0:0 hcMemcpyDeviceToHost:123 -1822771248787248:1822771250826071 0:0 hcMemcpyHostToDevice:124 -1822771250866138:1822771252059234 0:0 hcCommandKernel:126 -1822771239330157:1822771239361418 0:0 hcCommandMarker:123 -1822771252142610:1822771255143279 0:0 hcMemcpyDeviceToHost:128 -1822771252064420:1822771252095680 0:0 hcCommandMarker:128 diff --git a/test/MatrixTranspose/MatrixTranspose_mgpu_trace.txt b/test/MatrixTranspose/MatrixTranspose_mgpu_trace.txt deleted file mode 100644 index 7fc1b7fa10..0000000000 --- a/test/MatrixTranspose/MatrixTranspose_mgpu_trace.txt +++ /dev/null @@ -1,6719 +0,0 @@ -# INIT ############################# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Number of GPUs: 1 -# START (99) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x10de660) size(0x400000) kind(1) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dst(0x14de670) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (98) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (97) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (96) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (95) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (94) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (93) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - Activity records: - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (92) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (91) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (90) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (89) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (88) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (87) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (86) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (85) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (84) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (83) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (82) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (81) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (80) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (79) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (78) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (77) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (76) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (75) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (74) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (73) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (72) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (71) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - Activity records: - - - - - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (70) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (69) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (68) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (67) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (66) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (65) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (64) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) -PASSED! -# START (63) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (62) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (61) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (60) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (59) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (58) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (57) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - Activity records: - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - - - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - - - - - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (56) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (55) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (54) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (53) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (52) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (51) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (50) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) -PASSED! -# START (49) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (48) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (47) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (46) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (45) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (44) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (43) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - Activity records: - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (42) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (41) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (40) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (39) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (38) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (37) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (36) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) -PASSED! -# START (35) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (34) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (33) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (32) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (31) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (30) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (29) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - Activity records: - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (28) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (27) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (26) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (25) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (24) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (23) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (22) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (21) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (20) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (19) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (18) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (17) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (16) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (15) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (14) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (13) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (12) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (11) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (10) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (9) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (8) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (7) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - Activity records: - - - - - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (6) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (5) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (4) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (3) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (2) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (1) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffd15195b38) size(0x400000) - - - - - - - - *ptr(0x0x7fdccfa00000) - - - - ptr(0x7ffd15195b30) size(0x400000) - - - - - - - - *ptr(0x0x7fdccf400000) - - - - dst(0x7fdccfa00000) src(0x658fb00) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x10de660) src(0x7fdccf400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7fdccfa00000) - - - - - - - - - - ptr(0x7fdccf400000) - - - - - - -# START (0) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) - external_id(33) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) - device_id(0) queue_id(0) - bytes(0x400000) - external_id(32) - process_id(26224) thread_id(26224) -PASSED! - Activity records: - external_id(31) - process_id(26224) thread_id(26224) - external_id(31) - process_id(26224) thread_id(26224) - device_id(0) queue_id(0) -# STOP ############################# - diff --git a/test/MatrixTranspose/MatrixTranspose_sys_hsa_trace.txt b/test/MatrixTranspose/MatrixTranspose_sys_hsa_trace.txt deleted file mode 100644 index 38b348ab87..0000000000 --- a/test/MatrixTranspose/MatrixTranspose_sys_hsa_trace.txt +++ /dev/null @@ -1,7334 +0,0 @@ -tool SYS/HSA test: "./test/MatrixTranspose" -ROCTracer (pid=116426): - rocTX-trace() - HSA-trace() - HSA-activity-trace() - HIP-trace() -Device name Vega 10 XT [Radeon RX Vega 64] -## Iteration (99) ################# -PASSED! -## Iteration (98) ################# -PASSED! -## Iteration (97) ################# -PASSED! -## Iteration (96) ################# -PASSED! -## Iteration (95) ################# -PASSED! -## Iteration (94) ################# -PASSED! -## Iteration (93) ################# -PASSED! -## Iteration (92) ################# -PASSED! -## Iteration (91) ################# -PASSED! -## Iteration (90) ################# -PASSED! -## Iteration (89) ################# -PASSED! -## Iteration (88) ################# -PASSED! -## Iteration (87) ################# -PASSED! -## Iteration (86) ################# -PASSED! -## Iteration (85) ################# -PASSED! -## Iteration (84) ################# -PASSED! -## Iteration (83) ################# -PASSED! -## Iteration (82) ################# -PASSED! -## Iteration (81) ################# -PASSED! -## Iteration (80) ################# -PASSED! -## Iteration (79) ################# -PASSED! -## Iteration (78) ################# -PASSED! -## Iteration (77) ################# -PASSED! -## Iteration (76) ################# -PASSED! -## Iteration (75) ################# -PASSED! -## Iteration (74) ################# -PASSED! -## Iteration (73) ################# -PASSED! -## Iteration (72) ################# -PASSED! -## Iteration (71) ################# -PASSED! -## Iteration (70) ################# -PASSED! -## Iteration (69) ################# -PASSED! -## Iteration (68) ################# -PASSED! -## Iteration (67) ################# -PASSED! -## Iteration (66) ################# -PASSED! -## Iteration (65) ################# -PASSED! -## Iteration (64) ################# -PASSED! -## Iteration (63) ################# -PASSED! -## Iteration (62) ################# -PASSED! -## Iteration (61) ################# -PASSED! -## Iteration (60) ################# -PASSED! -## Iteration (59) ################# -PASSED! -## Iteration (58) ################# -PASSED! -## Iteration (57) ################# -PASSED! -## Iteration (56) ################# -PASSED! -## Iteration (55) ################# -PASSED! -## Iteration (54) ################# -PASSED! -## Iteration (53) ################# -PASSED! -## Iteration (52) ################# -PASSED! -## Iteration (51) ################# -PASSED! -## Iteration (50) ################# -PASSED! -## Iteration (49) ################# -PASSED! -## Iteration (48) ################# -PASSED! -## Iteration (47) ################# -PASSED! -## Iteration (46) ################# -PASSED! -## Iteration (45) ################# -PASSED! -## Iteration (44) ################# -PASSED! -## Iteration (43) ################# -PASSED! -## Iteration (42) ################# -PASSED! -## Iteration (41) ################# -PASSED! -## Iteration (40) ################# -PASSED! -## Iteration (39) ################# -PASSED! -## Iteration (38) ################# -PASSED! -## Iteration (37) ################# -PASSED! -## Iteration (36) ################# -PASSED! -## Iteration (35) ################# -PASSED! -## Iteration (34) ################# -PASSED! -## Iteration (33) ################# -PASSED! -## Iteration (32) ################# -PASSED! -## Iteration (31) ################# -PASSED! -## Iteration (30) ################# -PASSED! -## Iteration (29) ################# -PASSED! -## Iteration (28) ################# -PASSED! -## Iteration (27) ################# -PASSED! -## Iteration (26) ################# -PASSED! -## Iteration (25) ################# -PASSED! -## Iteration (24) ################# -PASSED! -## Iteration (23) ################# -PASSED! -## Iteration (22) ################# -PASSED! -## Iteration (21) ################# -PASSED! -## Iteration (20) ################# -PASSED! -## Iteration (19) ################# -PASSED! -## Iteration (18) ################# -PASSED! -## Iteration (17) ################# -PASSED! -## Iteration (16) ################# -PASSED! -## Iteration (15) ################# -PASSED! -## Iteration (14) ################# -PASSED! -## Iteration (13) ################# -PASSED! -## Iteration (12) ################# -PASSED! -## Iteration (11) ################# -PASSED! -## Iteration (10) ################# -PASSED! -## Iteration (9) ################# -PASSED! -## Iteration (8) ################# -PASSED! -## Iteration (7) ################# -PASSED! -## Iteration (6) ################# -PASSED! -## Iteration (5) ################# -PASSED! -## Iteration (4) ################# -PASSED! -## Iteration (3) ################# -PASSED! -## Iteration (2) ################# -PASSED! -## Iteration (1) ################# -PASSED! -## Iteration (0) ################# -PASSED! -1822755600583836:1822755600592396 116426:116426 hipGetDeviceProperties() -1822755603137292:1822755603261543 116426:116426 hipMalloc(ptr(0x7f15f6e00000) size(0x400000)) -1822755603263063:1822755603321183 116426:116426 hipMalloc(ptr(0x7f15f6800000) size(0x400000)) -1822755603331953:1822755612493572 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822755612497492:1822755612497493 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756053165228:1822756058322441 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756058341371:1822756058341372 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756058348611:1822756062842319 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756075706002:1822756078088527 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756078090097:1822756078090098 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756078105407:1822756078127367 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756078128487:1822756078128488 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756078131817:1822756082629345 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756089169727:1822756091486222 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756091487702:1822756091487703 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756091501982:1822756091524312 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756091525612:1822756091525613 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756091528952:1822756096115831 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756102585213:1822756104861737 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756104863207:1822756104863208 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756104878057:1822756104898777 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756104900067:1822756104900068 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756104903357:1822756109424136 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756115849697:1822756118121221 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756118122771:1822756118122772 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756118137001:1822756118158682 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756118159732:1822756118159733 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756118169582:1822756122648230 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756129192922:1822756131481137 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756131482907:1822756131482908 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756131497317:1822756131527517 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756131528547:1822756131528548 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756131531817:1822756136133936 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756142559277:1822756144812022 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756144813802:1822756144813803 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756144828002:1822756144859412 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756144860642:1822756144860643 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756144863952:1822756149392670 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756155832552:1822756158128596 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756158130056:1822756158130057 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756158144806:1822756158176196 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756158177406:1822756158177407 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756158180866:1822756162648395 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756169141267:1822756171479702 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756171481192:1822756171481193 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756171496522:1822756171517892 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756171518932:1822756171518933 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756171522302:1822756176124641 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756182700813:1822756184875037 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756184876847:1822756184876848 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756184891907:1822756184914177 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756184915417:1822756184915418 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756184919077:1822756189253854 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756195697336:1822756197980300 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756197983650:1822756197983651 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756197998930:1822756198020930 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756198021960:1822756198021961 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756198025511:1822756202490389 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756208934610:1822756211236435 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756211237895:1822756211237896 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756211253375:1822756211274535 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756211275535:1822756211275536 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756211278895:1822756215906094 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756222572007:1822756224696150 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756224697740:1822756224697741 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756224712410:1822756224734510 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756224735951:1822756224735952 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756224739551:1822756229250169 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756235652210:1822756237948645 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756237950385:1822756237950386 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756237965145:1822756237987205 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756237988225:1822756237988226 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756237991545:1822756242475753 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756248912514:1822756251200179 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756251201669:1822756251201670 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756251216759:1822756251238619 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756251239819:1822756251239820 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756251243189:1822756255699598 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756262255949:1822756264548564 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756264550074:1822756264550075 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756264565454:1822756264595584 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756264600734:1822756264600735 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756264604334:1822756269112533 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756275609764:1822756277895409 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756277897079:1822756277897080 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756277912129:1822756277944439 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756277945489:1822756277945490 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756277948819:1822756282415058 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756288851438:1822756291120613 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756291122513:1822756291122514 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756291149593:1822756291175863 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756291176943:1822756291176944 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756291180203:1822756295645172 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756302171213:1822756304478118 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756304479708:1822756304479709 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756304494178:1822756304515918 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756304517068:1822756304517069 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756304520898:1822756309107888 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756315566009:1822756317872983 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756317874743:1822756317874744 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756317890003:1822756317911784 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756317912824:1822756317912825 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756317916174:1822756322439043 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756328910813:1822756331215508 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756331217458:1822756331217459 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756331231968:1822756331253648 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756331254698:1822756331254699 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756331257828:1822756335753407 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756342390220:1822756344858365 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756344860215:1822756344860216 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756344874965:1822756344896065 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756344897095:1822756344897096 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756344900925:1822756349401664 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756355860455:1822756358149420 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756358150960:1822756358150961 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756358165560:1822756358187320 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756358188350:1822756358188351 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756358191690:1822756362649129 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756369152500:1822756371494465 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756371496295:1822756371496296 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756371510515:1822756371530565 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756371531595:1822756371531596 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756371534665:1822756376133424 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756382612576:1822756384880270 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756384881870:1822756384881871 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756384896410:1822756384917200 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756384918210:1822756384918211 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756384921530:1822756389416939 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756395870000:1822756398160975 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756398162565:1822756398162566 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756398177805:1822756398213265 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756398214305:1822756398214306 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756398217745:1822756402685063 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756409203735:1822756411482520 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756411484130:1822756411484131 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756411509660:1822756411532540 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756411533560:1822756411533561 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756411537360:1822756416122419 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756422623011:1822756424903275 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756424904885:1822756424904886 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756424919835:1822756424942165 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756424943185:1822756424943186 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756424957215:1822756429406063 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756435805575:1822756438093209 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756438094729:1822756438094730 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756438109529:1822756438130739 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756438131789:1822756438131790 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756438134930:1822756442604798 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756449043639:1822756451481194 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756451482654:1822756451482655 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756451496875:1822756451518355 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756451519375:1822756451519376 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756451522695:1822756456118813 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756462615835:1822756464935750 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756464937590:1822756464937591 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756464952410:1822756464973620 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756464974650:1822756464974651 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756464978310:1822756469482009 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756475916750:1822756478215505 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756478217155:1822756478217156 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756478232365:1822756478254495 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756478255515:1822756478255516 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756478260725:1822756482717973 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756489224355:1822756491496559 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756491498149:1822756491498150 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756491513269:1822756491535129 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756491536169:1822756491536170 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756491539309:1822756496133179 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756502617380:1822756504960795 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756504962405:1822756504962406 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756504976805:1822756504996475 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756504997495:1822756504997496 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756505000715:1822756509486804 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756515924274:1822756518226989 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756518228529:1822756518228530 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756518253389:1822756518275080 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756518276100:1822756518276101 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756518279570:1822756522775518 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756529296900:1822756531622655 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756531624595:1822756531624596 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756531640655:1822756531671345 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756531672395:1822756531672396 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756531675905:1822756536172184 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756542624634:1822756544883439 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756544885089:1822756544885090 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756544900779:1822756544929679 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756544930729:1822756544930730 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756544934009:1822756549407198 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756555851479:1822756558146433 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756558154803:1822756558154804 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756558169663:1822756558192244 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756558193264:1822756558193265 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756558198284:1822756562636952 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756569145383:1822756571486988 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756571488778:1822756571488779 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756571504158:1822756571525808 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756571526878:1822756571526879 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756571530299:1822756576128868 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756582616299:1822756584938464 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756584940074:1822756584940075 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756584956164:1822756584979454 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756584980484:1822756584980485 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756584983974:1822756589472733 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756595920014:1822756598235618 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756598237198:1822756598237199 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756598252469:1822756598273209 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756598274249:1822756598274250 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756598277709:1822756602770158 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756609299049:1822756611466343 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756611467883:1822756611467884 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756611483103:1822756611504773 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756611505783:1822756611505784 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756611509313:1822756616132323 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756622616574:1822756624894869 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756624896249:1822756624896250 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756624910669:1822756624932369 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756624941849:1822756624941850 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756624945649:1822756629406637 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756635848028:1822756638138283 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756638140063:1822756638140064 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756638154493:1822756638175193 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756638176473:1822756638176474 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756638179643:1822756642665362 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756649186373:1822756651490688 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756651492298:1822756651492299 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756651514798:1822756651536438 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756651537558:1822756651537559 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756651541098:1822756656137197 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756662626069:1822756664908903 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756664910573:1822756664910574 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756664925194:1822756664956644 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756664957724:1822756664957725 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756664961214:1822756669415432 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756675858963:1822756678142727 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756678144287:1822756678144288 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756678160038:1822756678189638 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756678190678:1822756678190679 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756678194638:1822756682710676 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756689230518:1822756691505853 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756691507323:1822756691507324 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756691522913:1822756691545783 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756691546893:1822756691546894 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756691550693:1822756696120502 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756702630054:1822756704943748 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756704945428:1822756704945429 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756704960728:1822756704983559 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756704984589:1822756704984590 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756704988559:1822756709440857 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756715893578:1822756718207233 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756718208803:1822756718208804 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756718223753:1822756718246653 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756718247683:1822756718247684 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756718251113:1822756722741151 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756729273233:1822756731597148 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756731598688:1822756731598689 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756731613598:1822756731635518 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756731636568:1822756731636569 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756731640028:1822756736179837 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756742647508:1822756744926793 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756744928633:1822756744928634 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756744951763:1822756744973003 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756744974063:1822756744974064 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756744977513:1822756749465282 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756755866232:1822756758145827 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756758147437:1822756758147438 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756758162007:1822756758184357 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756758185377:1822756758185378 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756758188967:1822756762710866 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756769239158:1822756771516892 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756771518432:1822756771518433 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756771536932:1822756771558442 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756771559462:1822756771559463 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756771563172:1822756776138292 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756782623163:1822756784907137 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756784908677:1822756784908678 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756784932258:1822756784953098 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756784954108:1822756784954109 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756784957658:1822756789426336 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756795870157:1822756798139672 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756798141272:1822756798141273 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756798156212:1822756798188122 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756798189182:1822756798189183 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756798192822:1822756802664301 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756809172682:1822756811495407 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756811497017:1822756811497018 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756811512747:1822756811544017 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756811545057:1822756811545058 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756811548467:1822756816123556 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756822801809:1822756825067123 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756825069003:1822756825069004 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756825083383:1822756825106443 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756825107513:1822756825107514 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756825111163:1822756829594282 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756836043073:1822756838489348 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756838490878:1822756838490879 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756838506629:1822756838529339 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756838530389:1822756838530390 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756838536339:1822756843117688 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756849597819:1822756851904454 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756851906284:1822756851906285 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756851921594:1822756851943744 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756851944794:1822756851944795 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756851948634:1822756856432773 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756862870184:1822756865146458 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756865148348:1822756865148349 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756865162678:1822756865184238 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756865185268:1822756865185269 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756865188768:1822756869717157 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756876234269:1822756878502283 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756878503883:1822756878503884 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756878518613:1822756878540664 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756878541914:1822756878541915 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756878545134:1822756883115323 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756889597574:1822756891870778 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756891872388:1822756891872389 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756891886738:1822756891907738 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756891908938:1822756891908939 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756891912218:1822756896439708 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756903017390:1822756905309874 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756905311494:1822756905311495 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756905326004:1822756905347604 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756905348785:1822756905348786 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756905352035:1822756909844793 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756916324334:1822756918649929 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756918653659:1822756918653660 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756918668219:1822756918694589 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756918695609:1822756918695610 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756918699129:1822756923216618 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756929680439:1822756931969004 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756931970654:1822756931970655 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756931985954:1822756932032325 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756932033415:1822756932033416 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756932037015:1822756936514343 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756942929814:1822756945063257 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756945064847:1822756945064848 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756945079387:1822756945110788 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756945111818:1822756945111819 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756945115148:1822756949592126 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756956036087:1822756958304422 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756958306022:1822756958306023 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756958320622:1822756958343592 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756958344642:1822756958344643 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756958348242:1822756962809780 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756969310162:1822756971623357 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756971625107:1822756971625108 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756971642617:1822756971664637 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756971665647:1822756971665648 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756971669227:1822756976162865 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756982623277:1822756984886411 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756984888221:1822756984888222 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756984903231:1822756984924181 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756984927741:1822756984927742 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756984931021:1822756989414349 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822756995839491:1822756998143566 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822756998145226:1822756998145227 116426:116426 MARK(name(before HIP LaunchKernel)) -1822756998160536:1822756998182246 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822756998183286:1822756998183287 116426:116426 MARK(name(after HIP LaunchKernel)) -1822756998186696:1822757002652204 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757009164976:1822757011504701 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757011506291:1822757011506292 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757011521491:1822757011542751 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757011543781:1822757011543782 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757011547231:1822757016133260 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757022595401:1822757024868116 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757024869646:1822757024869647 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757024884006:1822757024904746 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757024905776:1822757024905777 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757024909096:1822757029417434 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757035857426:1822757038153230 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757038154770:1822757038154771 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757038169890:1822757038191320 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757038192350:1822757038192351 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757038195600:1822757042692059 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757049217611:1822757051517045 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757051518535:1822757051518536 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757051534055:1822757051563236 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757051564266:1822757051564267 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757051567596:1822757056133834 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757062623316:1822757064949271 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757064951161:1822757064951162 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757064965531:1822757064995501 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757064996531:1822757064996532 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757065000011:1822757069466290 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757075876940:1822757078143465 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757078145045:1822757078145046 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757078160595:1822757078192585 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757078193635:1822757078193636 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757078197025:1822757082649233 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757089064314:1822757091495340 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757091496900:1822757091496901 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757091512150:1822757091533660 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757091534750:1822757091534751 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757091538010:1822757096140050 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757102636811:1822757104930745 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757104932205:1822757104932206 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757104947175:1822757104969876 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757104970916:1822757104970917 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757104975026:1822757109465584 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757115895385:1822757118198910 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757118200500:1822757118200501 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757118215420:1822757118237410 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757118238470:1822757118238471 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757118241640:1822757122735479 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757129251740:1822757131534175 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757131535695:1822757131535696 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757131551645:1822757131572875 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757131573925:1822757131573926 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757131577395:1822757136137594 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757142628805:1822757144945570 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757144947120:1822757144947121 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757144961670:1822757144982660 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757144983690:1822757144983691 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757144987120:1822757149451469 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757155997020:1822757158312535 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757158314305:1822757158314306 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757158328965:1822757158350575 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757158351605:1822757158351606 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757158355195:1822757162886614 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757169385125:1822757171701610 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757171703420:1822757171703421 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757171717930:1822757171739001 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757171740011:1822757171740012 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757171743351:1822757176315180 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757182724111:1822757184957875 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757184959425:1822757184959426 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757184974655:1822757185006065 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757185007105:1822757185007106 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757185010415:1822757189497564 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757195934734:1822757198252839 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757198254529:1822757198254530 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757198271129:1822757198295140 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757198296720:1822757198296721 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757198301840:1822757202773008 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757209272950:1822757211537104 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757211538744:1822757211538745 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757211553424:1822757211574914 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757211576014:1822757211576015 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757211589224:1822757216144953 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757222623005:1822757224910759 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757224912349:1822757224912350 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757224927790:1822757224949810 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757224950900:1822757224950901 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757224954720:1822757229431278 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757235884759:1822757238186904 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757238188454:1822757238188455 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757238203054:1822757238224374 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757238225634:1822757238225635 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757238229684:1822757242685852 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757249238724:1822757251541669 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757251543189:1822757251543190 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757251558699:1822757251580449 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757251581729:1822757251581730 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757251585029:1822757256133718 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757262629670:1822757264913374 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757264914984:1822757264914985 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757264930504:1822757264953284 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757264954384:1822757264954385 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757264957734:1822757269422413 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757275859194:1822757278152778 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757278162068:1822757278162069 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757278177868:1822757278198638 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757278199688:1822757278199689 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757278202988:1822757282674327 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757289209029:1822757291506964 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757291508534:1822757291508535 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757291522734:1822757291543714 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757291544734:1822757291544735 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757291547894:1822757296141133 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757302620474:1822757304963489 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757304965309:1822757304965310 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757304980299:1822757305001459 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757305002479:1822757305002480 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757305005779:1822757309495618 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757315913109:1822757318192753 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757318194393:1822757318194394 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757318209814:1822757318242544 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757318243694:1822757318243695 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757318247724:1822757322734822 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757329258714:1822757331527788 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757331529328:1822757331529329 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757331544288:1822757331574119 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757331575169:1822757331575170 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757331578509:1822757336151528 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757342640339:1822757344918404 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757344920164:1822757344920165 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757344942864:1822757344965354 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757344966554:1822757344966555 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757344975354:1822757349453602 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757355903053:1822757358215338 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757358216948:1822757358216949 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757358232668:1822757358254368 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757358255418:1822757358255419 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757358258608:1822757362733447 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757369251168:1822757371551123 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757371552733:1822757371552734 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757371567043:1822757371588913 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757371590083:1822757371590084 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757371593943:1822757376142303 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757382602693:1822757384875598 116426:116426 hipMemcpy(dst(0x7f15f6e00000) src(0x2124940) size(0x400000) kind(1)) -1822757384877098:1822757384877099 116426:116426 MARK(name(before HIP LaunchKernel)) -1822757384891168:1822757384912708 116426:116426 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822757384913748:1822757384913749 116426:116426 MARK(name(after HIP LaunchKernel)) -1822757384916928:1822757389425657 116426:116426 hipMemcpy(dst(0x2524950) src(0x7f15f6800000) size(0x400000) kind(2)) -1822757395861378:1822757395971968 116426:116426 hipFree(ptr(0x7f15f6e00000)) -1822757395974058:1822757395992678 116426:116426 hipFree(ptr(0x7f15f6800000)) -1822755595358383:1822755595361503 116426:116426 hsa_amd_profiling_async_copy_enable() = 0 -1822755595485264:1822755595485714 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6eec64) = 0 -1822755595486744:1822755595487264 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6eec64) = 0 -1822755595486744:1822755595488004 116426:116426 hsa_iterate_agents(1, 0x1d47fe8) = 0 -1822755595488874:1822755595489204 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6eee6c) = 0 -1822755595488874:1822755595489644 116426:116426 hsa_iterate_agents(1, 0x1d47fe0) = 1 -1822755595495334:1822755595495694 116426:116426 hsa_agent_get_info(, 4, 0x7fff0b6eeb70) = 0 -1822755595496234:1822755595499514 116426:116426 hsa_agent_get_info(, 0, 0x7fff0b6eeb30) = 0 -1822755595500014:1822755595500344 116426:116426 hsa_agent_get_info(, 16, 0x1d3fdc8) = 0 -1822755595519244:1822755595519634 116426:116426 hsa_agent_get_info(, 21, 0x1d3fd60) = 0 -1822755595520084:1822755595520404 116426:116426 hsa_agent_get_info(, 22, 0x1d3fd62) = 0 -1822755595520844:1822755595521214 116426:116426 hsa_agent_get_info(, 14, 0x1d3fc00) = 0 -1822755595522934:1822755595523454 116426:116426 hsa_amd_profiling_async_copy_enable() = 0 -1822755595527194:1822755595528094 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee80c) = 0 -1822755595528614:1822755595528944 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee80c) = 0 -1822755595529394:1822755595529724 116426:116426 hsa_amd_memory_pool_get_info(, 2, 0x7fff0b6ee810) = 0 -1822755595529394:1822755595530164 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d3fbf8) = 1 -1822755595530994:1822755595531324 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee664) = 0 -1822755595531784:1822755595532124 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee654) = 0 -1822755595532564:1822755595532884 116426:116426 hsa_amd_memory_pool_get_info(, 2, 0x7fff0b6ee658) = 0 -1822755595533444:1822755595533774 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee664) = 0 -1822755595533444:1822755595534234 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d3fcb8) = 0 -1822755595535054:1822755595535384 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee81c) = 0 -1822755595535824:1822755595536154 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee68c) = 0 -1822755595536594:1822755595536914 116426:116426 hsa_amd_memory_pool_get_info(, 2, 0x7fff0b6ee680) = 0 -1822755595537714:1822755595538054 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee81c) = 0 -1822755595538484:1822755595538804 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee68c) = 0 -1822755595539244:1822755595539564 116426:116426 hsa_amd_memory_pool_get_info(, 2, 0x7fff0b6ee680) = 0 -1822755595539244:1822755595540024 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d3fcb8) = 0 -1822755595546934:1822755595687625 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x7fff0b6ee908) = 0 -1822755595689915:1822755595789026 116426:116426 hsa_amd_agents_allow_access(, 0x1d3fbf0, 0, 0x7f1624500000) = 0 -1822755595798136:1822755595798566 116426:116426 hsa_agent_get_info(, 8, 0x1d3fd14) = 0 -1822755595799036:1822755595799366 116426:116426 hsa_agent_get_info(, 7, 0x1d3fd18) = 0 -1822755595799806:1822755595800136 116426:116426 hsa_agent_get_info(, 4, 0x7fff0b6eed70) = 0 -1822755595803086:1822755595803486 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee6cc) = 0 -1822755595804196:1822755595804526 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee6c8) = 0 -1822755595805066:1822755595805406 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee6cc) = 0 -1822755595805886:1822755595806206 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee6c8) = 0 -1822755595805886:1822755595806726 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fff0b6ee900) = 0 -1822755595807576:1822755595807926 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee6f4) = 0 -1822755595808406:1822755595808746 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee6f4) = 0 -1822755595808406:1822755595809256 116426:116426 hsa_iterate_agents(1, 0x7fff0b6ee860) = 0 -1822755595809916:1822755596784722 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x1d40140) = 0 -1822755596786072:1822755596928003 116426:116426 hsa_amd_agents_allow_access(, 0x1d40220, 0, 0x7f1608a00000) = 0 -1822755596931973:1822755596936723 116426:116426 hsa_signal_create(0, , 0, 0x1d40160) = 0 -1822755596937143:1822755596938223 116426:116426 hsa_signal_create(0, , 0, 0x1d40180) = 0 -1822755596938973:1822755597869129 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x1d40148) = 0 -1822755597870399:1822755598010980 116426:116426 hsa_amd_agents_allow_access(, 0x1d40220, 0, 0x7f1608400000) = 0 -1822755598012150:1822755598014460 116426:116426 hsa_signal_create(0, , 0, 0x1d40168) = 0 -1822755598014850:1822755598015820 116426:116426 hsa_signal_create(0, , 0, 0x1d40188) = 0 -1822755598017670:1822755598018440 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee6cc) = 0 -1822755598018880:1822755598019160 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee6c8) = 0 -1822755598019620:1822755598019900 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee6cc) = 0 -1822755598020320:1822755598020600 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee6c8) = 0 -1822755598020320:1822755598021040 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fff0b6ee900) = 0 -1822755598022570:1822755598023250 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee6f4) = 0 -1822755598023760:1822755598024160 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee6f4) = 0 -1822755598023760:1822755598029930 116426:116426 hsa_iterate_agents(1, 0x7fff0b6ee860) = 0 -1822755598030980:1822755598958895 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x1d40790) = 0 -1822755598959835:1822755599113766 116426:116426 hsa_amd_agents_allow_access(, 0x1d40340, 0, 0x7f15f7a00000) = 0 -1822755599114776:1822755599117096 116426:116426 hsa_signal_create(0, , 0, 0x1d407b0) = 0 -1822755599117496:1822755599118236 116426:116426 hsa_signal_create(0, , 0, 0x1d407d0) = 0 -1822755599118676:1822755600101853 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x1d40798) = 0 -1822755600102873:1822755600244073 116426:116426 hsa_amd_agents_allow_access(, 0x1d40340, 0, 0x7f15f7400000) = 0 -1822755600245353:1822755600247673 116426:116426 hsa_signal_create(0, , 0, 0x1d407b8) = 0 -1822755600248073:1822755600248843 116426:116426 hsa_signal_create(0, , 0, 0x1d407d8) = 0 -1822755600266134:1822755600334494 116426:116426 hsa_amd_memory_lock(0x7f1623a5c6f0, , 0x1d271f0, 1, 0x7f1623a5c6f8) = 0 -1822755600350804:1822755600351444 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ef1a4) = 0 -1822755600350804:1822755600351864 116426:116426 hsa_iterate_agents(1, 0x7f1622e24f08) = 1 -1822755600354564:1822755600355144 116426:116426 hsa_agent_get_info(, 40962, 0x1d40ed8) = 0 -1822755600356884:1822755600357174 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6eefbc) = 0 -1822755600357664:1822755600357964 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6eefbc) = 0 -1822755600357664:1822755600358464 116426:116426 hsa_iterate_agents(1, 0x7fff0b6ef10c) = 0 -1822755600358854:1822755600359204 116426:116426 hsa_agent_get_info(, 40969, 0x1d40ee0) = 0 -1822755600359594:1822755600373324 116426:116426 hsa_agent_get_info(, 0, 0x7fff0b6ef180) = 0 -1822755600375894:1822755600376204 116426:116426 hsa_agent_get_info(, 16, 0x7fff0b6ef13c) = 0 -1822755600376594:1822755600376894 116426:116426 hsa_agent_get_info(, 6, 0x1d40ff4) = 0 -1822755600377274:1822755600377574 116426:116426 hsa_agent_get_info(, 8, 0x1d40ff8) = 0 -1822755600377964:1822755600378254 116426:116426 hsa_agent_get_info(, 7, 0x7fff0b6ef0fe) = 0 -1822755600378644:1822755600378934 116426:116426 hsa_agent_get_info(, 9, 0x7fff0b6ef120) = 0 -1822755600379314:1822755600379614 116426:116426 hsa_agent_get_info(, 40963, 0x1d41014) = 0 -1822755600381494:1822755600381794 116426:116426 hsa_system_get_info(3, 0x7fff0b6ef130) = 0 -1822755600382184:1822755600382484 116426:116426 hsa_agent_get_info(, 40966, 0x7fff0b6ef0fc) = 0 -1822755600382874:1822755600383174 116426:116426 hsa_agent_get_info(, 40975, 0x1d4104c) = 0 -1822755600383564:1822755600383864 116426:116426 hsa_agent_get_info(, 40962, 0x1d41030) = 0 -1822755600384254:1822755600384554 116426:116426 hsa_agent_get_info(, 18, 0x7fff0b6ef170) = 0 -1822755600387574:1822755600387884 116426:116426 hsa_agent_get_info(, 40970, 0x7fff0b6ef108) = 0 -1822755600391664:1822755600392454 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6eef7c) = 0 -1822755600395074:1822755600395384 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6eef7c) = 0 -1822755600396414:1822755600396724 116426:116426 hsa_amd_memory_pool_get_info(, 2, 0x1d40fe8) = 0 -1822755600396414:1822755600397134 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d40ee0) = 0 -1822755600428375:1822755600429865 116426:116426 hsa_signal_create(1, , 0x7fff0b6eee38, 0x1d441e8) = 0 -1822755600441295:1822755600442045 116426:116426 hsa_region_get_info(, 2, 0x1d40fe0) = 0 -1822755600442465:1822755600442845 116426:116426 hsa_region_get_info(, 40963, 0x1d41018) = 0 -1822755600443235:1822755600443525 116426:116426 hsa_region_get_info(, 40962, 0x1d4101c) = 0 -1822755600443925:1822755600444225 116426:116426 hsa_agent_get_info(, 4, 0x7fff0b6ef104) = 0 -1822755600444615:1822755600510135 116426:116426 hsa_agent_get_info(, 12288, 0x1d41078) = 0 -1822755600510585:1822755600510975 116426:116426 hsa_agent_get_info(, 12291, 0x1d4107c) = 0 -1822755600511375:1822755600511855 116426:116426 hsa_agent_get_info(, 12295, 0x1d41084) = 0 -1822755600512255:1822755600512565 116426:116426 hsa_agent_get_info(, 40974, 0x7fff0b6ef160) = 0 -1822755600512955:1822755600513255 116426:116426 hsa_agent_get_info(, 19, 0x7fff0b6ef118) = 0 -1822755600515525:1822755600548945 116426:116426 hsa_isa_get_info_alt(, 0, 0x7fff0b6ef110) = 0 -1822755600552385:1822755600556655 116426:116426 hsa_isa_get_info_alt(, 1, 0x1d3fff0) = 0 -1822755600579446:1822755600579736 116426:116426 hsa_system_get_info(3, 0x7fff0b6ef540) = 0 -1822755600580306:1822755600580846 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755600585306:1822755600585846 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755603136252:1822755603136832 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755603151762:1822755603255863 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x7fff0b6ef298) = 0 -1822755603260423:1822755603260963 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755603262153:1822755603262683 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755603263623:1822755603318863 116426:116426 hsa_amd_memory_pool_allocate(, , , 0x7fff0b6ef298) = 0 -1822755603319973:1822755603320513 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef540) = 0 -1822755603330993:1822755603331533 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822755603351473:1822755603352003 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822755603354383:1822755603354913 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822755603360623:1822755603361493 116426:116426 hsa_signal_store_screlease(, 0) = void -1822755603361913:1822755603362363 116426:116426 hsa_signal_store_screlease(, 0) = void -1822755603364343:1822755603365234 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822755603887397:1822755603887807 116426:116426 hsa_signal_store_screlease(, 1) = void -1822755603994958:1822755603995478 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee92c) = 0 -1822755603996628:1822755603997578 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee7c8) = 0 -1822755603998028:1822755603998368 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee7cc) = 0 -1822755603998828:1822755603999148 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee7c8) = 0 -1822755603999578:1822755603999908 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee7cc) = 0 -1822755603999578:1822755604039948 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d23670) = 1 -1822755604040958:1822755604041288 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee7c8) = 0 -1822755604041738:1822755604042068 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee7cc) = 0 -1822755604041738:1822755604042508 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d23680) = 1 -1822755604043308:1822755604044238 116426:116426 hsa_agent_get_info(, 17, 0x7fff0b6ee92c) = 0 -1822755604044768:1822755604047898 116426:116426 hsa_agent_get_info(, 0, 0x1d23764) = 0 -1822755604050938:1822755604051288 116426:116426 hsa_agent_get_info(, 6, 0x1d237a4) = 0 -1822755604051758:1822755604052108 116426:116426 hsa_agent_get_info(, 14, 0x1d237a8) = 0 -1822755604052568:1822755604052898 116426:116426 hsa_agent_get_info(, 4, 0x1d237ac) = 0 -1822755604053348:1822755604053698 116426:116426 hsa_agent_get_info(, 40962, 0x1d237c8) = 0 -1822755604054138:1822755604054468 116426:116426 hsa_agent_get_info(, 40970, 0x1d237cc) = 0 -1822755604054908:1822755604055248 116426:116426 hsa_agent_get_info(, 40971, 0x1d237d0) = 0 -1822755604055698:1822755604056028 116426:116426 hsa_agent_get_info(, 40972, 0x1d237d4) = 0 -1822755604056478:1822755604056808 116426:116426 hsa_agent_get_info(, 40973, 0x1d237d8) = 0 -1822755604057898:1822755604058228 116426:116426 hsa_amd_memory_pool_get_info(, 0, 0x7fff0b6ee7b8) = 0 -1822755604058668:1822755604058998 116426:116426 hsa_amd_memory_pool_get_info(, 1, 0x7fff0b6ee7bc) = 0 -1822755604058668:1822755604059448 116426:116426 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d237b8) = 1 -1822755604058668:1822755604060328 116426:116426 hsa_iterate_agents(1, 0x1d234a0) = 0 -1822755604061138:1822755604216809 116426:116426 hsa_system_get_major_extension_table(, , , 0x1d23538) = 0 -1822755604219099:1822755604219499 116426:116426 hsa_system_get_major_extension_table(, , , 0x1d23588) = 0 -1822755604220039:1822755604220359 116426:116426 hsa_system_get_info(3, 0x7fff0b6eeaf8) = 0 -1822755604221009:1822755604221619 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822755604222179:1822755604225589 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16050) = 0 -1822755604226269:1822755604232079 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16010) = 0 -1822755604232729:1822755610722731 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822755612460802:1822755612469442 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822755612473262:1822755612474302 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822755612475552:1822755612476712 116426:116430 hsa_signal_load_relaxed() = 1 -1822755610726841:1822755612479372 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822755612477602:1822755612480402 116426:116430 hsa_signal_store_screlease(, 0) = void -1822755612480902:1822755612481532 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822755612482272:1822755612483442 116426:116430 hsa_signal_destroy() = 0 -1822755612491192:1822755612491812 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822755769460962:1822755769463222 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755769691583:1822755769692163 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773380166:1822755773381976 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773385896:1822755773386876 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773388946:1822755773389586 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773391656:1822755773392496 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773451617:1822755773452147 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773453917:1822755773454387 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773456337:1822755773456867 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773458627:1822755773459227 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773517217:1822755773517667 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773520197:1822755773520717 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773523267:1822755773523717 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773526307:1822755773526957 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773591938:1822755773592458 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773594388:1822755773594898 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773596958:1822755773597468 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773599218:1822755773599738 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773656528:1822755773657378 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773659798:1822755773660248 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773663058:1822755773663578 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773665958:1822755773666408 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773723538:1822755773724058 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773726038:1822755773726558 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773728928:1822755773729448 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773731288:1822755773731818 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773788459:1822755773788979 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773791399:1822755773791849 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773793919:1822755773794509 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773796379:1822755773796919 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773854079:1822755773854529 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773856679:1822755773857279 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773859379:1822755773859849 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773861759:1822755773862219 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755773918750:1822755773919270 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755773921640:1822755773922160 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755773924800:1822755773925320 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755773927600:1822755773928290 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774109351:1822755774109931 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774113151:1822755774113661 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774116961:1822755774117571 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774121221:1822755774121771 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774180341:1822755774180801 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774183991:1822755774184461 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774186361:1822755774186821 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774188481:1822755774188991 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774246022:1822755774246712 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774248632:1822755774249082 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774251092:1822755774251612 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774253622:1822755774254222 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774349252:1822755774349782 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774352082:1822755774352602 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774354782:1822755774355242 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774357492:1822755774357992 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774413483:1822755774414003 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774415713:1822755774416223 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774418393:1822755774419063 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774420853:1822755774421303 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774497853:1822755774498363 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774500483:1822755774500993 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774503083:1822755774503593 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774505773:1822755774506223 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774599154:1822755774599684 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774601594:1822755774602044 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774604404:1822755774605004 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774606914:1822755774607424 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774699285:1822755774699745 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774702195:1822755774702635 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774705165:1822755774705685 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774708625:1822755774709145 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774801965:1822755774802435 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774806985:1822755774807505 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774809575:1822755774810105 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774812415:1822755774812925 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774902276:1822755774902886 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755774904616:1822755774905226 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755774907186:1822755774907726 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755774909546:1822755774910006 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755774998947:1822755774999417 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff0b6ef400) = 0 -1822755775001497:1822755775002097 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff0b6ef400) = 0 -1822755775003847:1822755775004307 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff0b6ef400) = 0 -1822755775006097:1822755775006617 116426:116426 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff0b6ef400) = 0 -1822755867532726:1822755867545746 116426:116426 hsa_executable_create_alt(1, 0, -1822756011608523:1822756011612443 116426:116426 hsa_code_object_reader_create_from_memory(0x34e0180, , 0x7282e70) = 0 -1822756011615253:1822756011999356 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012024696:1822756012085186 116426:116426 hsa_executable_freeze(, -1822756012095196:1822756012096916 116426:116426 hsa_executable_create_alt(1, 0, -1822756012109906:1822756012110286 116426:116426 hsa_code_object_reader_create_from_memory(0x34e16f0, , 0x729ab40) = 0 -1822756012110716:1822756012245367 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012246217:1822756012289787 116426:116426 hsa_executable_freeze(, -1822756012295908:1822756012296758 116426:116426 hsa_executable_create_alt(1, 0, -1822756012307408:1822756012307748 116426:116426 hsa_code_object_reader_create_from_memory(0x34e2c60, , 0x72adf10) = 0 -1822756012308178:1822756012428938 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012429708:1822756012469819 116426:116426 hsa_executable_freeze(, -1822756012475549:1822756012476309 116426:116426 hsa_executable_create_alt(1, 0, -1822756012486749:1822756012487079 116426:116426 hsa_code_object_reader_create_from_memory(0x34e4640, , 0x72c9030) = 0 -1822756012487529:1822756012607010 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012607830:1822756012647650 116426:116426 hsa_executable_freeze(, -1822756012653160:1822756012653830 116426:116426 hsa_executable_create_alt(1, 0, -1822756012666390:1822756012666770 116426:116426 hsa_code_object_reader_create_from_memory(0x34e5fa0, , 0x72e4550) = 0 -1822756012667220:1822756012785021 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012785861:1822756012826071 116426:116426 hsa_executable_freeze(, -1822756012831871:1822756012832661 116426:116426 hsa_executable_create_alt(1, 0, -1822756012843171:1822756012843521 116426:116426 hsa_code_object_reader_create_from_memory(0x3497810, , 0x72fc550) = 0 -1822756012843971:1822756012965772 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756012966522:1822756013005422 116426:116426 hsa_executable_freeze(, -1822756013011112:1822756013011902 116426:116426 hsa_executable_create_alt(1, 0, -1822756013021982:1822756013022342 116426:116426 hsa_code_object_reader_create_from_memory(0x3498d80, , 0x7310230) = 0 -1822756013022782:1822756013141913 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756013142733:1822756013182403 116426:116426 hsa_executable_freeze(, -1822756013187983:1822756013188743 116426:116426 hsa_executable_create_alt(1, 0, -1822756013198493:1822756013198923 116426:116426 hsa_code_object_reader_create_from_memory(0x349a2f0, , 0x7321870) = 0 -1822756013199363:1822756013318164 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756013318904:1822756013358204 116426:116426 hsa_executable_freeze(, -1822756013363584:1822756013364464 116426:116426 hsa_executable_create_alt(1, 0, -1822756013374654:1822756013375004 116426:116426 hsa_code_object_reader_create_from_memory(0x349b860, , 0x73365c0) = 0 -1822756013375444:1822756013492385 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756013493145:1822756013532365 116426:116426 hsa_executable_freeze(, -1822756013538175:1822756013538775 116426:116426 hsa_executable_create_alt(1, 0, -1822756013553436:1822756013553826 116426:116426 hsa_code_object_reader_create_from_memory(0x34ac500, , 0x7349310) = 0 -1822756013554286:1822756013689616 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756013690356:1822756013732407 116426:116426 hsa_executable_freeze(, -1822756013738327:1822756013739097 116426:116426 hsa_executable_create_alt(1, 0, -1822756013749957:1822756013750297 116426:116426 hsa_code_object_reader_create_from_memory(0x349e340, , 0x735cb10) = 0 -1822756013750727:1822756013866888 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756013867628:1822756013908168 116426:116426 hsa_executable_freeze(, -1822756013913698:1822756013914568 116426:116426 hsa_executable_create_alt(1, 0, -1822756013924528:1822756013924928 116426:116426 hsa_code_object_reader_create_from_memory(0x349f8b0, , 0x736c6d0) = 0 -1822756013927188:1822756014043729 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014044489:1822756014085129 116426:116426 hsa_executable_freeze(, -1822756014090889:1822756014091659 116426:116426 hsa_executable_create_alt(1, 0, -1822756014103259:1822756014103619 116426:116426 hsa_code_object_reader_create_from_memory(0x34a5960, , 0x737e270) = 0 -1822756014104069:1822756014223310 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014224030:1822756014263040 116426:116426 hsa_executable_freeze(, -1822756014268780:1822756014269620 116426:116426 hsa_executable_create_alt(1, 0, -1822756014280020:1822756014280370 116426:116426 hsa_code_object_reader_create_from_memory(0x34a9470, , 0x7399d50) = 0 -1822756014280820:1822756014397001 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014397731:1822756014437811 116426:116426 hsa_executable_freeze(, -1822756014443391:1822756014444161 116426:116426 hsa_executable_create_alt(1, 0, -1822756014454551:1822756014454911 116426:116426 hsa_code_object_reader_create_from_memory(0x34aa9e0, , 0x73b4690) = 0 -1822756014455341:1822756014570932 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014571692:1822756014611562 116426:116426 hsa_executable_freeze(, -1822756014617052:1822756014617812 116426:116426 hsa_executable_create_alt(1, 0, -1822756014628382:1822756014628723 116426:116426 hsa_code_object_reader_create_from_memory(0x34a0e20, , 0x7393f30) = 0 -1822756014629153:1822756014743763 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014744503:1822756014783613 116426:116426 hsa_executable_freeze(, -1822756014789004:1822756014789914 116426:116426 hsa_executable_create_alt(1, 0, -1822756014800234:1822756014800674 116426:116426 hsa_code_object_reader_create_from_memory(0x34a2390, , 0x73df1b0) = 0 -1822756014801094:1822756014916484 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756014917224:1822756014956405 116426:116426 hsa_executable_freeze(, -1822756014962095:1822756014962665 116426:116426 hsa_executable_create_alt(1, 0, -1822756014972385:1822756014972735 116426:116426 hsa_code_object_reader_create_from_memory(0x34a3900, , 0x73f7790) = 0 -1822756014973175:1822756015089265 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756015090005:1822756015129646 116426:116426 hsa_executable_freeze(, -1822756015135086:1822756015135826 116426:116426 hsa_executable_create_alt(1, 0, -1822756015145686:1822756015146086 116426:116426 hsa_code_object_reader_create_from_memory(0x34b1870, , 0x74151f0) = 0 -1822756015148146:1822756015263277 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756015264017:1822756015303057 116426:116426 hsa_executable_freeze(, -1822756015308617:1822756015309197 116426:116426 hsa_executable_create_alt(1, 0, -1822756015319207:1822756015319547 116426:116426 hsa_code_object_reader_create_from_memory(0x34b32b0, , 0x741db30) = 0 -1822756015319987:1822756015435658 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756015436388:1822756015474858 116426:116426 hsa_executable_freeze(, -1822756015530228:1822756015530938 116426:116426 hsa_executable_create_alt(1, 0, -1822756015556988:1822756015557328 116426:116426 hsa_code_object_reader_create_from_memory(0x3076370, , 0x74485a0) = 0 -1822756015557768:1822756015685469 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756015686189:1822756015724860 116426:116426 hsa_executable_freeze(, -1822756015731700:1822756015732780 116426:116426 hsa_executable_create_alt(1, 0, -1822756015752030:1822756015752420 116426:116426 hsa_code_object_reader_create_from_memory(0x3080cd0, , 0x74613c0) = 0 -1822756015752860:1822756015874891 116426:116426 hsa_executable_load_agent_code_object(, , , -1822756015875601:1822756015914241 116426:116426 hsa_executable_freeze(, -1822756015875601:1822756015922881 116426:116426 hsa_agent_iterate_isas(, 1, 0x7fff0b6ef348) = 0 -1822756015925641:1822756015926411 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015926841:1822756015927161 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015927561:1822756015927861 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015928251:1822756015928551 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015928931:1822756015929241 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015929621:1822756015929941 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015930321:1822756015930631 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015931021:1822756015931321 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015931701:1822756015932011 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015933861:1822756015934501 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015934951:1822756015935251 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015935991:1822756015936331 116426:116426 hsa_executable_symbol_get_info(, 2, 0x6c819c0) = 0 -1822756015937231:1822756015937541 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015937931:1822756015938221 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015940341:1822756015940661 116426:116426 hsa_executable_symbol_get_info(, 2, 0x349d130) = 0 -1822756015941251:1822756015941551 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015941941:1822756015942231 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015942671:1822756015942991 116426:116426 hsa_executable_symbol_get_info(, 2, 0x755d040) = 0 -1822756015943611:1822756015943911 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015944301:1822756015944591 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015945051:1822756015945361 116426:116426 hsa_executable_symbol_get_info(, 2, 0x7568bf0) = 0 -1822756015945971:1822756015946271 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015946661:1822756015946951 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015947411:1822756015947721 116426:116426 hsa_executable_symbol_get_info(, 2, 0x7565b60) = 0 -1822756015948511:1822756015948811 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015949201:1822756015949491 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015949931:1822756015950231 116426:116426 hsa_executable_symbol_get_info(, 2, 0x73e4350) = 0 -1822756015949931:1822756015950811 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015951221:1822756015951541 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015951931:1822756015952231 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015952941:1822756015953241 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015953631:1822756015953921 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015954361:1822756015954671 116426:116426 hsa_executable_symbol_get_info(, 2, 0x6d16c30) = 0 -1822756015954361:1822756015955261 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015955651:1822756015955961 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015956341:1822756015956651 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015957031:1822756015957341 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015957721:1822756015958031 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015958411:1822756015958721 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015959101:1822756015959411 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015959791:1822756015960101 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015960811:1822756015961101 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015962351:1822756015962651 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015963101:1822756015963421 116426:116426 hsa_executable_symbol_get_info(, 2, 0x349d990) = 0 -1822756015963101:1822756015964271 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756015965001:1822756015965291 116426:116426 hsa_executable_symbol_get_info(, 0, 0x7fff0b6ef268) = 0 -1822756015965691:1822756015965981 116426:116426 hsa_executable_symbol_get_info(, 1, 0x7fff0b6ef264) = 0 -1822756015966411:1822756015966721 116426:116426 hsa_executable_symbol_get_info(, 2, 0x7568c40) = 0 -1822756015966411:1822756015967341 116426:116426 hsa_executable_iterate_agent_symbols(, , 1, 0x1d25b80) = 0 -1822756051341716:1822756051343396 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051351036:1822756051351526 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051353446:1822756051353796 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051431217:1822756051431517 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051432037:1822756051432317 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051432717:1822756051433017 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051442837:1822756051443287 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051443797:1822756051444077 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051444477:1822756051444777 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051446287:1822756051446657 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051447127:1822756051447407 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051447807:1822756051448097 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051450297:1822756051450577 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051451057:1822756051451337 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051451727:1822756051452017 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051453757:1822756051454047 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051454657:1822756051454937 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756051455337:1822756051455617 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756051998390:1822756051998710 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756051999230:1822756051999510 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756052009550:1822756052010000 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756052011870:1822756052012230 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756052021070:1822756052021350 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756052021740:1822756052022030 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756052238542:1822756052238842 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756052239342:1822756052239622 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756052240012:1822756052240302 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756052241272:1822756052241562 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756052242042:1822756052242322 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756052242712:1822756052242992 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756052839946:1822756052840336 116426:116426 hsa_executable_symbol_get_info(, 22, 0x7fff0b6ef4e0) = 0 -1822756052840896:1822756052841186 116426:116426 hsa_system_major_extension_supported(, , , ) = 0 -1822756052841586:1822756052841876 116426:116426 hsa_system_get_major_extension_table(, , , 0x7fff0b6ef470) = 0 -1822756053163898:1822756053164458 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756053174058:1822756053174598 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756053191548:1822756058266990 116426:116426 hsa_queue_create(, , , 1, 0, , , ) = 0 -1822756058279151:1822756058280421 116426:116426 hsa_amd_profiling_set_profiler_enabled(, 1) = 0 -1822756058291021:1822756058291771 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 0 -1822756058294081:1822756058294471 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 0 -1822756058295951:1822756058298141 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756058300051:1822756058300401 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756058303401:1822756058304031 116426:116426 hsa_signal_store_relaxed(, 0) = void -1822756058320361:1822756058320991 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756058347521:1822756058348121 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756058360551:1822756058361161 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756058363681:1822756058367971 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756058368461:1822756058368781 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 1 -1822756058369251:1822756058369591 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 0 -1822756058370261:1822756058370581 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756058371051:1822756058371541 116426:116426 hsa_signal_store_relaxed(, 1) = void -1822756058383541:1822756059632269 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756059641119:1822756059642409 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756059655459:1822756059657209 116426:116426 hsa_signal_destroy() = 0 -1822756059660989:1822756059662359 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756059663459:1822756059664579 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756059668859:1822756059670269 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756059671089:1822756059671639 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756059672559:1822756059673109 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756059674990:1822756059676060 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756059676930:1822756059678110 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce160b0) = 0 -1822756059679260:1822756059684020 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16070) = 0 -1822756059685310:1822756059689010 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756062126685:1822756062131785 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756062133775:1822756062134885 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756062135915:1822756062137085 116426:116430 hsa_signal_load_relaxed() = 1 -1822756059689930:1822756062140075 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756062138185:1822756062140305 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756062141705:1822756062142435 116426:116430 hsa_signal_destroy() = 0 -1822756062838929:1822756062840179 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756075702652:1822756075704062 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756075722832:1822756075723962 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756075725072:1822756075726192 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756075729152:1822756075730452 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756075731262:1822756075732412 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756075733392:1822756075734492 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756076416836:1822756076417956 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756076420166:1822756076421276 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756076422816:1822756076426206 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16110) = 0 -1822756076427446:1822756076434206 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce160d0) = 0 -1822756076446266:1822756076449366 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756078070066:1822756078074827 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756078076837:1822756078077947 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756078078907:1822756078079767 116426:116430 hsa_signal_load_relaxed() = 1 -1822756076450406:1822756078081927 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756078080567:1822756078082677 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756078083287:1822756078083797 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756078084227:1822756078085057 116426:116430 hsa_signal_destroy() = 0 -1822756078086387:1822756078086987 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756078103757:1822756078104657 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756078109047:1822756078109647 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756078115207:1822756078116457 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 2 -1822756078117387:1822756078118227 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 2 -1822756078119137:1822756078120417 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756078121327:1822756078121677 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756078122787:1822756078123617 116426:116426 hsa_signal_store_relaxed(, 2) = void -1822756078126107:1822756078126717 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756078130767:1822756078131367 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756078134337:1822756078134947 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756078135997:1822756078141087 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756078141567:1822756078141887 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 3 -1822756078142337:1822756078142657 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 2 -1822756078143477:1822756078143797 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756078144247:1822756078144737 116426:116426 hsa_signal_store_relaxed(, 3) = void -1822756078146357:1822756079410695 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756079415615:1822756079416275 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756079419195:1822756079420545 116426:116426 hsa_signal_destroy() = 0 -1822756079423975:1822756079424965 116426:116426 hsa_signal_destroy() = 0 -1822756079428905:1822756079429535 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756079430065:1822756079430665 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756079431785:1822756079432315 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756079432775:1822756079433545 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756079434005:1822756079434315 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756079435425:1822756079436035 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756079436535:1822756079437315 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16170) = 0 -1822756079437965:1822756079441555 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16130) = 0 -1822756079442135:1822756079443525 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756081985631:1822756081990261 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756081992501:1822756081993611 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756081994631:1822756081995651 116426:116430 hsa_signal_load_relaxed() = 1 -1822756079444055:1822756081998071 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756081996461:1822756081998471 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756081999921:1822756082000661 116426:116430 hsa_signal_destroy() = 0 -1822756082627275:1822756082627955 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756089167467:1822756089168257 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756089183097:1822756089183637 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756089184237:1822756089184767 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756089188107:1822756089188977 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756089189587:1822756089190457 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756089191037:1822756089191937 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756089794011:1822756089794661 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756089796731:1822756089797261 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756089798071:1822756089800681 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce161d0) = 0 -1822756089801541:1822756089807401 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16190) = 0 -1822756089807991:1822756089811381 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756091460741:1822756091465681 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756091473471:1822756091474602 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756091475582:1822756091476442 116426:116430 hsa_signal_load_relaxed() = 1 -1822756089811971:1822756091478602 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756091477262:1822756091479362 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756091480352:1822756091481202 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756091480932:1822756091482072 116426:116430 hsa_signal_destroy() = 0 -1822756091483972:1822756091484582 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756091500522:1822756091501132 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756091505362:1822756091505962 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756091512452:1822756091513482 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 4 -1822756091514682:1822756091515172 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 4 -1822756091516282:1822756091517712 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756091518452:1822756091518802 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756091520082:1822756091520922 116426:116426 hsa_signal_store_relaxed(, 4) = void -1822756091523062:1822756091523672 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756091527902:1822756091528512 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756091530952:1822756091531562 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756091532522:1822756091533262 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756091533712:1822756091534042 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 5 -1822756091534482:1822756091534792 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 4 -1822756091535442:1822756091535762 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756091536212:1822756091536702 116426:116426 hsa_signal_store_relaxed(, 5) = void -1822756091538062:1822756092816320 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756092820680:1822756092821200 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756092824540:1822756092825670 116426:116426 hsa_signal_destroy() = 0 -1822756092827330:1822756092827780 116426:116426 hsa_signal_destroy() = 0 -1822756092829100:1822756092829650 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756092830100:1822756092830640 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756092831710:1822756092832180 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756092842170:1822756092843010 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756092843430:1822756092843700 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756092844760:1822756092845300 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756092845780:1822756092846540 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16230) = 0 -1822756092847070:1822756092850420 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce161f0) = 0 -1822756092850920:1822756092852200 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756095458137:1822756095462767 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756095464627:1822756095465737 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756095466757:1822756095467777 116426:116430 hsa_signal_load_relaxed() = 1 -1822756092852660:1822756095470157 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756095468587:1822756095470587 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756095471807:1822756095472547 116426:116430 hsa_signal_destroy() = 0 -1822756096113841:1822756096114511 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756102582553:1822756102583623 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756102598263:1822756102598803 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756102599593:1822756102600133 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756102602493:1822756102603373 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756102604103:1822756102604933 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756102605623:1822756102606503 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756103186457:1822756103186947 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756103188327:1822756103188867 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756103189947:1822756103192697 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16290) = 0 -1822756103193597:1822756103199267 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16250) = 0 -1822756103200407:1822756103203667 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756104834497:1822756104839117 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756104841217:1822756104842337 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756104843427:1822756104844287 116426:116430 hsa_signal_load_relaxed() = 1 -1822756103204267:1822756104846587 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756104845207:1822756104847127 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756104852817:1822756104853577 116426:116430 hsa_signal_destroy() = 0 -1822756104858077:1822756104858537 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756104860197:1822756104860807 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756104876957:1822756104877567 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756104881167:1822756104881767 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756104887667:1822756104888677 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 6 -1822756104889507:1822756104890167 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 6 -1822756104891067:1822756104892397 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756104893117:1822756104893467 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756104894657:1822756104895487 116426:116426 hsa_signal_store_relaxed(, 6) = void -1822756104897527:1822756104898137 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756104902317:1822756104902917 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756104905348:1822756104905958 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756104906888:1822756104907798 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756104908238:1822756104908558 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 7 -1822756104908998:1822756104909318 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 6 -1822756104910148:1822756104910468 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756104910918:1822756104911398 116426:116426 hsa_signal_store_relaxed(, 7) = void -1822756104912848:1822756106178705 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756106183345:1822756106183975 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756106186675:1822756106187805 116426:116426 hsa_signal_destroy() = 0 -1822756106189446:1822756106190116 116426:116426 hsa_signal_destroy() = 0 -1822756106191346:1822756106191906 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756106192356:1822756106192896 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756106193806:1822756106194276 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756106194696:1822756106195116 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756106195526:1822756106195796 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756106196696:1822756106197236 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756106200146:1822756106200856 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce162f0) = 0 -1822756106201386:1822756106204826 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce162b0) = 0 -1822756106205296:1822756106206536 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756108780922:1822756108785522 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756108787702:1822756108788812 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756108789842:1822756108790862 116426:116430 hsa_signal_load_relaxed() = 1 -1822756106207006:1822756108793292 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756108791672:1822756108793672 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756108795502:1822756108796232 116426:116430 hsa_signal_destroy() = 0 -1822756109422086:1822756109422766 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756115847097:1822756115848177 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756115862517:1822756115863057 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756115863657:1822756115864187 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756115866877:1822756115867777 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756115868237:1822756115868877 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756115869427:1822756115870557 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756116471951:1822756116472381 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756116473871:1822756116474471 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756116475471:1822756116478011 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16350) = 0 -1822756116478781:1822756116484711 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16310) = 0 -1822756116485571:1822756116489491 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756118099161:1822756118103751 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756118105991:1822756118107101 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756118108051:1822756118108911 116426:116430 hsa_signal_load_relaxed() = 1 -1822756116490031:1822756118111351 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756118110001:1822756118112131 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756118112651:1822756118113171 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756118113581:1822756118114411 116426:116430 hsa_signal_destroy() = 0 -1822756118115681:1822756118116281 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756118135951:1822756118136561 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756118140621:1822756118141231 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756118147102:1822756118148172 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 8 -1822756118148962:1822756118149622 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 8 -1822756118150442:1822756118151812 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756118152512:1822756118152942 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756118154012:1822756118154852 116426:116426 hsa_signal_store_relaxed(, 8) = void -1822756118157362:1822756118157972 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756118168382:1822756118168982 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756118171352:1822756118171952 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756118172972:1822756118173722 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756118174172:1822756118174582 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 9 -1822756118175032:1822756118175342 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 8 -1822756118176002:1822756118176312 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756118176762:1822756118177252 116426:116426 hsa_signal_store_relaxed(, 9) = void -1822756118179182:1822756119425929 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756119430660:1822756119431510 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756119434300:1822756119435420 116426:116426 hsa_signal_destroy() = 0 -1822756119437330:1822756119437810 116426:116426 hsa_signal_destroy() = 0 -1822756119438990:1822756119439620 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756119440130:1822756119440740 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756119441820:1822756119442340 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756119442970:1822756119443550 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756119444010:1822756119444310 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756119445280:1822756119445880 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756119446390:1822756119447220 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce163b0) = 0 -1822756119447740:1822756119451310 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16370) = 0 -1822756119451830:1822756119453120 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756122001536:1822756122006176 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756122008206:1822756122009316 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756122010336:1822756122011356 116426:116430 hsa_signal_load_relaxed() = 1 -1822756119456260:1822756122013816 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756122012166:1822756122014166 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756122015386:1822756122016136 116426:116430 hsa_signal_destroy() = 0 -1822756122645770:1822756122646460 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756129189812:1822756129191232 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756129206872:1822756129207412 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756129208182:1822756129208722 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756129211552:1822756129212442 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756129213052:1822756129213932 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756129214592:1822756129215512 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756129818886:1822756129819386 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756129820966:1822756129821496 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756129822476:1822756129825176 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16410) = 0 -1822756129826376:1822756129832656 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce163d0) = 0 -1822756129833406:1822756129836836 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756131462557:1822756131467197 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756131469197:1822756131470297 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756131471387:1822756131472247 116426:116430 hsa_signal_load_relaxed() = 1 -1822756129837506:1822756131474627 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756131473287:1822756131475427 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756131476007:1822756131476527 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756131477137:1822756131477877 116426:116430 hsa_signal_destroy() = 0 -1822756131479107:1822756131479707 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756131496027:1822756131496637 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756131500927:1822756131501527 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756131516167:1822756131517257 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 10 -1822756131518207:1822756131518687 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 10 -1822756131519657:1822756131520917 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756131521607:1822756131521967 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756131523177:1822756131524007 116426:116426 hsa_signal_store_relaxed(, 10) = void -1822756131526317:1822756131526927 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756131530777:1822756131531387 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756131533547:1822756131534157 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756131535267:1822756131536017 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756131536467:1822756131536777 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 11 -1822756131537217:1822756131537537 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 10 -1822756131538187:1822756131538497 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756131538937:1822756131539427 116426:116426 hsa_signal_store_relaxed(, 11) = void -1822756131540897:1822756132810665 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756132815245:1822756132815805 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756132818725:1822756132819855 116426:116426 hsa_signal_destroy() = 0 -1822756132821945:1822756132822385 116426:116426 hsa_signal_destroy() = 0 -1822756132823645:1822756132824195 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756132824645:1822756132825185 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756132826125:1822756132826605 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756132827015:1822756132827435 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756132827845:1822756132828115 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756132829185:1822756132829715 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756132830165:1822756132830925 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16470) = 0 -1822756132831465:1822756132834876 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16430) = 0 -1822756132835346:1822756132836566 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756135459942:1822756135464592 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756135466642:1822756135467752 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756135468902:1822756135469902 116426:116430 hsa_signal_load_relaxed() = 1 -1822756132837026:1822756135476042 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756135474462:1822756135476492 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756135477872:1822756135478602 116426:116430 hsa_signal_destroy() = 0 -1822756136131816:1822756136132526 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756142556547:1822756142557817 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756142572607:1822756142573147 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756142573837:1822756142574377 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756142576857:1822756142578057 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756142578447:1822756142579307 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756142579857:1822756142580757 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756143156891:1822756143157411 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756143159261:1822756143159791 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756143160941:1822756143163401 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce164d0) = 0 -1822756143164291:1822756143170031 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16490) = 0 -1822756143170761:1822756143173881 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756144792972:1822756144797592 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756144799782:1822756144800902 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756144801862:1822756144802712 116426:116430 hsa_signal_load_relaxed() = 1 -1822756143174561:1822756144805162 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756144803672:1822756144805612 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756144806902:1822756144807872 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756144807172:1822756144808302 116426:116430 hsa_signal_destroy() = 0 -1822756144809962:1822756144810572 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756144826582:1822756144827192 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756144831902:1822756144832512 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756144838412:1822756144839342 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 12 -1822756144840132:1822756144840772 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 12 -1822756144841612:1822756144842772 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756144853052:1822756144853502 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756144854882:1822756144855732 116426:116426 hsa_signal_store_relaxed(, 12) = void -1822756144858092:1822756144858702 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756144862912:1822756144863512 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756144866032:1822756144866642 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756144867692:1822756144868642 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756144869082:1822756144869402 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 13 -1822756144869842:1822756144870162 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 12 -1822756144870802:1822756144871112 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756144871562:1822756144872042 116426:116426 hsa_signal_store_relaxed(, 13) = void -1822756144873652:1822756146142330 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756146146650:1822756146147290 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756146150090:1822756146151090 116426:116426 hsa_signal_destroy() = 0 -1822756146153140:1822756146153810 116426:116426 hsa_signal_destroy() = 0 -1822756146155020:1822756146155570 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756146156020:1822756146156550 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756146157350:1822756146157830 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756146158240:1822756146158660 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756146159070:1822756146159340 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756146160410:1822756146160940 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756146161390:1822756146162060 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16530) = 0 -1822756146162890:1822756146166260 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce164f0) = 0 -1822756146166720:1822756146167840 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756148751906:1822756148756526 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756148758786:1822756148759896 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756148760926:1822756148761946 116426:116430 hsa_signal_load_relaxed() = 1 -1822756146168310:1822756148764516 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756148762886:1822756148764896 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756148770396:1822756148771156 116426:116430 hsa_signal_destroy() = 0 -1822756149390530:1822756149391210 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756155829762:1822756155831032 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756155845582:1822756155846112 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756155846692:1822756155847222 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756155849552:1822756155850422 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756155850812:1822756155851682 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756155852362:1822756155853072 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756156465696:1822756156466206 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756156467856:1822756156468386 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756156469176:1822756156471506 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16590) = 0 -1822756156472746:1822756156479176 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16550) = 0 -1822756156479926:1822756156483316 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756158109086:1822756158113656 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756158115776:1822756158116886 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756158118046:1822756158118916 116426:116430 hsa_signal_load_relaxed() = 1 -1822756156483886:1822756158121266 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756158119926:1822756158122026 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756158122846:1822756158123356 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756158123756:1822756158124586 116426:116430 hsa_signal_destroy() = 0 -1822756158126646:1822756158127266 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756158143376:1822756158143986 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756158148346:1822756158148946 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756158154956:1822756158155976 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 14 -1822756158157016:1822756158157816 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 14 -1822756158158656:1822756158159876 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756158160696:1822756158161126 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756158162196:1822756158163186 116426:116426 hsa_signal_store_relaxed(, 14) = void -1822756158165346:1822756158165956 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756158179826:1822756158180426 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756158183006:1822756158183606 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756158184596:1822756158185317 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756158185777:1822756158186087 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 15 -1822756158186527:1822756158186847 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 14 -1822756158187497:1822756158187817 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756158188267:1822756158188747 116426:116426 hsa_signal_store_relaxed(, 15) = void -1822756158190467:1822756159450364 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756159455114:1822756159455754 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756159459094:1822756159460294 116426:116426 hsa_signal_destroy() = 0 -1822756159462144:1822756159462624 116426:116426 hsa_signal_destroy() = 0 -1822756159464334:1822756159464954 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756159465464:1822756159466064 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756159466954:1822756159467474 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756159467934:1822756159468494 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756159468954:1822756159469264 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756159470364:1822756159470965 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756159471475:1822756159472285 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce165f0) = 0 -1822756159472775:1822756159476355 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce165b0) = 0 -1822756159476865:1822756159478145 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756162005461:1822756162010051 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756162012241:1822756162013341 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756162014561:1822756162015571 116426:116430 hsa_signal_load_relaxed() = 1 -1822756159478655:1822756162018331 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756162016671:1822756162018671 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756162020231:1822756162020971 116426:116430 hsa_signal_destroy() = 0 -1822756162646455:1822756162647135 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756169128456:1822756169129386 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756169154427:1822756169154967 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756169155537:1822756169156077 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756169158727:1822756169159817 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756169160207:1822756169161077 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756169161617:1822756169162747 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756169757070:1822756169757590 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756169759451:1822756169759981 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756169760841:1822756169763341 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16650) = 0 -1822756169764161:1822756169769921 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16610) = 0 -1822756169770741:1822756169774111 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756171461031:1822756171465631 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756171467921:1822756171469031 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756171469981:1822756171470841 116426:116430 hsa_signal_load_relaxed() = 1 -1822756169774681:1822756171473142 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756171471792:1822756171473912 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756171474382:1822756171475042 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756171475612:1822756171476352 116426:116430 hsa_signal_destroy() = 0 -1822756171477632:1822756171478242 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756171495172:1822756171495832 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756171499722:1822756171500322 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756171506452:1822756171507362 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 16 -1822756171508182:1822756171508832 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 16 -1822756171509722:1822756171510802 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756171511622:1822756171512052 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756171513572:1822756171514382 116426:116426 hsa_signal_store_relaxed(, 16) = void -1822756171516702:1822756171517312 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756171521222:1822756171521832 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756171523912:1822756171524512 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756171525452:1822756171526242 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756171528862:1822756171529272 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 17 -1822756171529712:1822756171530022 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 16 -1822756171530842:1822756171531152 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756171531602:1822756171532092 116426:116426 hsa_signal_store_relaxed(, 17) = void -1822756171533552:1822756172784450 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756172788650:1822756172789220 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756172792640:1822756172793710 116426:116426 hsa_signal_destroy() = 0 -1822756172795280:1822756172795720 116426:116426 hsa_signal_destroy() = 0 -1822756172796800:1822756172797350 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756172797800:1822756172798340 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756172799290:1822756172799760 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756172800170:1822756172800590 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756172801120:1822756172801400 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756172802300:1822756172802830 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756172803290:1822756172804030 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce166b0) = 0 -1822756172804540:1822756172807770 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16670) = 0 -1822756172808240:1822756172809470 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756175460066:1822756175464646 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756175467016:1822756175468126 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756175469146:1822756175470166 116426:116430 hsa_signal_load_relaxed() = 1 -1822756172809930:1822756175472697 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756175471116:1822756175473157 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756175474517:1822756175475247 116426:116430 hsa_signal_destroy() = 0 -1822756176122201:1822756176122931 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756182698163:1822756182699343 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756182715193:1822756182715733 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756182716423:1822756182716963 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756182720033:1822756182720913 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756182731013:1822756182732093 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756182732743:1822756182733953 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756183331637:1822756183332337 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756183334217:1822756183334747 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756183335727:1822756183338457 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16710) = 0 -1822756183339437:1822756183344927 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce166d0) = 0 -1822756183345757:1822756183348667 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756184855337:1822756184859857 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756184862317:1822756184863427 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756184864597:1822756184865457 116426:116430 hsa_signal_load_relaxed() = 1 -1822756183349287:1822756184867937 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756184866557:1822756184868497 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756184869457:1822756184870407 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756184870197:1822756184871347 116426:116430 hsa_signal_destroy() = 0 -1822756184872937:1822756184873547 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756184890477:1822756184891087 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756184895127:1822756184895727 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756184902387:1822756184903317 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 18 -1822756184904467:1822756184904957 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 18 -1822756184905837:1822756184906997 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756184907697:1822756184908047 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756184909357:1822756184910177 116426:116426 hsa_signal_store_relaxed(, 18) = void -1822756184912777:1822756184913377 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756184918027:1822756184918637 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756184920967:1822756184921577 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756184922777:1822756184923577 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756184924017:1822756184924347 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 19 -1822756184924787:1822756184925097 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 18 -1822756184925767:1822756184926077 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756184932187:1822756184932687 116426:116426 hsa_signal_store_relaxed(, 19) = void -1822756184934117:1822756186183495 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756186188975:1822756186189655 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756186192785:1822756186194185 116426:116426 hsa_signal_destroy() = 0 -1822756186196355:1822756186197175 116426:116426 hsa_signal_destroy() = 0 -1822756186198325:1822756186198935 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756186199445:1822756186200045 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756186200975:1822756186201755 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756186202215:1822756186202665 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756186203125:1822756186203435 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756186204395:1822756186204995 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756186205495:1822756186206255 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16770) = 0 -1822756186206895:1822756186210495 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16730) = 0 -1822756186211025:1822756186212365 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756188609880:1822756188614100 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756188616270:1822756188617380 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756188618610:1822756188619620 116426:116430 hsa_signal_load_relaxed() = 1 -1822756186212895:1822756188622360 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756188620720:1822756188622720 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756188624010:1822756188624750 116426:116430 hsa_signal_destroy() = 0 -1822756189251844:1822756189252524 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756195694386:1822756195695846 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756195709846:1822756195710376 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756195711126:1822756195711656 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756195714476:1822756195715376 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756195715766:1822756195716296 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756195716856:1822756195717636 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756196312259:1822756196312609 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756196324290:1822756196324820 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756196325890:1822756196328350 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce167d0) = 0 -1822756196329450:1822756196335220 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16790) = 0 -1822756196335960:1822756196339040 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756197960690:1822756197965300 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756197967460:1822756197968580 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756197969530:1822756197970390 116426:116430 hsa_signal_load_relaxed() = 1 -1822756196339560:1822756197972560 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756197971200:1822756197973140 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756197974370:1822756197975210 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756197975000:1822756197976160 116426:116430 hsa_signal_destroy() = 0 -1822756197978310:1822756197978920 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756197997650:1822756197998250 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756198002480:1822756198003080 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756198009310:1822756198010320 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 20 -1822756198011330:1822756198011980 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 20 -1822756198013060:1822756198014410 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756198015250:1822756198015670 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756198016660:1822756198017430 116426:116426 hsa_signal_store_relaxed(, 20) = void -1822756198019610:1822756198020210 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756198024460:1822756198025070 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756198027611:1822756198028211 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756198029131:1822756198030051 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756198030491:1822756198030811 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 21 -1822756198031241:1822756198031561 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 20 -1822756198032201:1822756198032511 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756198032961:1822756198033441 116426:116426 hsa_signal_store_relaxed(, 21) = void -1822756198034941:1822756199301909 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756199306689:1822756199307269 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756199312899:1822756199313989 116426:116426 hsa_signal_destroy() = 0 -1822756199315629:1822756199316099 116426:116426 hsa_signal_destroy() = 0 -1822756199317289:1822756199317909 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756199318419:1822756199319019 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756199319829:1822756199320359 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756199320819:1822756199321389 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756199321849:1822756199322159 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756199323109:1822756199323709 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756199324229:1822756199325039 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16830) = 0 -1822756199325679:1822756199329289 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce167f0) = 0 -1822756199329819:1822756199331229 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756201845465:1822756201850055 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756201852185:1822756201853295 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756201854315:1822756201855335 116426:116430 hsa_signal_load_relaxed() = 1 -1822756199331759:1822756201857775 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756201856135:1822756201858145 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756201859505:1822756201860245 116426:116430 hsa_signal_destroy() = 0 -1822756202488359:1822756202489049 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756208932050:1822756208933210 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756208948400:1822756208948940 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756208949780:1822756208950320 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756208953150:1822756208954180 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756208954920:1822756208955560 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756208956330:1822756208957240 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756209557914:1822756209558324 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756209560304:1822756209560834 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756209562234:1822756209564714 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16890) = 0 -1822756209565734:1822756209571764 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16850) = 0 -1822756209580124:1822756209583274 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756211217804:1822756211222314 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756211224444:1822756211225555 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756211226505:1822756211227365 116426:116430 hsa_signal_load_relaxed() = 1 -1822756209583944:1822756211229515 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756211228175:1822756211230295 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756211230865:1822756211231375 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756211231885:1822756211232715 116426:116430 hsa_signal_destroy() = 0 -1822756211234115:1822756211234725 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756211251965:1822756211252565 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756211256815:1822756211257415 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756211263195:1822756211264175 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 22 -1822756211265095:1822756211265745 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 22 -1822756211266635:1822756211267705 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756211268525:1822756211268955 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756211269935:1822756211270765 116426:116426 hsa_signal_store_relaxed(, 22) = void -1822756211273215:1822756211273825 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756211277845:1822756211278455 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756211280675:1822756211281275 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756211282375:1822756211283145 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756211283675:1822756211284085 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 23 -1822756211284625:1822756211284985 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 22 -1822756211285845:1822756211286155 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756211286605:1822756211287085 116426:116426 hsa_signal_store_relaxed(, 23) = void -1822756211288545:1822756212695814 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756212700604:1822756212701174 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756212703684:1822756212704814 116426:116426 hsa_signal_destroy() = 0 -1822756212706214:1822756212706644 116426:116426 hsa_signal_destroy() = 0 -1822756212710134:1822756212710684 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756212711144:1822756212711684 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756212712534:1822756212713024 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756212713424:1822756212714144 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756212714554:1822756212714824 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756212715894:1822756212716424 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756212716874:1822756212717714 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce168f0) = 0 -1822756212718304:1822756212721524 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce168b0) = 0 -1822756212721994:1822756212723244 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756215257240:1822756215261760 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756215264080:1822756215265190 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756215266290:1822756215267310 116426:116430 hsa_signal_load_relaxed() = 1 -1822756212723714:1822756215269700 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756215268110:1822756215270120 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756215271440:1822756215272180 116426:116430 hsa_signal_destroy() = 0 -1822756215904034:1822756215904714 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756222568927:1822756222570487 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756222584897:1822756222585437 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756222586337:1822756222586867 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756222589517:1822756222590397 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756222591017:1822756222591657 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756222592297:1822756222593397 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756223180801:1822756223181871 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756223183971:1822756223184501 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756223185691:1822756223188531 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16950) = 0 -1822756223189081:1822756223194961 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16910) = 0 -1822756223195751:1822756223199061 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756224674010:1822756224678170 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756224680000:1822756224681120 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756224685970:1822756224686840 116426:116430 hsa_signal_load_relaxed() = 1 -1822756223199571:1822756224689040 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756224687660:1822756224689570 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756224690740:1822756224691490 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756224691000:1822756224692020 116426:116430 hsa_signal_destroy() = 0 -1822756224694240:1822756224694840 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756224711040:1822756224711650 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756224715700:1822756224716300 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756224722570:1822756224723590 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 24 -1822756224724590:1822756224725240 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 24 -1822756224726060:1822756224727320 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756224728130:1822756224728560 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756224729980:1822756224730800 116426:116426 hsa_signal_store_relaxed(, 24) = void -1822756224733260:1822756224733870 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756224738511:1822756224739111 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756224741501:1822756224742111 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756224743221:1822756224743991 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756224744441:1822756224744761 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 25 -1822756224745201:1822756224745531 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 24 -1822756224746351:1822756224746661 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756224747111:1822756224747601 116426:116426 hsa_signal_store_relaxed(, 25) = void -1822756224749101:1822756226007829 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756226012459:1822756226013039 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756226015779:1822756226016869 116426:116426 hsa_signal_destroy() = 0 -1822756226018909:1822756226019599 116426:116426 hsa_signal_destroy() = 0 -1822756226020669:1822756226021219 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756226021669:1822756226022209 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756226022919:1822756226023399 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756226033659:1822756226034089 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756226034499:1822756226034769 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756226035689:1822756226036229 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756226036679:1822756226037579 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce169b0) = 0 -1822756226038109:1822756226041519 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16970) = 0 -1822756226041989:1822756226043229 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756228602075:1822756228606695 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756228608755:1822756228609865 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756228610885:1822756228611905 116426:116430 hsa_signal_load_relaxed() = 1 -1822756226043709:1822756228614335 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756228612715:1822756228614715 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756228615995:1822756228616735 116426:116430 hsa_signal_destroy() = 0 -1822756229247939:1822756229248619 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756235649410:1822756235650590 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756235664620:1822756235665150 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756235665910:1822756235666440 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756235668940:1822756235669820 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756235670550:1822756235671100 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756235671890:1822756235673030 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756236281304:1822756236281874 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756236283604:1822756236284204 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756236285474:1822756236287724 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16a10) = 0 -1822756236289014:1822756236294984 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce169d0) = 0 -1822756236296004:1822756236299264 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756237925164:1822756237929744 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756237931924:1822756237933034 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756237934124:1822756237934975 116426:116430 hsa_signal_load_relaxed() = 1 -1822756236300204:1822756237937265 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756237935915:1822756237938005 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756237938585:1822756237939105 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756237943225:1822756237943995 116426:116430 hsa_signal_destroy() = 0 -1822756237946615:1822756237947225 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756237963835:1822756237964445 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756237968675:1822756237969285 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756237975495:1822756237976265 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 26 -1822756237977395:1822756237978055 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 26 -1822756237978895:1822756237980075 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756237980805:1822756237981225 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756237982455:1822756237983245 116426:116426 hsa_signal_store_relaxed(, 26) = void -1822756237985945:1822756237986545 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756237990495:1822756237991105 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756237993745:1822756237994355 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756237995395:1822756237996275 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756237996715:1822756237997035 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 27 -1822756237997485:1822756237997795 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 26 -1822756237998635:1822756237998945 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756237999385:1822756237999875 116426:116426 hsa_signal_store_relaxed(, 27) = void -1822756238001435:1822756239258293 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756239263133:1822756239263703 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756239266403:1822756239267803 116426:116426 hsa_signal_destroy() = 0 -1822756239269523:1822756239269963 116426:116426 hsa_signal_destroy() = 0 -1822756239271023:1822756239271573 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756239272023:1822756239272553 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756239273253:1822756239273733 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756239274143:1822756239274673 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756239275073:1822756239275353 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756239276253:1822756239276783 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756239283103:1822756239283863 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16a70) = 0 -1822756239284363:1822756239287943 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16a30) = 0 -1822756239288423:1822756239289573 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756241829189:1822756241833819 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756241835899:1822756241837009 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756241838029:1822756241839049 116426:116430 hsa_signal_load_relaxed() = 1 -1822756239290043:1822756241841489 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756241839859:1822756241841859 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756241843489:1822756241844219 116426:116430 hsa_signal_destroy() = 0 -1822756242473573:1822756242474243 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756248909684:1822756248910794 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756248925624:1822756248926164 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756248926824:1822756248927354 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756248929704:1822756248930814 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756248931204:1822756248932064 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756248932614:1822756248933534 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756249531898:1822756249532678 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756249534388:1822756249534918 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756249536078:1822756249539138 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16ad0) = 0 -1822756249540018:1822756249545588 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16a90) = 0 -1822756249546558:1822756249549948 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756251173949:1822756251178499 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756251180629:1822756251181739 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756251182699:1822756251183559 116426:116430 hsa_signal_load_relaxed() = 1 -1822756249550448:1822756251186009 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756251184659:1822756251186779 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756251187629:1822756251188459 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756251188239:1822756251189369 116426:116430 hsa_signal_destroy() = 0 -1822756251190989:1822756251191599 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756251215459:1822756251216269 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756251220009:1822756251220609 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756251227079:1822756251228249 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 28 -1822756251229059:1822756251229699 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 28 -1822756251230569:1822756251231769 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756251232609:1822756251233039 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756251234069:1822756251234899 116426:116426 hsa_signal_store_relaxed(, 28) = void -1822756251237359:1822756251237969 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756251242149:1822756251242749 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756251244739:1822756251245349 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756251246669:1822756251247509 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756251247959:1822756251248289 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 29 -1822756251248739:1822756251249049 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 28 -1822756251249709:1822756251250029 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756251250469:1822756251250959 116426:116426 hsa_signal_store_relaxed(, 29) = void -1822756251252589:1822756252501467 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756252506687:1822756252507317 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756252510297:1822756252511427 116426:116426 hsa_signal_destroy() = 0 -1822756252513217:1822756252513697 116426:116426 hsa_signal_destroy() = 0 -1822756252514957:1822756252515567 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756252516077:1822756252516677 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756252517657:1822756252518177 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756252518637:1822756252519097 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756252519557:1822756252519867 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756252520847:1822756252521447 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756252521957:1822756252522777 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16b30) = 0 -1822756252523397:1822756252526997 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16af0) = 0 -1822756252527537:1822756252528807 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756255057714:1822756255062294 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756255064444:1822756255065544 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756255066574:1822756255067584 116426:116430 hsa_signal_load_relaxed() = 1 -1822756252532057:1822756255069964 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756255068394:1822756255070384 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756255071624:1822756255072364 116426:116430 hsa_signal_destroy() = 0 -1822756255697488:1822756255698168 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756262252889:1822756262254149 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756262269609:1822756262270149 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756262270919:1822756262271459 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756262273489:1822756262274359 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756262274959:1822756262275829 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756262276599:1822756262277399 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756262883313:1822756262883883 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756262885723:1822756262886263 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756262887523:1822756262890293 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16b90) = 0 -1822756262891433:1822756262897523 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16b50) = 0 -1822756262898263:1822756262901123 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756264529704:1822756264534154 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756264535954:1822756264537064 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756264538144:1822756264539004 116426:116430 hsa_signal_load_relaxed() = 1 -1822756262901803:1822756264541484 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756264540014:1822756264541944 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756264542864:1822756264543384 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756264543784:1822756264544614 116426:116430 hsa_signal_destroy() = 0 -1822756264546414:1822756264547024 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756264564174:1822756264564784 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756264568614:1822756264569214 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756264575734:1822756264576604 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 30 -1822756264586194:1822756264587184 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 30 -1822756264588014:1822756264589134 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756264589824:1822756264590174 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756264591214:1822756264592064 116426:116426 hsa_signal_store_relaxed(, 30) = void -1822756264594264:1822756264594874 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756264603284:1822756264603884 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756264606214:1822756264606824 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756264607704:1822756264608514 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756264608964:1822756264609274 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 31 -1822756264609714:1822756264610044 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 30 -1822756264610684:1822756264611004 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756264611444:1822756264611934 116426:116426 hsa_signal_store_relaxed(, 31) = void -1822756264613554:1822756265892863 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756265897673:1822756265898283 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756265900783:1822756265902003 116426:116426 hsa_signal_destroy() = 0 -1822756265903943:1822756265904633 116426:116426 hsa_signal_destroy() = 0 -1822756265905833:1822756265906383 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756265906833:1822756265907363 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756265908343:1822756265908823 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756265909233:1822756265909643 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756265910053:1822756265910333 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756265911223:1822756265911753 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756265912203:1822756265912873 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16bf0) = 0 -1822756265913453:1822756265916833 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16bb0) = 0 -1822756265917313:1822756265918773 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756268463839:1822756268468429 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756268470589:1822756268471699 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756268472849:1822756268473869 116426:116430 hsa_signal_load_relaxed() = 1 -1822756265919233:1822756268480409 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756268478749:1822756268480779 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756268481839:1822756268482569 116426:116430 hsa_signal_destroy() = 0 -1822756269110513:1822756269111193 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756275607554:1822756275608204 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756275624804:1822756275625334 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756275625924:1822756275626454 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756275628984:1822756275630174 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756275630574:1822756275631434 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756275631974:1822756275632874 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756276235428:1822756276235948 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756276237538:1822756276238068 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756276238938:1822756276241358 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16c50) = 0 -1822756276242228:1822756276248348 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16c10) = 0 -1822756276249088:1822756276252468 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756277876319:1822756277880889 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756277883139:1822756277884249 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756277885209:1822756277886069 116426:116430 hsa_signal_load_relaxed() = 1 -1822756276253008:1822756277888229 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756277886879:1822756277889009 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756277889789:1822756277890669 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756277890469:1822756277891609 116426:116430 hsa_signal_destroy() = 0 -1822756277893229:1822756277893839 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756277910479:1822756277911089 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756277915759:1822756277916369 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756277922889:1822756277923669 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 32 -1822756277924609:1822756277925269 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 32 -1822756277926269:1822756277927619 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756277938419:1822756277938869 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756277939959:1822756277940819 116426:116426 hsa_signal_store_relaxed(, 32) = void -1822756277943109:1822756277943719 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756277947769:1822756277948379 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756277950709:1822756277951319 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756277952329:1822756277953149 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756277953589:1822756277953899 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 33 -1822756277954349:1822756277954669 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 32 -1822756277955299:1822756277955609 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756277956059:1822756277956539 116426:116426 hsa_signal_store_relaxed(, 33) = void -1822756277957949:1822756279225997 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756279230477:1822756279231067 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756279234047:1822756279235197 116426:116426 hsa_signal_destroy() = 0 -1822756279236647:1822756279237087 116426:116426 hsa_signal_destroy() = 0 -1822756279238237:1822756279238787 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756279239237:1822756279239767 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756279240517:1822756279240997 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756279241397:1822756279241927 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756279242327:1822756279242607 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756279243667:1822756279244197 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756279244647:1822756279245398 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16cb0) = 0 -1822756279246138:1822756279249348 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16c70) = 0 -1822756279249808:1822756279250968 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756281773664:1822756281778294 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756281780454:1822756281781554 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756281782584:1822756281783594 116426:116430 hsa_signal_load_relaxed() = 1 -1822756279251438:1822756281786034 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756281784404:1822756281786414 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756281787624:1822756281788354 116426:116430 hsa_signal_destroy() = 0 -1822756282412728:1822756282413418 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756288848298:1822756288850038 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756288864098:1822756288864638 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756288865229:1822756288865759 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756288868489:1822756288869379 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756288869769:1822756288870639 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756288871279:1822756288872189 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756289457682:1822756289458032 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756289459622:1822756289460152 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756289461262:1822756289463962 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16d10) = 0 -1822756289464822:1822756289470782 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16cd0) = 0 -1822756289471532:1822756289474812 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756291101543:1822756291106103 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756291108183:1822756291109533 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756291110623:1822756291111483 116426:116430 hsa_signal_load_relaxed() = 1 -1822756289475482:1822756291113943 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756291112603:1822756291114723 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756291115363:1822756291115923 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756291116453:1822756291117273 116426:116430 hsa_signal_destroy() = 0 -1822756291118673:1822756291119283 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756291148233:1822756291148843 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756291153273:1822756291153883 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756291159793:1822756291160803 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 34 -1822756291161813:1822756291162463 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 34 -1822756291163343:1822756291164443 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756291165103:1822756291165443 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756291166523:1822756291167373 116426:116426 hsa_signal_store_relaxed(, 34) = void -1822756291169583:1822756291170193 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756291179163:1822756291179763 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756291182123:1822756291182723 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756291183783:1822756291184533 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756291184983:1822756291185303 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 35 -1822756291185733:1822756291186063 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 34 -1822756291186703:1822756291187013 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756291187463:1822756291187953 116426:116426 hsa_signal_store_relaxed(, 35) = void -1822756291189463:1822756292448332 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756292453302:1822756292453972 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756292456812:1822756292458212 116426:116426 hsa_signal_destroy() = 0 -1822756292460142:1822756292460632 116426:116426 hsa_signal_destroy() = 0 -1822756292462052:1822756292462672 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756292463182:1822756292463792 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756292464652:1822756292465182 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756292465642:1822756292466092 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756292466682:1822756292466992 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756292468102:1822756292468702 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756292469212:1822756292470182 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16d70) = 0 -1822756292470702:1822756292474302 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16d30) = 0 -1822756292474842:1822756292476332 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756295004188:1822756295008858 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756295011148:1822756295012258 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756295013478:1822756295014498 116426:116430 hsa_signal_load_relaxed() = 1 -1822756292476852:1822756295017188 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756295015608:1822756295017618 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756295019098:1822756295019828 116426:116430 hsa_signal_destroy() = 0 -1822756295643012:1822756295643682 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756302168333:1822756302169693 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756302184583:1822756302185133 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756302195943:1822756302196483 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756302198803:1822756302199653 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756302200053:1822756302200993 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756302201553:1822756302202443 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756302807107:1822756302807517 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756302809367:1822756302809897 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756302810867:1822756302813307 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16dd0) = 0 -1822756302814057:1822756302820017 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16d90) = 0 -1822756302820877:1822756302824177 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756304459028:1822756304463638 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756304465998:1822756304467108 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756304468068:1822756304468918 116426:116430 hsa_signal_load_relaxed() = 1 -1822756302824677:1822756304471248 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756304469868:1822756304471798 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756304472618:1822756304473268 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756304473398:1822756304474218 116426:116430 hsa_signal_destroy() = 0 -1822756304475658:1822756304476258 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756304492858:1822756304493468 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756304497458:1822756304498058 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756304504638:1822756304505688 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 36 -1822756304506618:1822756304507108 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 36 -1822756304508008:1822756304509098 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756304509798:1822756304510228 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756304511328:1822756304512238 116426:116426 hsa_signal_store_relaxed(, 36) = void -1822756304514658:1822756304515268 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756304519858:1822756304520458 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756304522798:1822756304523398 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756304524588:1822756304525338 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756304528538:1822756304528868 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 37 -1822756304529328:1822756304529648 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 36 -1822756304530298:1822756304530628 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756304531068:1822756304531558 116426:116426 hsa_signal_store_relaxed(, 37) = void -1822756304533388:1822756305800267 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756305804497:1822756305805007 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756305807697:1822756305809007 116426:116426 hsa_signal_destroy() = 0 -1822756305810787:1822756305811477 116426:116426 hsa_signal_destroy() = 0 -1822756305812517:1822756305813077 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756305813527:1822756305814057 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756305815057:1822756305815547 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756305815957:1822756305816367 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756305816777:1822756305817047 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756305818097:1822756305818627 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756305819077:1822756305819777 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16e30) = 0 -1822756305820357:1822756305823757 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16df0) = 0 -1822756305824227:1822756305825357 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756308461164:1822756308465754 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756308467914:1822756308469014 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756308470044:1822756308471064 116426:116430 hsa_signal_load_relaxed() = 1 -1822756305825817:1822756308473644 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756308472014:1822756308474024 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756308475374:1822756308476104 116426:116430 hsa_signal_destroy() = 0 -1822756309105648:1822756309106338 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756315563309:1822756315564549 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756315578249:1822756315578789 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756315579409:1822756315579939 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756315582279:1822756315583489 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756315584089:1822756315584729 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756315597089:1822756315598359 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756316213533:1822756316214043 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756316215563:1822756316216093 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756316217123:1822756316219623 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16e90) = 0 -1822756316220633:1822756316226453 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16e50) = 0 -1822756316227193:1822756316230983 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756317853733:1822756317858313 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756317860603:1822756317861723 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756317862883:1822756317863733 116426:116430 hsa_signal_load_relaxed() = 1 -1822756316231503:1822756317866083 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756317864733:1822756317866883 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756317867523:1822756317868023 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756317868483:1822756317869323 116426:116430 hsa_signal_destroy() = 0 -1822756317871013:1822756317871623 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756317888563:1822756317889173 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756317893843:1822756317894443 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756317900393:1822756317901403 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 38 -1822756317902423:1822756317903073 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 38 -1822756317903953:1822756317905143 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756317905953:1822756317906293 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756317907383:1822756317908213 116426:116426 hsa_signal_store_relaxed(, 38) = void -1822756317910534:1822756317911134 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756317915144:1822756317915744 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756317918724:1822756317919324 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756317920454:1822756317921194 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756317921644:1822756317921964 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 39 -1822756317922394:1822756317922724 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 38 -1822756317923354:1822756317923664 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756317926764:1822756317927264 116426:116426 hsa_signal_store_relaxed(, 39) = void -1822756317928944:1822756319186242 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756319190502:1822756319191082 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756319193992:1822756319195002 116426:116426 hsa_signal_destroy() = 0 -1822756319196632:1822756319197072 116426:116426 hsa_signal_destroy() = 0 -1822756319198282:1822756319198822 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756319199282:1822756319199822 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756319200972:1822756319201452 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756319201852:1822756319202272 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756319202672:1822756319202942 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756319203862:1822756319204392 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756319204832:1822756319205582 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16ef0) = 0 -1822756319206032:1822756319209612 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16eb0) = 0 -1822756319210072:1822756319211422 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756321790538:1822756321795168 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756321797448:1822756321798558 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756321799788:1822756321800809 116426:116430 hsa_signal_load_relaxed() = 1 -1822756319211872:1822756321803489 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756321801899:1822756321803919 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756321805239:1822756321805979 116426:116430 hsa_signal_destroy() = 0 -1822756322436933:1822756322437623 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756328908263:1822756328909283 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756328923633:1822756328924173 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756328924913:1822756328925453 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756328928593:1822756328929493 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756328930164:1822756328931024 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756328931644:1822756328932514 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756329534627:1822756329535157 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756329536947:1822756329537477 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756329548667:1822756329551407 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16f50) = 0 -1822756329552377:1822756329558058 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16f10) = 0 -1822756329558968:1822756329562398 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756331196558:1822756331201058 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756331203238:1822756331204448 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756331205408:1822756331206268 116426:116430 hsa_signal_load_relaxed() = 1 -1822756329562908:1822756331208428 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756331207078:1822756331209208 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756331210218:1822756331211088 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756331210768:1822756331211918 116426:116430 hsa_signal_destroy() = 0 -1822756331213528:1822756331214138 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756331230678:1822756331231288 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756331235188:1822756331235798 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756331242128:1822756331243018 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 40 -1822756331244028:1822756331244678 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 40 -1822756331245858:1822756331246998 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756331247778:1822756331248208 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756331249288:1822756331250128 116426:116426 hsa_signal_store_relaxed(, 40) = void -1822756331252328:1822756331252928 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756331256788:1822756331257388 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756331259568:1822756331260168 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756331261298:1822756331262038 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756331262488:1822756331262818 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 41 -1822756331263258:1822756331263568 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 40 -1822756331264208:1822756331264518 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756331264959:1822756331265449 116426:116426 hsa_signal_store_relaxed(, 41) = void -1822756331266919:1822756332530667 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756332535547:1822756332536187 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756332541657:1822756332542787 116426:116426 hsa_signal_destroy() = 0 -1822756332544447:1822756332544937 116426:116426 hsa_signal_destroy() = 0 -1822756332546257:1822756332546877 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756332547387:1822756332547997 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756332548987:1822756332549517 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756332549977:1822756332550427 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756332550897:1822756332551197 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756332552157:1822756332552757 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756332553267:1822756332554087 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce16fb0) = 0 -1822756332554687:1822756332558237 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16f70) = 0 -1822756332558787:1822756332560287 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756335111233:1822756335115813 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756335118003:1822756335119103 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756335120133:1822756335121143 116426:116430 hsa_signal_load_relaxed() = 1 -1822756332560827:1822756335123523 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756335121943:1822756335123943 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756335125333:1822756335126073 116426:116430 hsa_signal_destroy() = 0 -1822756335751297:1822756335751977 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756342386799:1822756342388719 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756342404030:1822756342404560 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756342405230:1822756342405760 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756342408230:1822756342409260 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756342410010:1822756342410930 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756342411890:1822756342412660 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756343018233:1822756343018853 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756343030733:1822756343031293 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756343032233:1822756343035274 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17010) = 0 -1822756343036264:1822756343041924 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce16fd0) = 0 -1822756343044534:1822756343047224 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756344839685:1822756344844345 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756344846355:1822756344847455 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756344848415:1822756344849275 116426:116430 hsa_signal_load_relaxed() = 1 -1822756343047724:1822756344851465 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756344850085:1822756344852015 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756344852845:1822756344853545 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756344853675:1822756344854515 116426:116430 hsa_signal_destroy() = 0 -1822756344856185:1822756344856785 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756344873535:1822756344874145 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756344878265:1822756344878865 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756344885325:1822756344886095 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 42 -1822756344886885:1822756344887545 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 42 -1822756344888365:1822756344889465 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756344890185:1822756344890535 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756344891605:1822756344892435 116426:116426 hsa_signal_store_relaxed(, 42) = void -1822756344894745:1822756344895355 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756344899885:1822756344900485 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756344902835:1822756344903445 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756344904475:1822756344905275 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756344905725:1822756344906035 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 43 -1822756344906485:1822756344906815 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 42 -1822756344907465:1822756344907775 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756344908225:1822756344908705 116426:116426 hsa_signal_store_relaxed(, 43) = void -1822756344910255:1822756346168673 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756346173423:1822756346173943 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756346176704:1822756346177914 116426:116426 hsa_signal_destroy() = 0 -1822756346179684:1822756346180374 116426:116426 hsa_signal_destroy() = 0 -1822756346181454:1822756346181994 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756346185224:1822756346185764 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756346186694:1822756346187184 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756346187594:1822756346188004 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756346188414:1822756346188684 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756346189764:1822756346190294 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756346190744:1822756346191414 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17070) = 0 -1822756346191944:1822756346195344 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17030) = 0 -1822756346195824:1822756346197184 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756348757620:1822756348762230 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756348764340:1822756348765440 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756348766460:1822756348767490 116426:116430 hsa_signal_load_relaxed() = 1 -1822756346197634:1822756348769940 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756348768290:1822756348770310 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756348771720:1822756348772460 116426:116430 hsa_signal_destroy() = 0 -1822756349399344:1822756349400034 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756355857885:1822756355858855 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756355873775:1822756355874305 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756355875085:1822756355875615 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756355877975:1822756355878855 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756355879455:1822756355880105 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756355880745:1822756355881625 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756356499239:1822756356499759 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756356501859:1822756356502459 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756356503579:1822756356505809 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce170d0) = 0 -1822756356506659:1822756356512969 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17090) = 0 -1822756356514029:1822756356517109 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756358127119:1822756358131720 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756358133740:1822756358134850 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756358139560:1822756358140440 116426:116430 hsa_signal_load_relaxed() = 1 -1822756356517659:1822756358142630 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756358141280:1822756358143410 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756358144480:1822756358144920 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756358145400:1822756358146230 116426:116430 hsa_signal_destroy() = 0 -1822756358147380:1822756358147980 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756358164340:1822756358164950 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756358169200:1822756358169810 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756358176030:1822756358176880 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 44 -1822756358177830:1822756358178320 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 44 -1822756358179580:1822756358180770 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756358181430:1822756358181780 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756358182880:1822756358183690 116426:116426 hsa_signal_store_relaxed(, 44) = void -1822756358186130:1822756358186740 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756358190650:1822756358191250 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756358193620:1822756358194230 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756358195190:1822756358196010 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756358196450:1822756358196770 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 45 -1822756358197210:1822756358197530 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 44 -1822756358198160:1822756358198480 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756358198920:1822756358199410 116426:116426 hsa_signal_store_relaxed(, 45) = void -1822756358201240:1822756359467758 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756359472678:1822756359473308 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756359476008:1822756359477528 116426:116426 hsa_signal_destroy() = 0 -1822756359479598:1822756359480068 116426:116426 hsa_signal_destroy() = 0 -1822756359481278:1822756359481898 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756359482408:1822756359483008 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756359483928:1822756359484448 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756359484908:1822756359485358 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756359494888:1822756359495208 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756359496328:1822756359496938 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756359497438:1822756359498268 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17130) = 0 -1822756359498858:1822756359502368 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce170f0) = 0 -1822756359502898:1822756359504178 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756362005454:1822756362010054 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756362012144:1822756362013254 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756362014274:1822756362015294 116426:116430 hsa_signal_load_relaxed() = 1 -1822756359504708:1822756362017734 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756362016104:1822756362018114 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756362019474:1822756362020224 116426:116430 hsa_signal_destroy() = 0 -1822756362646989:1822756362647669 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756369149300:1822756369150970 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756369165060:1822756369165600 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756369166440:1822756369166970 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756369169420:1822756369170320 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756369170710:1822756369171940 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756369172490:1822756369173700 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756369756064:1822756369756394 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756369758214:1822756369758744 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756369759744:1822756369762374 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17190) = 0 -1822756369763374:1822756369769154 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17150) = 0 -1822756369769914:1822756369773104 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756371466644:1822756371471235 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756371473455:1822756371474615 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756371475705:1822756371476565 116426:116430 hsa_signal_load_relaxed() = 1 -1822756369773704:1822756371478845 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756371477505:1822756371479605 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756371480175:1822756371480695 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756371484755:1822756371485505 116426:116430 hsa_signal_destroy() = 0 -1822756371492675:1822756371493275 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756371509415:1822756371510075 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756371513605:1822756371514205 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756371519665:1822756371520525 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 46 -1822756371521345:1822756371521995 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 46 -1822756371522835:1822756371523915 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756371524625:1822756371525055 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756371526085:1822756371526995 116426:116426 hsa_signal_store_relaxed(, 46) = void -1822756371529375:1822756371529975 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756371533615:1822756371534225 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756371536375:1822756371536985 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756371538055:1822756371538755 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756371539205:1822756371539525 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 47 -1822756371539965:1822756371540275 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 46 -1822756371540925:1822756371541245 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756371541685:1822756371542175 116426:116426 hsa_signal_store_relaxed(, 47) = void -1822756371543975:1822756372819853 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756372824473:1822756372825133 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756372827643:1822756372828973 116426:116426 hsa_signal_destroy() = 0 -1822756372830603:1822756372831043 116426:116426 hsa_signal_destroy() = 0 -1822756372832143:1822756372832693 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756372833143:1822756372833683 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756372834503:1822756372834993 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756372835493:1822756372835903 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756372836313:1822756372836583 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756372837653:1822756372838183 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756372838653:1822756372839413 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce171f0) = 0 -1822756372842663:1822756372845943 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce171b0) = 0 -1822756372846413:1822756372847563 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756375464660:1822756375469260 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756375471390:1822756375472490 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756375473510:1822756375474530 116426:116430 hsa_signal_load_relaxed() = 1 -1822756372848033:1822756375476910 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756375475340:1822756375477340 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756375478810:1822756375479550 116426:116430 hsa_signal_destroy() = 0 -1822756376131174:1822756376131914 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756382609966:1822756382611346 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756382625626:1822756382626156 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756382626766:1822756382627296 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756382629816:1822756382630546 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756382630936:1822756382631836 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756382632496:1822756382633396 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756383217890:1822756383218400 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756383219880:1822756383220410 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756383221390:1822756383224060 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17250) = 0 -1822756383224840:1822756383230660 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17210) = 0 -1822756383231480:1822756383234680 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756384853770:1822756384858390 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756384860360:1822756384861470 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756384862430:1822756384863290 116426:116430 hsa_signal_load_relaxed() = 1 -1822756383235240:1822756384865850 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756384864370:1822756384866310 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756384867600:1822756384868580 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756384867870:1822756384869010 116426:116430 hsa_signal_destroy() = 0 -1822756384870760:1822756384871360 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756384895300:1822756384895920 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756384899750:1822756384900360 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756384906240:1822756384907120 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 48 -1822756384907950:1822756384908600 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 48 -1822756384909500:1822756384910590 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756384911270:1822756384911620 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756384912660:1822756384913510 116426:116426 hsa_signal_store_relaxed(, 48) = void -1822756384915930:1822756384916540 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756384920480:1822756384921090 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756384923481:1822756384924091 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756384925011:1822756384925771 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756384926221:1822756384926551 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 49 -1822756384926991:1822756384927311 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 48 -1822756384927961:1822756384928271 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756384928721:1822756384929201 116426:116426 hsa_signal_store_relaxed(, 49) = void -1822756384930901:1822756386200168 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756386204778:1822756386205348 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756386208008:1822756386209049 116426:116426 hsa_signal_destroy() = 0 -1822756386210699:1822756386211379 116426:116426 hsa_signal_destroy() = 0 -1822756386212419:1822756386212969 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756386213419:1822756386213949 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756386214879:1822756386215349 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756386215759:1822756386216169 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756386216579:1822756386216849 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756386217759:1822756386218289 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756386218729:1822756386219399 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce172b0) = 0 -1822756386219899:1822756386223309 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17270) = 0 -1822756386223769:1822756386224889 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756388771885:1822756388776485 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756388782935:1822756388784045 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756388785065:1822756388786085 116426:116430 hsa_signal_load_relaxed() = 1 -1822756386225349:1822756388788545 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756388786895:1822756388788915 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756388790365:1822756388791105 116426:116430 hsa_signal_destroy() = 0 -1822756389414899:1822756389415579 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756395867020:1822756395868360 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756395883290:1822756395883820 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756395884710:1822756395885250 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756395887650:1822756395888510 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756395888910:1822756395889540 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756395890330:1822756395891140 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756396502764:1822756396503544 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756396505054:1822756396505594 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756396506604:1822756396509234 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17310) = 0 -1822756396510544:1822756396516634 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce172d0) = 0 -1822756396517374:1822756396520904 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756398142585:1822756398147165 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756398149325:1822756398150485 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756398151565:1822756398152425 116426:116430 hsa_signal_load_relaxed() = 1 -1822756396521594:1822756398154725 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756398153375:1822756398155525 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756398156045:1822756398156555 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756398157275:1822756398157995 116426:116430 hsa_signal_destroy() = 0 -1822756398159015:1822756398159625 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756398176525:1822756398177135 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756398181185:1822756398181785 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756398187795:1822756398188575 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 50 -1822756398203815:1822756398204315 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 50 -1822756398205215:1822756398206615 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756398207345:1822756398207695 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756398208725:1822756398209555 116426:116426 hsa_signal_store_relaxed(, 50) = void -1822756398212055:1822756398212665 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756398216695:1822756398217305 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756398220045:1822756398220655 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756398221815:1822756398222555 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756398223005:1822756398223325 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 51 -1822756398223765:1822756398224085 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 50 -1822756398224725:1822756398225045 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756398225485:1822756398225975 116426:116426 hsa_signal_store_relaxed(, 51) = void -1822756398227755:1822756399495114 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756399499774:1822756399500454 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756399503324:1822756399504784 116426:116426 hsa_signal_destroy() = 0 -1822756399506744:1822756399507234 116426:116426 hsa_signal_destroy() = 0 -1822756399508394:1822756399509014 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756399509524:1822756399510124 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756399510924:1822756399511454 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756399511914:1822756399512514 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756399512974:1822756399513284 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756399514234:1822756399514834 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756399515354:1822756399516184 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17370) = 0 -1822756399516784:1822756399520314 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17330) = 0 -1822756399520834:1822756399522084 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756402036219:1822756402040859 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756402042889:1822756402043999 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756402045149:1822756402046169 116426:116430 hsa_signal_load_relaxed() = 1 -1822756399522604:1822756402054410 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756402052760:1822756402054790 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756402056010:1822756402056740 116426:116430 hsa_signal_destroy() = 0 -1822756402683063:1822756402683743 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756409201595:1822756409202345 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756409216645:1822756409217185 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756409217765:1822756409218295 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756409220905:1822756409221795 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756409222185:1822756409223055 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756409223595:1822756409224495 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756409806429:1822756409807079 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756409808789:1822756409809319 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756409810269:1822756409812739 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce173d0) = 0 -1822756409813649:1822756409819329 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17390) = 0 -1822756409819899:1822756409823259 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756411463670:1822756411468250 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756411470530:1822756411471640 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756411472590:1822756411473450 116426:116430 hsa_signal_load_relaxed() = 1 -1822756409823829:1822756411475820 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756411474470:1822756411476620 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756411477090:1822756411477770 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756411478240:1822756411479080 116426:116430 hsa_signal_destroy() = 0 -1822756411480400:1822756411481010 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756411508230:1822756411508840 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756411512960:1822756411513570 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756411519340:1822756411520400 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 52 -1822756411521190:1822756411521840 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 52 -1822756411522740:1822756411524190 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756411524880:1822756411525230 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756411528230:1822756411529070 116426:116426 hsa_signal_store_relaxed(, 52) = void -1822756411531220:1822756411531820 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756411536310:1822756411536920 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756411539480:1822756411540080 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756411541200:1822756411542030 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756411542470:1822756411542780 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 53 -1822756411543220:1822756411543530 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 52 -1822756411544180:1822756411544500 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756411544940:1822756411545420 116426:116426 hsa_signal_store_relaxed(, 53) = void -1822756411546860:1822756412816318 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756412820658:1822756412821168 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756412823928:1822756412824938 116426:116426 hsa_signal_destroy() = 0 -1822756412826508:1822756412826948 116426:116426 hsa_signal_destroy() = 0 -1822756412828048:1822756412828598 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756412829048:1822756412829578 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756412830428:1822756412830918 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756412831318:1822756412831738 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756412832278:1822756412832548 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756412833708:1822756412834238 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756412834698:1822756412835438 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17430) = 0 -1822756412835888:1822756412839318 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce173f0) = 0 -1822756412839778:1822756412840988 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756415463065:1822756415467665 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756415470015:1822756415471115 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756415472145:1822756415473175 116426:116430 hsa_signal_load_relaxed() = 1 -1822756412841448:1822756415475715 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756415474135:1822756415476145 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756415477345:1822756415478085 116426:116430 hsa_signal_destroy() = 0 -1822756416120109:1822756416120839 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756422620081:1822756422621361 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756422635791:1822756422636331 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756422636901:1822756422637431 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756422639641:1822756422640511 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756422641011:1822756422641881 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756422642601:1822756422643481 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756423242725:1822756423243125 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756423244565:1822756423245095 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756423245785:1822756423248175 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17490) = 0 -1822756423249145:1822756423255145 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17450) = 0 -1822756423255835:1822756423258935 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756424885185:1822756424889805 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756424891705:1822756424892815 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756424893895:1822756424894755 116426:116430 hsa_signal_load_relaxed() = 1 -1822756423259495:1822756424896935 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756424895565:1822756424897505 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756424898615:1822756424899135 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756424899555:1822756424900385 116426:116430 hsa_signal_destroy() = 0 -1822756424901275:1822756424901885 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756424918565:1822756424919175 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756424923075:1822756424923685 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756424930055:1822756424930975 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 54 -1822756424931975:1822756424932635 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 54 -1822756424933515:1822756424934805 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756424935715:1822756424936145 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756424937755:1822756424938685 116426:116426 hsa_signal_store_relaxed(, 54) = void -1822756424940865:1822756424941475 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756424945335:1822756424945945 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756424958905:1822756424959515 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756424960705:1822756424961505 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756424961955:1822756424962275 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 55 -1822756424962715:1822756424963035 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 54 -1822756424963895:1822756424964205 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756424964645:1822756424965135 116426:116426 hsa_signal_store_relaxed(, 55) = void -1822756424966596:1822756426201633 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756426206343:1822756426206933 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756426209723:1822756426211103 116426:116426 hsa_signal_destroy() = 0 -1822756426212663:1822756426213353 116426:116426 hsa_signal_destroy() = 0 -1822756426214583:1822756426215133 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756426215583:1822756426216113 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756426216753:1822756426217233 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756426217633:1822756426218043 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756426218453:1822756426218723 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756426219793:1822756426220323 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756426220793:1822756426221613 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce174f0) = 0 -1822756426222093:1822756426225503 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce174b0) = 0 -1822756426226043:1822756426227273 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756428759799:1822756428764439 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756428766459:1822756428767569 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756428768719:1822756428769739 116426:116430 hsa_signal_load_relaxed() = 1 -1822756426227723:1822756428772549 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756428770849:1822756428772879 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756428774579:1822756428775319 116426:116430 hsa_signal_destroy() = 0 -1822756429404043:1822756429404713 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756435803005:1822756435804415 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756435818365:1822756435818895 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756435830865:1822756435831405 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756435833675:1822756435834555 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756435834945:1822756435835585 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756435836125:1822756435837375 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756436434389:1822756436434889 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756436436619:1822756436437149 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756436438459:1822756436440859 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17550) = 0 -1822756436441789:1822756436447589 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17510) = 0 -1822756436448259:1822756436451569 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756438074719:1822756438079319 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756438081529:1822756438082639 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756438083599:1822756438084459 116426:116430 hsa_signal_load_relaxed() = 1 -1822756436452079:1822756438086769 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756438085429:1822756438087519 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756438088209:1822756438088879 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756438088999:1822756438089829 116426:116430 hsa_signal_destroy() = 0 -1822756438091189:1822756438091799 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756438108159:1822756438108769 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756438112639:1822756438113249 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756438119379:1822756438120559 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 56 -1822756438121349:1822756438121999 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 56 -1822756438122819:1822756438124109 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756438124799:1822756438125229 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756438126239:1822756438127009 116426:116426 hsa_signal_store_relaxed(, 56) = void -1822756438129489:1822756438130089 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756438133879:1822756438134490 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756438136820:1822756438137420 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756438138710:1822756438139440 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756438139890:1822756438140200 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 57 -1822756438143150:1822756438143470 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 56 -1822756438144130:1822756438144460 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756438144900:1822756438145390 116426:116426 hsa_signal_store_relaxed(, 57) = void -1822756438146840:1822756439415178 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756439419738:1822756439420408 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756439423428:1822756439424778 116426:116426 hsa_signal_destroy() = 0 -1822756439426858:1822756439427348 116426:116426 hsa_signal_destroy() = 0 -1822756439428938:1822756439429558 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756439430058:1822756439430658 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756439431708:1822756439432288 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756439432738:1822756439433308 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756439433768:1822756439434078 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756439435188:1822756439435788 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756439436318:1822756439437128 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce175b0) = 0 -1822756439437748:1822756439441288 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17570) = 0 -1822756439441818:1822756439443138 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756441963924:1822756441968594 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756441970784:1822756441971894 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756441972914:1822756441973934 116426:116430 hsa_signal_load_relaxed() = 1 -1822756439443668:1822756441976504 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756441974894:1822756441976894 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756441978174:1822756441978914 116426:116430 hsa_signal_destroy() = 0 -1822756442602578:1822756442603258 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756449040879:1822756449041969 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756449057869:1822756449058409 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756449059099:1822756449059629 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756449062629:1822756449063509 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756449064109:1822756449064979 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756449075339:1822756449076229 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756449675453:1822756449675943 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756449677793:1822756449678333 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756449679203:1822756449681913 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17610) = 0 -1822756449682953:1822756449689203 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce175d0) = 0 -1822756449689933:1822756449692973 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756451461874:1822756451466454 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756451468644:1822756451469754 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756451470924:1822756451471784 116426:116430 hsa_signal_load_relaxed() = 1 -1822756449693613:1822756451474244 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756451472904:1822756451475004 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756451475834:1822756451476534 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756451476654:1822756451477484 116426:116430 hsa_signal_destroy() = 0 -1822756451479154:1822756451479764 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756451495445:1822756451496055 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756451500285:1822756451500885 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756451506895:1822756451508055 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 58 -1822756451509205:1822756451509695 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 58 -1822756451510515:1822756451511665 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756451512655:1822756451513075 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756451514135:1822756451514915 116426:116426 hsa_signal_store_relaxed(, 58) = void -1822756451517095:1822756451517705 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756451521655:1822756451522255 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756451524505:1822756451525115 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756451526185:1822756451526925 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756451527365:1822756451527685 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 59 -1822756451528135:1822756451528445 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 58 -1822756451529095:1822756451529405 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756451529855:1822756451530335 116426:116426 hsa_signal_store_relaxed(, 59) = void -1822756451534675:1822756452801943 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756452807493:1822756452808063 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756452811443:1822756452812863 116426:116426 hsa_signal_destroy() = 0 -1822756452814283:1822756452814723 116426:116426 hsa_signal_destroy() = 0 -1822756452815783:1822756452816343 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756452816793:1822756452817323 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756452818063:1822756452818543 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756452818953:1822756452819363 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756452819773:1822756452820043 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756452820943:1822756452821483 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756452821923:1822756452822683 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17670) = 0 -1822756452823133:1822756452826643 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17630) = 0 -1822756452827123:1822756452828413 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756455463779:1822756455468369 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756455470609:1822756455471719 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756455472939:1822756455473949 116426:116430 hsa_signal_load_relaxed() = 1 -1822756452828873:1822756455476619 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756455475039:1822756455477039 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756455478349:1822756455479089 116426:116430 hsa_signal_destroy() = 0 -1822756456116823:1822756456117483 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756462613095:1822756462614455 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756462628255:1822756462628795 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756462629555:1822756462630085 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756462632565:1822756462633455 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756462633845:1822756462634485 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756462635045:1822756462635935 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756463214449:1822756463214959 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756463216739:1822756463217269 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756463227509:1822756463230229 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce176d0) = 0 -1822756463231049:1822756463236839 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17690) = 0 -1822756463237579:1822756463240969 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756464917130:1822756464921790 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756464923690:1822756464924800 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756464925750:1822756464926610 116426:116430 hsa_signal_load_relaxed() = 1 -1822756463241509:1822756464928800 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756464927420:1822756464929350 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756464930470:1822756464931310 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756464931030:1822756464932160 116426:116430 hsa_signal_destroy() = 0 -1822756464933730:1822756464934340 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756464951110:1822756464951720 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756464955630:1822756464956230 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756464962600:1822756464963460 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 60 -1822756464964260:1822756464964920 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 60 -1822756464966000:1822756464967360 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756464968050:1822756464968480 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756464969460:1822756464970240 116426:116426 hsa_signal_store_relaxed(, 60) = void -1822756464972420:1822756464973030 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756464977270:1822756464977880 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756464980190:1822756464980800 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756464981840:1822756464982600 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756464983040:1822756464983370 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 61 -1822756464983820:1822756464984140 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 60 -1822756464984960:1822756464985270 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756464985720:1822756464986210 116426:116426 hsa_signal_store_relaxed(, 61) = void -1822756464987820:1822756466247199 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756466251549:1822756466252139 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756466257199:1822756466258229 116426:116426 hsa_signal_destroy() = 0 -1822756466260039:1822756466260729 116426:116426 hsa_signal_destroy() = 0 -1822756466261859:1822756466262479 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756466262939:1822756466263469 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756466264619:1822756466265109 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756466265519:1822756466265939 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756466266349:1822756466266619 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756466267529:1822756466268059 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756466268519:1822756466269199 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17730) = 0 -1822756466269729:1822756466273329 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce176f0) = 0 -1822756466273799:1822756466275029 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756468839505:1822756468844105 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756468846215:1822756468847325 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756468848345:1822756468849365 116426:116430 hsa_signal_load_relaxed() = 1 -1822756466275499:1822756468851805 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756468850175:1822756468852175 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756468853545:1822756468854275 116426:116430 hsa_signal_destroy() = 0 -1822756469479689:1822756469480369 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756475914030:1822756475915310 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756475930580:1822756475931110 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756475931780:1822756475932310 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756475934760:1822756475935640 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756475936390:1822756475937300 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756475938140:1822756475939410 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756476553474:1822756476553914 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756476555684:1822756476556284 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756476557464:1822756476559804 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17790) = 0 -1822756476560914:1822756476566794 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17750) = 0 -1822756476567604:1822756476571444 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756478197164:1822756478201665 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756478203915:1822756478205065 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756478206025:1822756478206885 116426:116430 hsa_signal_load_relaxed() = 1 -1822756476580704:1822756478209055 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756478207685:1822756478209625 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756478210425:1822756478210935 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756478211295:1822756478212135 116426:116430 hsa_signal_destroy() = 0 -1822756478213345:1822756478213945 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756478230745:1822756478231555 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756478235775:1822756478236385 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756478242365:1822756478243235 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 62 -1822756478244315:1822756478244965 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 62 -1822756478245785:1822756478247205 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756478248155:1822756478248585 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756478249825:1822756478250595 116426:116426 hsa_signal_store_relaxed(, 62) = void -1822756478252995:1822756478253595 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756478259665:1822756478260275 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756478262835:1822756478263435 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756478264355:1822756478265095 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756478265545:1822756478265865 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 63 -1822756478266305:1822756478266635 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 62 -1822756478267275:1822756478267585 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756478268035:1822756478268525 116426:116426 hsa_signal_store_relaxed(, 63) = void -1822756478270365:1822756479527383 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756479532113:1822756479532753 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756479535313:1822756479536393 116426:116426 hsa_signal_destroy() = 0 -1822756479538343:1822756479538823 116426:116426 hsa_signal_destroy() = 0 -1822756479540073:1822756479540693 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756479543903:1822756479544513 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756479545263:1822756479545793 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756479546263:1822756479547193 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756479547653:1822756479547963 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756479548903:1822756479549503 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756479550003:1822756479550833 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce177f0) = 0 -1822756479551333:1822756479554883 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce177b0) = 0 -1822756479555483:1822756479556713 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756482075999:1822756482080619 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756482082589:1822756482083699 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756482084729:1822756482085749 116426:116430 hsa_signal_load_relaxed() = 1 -1822756479557243:1822756482088179 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756482086559:1822756482088569 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756482089989:1822756482090729 116426:116430 hsa_signal_destroy() = 0 -1822756482715913:1822756482716593 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756489221565:1822756489222725 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756489237335:1822756489237875 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756489238655:1822756489239185 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756489242275:1822756489243025 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756489243415:1822756489244285 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756489244935:1822756489245815 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756489828988:1822756489829508 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756489831628:1822756489832158 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756489833038:1822756489835538 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17850) = 0 -1822756489836198:1822756489841788 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17810) = 0 -1822756489842589:1822756489845829 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756491474349:1822756491478939 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756491481039:1822756491482149 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756491483099:1822756491483959 116426:116430 hsa_signal_load_relaxed() = 1 -1822756489846399:1822756491489979 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756491488619:1822756491490729 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756491491439:1822756491491889 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756491492679:1822756491493419 116426:116430 hsa_signal_destroy() = 0 -1822756491494579:1822756491495179 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756491511969:1822756491512579 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756491516689:1822756491517289 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756491522899:1822756491523869 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 64 -1822756491524859:1822756491525779 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 64 -1822756491526869:1822756491528099 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756491528949:1822756491529379 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756491530429:1822756491531529 116426:116426 hsa_signal_store_relaxed(, 64) = void -1822756491533819:1822756491534429 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756491538269:1822756491538869 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756491540929:1822756491541529 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756491542469:1822756491543159 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756491543599:1822756491543919 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 65 -1822756491544349:1822756491544679 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 64 -1822756491545319:1822756491545639 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756491546079:1822756491546569 116426:116426 hsa_signal_store_relaxed(, 65) = void -1822756491548069:1822756492841178 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756492845718:1822756492846328 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756492848748:1822756492850108 116426:116426 hsa_signal_destroy() = 0 -1822756492852068:1822756492852508 116426:116426 hsa_signal_destroy() = 0 -1822756492854008:1822756492854558 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756492855008:1822756492855548 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756492856348:1822756492856828 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756492857318:1822756492857728 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756492867748:1822756492868028 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756492869108:1822756492869638 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756492870088:1822756492870848 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce178b0) = 0 -1822756492871428:1822756492874808 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17870) = 0 -1822756492875268:1822756492876408 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756495465125:1822756495469705 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756495471815:1822756495472915 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756495473945:1822756495474955 116426:116430 hsa_signal_load_relaxed() = 1 -1822756492876878:1822756495477345 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756495475765:1822756495477775 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756495479265:1822756495480005 116426:116430 hsa_signal_destroy() = 0 -1822756496131059:1822756496131789 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756502614420:1822756502616020 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756502630690:1822756502631220 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756502631940:1822756502632470 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756502635130:1822756502636020 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756502636760:1822756502637300 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756502638110:1822756502639110 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756503221334:1822756503221684 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756503223544:1822756503224074 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756503225164:1822756503227664 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17910) = 0 -1822756503228714:1822756503234424 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce178d0) = 0 -1822756503235154:1822756503238144 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756504933065:1822756504937545 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756504939505:1822756504940615 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756504941695:1822756504942555 116426:116430 hsa_signal_load_relaxed() = 1 -1822756503238644:1822756504944895 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756504943525:1822756504945465 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756504946225:1822756504946735 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756504947115:1822756504947955 116426:116430 hsa_signal_destroy() = 0 -1822756504959095:1822756504959705 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756504975715:1822756504976325 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756504979915:1822756504980515 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756504985995:1822756504986865 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 66 -1822756504987685:1822756504988345 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 66 -1822756504989275:1822756504990375 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756504991085:1822756504991435 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756504992445:1822756504993135 116426:116426 hsa_signal_store_relaxed(, 66) = void -1822756504995255:1822756504995865 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756504999665:1822756505000275 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756505002765:1822756505003375 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756505004515:1822756505005315 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756505005755:1822756505006075 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 67 -1822756505006515:1822756505006835 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 66 -1822756505007485:1822756505007805 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756505008245:1822756505008745 116426:116426 hsa_signal_store_relaxed(, 67) = void -1822756505010205:1822756506275643 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756506280873:1822756506281383 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756506283903:1822756506284913 116426:116426 hsa_signal_destroy() = 0 -1822756506286683:1822756506287373 116426:116426 hsa_signal_destroy() = 0 -1822756506288643:1822756506289193 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756506289643:1822756506290173 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756506291333:1822756506291813 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756506292223:1822756506292643 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756506293053:1822756506293333 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756506294393:1822756506294923 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756506295373:1822756506296003 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17970) = 0 -1822756506302673:1822756506305913 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17930) = 0 -1822756506306463:1822756506307663 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756508845000:1822756508849620 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756508851640:1822756508852750 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756508853770:1822756508854790 116426:116430 hsa_signal_load_relaxed() = 1 -1822756506308133:1822756508857250 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756508855600:1822756508857600 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756508859110:1822756508859840 116426:116430 hsa_signal_destroy() = 0 -1822756509484644:1822756509485364 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756515921174:1822756515922604 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756515938035:1822756515938565 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756515939215:1822756515939745 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756515942515:1822756515943385 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756515943975:1822756515944845 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756515945475:1822756515946115 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756516558589:1822756516559119 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756516561179:1822756516561709 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756516563259:1822756516565689 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce179d0) = 0 -1822756516566699:1822756516572879 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17990) = 0 -1822756516573599:1822756516577129 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756518208409:1822756518212929 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756518214899:1822756518216009 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756518216959:1822756518217819 116426:116430 hsa_signal_load_relaxed() = 1 -1822756516577789:1822756518220269 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756518218919:1822756518220849 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756518221789:1822756518222669 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756518222459:1822756518223619 116426:116430 hsa_signal_destroy() = 0 -1822756518225029:1822756518225629 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756518250909:1822756518251519 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756518257419:1822756518258019 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756518263599:1822756518264470 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 68 -1822756518265400:1822756518266050 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 68 -1822756518266970:1822756518268420 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756518269140:1822756518269560 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756518270630:1822756518271320 116426:116426 hsa_signal_store_relaxed(, 68) = void -1822756518273830:1822756518274440 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756518278520:1822756518279130 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756518281500:1822756518282100 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756518283150:1822756518283960 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756518284400:1822756518284720 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 69 -1822756518285160:1822756518285480 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 68 -1822756518286130:1822756518286440 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756518286890:1822756518287370 116426:116426 hsa_signal_store_relaxed(, 69) = void -1822756518289080:1822756519552298 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756519556968:1822756519557588 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756519560608:1822756519561708 116426:116426 hsa_signal_destroy() = 0 -1822756519563648:1822756519564128 116426:116426 hsa_signal_destroy() = 0 -1822756519565338:1822756519565958 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756519566468:1822756519567068 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756519567958:1822756519568478 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756519568938:1822756519569388 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756519569848:1822756519570158 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756519571268:1822756519571868 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756519572398:1822756519573208 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17a30) = 0 -1822756519573758:1822756519577338 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce179f0) = 0 -1822756519577858:1822756519579158 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756522132064:1822756522136674 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756522142344:1822756522143464 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756522144494:1822756522145504 116426:116430 hsa_signal_load_relaxed() = 1 -1822756519579668:1822756522147944 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756522146314:1822756522148324 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756522149814:1822756522150544 116426:116430 hsa_signal_destroy() = 0 -1822756522773498:1822756522774178 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756529294160:1822756529295000 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756529310610:1822756529311140 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756529311720:1822756529312260 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756529314970:1822756529315870 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756529316260:1822756529316620 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756529317170:1822756529318050 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756529919754:1822756529920094 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756529921814:1822756529922344 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756529923034:1822756529925724 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17a90) = 0 -1822756529926614:1822756529932034 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17a50) = 0 -1822756529932644:1822756529936014 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756531603514:1822756531608114 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756531610264:1822756531611374 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756531612454:1822756531613324 116426:116430 hsa_signal_load_relaxed() = 1 -1822756529936884:1822756531615594 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756531614244:1822756531616374 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756531617114:1822756531617634 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756531618114:1822756531618944 116426:116430 hsa_signal_destroy() = 0 -1822756531620685:1822756531621295 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756531639365:1822756531639975 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756531643755:1822756531644355 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756531650555:1822756531651435 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 70 -1822756531661765:1822756531662565 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 70 -1822756531663455:1822756531664715 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756531665445:1822756531665795 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756531667055:1822756531667745 116426:116426 hsa_signal_store_relaxed(, 70) = void -1822756531669905:1822756531670515 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756531674865:1822756531675465 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756531677505:1822756531678105 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756531679095:1822756531679765 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756531680205:1822756531680525 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 71 -1822756531680965:1822756531681295 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 70 -1822756531681935:1822756531682255 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756531682695:1822756531683185 116426:116426 hsa_signal_store_relaxed(, 71) = void -1822756531684575:1822756532936873 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756532941263:1822756532941843 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756532945053:1822756532946373 116426:116426 hsa_signal_destroy() = 0 -1822756532948013:1822756532948453 116426:116426 hsa_signal_destroy() = 0 -1822756532949643:1822756532950193 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756532950643:1822756532951173 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756532952003:1822756532952483 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756532952893:1822756532953413 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756532953943:1822756532954213 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756532955113:1822756532955643 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756532956083:1822756532956823 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17af0) = 0 -1822756532957263:1822756532960753 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17ab0) = 0 -1822756532961243:1822756532962613 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756535505099:1822756535509699 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756535511930:1822756535513040 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756535514190:1822756535515210 116426:116430 hsa_signal_load_relaxed() = 1 -1822756532963073:1822756535517750 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756535516170:1822756535518180 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756535523980:1822756535524740 116426:116430 hsa_signal_destroy() = 0 -1822756536169604:1822756536170324 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756542621584:1822756542623274 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756542637954:1822756542638494 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756542639204:1822756542639745 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756542642225:1822756542643105 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756542643785:1822756542644415 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756542645055:1822756542645955 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756543220998:1822756543221658 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756543223338:1822756543223868 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756543224808:1822756543227188 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17b50) = 0 -1822756543228218:1822756543234278 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17b10) = 0 -1822756543234968:1822756543238208 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756544864819:1822756544869449 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756544871509:1822756544872629 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756544873579:1822756544874439 116426:116430 hsa_signal_load_relaxed() = 1 -1822756543238828:1822756544876899 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756544875529:1822756544877459 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756544878389:1822756544879219 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756544879019:1822756544880169 116426:116430 hsa_signal_destroy() = 0 -1822756544881359:1822756544881959 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756544899139:1822756544899959 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756544904189:1822756544904789 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756544910669:1822756544911529 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 72 -1822756544912339:1822756544912989 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 72 -1822756544913819:1822756544914909 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756544915609:1822756544915959 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756544925349:1822756544926149 116426:116426 hsa_signal_store_relaxed(, 72) = void -1822756544928339:1822756544928949 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756544932969:1822756544933569 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756544935649:1822756544936249 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756544937239:1822756544937999 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756544938439:1822756544938759 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 73 -1822756544939199:1822756544939519 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 72 -1822756544940169:1822756544940479 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756544940929:1822756544941419 116426:116426 hsa_signal_store_relaxed(, 73) = void -1822756544943209:1822756546207507 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756546212127:1822756546212637 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756546215117:1822756546216417 116426:116426 hsa_signal_destroy() = 0 -1822756546218337:1822756546218927 116426:116426 hsa_signal_destroy() = 0 -1822756546220048:1822756546220598 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756546221048:1822756546221578 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756546222418:1822756546223228 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756546223638:1822756546224048 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756546224448:1822756546224728 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756546225618:1822756546226148 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756546226598:1822756546227288 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17bb0) = 0 -1822756546227818:1822756546231298 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17b70) = 0 -1822756546231758:1822756546233058 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756548761644:1822756548766274 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756548768494:1822756548769604 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756548770624:1822756548771644 116426:116430 hsa_signal_load_relaxed() = 1 -1822756546233518:1822756548774314 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756548772664:1822756548774674 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756548775884:1822756548776624 116426:116430 hsa_signal_destroy() = 0 -1822756549400638:1822756549401328 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756555848429:1822756555849919 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756555864639:1822756555865179 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756555865719:1822756555866249 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756555868689:1822756555869549 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756555869939:1822756555870469 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756555871109:1822756555871899 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756556489893:1822756556490573 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756556492573:1822756556493173 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756556494103:1822756556496553 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17c10) = 0 -1822756556497623:1822756556504083 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17bd0) = 0 -1822756556504853:1822756556508263 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756558127463:1822756558132053 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756558134193:1822756558135303 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756558136383:1822756558137243 116426:116430 hsa_signal_load_relaxed() = 1 -1822756556508813:1822756558139633 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756558138283:1822756558140403 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756558141023:1822756558141523 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756558142123:1822756558142853 116426:116430 hsa_signal_destroy() = 0 -1822756558144383:1822756558144983 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756558168353:1822756558168963 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756558173423:1822756558174024 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756558180484:1822756558181424 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 74 -1822756558182584:1822756558183074 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 74 -1822756558183894:1822756558185184 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756558186034:1822756558186454 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756558187554:1822756558188384 116426:116426 hsa_signal_store_relaxed(, 74) = void -1822756558190924:1822756558191534 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756558195734:1822756558196334 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756558200404:1822756558201014 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756558202204:1822756558202864 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756558203314:1822756558203634 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 75 -1822756558204074:1822756558204384 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 74 -1822756558205034:1822756558205354 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756558205794:1822756558206284 116426:116426 hsa_signal_store_relaxed(, 75) = void -1822756558208404:1822756559462322 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756559467032:1822756559467702 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756559470782:1822756559472132 116426:116426 hsa_signal_destroy() = 0 -1822756559473912:1822756559474402 116426:116426 hsa_signal_destroy() = 0 -1822756559475712:1822756559476332 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756559476852:1822756559477452 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756559478152:1822756559478682 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756559479162:1822756559479602 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756559480072:1822756559480372 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756559481502:1822756559482112 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756559482632:1822756559483442 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17c70) = 0 -1822756559483992:1822756559487562 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17c30) = 0 -1822756559488092:1822756559489412 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756561996078:1822756562000678 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756562002908:1822756562004018 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756562005158:1822756562006178 116426:116430 hsa_signal_load_relaxed() = 1 -1822756559489932:1822756562008918 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756562007288:1822756562009288 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756562010938:1822756562011678 116426:116430 hsa_signal_destroy() = 0 -1822756562634952:1822756562635632 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756569142783:1822756569143863 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756569158623:1822756569159163 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756569159753:1822756569160293 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756569172693:1822756569173583 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756569173973:1822756569174853 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756569175423:1822756569176563 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756569764227:1822756569764707 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756569766317:1822756569766847 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756569767757:1822756569770397 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17cd0) = 0 -1822756569771467:1822756569776817 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17c90) = 0 -1822756569777557:1822756569781327 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756571468368:1822756571472968 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756571475158:1822756571476258 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756571477218:1822756571478078 116426:116430 hsa_signal_load_relaxed() = 1 -1822756569781887:1822756571480388 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756571479038:1822756571481138 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756571481638:1822756571482268 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756571482758:1822756571483588 116426:116430 hsa_signal_destroy() = 0 -1822756571484868:1822756571485478 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756571502678:1822756571503338 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756571507848:1822756571508458 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756571514318:1822756571515258 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 76 -1822756571516068:1822756571516718 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 76 -1822756571517678:1822756571518908 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756571519648:1822756571520078 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756571521348:1822756571522218 116426:116426 hsa_signal_store_relaxed(, 76) = void -1822756571524498:1822756571525098 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756571529249:1822756571529859 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756571532009:1822756571532609 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756571533589:1822756571534269 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756571534709:1822756571535079 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 77 -1822756571538689:1822756571539009 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 76 -1822756571539689:1822756571539999 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756571540439:1822756571540929 116426:116426 hsa_signal_store_relaxed(, 77) = void -1822756571542589:1822756572790887 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756572795237:1822756572795847 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756572798727:1822756572799737 116426:116426 hsa_signal_destroy() = 0 -1822756572801807:1822756572802247 116426:116426 hsa_signal_destroy() = 0 -1822756572803307:1822756572803857 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756572804317:1822756572804847 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756572806087:1822756572806847 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756572807257:1822756572807667 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756572808077:1822756572808347 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756572809417:1822756572809947 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756572810407:1822756572811147 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17d30) = 0 -1822756572811727:1822756572815097 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17cf0) = 0 -1822756572815567:1822756572816737 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756575465874:1822756575470454 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756575472904:1822756575474024 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756575475054:1822756575476064 116426:116430 hsa_signal_load_relaxed() = 1 -1822756572817207:1822756575478604 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756575477024:1822756575479024 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756575480314:1822756575481054 116426:116430 hsa_signal_destroy() = 0 -1822756576126478:1822756576127188 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756582613139:1822756582614489 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756582630019:1822756582630559 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756582631349:1822756582631879 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756582634329:1822756582635209 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756582635599:1822756582636359 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756582637019:1822756582637669 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756583256113:1822756583256613 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756583258503:1822756583259033 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756583260393:1822756583263063 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17d90) = 0 -1822756583264063:1822756583269843 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17d50) = 0 -1822756583270583:1822756583273763 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756584919624:1822756584924244 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756584926284:1822756584927384 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756584928534:1822756584929384 116426:116430 hsa_signal_load_relaxed() = 1 -1822756583274253:1822756584931764 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756584930394:1822756584932324 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756584933344:1822756584933864 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756584934254:1822756584935084 116426:116430 hsa_signal_destroy() = 0 -1822756584936484:1822756584937094 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756584954534:1822756584955344 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756584959644:1822756584960254 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756584966794:1822756584967904 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 78 -1822756584968894:1822756584969814 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 78 -1822756584970634:1822756584971744 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756584972524:1822756584973264 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756584974494:1822756584975344 116426:116426 hsa_signal_store_relaxed(, 78) = void -1822756584978004:1822756584978614 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756584982554:1822756584983154 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756584986134:1822756584986744 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756584987974:1822756584988784 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756584989234:1822756584989554 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 79 -1822756584989994:1822756584990314 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 78 -1822756584991114:1822756584991434 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756584991874:1822756584992364 116426:116426 hsa_signal_store_relaxed(, 79) = void -1822756584996324:1822756586253202 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756586257702:1822756586258312 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756586261112:1822756586262522 116426:116426 hsa_signal_destroy() = 0 -1822756586264412:1822756586265002 116426:116426 hsa_signal_destroy() = 0 -1822756586266062:1822756586266612 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756586267072:1822756586267602 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756586268532:1822756586269012 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756586269422:1822756586269832 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756586270372:1822756586270652 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756586271712:1822756586272242 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756586272692:1822756586273382 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17df0) = 0 -1822756586273972:1822756586277362 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17db0) = 0 -1822756586277822:1822756586279022 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756588825239:1822756588829869 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756588831989:1822756588833109 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756588834329:1822756588835349 116426:116430 hsa_signal_load_relaxed() = 1 -1822756586279492:1822756588838099 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756588836459:1822756588838469 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756588839959:1822756588840689 116426:116430 hsa_signal_destroy() = 0 -1822756589470713:1822756589471423 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756595917144:1822756595918534 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756595932674:1822756595933214 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756595933964:1822756595934504 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756595936884:1822756595937814 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756595938204:1822756595939064 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756595939724:1822756595940804 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756596561058:1822756596561678 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756596563388:1822756596563988 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756596574828:1822756596577428 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17e50) = 0 -1822756596578278:1822756596584718 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17e10) = 0 -1822756596585448:1822756596588988 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756598216088:1822756598220608 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756598222768:1822756598223878 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756598224838:1822756598225698 116426:116430 hsa_signal_load_relaxed() = 1 -1822756596589568:1822756598227868 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756598226508:1822756598228438 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756598229378:1822756598230318 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756598230118:1822756598231248 116426:116430 hsa_signal_destroy() = 0 -1822756598233578:1822756598234188 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756598251249:1822756598251849 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756598255629:1822756598256229 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756598262229:1822756598263119 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 80 -1822756598264079:1822756598264569 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 80 -1822756598265469:1822756598266729 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756598267419:1822756598267759 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756598268759:1822756598269579 116426:116426 hsa_signal_store_relaxed(, 80) = void -1822756598272019:1822756598272619 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756598276659:1822756598277269 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756598279549:1822756598280159 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756598280999:1822756598281759 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756598282209:1822756598282519 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 81 -1822756598282959:1822756598283279 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 80 -1822756598283919:1822756598284239 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756598284679:1822756598285159 116426:116426 hsa_signal_store_relaxed(, 81) = void -1822756598286709:1822756599558467 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756599563207:1822756599564177 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756599567037:1822756599568237 116426:116426 hsa_signal_destroy() = 0 -1822756599575647:1822756599576137 116426:116426 hsa_signal_destroy() = 0 -1822756599577347:1822756599577967 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756599578477:1822756599579077 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756599579797:1822756599580327 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756599580787:1822756599581357 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756599581807:1822756599582117 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756599583097:1822756599583707 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756599584207:1822756599585027 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17eb0) = 0 -1822756599585657:1822756599589207 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17e70) = 0 -1822756599589747:1822756599591057 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756602122783:1822756602127373 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756602129484:1822756602130594 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756602131614:1822756602132634 116426:116430 hsa_signal_load_relaxed() = 1 -1822756599591587:1822756602135064 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756602133444:1822756602135434 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756602136814:1822756602137544 116426:116430 hsa_signal_destroy() = 0 -1822756602767928:1822756602768598 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756609296249:1822756609297649 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756609312239:1822756609312779 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756609313469:1822756609314009 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756609316239:1822756609317129 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756609317539:1822756609318629 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756609319409:1822756609320019 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756609924703:1822756609925263 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756609927153:1822756609927753 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756609928743:1822756609931373 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17f10) = 0 -1822756609932163:1822756609937923 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17ed0) = 0 -1822756609938773:1822756609942173 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756611447553:1822756611451963 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756611453823:1822756611454923 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756611455893:1822756611456753 116426:116430 hsa_signal_load_relaxed() = 1 -1822756609951243:1822756611458903 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756611457563:1822756611459393 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756611460373:1822756611461023 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756611461153:1822756611461983 116426:116430 hsa_signal_destroy() = 0 -1822756611464243:1822756611464853 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756611481673:1822756611482283 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756611486713:1822756611487323 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756611493703:1822756611494573 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 82 -1822756611495373:1822756611496033 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 82 -1822756611496913:1822756611497993 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756611498703:1822756611499133 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756611500433:1822756611501263 116426:116426 hsa_signal_store_relaxed(, 82) = void -1822756611503453:1822756611504063 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756611508273:1822756611508883 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756611511463:1822756611512083 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756611513123:1822756611513783 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756611514233:1822756611514563 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 83 -1822756611515003:1822756611515323 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 82 -1822756611515963:1822756611516283 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756611516733:1822756611517223 116426:116426 hsa_signal_store_relaxed(, 83) = void -1822756611519023:1822756612774861 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756612779041:1822756612779611 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756612782841:1822756612784141 116426:116426 hsa_signal_destroy() = 0 -1822756612786331:1822756612786771 116426:116426 hsa_signal_destroy() = 0 -1822756612788311:1822756612788871 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756612789321:1822756612789851 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756612793441:1822756612793931 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756612794341:1822756612794761 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756612795171:1822756612795441 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756612796331:1822756612796871 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756612797311:1822756612798301 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17f70) = 0 -1822756612798841:1822756612802451 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17f30) = 0 -1822756612802931:1822756612804181 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756615466748:1822756615471318 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756615473548:1822756615474688 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756615475708:1822756615476728 116426:116430 hsa_signal_load_relaxed() = 1 -1822756612804641:1822756615479118 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756615477538:1822756615479558 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756615480928:1822756615481648 116426:116430 hsa_signal_destroy() = 0 -1822756616129963:1822756616130673 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756622613644:1822756622615194 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756622630134:1822756622630664 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756622631594:1822756622632124 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756622635234:1822756622636104 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756622636704:1822756622637344 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756622637904:1822756622638824 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756623237888:1822756623238658 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756623240178:1822756623240708 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756623241698:1822756623244128 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce17fd0) = 0 -1822756623244908:1822756623250548 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17f90) = 0 -1822756623251318:1822756623254998 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756624871958:1822756624876529 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756624878669:1822756624879779 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756624880739:1822756624881609 116426:116430 hsa_signal_load_relaxed() = 1 -1822756623255568:1822756624888549 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756624887039:1822756624888989 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756624890069:1822756624890529 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756624891069:1822756624891779 116426:116430 hsa_signal_destroy() = 0 -1822756624892909:1822756624893509 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756624909369:1822756624909979 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756624914169:1822756624914779 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756624921069:1822756624921949 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 84 -1822756624923199:1822756624923689 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 84 -1822756624924579:1822756624925649 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756624926359:1822756624926709 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756624927729:1822756624928559 116426:116426 hsa_signal_store_relaxed(, 84) = void -1822756624931039:1822756624931649 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756624944609:1822756624945209 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756624947259:1822756624947869 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756624948859:1822756624949619 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756624950069:1822756624950389 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 85 -1822756624950819:1822756624951139 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 84 -1822756624951969:1822756624952279 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756624952729:1822756624953219 116426:116426 hsa_signal_store_relaxed(, 85) = void -1822756624954819:1822756626203677 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756626207947:1822756626208547 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756626211137:1822756626212137 116426:116426 hsa_signal_destroy() = 0 -1822756626213977:1822756626214667 116426:116426 hsa_signal_destroy() = 0 -1822756626215847:1822756626216397 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756626216837:1822756626217367 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756626218217:1822756626218697 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756626219177:1822756626219677 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756626220147:1822756626220427 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756626226177:1822756626226707 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756626227157:1822756626227847 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18030) = 0 -1822756626228437:1822756626231777 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce17ff0) = 0 -1822756626232257:1822756626233507 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756628763723:1822756628768283 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756628770473:1822756628771603 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756628772623:1822756628773663 116426:116430 hsa_signal_load_relaxed() = 1 -1822756626233967:1822756628776103 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756628774463:1822756628776473 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756628777853:1822756628778583 116426:116430 hsa_signal_destroy() = 0 -1822756629404627:1822756629405297 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756635845378:1822756635846588 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756635860748:1822756635861288 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756635861948:1822756635862478 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756635864798:1822756635865688 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756635866439:1822756635867079 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756635868029:1822756635868759 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756636466262:1822756636466872 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756636468942:1822756636469472 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756636471042:1822756636473432 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18090) = 0 -1822756636474592:1822756636480612 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18050) = 0 -1822756636481152:1822756636484632 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756638109513:1822756638114073 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756638116493:1822756638117633 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756638118783:1822756638119653 116426:116430 hsa_signal_load_relaxed() = 1 -1822756636485182:1822756638121973 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756638120613:1822756638122553 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756638123273:1822756638123823 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756638124183:1822756638125003 116426:116430 hsa_signal_destroy() = 0 -1822756638136173:1822756638136783 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756638153193:1822756638154003 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756638157443:1822756638158053 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756638163823:1822756638164753 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 86 -1822756638165393:1822756638166043 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 86 -1822756638166933:1822756638168153 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756638168823:1822756638169253 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756638170653:1822756638171483 116426:116426 hsa_signal_store_relaxed(, 86) = void -1822756638173993:1822756638174603 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756638178603:1822756638179203 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756638182023:1822756638182623 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756638183913:1822756638184573 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756638185013:1822756638185333 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 87 -1822756638185773:1822756638186093 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 86 -1822756638186933:1822756638187263 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756638187703:1822756638188183 116426:116426 hsa_signal_store_relaxed(, 87) = void -1822756638189683:1822756639455002 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756639460042:1822756639460702 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756639463342:1822756639464712 116426:116426 hsa_signal_destroy() = 0 -1822756639466502:1822756639466992 116426:116426 hsa_signal_destroy() = 0 -1822756639468332:1822756639468962 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756639469462:1822756639470072 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756639470892:1822756639471422 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756639472062:1822756639472632 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756639473092:1822756639473402 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756639474552:1822756639475152 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756639475652:1822756639476462 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce180f0) = 0 -1822756639477052:1822756639480562 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce180b0) = 0 -1822756639483692:1822756639484972 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756642021538:1822756642026138 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756642028368:1822756642029478 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756642030498:1822756642031538 116426:116430 hsa_signal_load_relaxed() = 1 -1822756639485492:1822756642033998 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756642032348:1822756642034358 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756642035758:1822756642036478 116426:116430 hsa_signal_destroy() = 0 -1822756642663272:1822756642663952 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756649184143:1822756649184803 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756649198853:1822756649199393 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756649200403:1822756649200943 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756649203443:1822756649204353 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756649204963:1822756649205823 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756649206373:1822756649207403 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756649790257:1822756649790787 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756649792807:1822756649793337 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756649794287:1822756649796797 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18150) = 0 -1822756649797837:1822756649803587 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18110) = 0 -1822756649804317:1822756649807617 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756651471038:1822756651475578 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756651477738:1822756651479068 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756651480038:1822756651480898 116426:116430 hsa_signal_load_relaxed() = 1 -1822756649808187:1822756651483358 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756651482008:1822756651483938 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756651485098:1822756651485968 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756651485608:1822756651486738 116426:116430 hsa_signal_destroy() = 0 -1822756651488808:1822756651489408 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756651505528:1822756651506138 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756651518338:1822756651518948 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756651524938:1822756651525948 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 88 -1822756651526778:1822756651527428 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 88 -1822756651528258:1822756651529568 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756651530278:1822756651530708 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756651531898:1822756651532718 116426:116426 hsa_signal_store_relaxed(, 88) = void -1822756651535188:1822756651535798 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756651539998:1822756651540608 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756651542688:1822756651543298 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756651544188:1822756651544858 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756651545298:1822756651545618 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 89 -1822756651546068:1822756651546378 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 88 -1822756651547028:1822756651547338 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756651547788:1822756651548268 116426:116426 hsa_signal_store_relaxed(, 89) = void -1822756651549708:1822756652808727 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756652813527:1822756652814147 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756652816767:1822756652817907 116426:116426 hsa_signal_destroy() = 0 -1822756652820027:1822756652820467 116426:116426 hsa_signal_destroy() = 0 -1822756652821727:1822756652822277 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756652822727:1822756652823267 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756652824207:1822756652824687 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756652825097:1822756652825657 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756652826197:1822756652826467 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756652827527:1822756652828057 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756652828517:1822756652829307 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce181b0) = 0 -1822756652829777:1822756652833107 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18170) = 0 -1822756652833587:1822756652835047 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756655472343:1822756655476913 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756655482773:1822756655483893 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756655485023:1822756655486043 116426:116430 hsa_signal_load_relaxed() = 1 -1822756652835517:1822756655488433 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756655486853:1822756655488853 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756655490453:1822756655491173 116426:116430 hsa_signal_destroy() = 0 -1822756656135017:1822756656135747 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756662623309:1822756662624509 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756662639649:1822756662640189 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756662640839:1822756662641369 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756662644169:1822756662645049 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756662645439:1822756662645789 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756662646409:1822756662647299 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756663244763:1822756663245263 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756663246913:1822756663247443 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756663248123:1822756663250903 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18210) = 0 -1822756663252053:1822756663257903 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce181d0) = 0 -1822756663258813:1822756663262493 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756664890623:1822756664895253 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756664897283:1822756664898383 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756664899463:1822756664900323 116426:116430 hsa_signal_load_relaxed() = 1 -1822756663263163:1822756664902613 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756664901133:1822756664903073 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756664903973:1822756664904483 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756664904833:1822756664905653 116426:116430 hsa_signal_destroy() = 0 -1822756664906813:1822756664907423 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756664923904:1822756664924514 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756664928424:1822756664929024 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756664935224:1822756664936414 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 90 -1822756664937334:1822756664938294 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 90 -1822756664949004:1822756664950394 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756664951084:1822756664951434 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756664952634:1822756664953404 116426:116426 hsa_signal_store_relaxed(, 90) = void -1822756664955454:1822756664956064 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756664960164:1822756664960774 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756664963124:1822756664963734 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756664964854:1822756664965654 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756664966104:1822756664966424 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 91 -1822756664966864:1822756664967184 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 90 -1822756664967814:1822756664968134 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756664968584:1822756664969074 116426:116426 hsa_signal_store_relaxed(, 91) = void -1822756664970744:1822756666234222 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756666238432:1822756666239002 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756666242172:1822756666243542 116426:116426 hsa_signal_destroy() = 0 -1822756666245372:1822756666246302 116426:116426 hsa_signal_destroy() = 0 -1822756666247712:1822756666248282 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756666248732:1822756666249262 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756666250002:1822756666250482 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756666250882:1822756666251412 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756666251812:1822756666252092 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756666253012:1822756666253542 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756666253992:1822756666254682 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18270) = 0 -1822756666255252:1822756666258592 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18230) = 0 -1822756666259072:1822756666260332 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756668767758:1822756668772368 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756668774558:1822756668775668 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756668776818:1822756668777848 116426:116430 hsa_signal_load_relaxed() = 1 -1822756666260792:1822756668780448 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756668778808:1822756668780808 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756668786228:1822756668786968 116426:116430 hsa_signal_destroy() = 0 -1822756669412832:1822756669413512 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756675856353:1822756675857433 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756675872483:1822756675873023 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756675873683:1822756675874213 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756675877033:1822756675878043 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756675878723:1822756675879593 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756675880143:1822756675880923 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756676489437:1822756676489847 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756676491547:1822756676492077 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756676493087:1822756676495497 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce182d0) = 0 -1822756676496547:1822756676502347 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18290) = 0 -1822756676503067:1822756676506277 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756678123437:1822756678127977 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756678130307:1822756678131427 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756678132387:1822756678133257 116426:116430 hsa_signal_load_relaxed() = 1 -1822756676506857:1822756678135707 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756678134357:1822756678136277 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756678137077:1822756678137707 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756678137847:1822756678138677 116426:116430 hsa_signal_destroy() = 0 -1822756678140537:1822756678141147 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756678158398:1822756678159208 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756678163668:1822756678164268 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756678169838:1822756678170848 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 92 -1822756678171848:1822756678172498 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 92 -1822756678173848:1822756678175118 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756678176088:1822756678176518 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756678177638:1822756678178458 116426:116426 hsa_signal_store_relaxed(, 92) = void -1822756678188448:1822756678189058 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756678193588:1822756678194198 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756678196628:1822756678197228 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756678198208:1822756678198928 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756678199388:1822756678199698 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 93 -1822756678200148:1822756678200458 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 92 -1822756678201108:1822756678201418 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756678201858:1822756678202348 116426:116426 hsa_signal_store_relaxed(, 93) = void -1822756678203928:1822756679460006 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756679465116:1822756679465736 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756679468286:1822756679469676 116426:116426 hsa_signal_destroy() = 0 -1822756679471596:1822756679472076 116426:116426 hsa_signal_destroy() = 0 -1822756679473416:1822756679474036 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756679474536:1822756679475146 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756679476016:1822756679476546 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756679477006:1822756679477776 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756679478236:1822756679478546 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756679479516:1822756679480126 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756679480636:1822756679481446 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18330) = 0 -1822756679482086:1822756679485616 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce182f0) = 0 -1822756679486156:1822756679487466 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756682062192:1822756682066802 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756682069172:1822756682070272 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756682071292:1822756682072332 116426:116430 hsa_signal_load_relaxed() = 1 -1822756679487976:1822756682075052 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756682073422:1822756682075432 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756682076632:1822756682077362 116426:116430 hsa_signal_destroy() = 0 -1822756682704566:1822756682705236 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756689227868:1822756689228998 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756689244548:1822756689245088 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756689245568:1822756689246098 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756689248648:1822756689249558 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756689249948:1822756689250478 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756689251118:1822756689252018 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756689836552:1822756689836962 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756689838482:1822756689839022 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756689839642:1822756689842282 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18390) = 0 -1822756689843182:1822756689849032 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18350) = 0 -1822756689849842:1822756689852872 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756691486513:1822756691491063 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756691493323:1822756691494483 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756691495573:1822756691496443 116426:116430 hsa_signal_load_relaxed() = 1 -1822756689853362:1822756691498823 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756691497473:1822756691499393 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756691500213:1822756691500713 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756691501213:1822756691502043 116426:116430 hsa_signal_destroy() = 0 -1822756691503903:1822756691504513 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756691521633:1822756691522243 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756691526083:1822756691526683 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756691533393:1822756691534423 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 94 -1822756691535443:1822756691536093 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 94 -1822756691536923:1822756691538583 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756691539623:1822756691539973 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756691541333:1822756691542083 116426:116426 hsa_signal_store_relaxed(, 94) = void -1822756691544353:1822756691544963 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756691549423:1822756691550033 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756691552663:1822756691553273 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756691562853:1822756691563613 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756691564063:1822756691564383 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 95 -1822756691564813:1822756691565143 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 94 -1822756691565773:1822756691566093 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756691566533:1822756691567023 116426:116426 hsa_signal_store_relaxed(, 95) = void -1822756691568443:1822756692826671 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756692831181:1822756692831701 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756692834371:1822756692835721 116426:116426 hsa_signal_destroy() = 0 -1822756692838051:1822756692838491 116426:116426 hsa_signal_destroy() = 0 -1822756692839601:1822756692840151 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756692840601:1822756692841131 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756692842111:1822756692842591 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756692842991:1822756692843411 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756692843951:1822756692844221 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756692845111:1822756692845641 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756692846131:1822756692846891 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce183f0) = 0 -1822756692847471:1822756692850821 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce183b0) = 0 -1822756692851291:1822756692852671 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756695468348:1822756695472908 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756695475148:1822756695476308 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756695477448:1822756695478478 116426:116430 hsa_signal_load_relaxed() = 1 -1822756692853121:1822756695481078 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756695479508:1822756695481508 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756695483088:1822756695483818 116426:116430 hsa_signal_destroy() = 0 -1822756696118602:1822756696119272 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756702627074:1822756702628574 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756702644384:1822756702644914 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756702645804:1822756702646334 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756702659664:1822756702660534 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756702660944:1822756702661814 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756702662374:1822756702663414 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756703261298:1822756703261668 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756703263328:1822756703263858 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756703264478:1822756703267578 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18450) = 0 -1822756703268508:1822756703274348 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18410) = 0 -1822756703275408:1822756703278718 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756704924908:1822756704929558 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756704931858:1822756704932968 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756704933928:1822756704934798 116426:116430 hsa_signal_load_relaxed() = 1 -1822756703279208:1822756704937158 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756704935768:1822756704937708 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756704938438:1822756704939118 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756704939248:1822756704940078 116426:116430 hsa_signal_destroy() = 0 -1822756704941528:1822756704942138 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756704959298:1822756704959918 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756704964418:1822756704965028 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756704971338:1822756704972258 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 96 -1822756704973188:1822756704973838 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 96 -1822756704974858:1822756704975948 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756704976798:1822756704977218 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756704978398:1822756704979218 116426:116426 hsa_signal_store_relaxed(, 96) = void -1822756704981848:1822756704982459 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756704987219:1822756704987819 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756704990409:1822756704991019 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756704992079:1822756704992839 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756704993289:1822756704993609 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 97 -1822756704994049:1822756704994369 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 96 -1822756704997379:1822756704997689 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756704998139:1822756704998629 116426:116426 hsa_signal_store_relaxed(, 97) = void -1822756705000569:1822756706256606 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756706261086:1822756706261826 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756706264346:1822756706265506 116426:116426 hsa_signal_destroy() = 0 -1822756706267346:1822756706268037 116426:116426 hsa_signal_destroy() = 0 -1822756706269067:1822756706269627 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756706270077:1822756706270607 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756706271747:1822756706272227 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756706272637:1822756706273047 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756706273457:1822756706273727 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756706274797:1822756706275327 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756706275767:1822756706276457 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce184b0) = 0 -1822756706276937:1822756706280277 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18470) = 0 -1822756706280747:1822756706281957 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756708795572:1822756708800172 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756708802442:1822756708803552 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756708804562:1822756708805592 116426:116430 hsa_signal_load_relaxed() = 1 -1822756706282427:1822756708808202 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756708806552:1822756708808562 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756708809752:1822756708810472 116426:116430 hsa_signal_destroy() = 0 -1822756709438637:1822756709439307 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756715890698:1822756715891998 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756715906908:1822756715907438 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756715908188:1822756715908728 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756715911148:1822756715912028 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756715912628:1822756715913268 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756715913998:1822756715914878 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756716541782:1822756716542312 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756716544532:1822756716545132 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756716546412:1822756716548952 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18510) = 0 -1822756716549902:1822756716555902 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce184d0) = 0 -1822756716556732:1822756716559652 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756718188233:1822756718192713 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756718194923:1822756718196143 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756718197093:1822756718197963 116426:116430 hsa_signal_load_relaxed() = 1 -1822756716560212:1822756718200123 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756718198763:1822756718200863 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756718201703:1822756718202213 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756718202623:1822756718203453 116426:116430 hsa_signal_destroy() = 0 -1822756718205093:1822756718205693 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756718222193:1822756718223003 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756718227313:1822756718227913 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756718234363:1822756718235383 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 98 -1822756718236393:1822756718237043 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 98 -1822756718237923:1822756718239213 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756718240273:1822756718240623 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756718241973:1822756718242793 116426:116426 hsa_signal_store_relaxed(, 98) = void -1822756718245213:1822756718245823 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756718250073:1822756718250673 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756718253023:1822756718253633 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756718254513:1822756718255253 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756718255693:1822756718256013 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 99 -1822756718256453:1822756718256773 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 98 -1822756718257413:1822756718257723 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756718258163:1822756718258653 116426:116426 hsa_signal_store_relaxed(, 99) = void -1822756718262963:1822756719536251 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756719540931:1822756719541611 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756719544351:1822756719545551 116426:116426 hsa_signal_destroy() = 0 -1822756719547451:1822756719547931 116426:116426 hsa_signal_destroy() = 0 -1822756719549201:1822756719549821 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756719550341:1822756719550941 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756719551712:1822756719552242 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756719552702:1822756719553152 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756719553612:1822756719553922 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756719555032:1822756719555632 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756719556142:1822756719556952 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18570) = 0 -1822756719557562:1822756719561052 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18530) = 0 -1822756719561572:1822756719562892 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756722098047:1822756722102587 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756722104797:1822756722106067 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756722107287:1822756722108308 116426:116430 hsa_signal_load_relaxed() = 1 -1822756719563412:1822756722111048 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756722109428:1822756722111438 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756722112988:1822756722113708 116426:116430 hsa_signal_destroy() = 0 -1822756722739211:1822756722739901 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756729270593:1822756729271943 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756729286043:1822756729286583 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756729287413:1822756729287943 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756729290593:1822756729291483 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756729292223:1822756729293093 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756729293743:1822756729294973 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756729894577:1822756729895217 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756729897017:1822756729897547 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756729898707:1822756729901247 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce185d0) = 0 -1822756729911387:1822756729917047 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18590) = 0 -1822756729917627:1822756729920777 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756731577798:1822756731582338 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756731584488:1822756731585598 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756731586558:1822756731587438 116426:116430 hsa_signal_load_relaxed() = 1 -1822756729921287:1822756731589618 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756731588248:1822756731590178 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756731590988:1822756731591638 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756731591768:1822756731592598 116426:116430 hsa_signal_destroy() = 0 -1822756731595038:1822756731595638 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756731612308:1822756731612918 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756731616878:1822756731617488 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756731623898:1822756731624918 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 100 -1822756731625968:1822756731626618 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 100 -1822756731627758:1822756731628828 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756731629718:1822756731630068 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756731631108:1822756731631938 116426:116426 hsa_signal_store_relaxed(, 100) = void -1822756731634268:1822756731634868 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756731638988:1822756731639588 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756731641668:1822756731642278 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756731643248:1822756731643988 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756731644438:1822756731644758 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 101 -1822756731645198:1822756731645518 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 100 -1822756731646368:1822756731646678 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756731647118:1822756731647608 116426:116426 hsa_signal_store_relaxed(, 101) = void -1822756731649408:1822756732916646 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756732921316:1822756732921966 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756732924886:1822756732926146 116426:116426 hsa_signal_destroy() = 0 -1822756732930426:1822756732930916 116426:116426 hsa_signal_destroy() = 0 -1822756732932346:1822756732932966 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756732933476:1822756732934076 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756732934896:1822756732935426 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756732935887:1822756732936497 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756732936957:1822756732937267 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756732938387:1822756732938997 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756732939497:1822756732940317 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18630) = 0 -1822756732940907:1822756732944577 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce185f0) = 0 -1822756732945117:1822756732946567 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756735516193:1822756735520773 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756735522993:1822756735524123 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756735525153:1822756735526173 116426:116430 hsa_signal_load_relaxed() = 1 -1822756732947087:1822756735528553 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756735526983:1822756735528993 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756735530383:1822756735531103 116426:116430 hsa_signal_destroy() = 0 -1822756736177447:1822756736178177 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756742644178:1822756742645858 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756742661128:1822756742661658 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756742662368:1822756742662908 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756742665538:1822756742666408 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756742667018:1822756742667878 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756742668638:1822756742669508 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756743267702:1822756743268052 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756743269812:1822756743270342 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756743271522:1822756743274072 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18690) = 0 -1822756743275212:1822756743281102 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18650) = 0 -1822756743281842:1822756743285682 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756744905603:1822756744910173 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756744915613:1822756744916733 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756744917703:1822756744918573 116426:116430 hsa_signal_load_relaxed() = 1 -1822756743286352:1822756744920853 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756744919383:1822756744921293 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756744922293:1822756744922873 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756744922993:1822756744923823 116426:116430 hsa_signal_destroy() = 0 -1822756744924833:1822756744925443 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756744950453:1822756744951063 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756744955303:1822756744955913 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756744961883:1822756744962893 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 102 -1822756744963693:1822756744964353 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 102 -1822756744965253:1822756744966323 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756744967243:1822756744967663 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756744968663:1822756744969483 116426:116426 hsa_signal_store_relaxed(, 102) = void -1822756744971733:1822756744972343 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756744976463:1822756744977073 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756744979063:1822756744979673 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756744980663:1822756744981463 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756744981903:1822756744982223 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 103 -1822756744982663:1822756744982983 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 102 -1822756744983623:1822756744983943 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756744984393:1822756744984873 116426:116426 hsa_signal_store_relaxed(, 103) = void -1822756744986403:1822756746250701 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756746255131:1822756746255741 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756746258431:1822756746259491 116426:116426 hsa_signal_destroy() = 0 -1822756746261402:1822756746262092 116426:116426 hsa_signal_destroy() = 0 -1822756746263202:1822756746263742 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756746264192:1822756746264722 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756746267802:1822756746268292 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756746268702:1822756746269262 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756746269672:1822756746269942 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756746270872:1822756746271402 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756746271842:1822756746272542 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce186f0) = 0 -1822756746273072:1822756746276422 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce186b0) = 0 -1822756746276892:1822756746278152 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756748825658:1822756748830218 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756748832348:1822756748833658 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756748834678:1822756748835708 116426:116430 hsa_signal_load_relaxed() = 1 -1822756746278602:1822756748838148 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756748836508:1822756748838528 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756748839898:1822756748840608 116426:116430 hsa_signal_destroy() = 0 -1822756749463172:1822756749463862 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756755863102:1822756755864492 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756755878952:1822756755879492 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756755880242:1822756755880782 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756755883523:1822756755884543 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756755884933:1822756755885793 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756755886333:1822756755887063 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756756477826:1822756756478466 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756756480246:1822756756480776 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756756481806:1822756756484226 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18750) = 0 -1822756756485226:1822756756490976 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18710) = 0 -1822756756491716:1822756756494766 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756758117817:1822756758122387 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756758124497:1822756758125717 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756758126677:1822756758127567 116426:116430 hsa_signal_load_relaxed() = 1 -1822756756495346:1822756758129877 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756758128517:1822756758130477 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756758135317:1822756758136077 116426:116430 hsa_signal_destroy() = 0 -1822756758141187:1822756758141757 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756758144167:1822756758144777 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756758160707:1822756758161517 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756758165927:1822756758166527 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756758172957:1822756758173977 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 104 -1822756758174767:1822756758175677 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 104 -1822756758176527:1822756758177967 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756758178747:1822756758179097 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756758180097:1822756758180907 116426:116426 hsa_signal_store_relaxed(, 104) = void -1822756758183027:1822756758183637 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756758187927:1822756758188527 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756758190587:1822756758191197 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756758192317:1822756758193077 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756758193697:1822756758194017 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 105 -1822756758194457:1822756758194777 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 104 -1822756758195587:1822756758195907 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756758196357:1822756758196847 116426:116426 hsa_signal_store_relaxed(, 105) = void -1822756758198667:1822756759466046 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756759470986:1822756759471626 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756759474286:1822756759475766 116426:116426 hsa_signal_destroy() = 0 -1822756759477296:1822756759477776 116426:116426 hsa_signal_destroy() = 0 -1822756759478946:1822756759479556 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756759480066:1822756759480676 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756759481656:1822756759482186 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756759482646:1822756759483106 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756759483696:1822756759484006 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756759487506:1822756759488116 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756759488616:1822756759489446 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce187b0) = 0 -1822756759490026:1822756759493686 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18770) = 0 -1822756759494226:1822756759495686 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756762067402:1822756762071942 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756762074162:1822756762075322 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756762076342:1822756762077372 116426:116430 hsa_signal_load_relaxed() = 1 -1822756759496206:1822756762079802 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756762078172:1822756762080182 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756762081542:1822756762082262 116426:116430 hsa_signal_destroy() = 0 -1822756762708716:1822756762709396 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756769236898:1822756769237718 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756769252068:1822756769252608 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756769253218:1822756769253748 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756769256348:1822756769257568 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756769258308:1822756769259218 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756769259968:1822756769261118 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756769841941:1822756769842341 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756769843821:1822756769844351 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756769845711:1822756769848231 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18810) = 0 -1822756769849261:1822756769854821 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce187d0) = 0 -1822756769855551:1822756769859132 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756771493572:1822756771498132 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756771500502:1822756771501602 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756771502762:1822756771503632 116426:116430 hsa_signal_load_relaxed() = 1 -1822756769859702:1822756771505982 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756771504632:1822756771506762 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756771507332:1822756771507852 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756771508312:1822756771509142 116426:116430 hsa_signal_destroy() = 0 -1822756771510562:1822756771511172 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756771535822:1822756771536432 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756771540052:1822756771540662 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756771546772:1822756771548122 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 106 -1822756771548902:1822756771549912 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 106 -1822756771550732:1822756771551802 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756771552462:1822756771552812 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756771553922:1822756771554752 116426:116426 hsa_signal_store_relaxed(, 106) = void -1822756771557242:1822756771557852 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756771562132:1822756771562732 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756771565612:1822756771566222 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756771567162:1822756771567912 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756771568362:1822756771568682 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 107 -1822756771569122:1822756771569442 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 106 -1822756771570092:1822756771570412 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756771570853:1822756771571343 116426:116426 hsa_signal_store_relaxed(, 107) = void -1822756771572773:1822756772831161 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756772835751:1822756772836271 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756772838921:1822756772840261 116426:116426 hsa_signal_destroy() = 0 -1822756772842041:1822756772842491 116426:116426 hsa_signal_destroy() = 0 -1822756772843591:1822756772844141 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756772844601:1822756772845131 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756772846071:1822756772846561 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756772846971:1822756772847391 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756772847791:1822756772848071 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756772849131:1822756772849661 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756772850111:1822756772850861 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18870) = 0 -1822756772851401:1822756772854721 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18830) = 0 -1822756772857441:1822756772858631 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756775474928:1822756775479488 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756775481658:1822756775482978 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756775483998:1822756775485028 116426:116430 hsa_signal_load_relaxed() = 1 -1822756772859111:1822756775487408 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756775485838:1822756775487848 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756775489148:1822756775489868 116426:116430 hsa_signal_destroy() = 0 -1822756776136072:1822756776136792 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756782620173:1822756782621553 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756782636473:1822756782637013 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756782637773:1822756782638303 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756782641053:1822756782641913 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756782642313:1822756782643283 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756782643913:1822756782644783 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756783244147:1822756783244827 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756783246657:1822756783247187 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756783248127:1822756783250527 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce188d0) = 0 -1822756783251647:1822756783257547 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18890) = 0 -1822756783258287:1822756783261747 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756784887477:1822756784892077 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756784894247:1822756784895497 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756784896467:1822756784897327 116426:116430 hsa_signal_load_relaxed() = 1 -1822756783262317:1822756784899737 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756784898227:1822756784900167 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756784901527:1822756784902497 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756784901797:1822756784902927 116426:116430 hsa_signal_destroy() = 0 -1822756784905217:1822756784905817 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756784922667:1822756784923277 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756784935668:1822756784936268 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756784941928:1822756784942928 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 108 -1822756784943728:1822756784944388 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 108 -1822756784945208:1822756784946298 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756784946948:1822756784947368 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756784948408:1822756784949418 116426:116426 hsa_signal_store_relaxed(, 108) = void -1822756784951768:1822756784952378 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756784956568:1822756784957168 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756784959598:1822756784960208 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756784961438:1822756784962178 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756784962618:1822756784962938 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 109 -1822756784963378:1822756784963688 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 108 -1822756784964338:1822756784964648 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756784965098:1822756784965588 116426:116426 hsa_signal_store_relaxed(, 109) = void -1822756784967078:1822756786214266 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756786218996:1822756786219606 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756786222196:1822756786223206 116426:116426 hsa_signal_destroy() = 0 -1822756786225036:1822756786225726 116426:116426 hsa_signal_destroy() = 0 -1822756786226816:1822756786227356 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756786227806:1822756786228336 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756786229276:1822756786229966 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756786230386:1822756786230946 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756786231356:1822756786231626 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756786232696:1822756786233226 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756786233676:1822756786234316 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18930) = 0 -1822756786234856:1822756786238196 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce188f0) = 0 -1822756786238656:1822756786239806 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756788782702:1822756788787262 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756788789542:1822756788790652 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756788795412:1822756788796462 116426:116430 hsa_signal_load_relaxed() = 1 -1822756786240266:1822756788798922 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756788797292:1822756788799292 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756788800882:1822756788801602 116426:116430 hsa_signal_destroy() = 0 -1822756789424296:1822756789424976 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756795867047:1822756795868457 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756795882487:1822756795883017 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756795883567:1822756795884097 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756795886377:1822756795887287 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756795887677:1822756795888317 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756795888857:1822756795889687 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756796478721:1822756796479261 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756796480811:1822756796481341 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756796482361:1822756796485091 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18990) = 0 -1822756796486081:1822756796492051 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18950) = 0 -1822756796492611:1822756796495891 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756798119601:1822756798124151 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756798126642:1822756798127752 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756798128832:1822756798129702 116426:116430 hsa_signal_load_relaxed() = 1 -1822756796496421:1822756798131992 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756798130632:1822756798132772 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756798133352:1822756798133902 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756798134352:1822756798135172 116426:116430 hsa_signal_destroy() = 0 -1822756798137642:1822756798138252 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756798154722:1822756798155542 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756798159342:1822756798159952 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756798165972:1822756798166912 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 110 -1822756798167842:1822756798168502 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 110 -1822756798180072:1822756798181442 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756798182192:1822756798182632 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756798183692:1822756798184542 116426:116426 hsa_signal_store_relaxed(, 110) = void -1822756798186862:1822756798187472 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756798191772:1822756798192382 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756798194972:1822756798195582 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756798196942:1822756798197692 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756798198132:1822756798198452 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 111 -1822756798198892:1822756798199212 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 110 -1822756798200032:1822756798200352 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756798200792:1822756798201292 116426:116426 hsa_signal_store_relaxed(, 111) = void -1822756798202772:1822756799461730 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756799466490:1822756799467130 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756799469790:1822756799471210 116426:116426 hsa_signal_destroy() = 0 -1822756799472890:1822756799473360 116426:116426 hsa_signal_destroy() = 0 -1822756799474550:1822756799475180 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756799475700:1822756799476300 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756799477330:1822756799477850 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756799478310:1822756799478880 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756799479330:1822756799479640 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756799480770:1822756799481370 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756799481890:1822756799482700 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce189f0) = 0 -1822756799483290:1822756799486830 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce189b0) = 0 -1822756799487370:1822756799488640 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756802022307:1822756802026897 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756802029347:1822756802030447 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756802031607:1822756802032647 116426:116430 hsa_signal_load_relaxed() = 1 -1822756799489150:1822756802035227 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756802033607:1822756802035617 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756802040387:1822756802041127 116426:116430 hsa_signal_destroy() = 0 -1822756802662191:1822756802662871 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756809170472:1822756809171442 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756809185532:1822756809186072 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756809186662:1822756809187202 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756809189682:1822756809190582 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756809190972:1822756809191882 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756809192442:1822756809193482 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756809776856:1822756809777216 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756809778756:1822756809779286 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756809780056:1822756809782496 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18a50) = 0 -1822756809783546:1822756809788966 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18a10) = 0 -1822756809789776:1822756809793916 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756811475616:1822756811480186 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756811482377:1822756811483567 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756811484537:1822756811485407 116426:116430 hsa_signal_load_relaxed() = 1 -1822756809794536:1822756811487847 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756811486487:1822756811488407 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756811489617:1822756811490447 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756811489977:1822756811490987 116426:116430 hsa_signal_destroy() = 0 -1822756811493407:1822756811494017 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756811511097:1822756811511907 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756811516047:1822756811516647 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756811522557:1822756811523577 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 112 -1822756811524597:1822756811525257 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 112 -1822756811526507:1822756811527707 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756811528547:1822756811528967 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756811530217:1822756811531047 116426:116426 hsa_signal_store_relaxed(, 112) = void -1822756811542757:1822756811543367 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756811547427:1822756811548027 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756811550417:1822756811551017 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756811551997:1822756811552897 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756811553347:1822756811553677 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 113 -1822756811554117:1822756811554437 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 112 -1822756811555067:1822756811555377 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756811555827:1822756811556317 116426:116426 hsa_signal_store_relaxed(, 113) = void -1822756811558017:1822756812811075 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756812815655:1822756812816385 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756812819025:1822756812819975 116426:116426 hsa_signal_destroy() = 0 -1822756812821785:1822756812822225 116426:116426 hsa_signal_destroy() = 0 -1822756812823295:1822756812823845 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756812824305:1822756812824845 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756812825765:1822756812826335 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756812826745:1822756812827315 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756812827725:1822756812827995 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756812828905:1822756812829435 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756812829895:1822756812830645 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18ab0) = 0 -1822756812831195:1822756812834735 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18a70) = 0 -1822756812835205:1822756812836575 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756815472282:1822756815476822 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756815479232:1822756815480382 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756815481402:1822756815482432 116426:116430 hsa_signal_load_relaxed() = 1 -1822756812837035:1822756815485102 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756815483522:1822756815485532 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756815486732:1822756815487452 116426:116430 hsa_signal_destroy() = 0 -1822756816121586:1822756816122246 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756822784839:1822756822786139 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756822815429:1822756822815959 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756822816719:1822756822817259 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756822819689:1822756822820549 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756822820939:1822756822821829 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756822822749:1822756822823959 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756823421573:1822756823422223 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756823423663:1822756823424193 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756823425323:1822756823427803 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18b10) = 0 -1822756823428843:1822756823434523 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18ad0) = 0 -1822756823435263:1822756823437933 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756825048533:1822756825053103 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756825055363:1822756825056463 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756825057533:1822756825058413 116426:116430 hsa_signal_load_relaxed() = 1 -1822756823438543:1822756825060753 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756825059363:1822756825061313 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756825062073:1822756825062583 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756825063143:1822756825063863 116426:116430 hsa_signal_destroy() = 0 -1822756825065233:1822756825065843 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756825082103:1822756825082703 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756825086933:1822756825087543 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756825094513:1822756825095523 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 114 -1822756825096443:1822756825097103 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 114 -1822756825097983:1822756825099093 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756825099993:1822756825100333 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756825101683:1822756825102523 116426:116426 hsa_signal_store_relaxed(, 114) = void -1822756825104923:1822756825105523 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756825109903:1822756825110503 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756825113433:1822756825114043 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756825117643:1822756825118463 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756825118913:1822756825119243 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 115 -1822756825119693:1822756825120013 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 114 -1822756825120843:1822756825121153 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756825121593:1822756825122083 116426:116426 hsa_signal_store_relaxed(, 115) = void -1822756825123863:1822756826377141 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756826382161:1822756826382781 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756826385911:1822756826387101 116426:116426 hsa_signal_destroy() = 0 -1822756826388911:1822756826389651 116426:116426 hsa_signal_destroy() = 0 -1822756826390961:1822756826391582 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756826392092:1822756826392702 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756826393772:1822756826394302 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756826394762:1822756826395212 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756826395682:1822756826395982 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756826396942:1822756826397542 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756826398052:1822756826398822 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18b70) = 0 -1822756826399342:1822756826402862 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18b30) = 0 -1822756826403392:1822756826404742 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756828947498:1822756828952098 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756828954308:1822756828955408 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756828956568:1822756828957598 116426:116430 hsa_signal_load_relaxed() = 1 -1822756826405262:1822756828960268 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756828958628:1822756828960638 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756828962338:1822756828963058 116426:116430 hsa_signal_destroy() = 0 -1822756829592172:1822756829592892 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756836040273:1822756836041863 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756836055853:1822756836056383 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756836056933:1822756836057463 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756836060083:1822756836060823 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756836072223:1822756836072903 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756836073443:1822756836074653 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756836687517:1822756836687957 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756836689547:1822756836690147 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756836691457:1822756836694437 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18bd0) = 0 -1822756836695067:1822756836700937 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18b90) = 0 -1822756836701837:1822756836705087 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756838470328:1822756838474888 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756838477338:1822756838478448 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756838479408:1822756838480278 116426:116430 hsa_signal_load_relaxed() = 1 -1822756836705687:1822756838482648 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756838481298:1822756838483248 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756838483948:1822756838484578 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756838484668:1822756838485498 116426:116430 hsa_signal_destroy() = 0 -1822756838487138:1822756838487748 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756838505109:1822756838505819 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756838510339:1822756838510939 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756838517059:1822756838517979 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 116 -1822756838518909:1822756838519559 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 116 -1822756838520569:1822756838521939 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756838522799:1822756838523149 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756838524219:1822756838525039 116426:116426 hsa_signal_store_relaxed(, 116) = void -1822756838527769:1822756838528379 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756838535089:1822756838535699 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756838538319:1822756838538919 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756838539959:1822756838540719 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756838541169:1822756838541489 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 117 -1822756838541929:1822756838542239 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 116 -1822756838544099:1822756838544409 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756838544859:1822756838545349 116426:116426 hsa_signal_store_relaxed(, 117) = void -1822756838546949:1822756839804987 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756839809757:1822756839810397 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756839813127:1822756839814287 116426:116426 hsa_signal_destroy() = 0 -1822756839816097:1822756839816537 116426:116426 hsa_signal_destroy() = 0 -1822756839817607:1822756839818157 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756839818617:1822756839819147 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756839820117:1822756839820877 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756839821287:1822756839821707 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756839822117:1822756839822387 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756839823277:1822756839823817 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756839824267:1822756839825007 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18c30) = 0 -1822756839825457:1822756839828807 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18bf0) = 0 -1822756839829277:1822756839830737 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756842472894:1822756842477424 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756842479844:1822756842481094 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756842482124:1822756842483144 116426:116430 hsa_signal_load_relaxed() = 1 -1822756839831207:1822756842485724 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756842484094:1822756842486114 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756842487294:1822756842488024 116426:116430 hsa_signal_destroy() = 0 -1822756843115178:1822756843115858 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756849594219:1822756849595979 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756849612090:1822756849612620 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756849613590:1822756849614120 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756849616530:1822756849617240 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756849617840:1822756849618700 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756849619360:1822756849620240 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756850227213:1822756850227563 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756850229383:1822756850229913 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756850230943:1822756850233503 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18c90) = 0 -1822756850234123:1822756850239953 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18c50) = 0 -1822756850240743:1822756850244233 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756851885324:1822756851889904 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756851892164:1822756851893274 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756851894354:1822756851895224 116426:116430 hsa_signal_load_relaxed() = 1 -1822756850244804:1822756851897584 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756851896224:1822756851898154 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756851899184:1822756851899744 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756851900104:1822756851900934 116426:116430 hsa_signal_destroy() = 0 -1822756851902504:1822756851903104 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756851920104:1822756851920914 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756851924704:1822756851925314 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756851931844:1822756851932854 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 118 -1822756851933864:1822756851934514 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 118 -1822756851935424:1822756851936564 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756851937404:1822756851937824 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756851938974:1822756851939814 116426:116426 hsa_signal_store_relaxed(, 118) = void -1822756851942304:1822756851942904 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756851947214:1822756851947824 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756851950204:1822756851950814 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756851952034:1822756851952934 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756851953374:1822756851953694 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 119 -1822756851954134:1822756851954454 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 118 -1822756851955104:1822756851955424 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756851955864:1822756851956344 116426:116426 hsa_signal_store_relaxed(, 119) = void -1822756851957874:1822756853212992 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756853219882:1822756853220492 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756853223342:1822756853224732 116426:116426 hsa_signal_destroy() = 0 -1822756853226752:1822756853227182 116426:116426 hsa_signal_destroy() = 0 -1822756853228362:1822756853228902 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756853229352:1822756853229882 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756853230822:1822756853231782 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756853232182:1822756853232602 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756853233002:1822756853233272 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756853234342:1822756853234872 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756853235362:1822756853236102 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18cf0) = 0 -1822756853236642:1822756853240142 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18cb0) = 0 -1822756853240622:1822756853241972 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756855777029:1822756855781569 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756855783689:1822756855785009 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756855786029:1822756855787059 116426:116430 hsa_signal_load_relaxed() = 1 -1822756853242442:1822756855789439 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756855787859:1822756855789899 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756855791649:1822756855792369 116426:116430 hsa_signal_destroy() = 0 -1822756856430853:1822756856431533 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756862867374:1822756862868504 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756862883544:1822756862884084 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756862884834:1822756862885364 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756862888104:1822756862889004 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756862889744:1822756862890604 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756862891254:1822756862892164 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756863489238:1822756863489588 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756863491478:1822756863492008 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756863493108:1822756863495748 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18d50) = 0 -1822756863503968:1822756863509858 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18d10) = 0 -1822756863510738:1822756863513418 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756865127998:1822756865132568 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756865134738:1822756865135848 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756865136808:1822756865137668 116426:116430 hsa_signal_load_relaxed() = 1 -1822756863514058:1822756865139848 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756865138478:1822756865140408 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756865141348:1822756865142198 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756865141988:1822756865143118 116426:116430 hsa_signal_destroy() = 0 -1822756865144358:1822756865144968 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756865161328:1822756865161938 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756865165608:1822756865166208 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756865172118:1822756865173128 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 120 -1822756865174048:1822756865174698 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 120 -1822756865175678:1822756865176928 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756865177828:1822756865178168 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756865179428:1822756865180288 116426:116426 hsa_signal_store_relaxed(, 120) = void -1822756865182738:1822756865183348 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756865187598:1822756865188208 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756865190438:1822756865191048 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756865191978:1822756865192838 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756865193288:1822756865193598 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 121 -1822756865194048:1822756865194368 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 120 -1822756865195018:1822756865195338 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756865195778:1822756865196268 116426:116426 hsa_signal_store_relaxed(, 121) = void -1822756865197638:1822756866456857 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756866461237:1822756866461857 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756866464897:1822756866466027 116426:116426 hsa_signal_destroy() = 0 -1822756866467807:1822756866468507 116426:116426 hsa_signal_destroy() = 0 -1822756866472577:1822756866473207 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756866473727:1822756866474327 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756866475207:1822756866475727 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756866476187:1822756866476647 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756866477107:1822756866477417 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756866478527:1822756866479127 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756866479647:1822756866480407 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18db0) = 0 -1822756866481057:1822756866484577 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18d70) = 0 -1822756866485117:1822756866486437 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756869071313:1822756869075933 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756869078133:1822756869079243 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756869080263:1822756869081293 116426:116430 hsa_signal_load_relaxed() = 1 -1822756866486967:1822756869083743 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756869082093:1822756869084163 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756869085443:1822756869086163 116426:116430 hsa_signal_destroy() = 0 -1822756869714957:1822756869715637 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756876231509:1822756876232829 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756876247859:1822756876248399 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756876249329:1822756876249869 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756876252449:1822756876253269 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756876253869:1822756876254519 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756876255199:1822756876256119 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756876831153:1822756876831493 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756876833123:1822756876833663 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756876834753:1822756876837553 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18e10) = 0 -1822756876838483:1822756876844133 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18dd0) = 0 -1822756876844943:1822756876848163 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756878479553:1822756878484113 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756878489943:1822756878491063 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756878492013:1822756878492883 116426:116430 hsa_signal_load_relaxed() = 1 -1822756876848833:1822756878495053 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756878493693:1822756878495623 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756878496793:1822756878497553 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756878497163:1822756878498293 116426:116430 hsa_signal_destroy() = 0 -1822756878500323:1822756878500923 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756878517153:1822756878517763 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756878521674:1822756878522274 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756878528924:1822756878529954 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 122 -1822756878530974:1822756878531624 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 122 -1822756878532454:1822756878533764 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756878534454:1822756878534884 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756878536234:1822756878537074 116426:116426 hsa_signal_store_relaxed(, 122) = void -1822756878539394:1822756878540004 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756878544084:1822756878544694 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756878546604:1822756878547204 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756878548254:1822756878549014 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756878549454:1822756878549774 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 123 -1822756878550214:1822756878550534 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 122 -1822756878551174:1822756878551494 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756878551934:1822756878552424 116426:116426 hsa_signal_store_relaxed(, 123) = void -1822756878553974:1822756879827112 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756879831752:1822756879832372 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756879835292:1822756879836362 116426:116426 hsa_signal_destroy() = 0 -1822756879837992:1822756879838432 116426:116426 hsa_signal_destroy() = 0 -1822756879839512:1822756879840062 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756879840512:1822756879841052 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756879841742:1822756879842222 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756879852442:1822756879852862 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756879853272:1822756879853542 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756879854462:1822756879854992 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756879855482:1822756879856232 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18e70) = 0 -1822756879856772:1822756879860162 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18e30) = 0 -1822756879860652:1822756879861932 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756882476469:1822756882481019 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756882483139:1822756882484249 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756882485269:1822756882486309 116426:116430 hsa_signal_load_relaxed() = 1 -1822756879862402:1822756882488729 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756882487109:1822756882489119 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756882490489:1822756882491209 116426:116430 hsa_signal_destroy() = 0 -1822756883113413:1822756883114093 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756889594244:1822756889595834 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756889613674:1822756889614214 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756889615114:1822756889615644 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756889618114:1822756889619014 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756889619404:1822756889620264 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756889620924:1822756889621804 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756890202678:1822756890203198 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756890204638:1822756890205168 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756890206458:1822756890209098 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18ed0) = 0 -1822756890210008:1822756890216018 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18e90) = 0 -1822756890216778:1822756890220038 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756891843078:1822756891847628 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756891849728:1822756891850838 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756891851798:1822756891852658 116426:116430 hsa_signal_load_relaxed() = 1 -1822756890220538:1822756891854968 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756891853608:1822756891855548 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756891860588:1822756891861318 116426:116430 hsa_signal_destroy() = 0 -1822756891866298:1822756891866878 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756891869238:1822756891869838 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756891885688:1822756891886298 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756891890028:1822756891890628 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756891896198:1822756891897218 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 124 -1822756891898178:1822756891898828 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 124 -1822756891899668:1822756891901048 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756891901768:1822756891902198 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756891903228:1822756891904138 116426:116426 hsa_signal_store_relaxed(, 124) = void -1822756891906488:1822756891907088 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756891911178:1822756891911778 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756891914318:1822756891914928 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756891916328:1822756891917068 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756891917518:1822756891917848 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 125 -1822756891918288:1822756891918608 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 124 -1822756891919239:1822756891919559 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756891919999:1822756891920489 116426:116426 hsa_signal_store_relaxed(, 125) = void -1822756891922419:1822756893184347 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756893188877:1822756893189487 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756893192077:1822756893193137 116426:116426 hsa_signal_destroy() = 0 -1822756893194887:1822756893195327 116426:116426 hsa_signal_destroy() = 0 -1822756893196357:1822756893196897 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756893197347:1822756893197877 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756893198827:1822756893199307 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756893199717:1822756893200127 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756893200587:1822756893200867 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756893201777:1822756893202307 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756893205047:1822756893206007 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18f30) = 0 -1822756893206557:1822756893209887 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18ef0) = 0 -1822756893210367:1822756893211507 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756895784493:1822756895789043 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756895791223:1822756895792423 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756895793443:1822756895794463 116426:116430 hsa_signal_load_relaxed() = 1 -1822756893211967:1822756895796843 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756895795273:1822756895797283 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756895798693:1822756895799413 116426:116430 hsa_signal_destroy() = 0 -1822756896437528:1822756896438238 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756903014920:1822756903015720 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756903031480:1822756903032010 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756903032840:1822756903033370 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756903035630:1822756903036500 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756903037250:1822756903038120 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756903038720:1822756903039620 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756903641814:1822756903642304 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756903643734:1822756903644264 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756903644924:1822756903647604 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18f90) = 0 -1822756903648784:1822756903654754 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18f50) = 0 -1822756903655574:1822756903658614 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756905286244:1822756905290744 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756905293184:1822756905294294 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756905295444:1822756905296304 116426:116430 hsa_signal_load_relaxed() = 1 -1822756903659224:1822756905298794 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756905297304:1822756905299244 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756905300154:1822756905301104 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756905300894:1822756905302024 116426:116430 hsa_signal_destroy() = 0 -1822756905303384:1822756905303994 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756905324704:1822756905325514 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756905329284:1822756905329884 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756905335984:1822756905336994 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 126 -1822756905337814:1822756905338464 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 126 -1822756905339334:1822756905340434 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756905341134:1822756905341554 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756905343114:1822756905344054 116426:116426 hsa_signal_store_relaxed(, 126) = void -1822756905346284:1822756905346894 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756905350995:1822756905351605 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756905353465:1822756905354075 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756905355015:1822756905355905 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756905356345:1822756905356675 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 127 -1822756905357115:1822756905357435 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 126 -1822756905358255:1822756905358565 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756905359015:1822756905359495 116426:116426 hsa_signal_store_relaxed(, 127) = void -1822756905360985:1822756906633362 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756906638123:1822756906638693 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756906641613:1822756906642633 116426:116426 hsa_signal_destroy() = 0 -1822756906644313:1822756906644973 116426:116426 hsa_signal_destroy() = 0 -1822756906646133:1822756906646683 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756906647133:1822756906647673 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756906648613:1822756906649093 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756906649523:1822756906650093 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756906650503:1822756906650773 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756906651683:1822756906652213 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756906652673:1822756906653353 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce18ff0) = 0 -1822756906653933:1822756906657283 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce18fb0) = 0 -1822756906663713:1822756906664993 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756909198199:1822756909202699 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756909205019:1822756909206139 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756909207179:1822756909208199 116426:116430 hsa_signal_load_relaxed() = 1 -1822756906665473:1822756909210689 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756909209039:1822756909211049 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756909212479:1822756909213199 116426:116430 hsa_signal_destroy() = 0 -1822756909842563:1822756909843243 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756916321314:1822756916322824 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756916337885:1822756916338425 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756916339185:1822756916339725 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756916342965:1822756916343855 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756916344245:1822756916345115 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756916345685:1822756916346565 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756916937828:1822756916938318 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756916947408:1822756916947948 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756916948838:1822756916951388 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19050) = 0 -1822756916952738:1822756916958328 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19010) = 0 -1822756916959128:1822756916962678 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756918630669:1822756918635239 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756918637409:1822756918638519 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756918639479:1822756918640339 116426:116430 hsa_signal_load_relaxed() = 1 -1822756916963198:1822756918642789 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756918641429:1822756918643369 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756918644389:1822756918645219 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756918645009:1822756918646139 116426:116430 hsa_signal_destroy() = 0 -1822756918647969:1822756918648569 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756918666929:1822756918667539 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756918671529:1822756918672129 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756918682909:1822756918684059 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 128 -1822756918684859:1822756918685509 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 128 -1822756918686389:1822756918687839 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756918688539:1822756918688889 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756918690149:1822756918690969 116426:116426 hsa_signal_store_relaxed(, 128) = void -1822756918693249:1822756918693859 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756918698089:1822756918698689 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756918700989:1822756918701599 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756918702559:1822756918703329 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756918703779:1822756918704109 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 129 -1822756918704549:1822756918704879 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 128 -1822756918705509:1822756918705829 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756918706269:1822756918706759 116426:116426 hsa_signal_store_relaxed(, 129) = void -1822756918708349:1822756919979947 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756919984757:1822756919985357 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756919987977:1822756919989017 116426:116426 hsa_signal_destroy() = 0 -1822756919990857:1822756919991297 116426:116426 hsa_signal_destroy() = 0 -1822756919992377:1822756919992927 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756919993367:1822756919993897 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756919994817:1822756919995467 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756919995877:1822756919996397 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756919996807:1822756919997077 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756919998167:1822756919998697 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756919999137:1822756919999877 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce190b0) = 0 -1822756920010957:1822756920014467 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19070) = 0 -1822756920014947:1822756920016227 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756922568544:1822756922573084 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756922575414:1822756922576564 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756922581454:1822756922582494 116426:116430 hsa_signal_load_relaxed() = 1 -1822756920016697:1822756922585004 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756922583314:1822756922585324 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756922586934:1822756922587644 116426:116430 hsa_signal_destroy() = 0 -1822756923214568:1822756923215258 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756929677889:1822756929679049 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756929694830:1822756929695360 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756929695980:1822756929696510 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756929699120:1822756929699980 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756929700370:1822756929701000 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756929701620:1822756929702500 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756930301633:1822756930302203 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756930303813:1822756930304344 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756930305134:1822756930308124 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19110) = 0 -1822756930308874:1822756930314794 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce190d0) = 0 -1822756930315584:1822756930319054 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756931949414:1822756931953954 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756931956434:1822756931957704 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756931958854:1822756931959714 116426:116430 hsa_signal_load_relaxed() = 1 -1822756930319744:1822756931961984 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756931960634:1822756931962554 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756931963334:1822756931963854 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756931964204:1822756931965034 116426:116430 hsa_signal_destroy() = 0 -1822756931966644:1822756931967254 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756931984594:1822756931985204 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756931989414:1822756931990014 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756931996354:1822756931997674 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 130 -1822756931998614:1822756931999524 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 130 -1822756932013374:1822756932014594 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756932025765:1822756932026215 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756932027505:1822756932028325 116426:116426 hsa_signal_store_relaxed(, 130) = void -1822756932031115:1822756932031725 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756932035965:1822756932036575 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756932039145:1822756932039755 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756932040655:1822756932041405 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756932041865:1822756932042195 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 131 -1822756932042645:1822756932042965 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 130 -1822756932043625:1822756932043935 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756932044385:1822756932044875 116426:116426 hsa_signal_store_relaxed(, 131) = void -1822756932046925:1822756933303193 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756933307743:1822756933308413 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756933311313:1822756933312693 116426:116426 hsa_signal_destroy() = 0 -1822756933315053:1822756933315543 116426:116426 hsa_signal_destroy() = 0 -1822756933316763:1822756933317383 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756933317893:1822756933318493 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756933319543:1822756933320063 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756933320523:1822756933320983 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756933321443:1822756933321753 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756933322873:1822756933323483 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756933323993:1822756933325123 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19170) = 0 -1822756933325713:1822756933329213 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19130) = 0 -1822756933329743:1822756933331293 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756935848418:1822756935852948 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756935855418:1822756935856658 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756935857808:1822756935858828 116426:116430 hsa_signal_load_relaxed() = 1 -1822756933331813:1822756935861368 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756935859798:1822756935861808 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756935866818:1822756935867558 116426:116430 hsa_signal_destroy() = 0 -1822756936511973:1822756936512653 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756942927064:1822756942928454 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756942943134:1822756942943664 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756942944294:1822756942944824 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756942946984:1822756942947774 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756942948164:1822756942948704 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756942949254:1822756942950134 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756943533598:1822756943534118 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756943535688:1822756943536218 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756943537128:1822756943539488 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce191d0) = 0 -1822756943540378:1822756943546038 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19190) = 0 -1822756943546718:1822756943549718 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756945044167:1822756945048767 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756945050837:1822756945051937 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756945052907:1822756945053777 116426:116430 hsa_signal_load_relaxed() = 1 -1822756943550248:1822756945056227 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756945054857:1822756945056787 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756945057857:1822756945058697 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756945058407:1822756945059537 116426:116430 hsa_signal_destroy() = 0 -1822756945061277:1822756945061887 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756945077947:1822756945078557 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756945082957:1822756945083557 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756945089827:1822756945090757 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 132 -1822756945091737:1822756945092387 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 132 -1822756945093477:1822756945094568 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756945095378:1822756945095728 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756945096968:1822756945097728 116426:116426 hsa_signal_store_relaxed(, 132) = void -1822756945099998:1822756945100608 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756945114098:1822756945114708 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756945117238:1822756945117848 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756945118828:1822756945119808 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756945120258:1822756945120578 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 133 -1822756945121028:1822756945121348 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 132 -1822756945122128:1822756945122448 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756945122888:1822756945123378 116426:116426 hsa_signal_store_relaxed(, 133) = void -1822756945125058:1822756946379035 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756946383846:1822756946384476 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756946387686:1822756946389046 116426:116426 hsa_signal_destroy() = 0 -1822756946391206:1822756946391936 116426:116426 hsa_signal_destroy() = 0 -1822756946393326:1822756946393946 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756946394456:1822756946395056 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756946395906:1822756946396436 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756946396896:1822756946397346 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756946397816:1822756946398116 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756946399246:1822756946399846 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756946400346:1822756946401196 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19230) = 0 -1822756946401826:1822756946405356 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce191f0) = 0 -1822756946405896:1822756946407226 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756948945522:1822756948950082 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756948952442:1822756948953662 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756948954692:1822756948955722 116426:116430 hsa_signal_load_relaxed() = 1 -1822756946407756:1822756948958442 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756948956802:1822756948958812 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756948960012:1822756948960732 116426:116430 hsa_signal_destroy() = 0 -1822756949589906:1822756949590586 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756956023397:1822756956024387 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756956049277:1822756956050037 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756956050617:1822756956051147 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756956053747:1822756956054487 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756956054877:1822756956055737 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756956056287:1822756956057137 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756956650301:1822756956650861 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756956652671:1822756956653281 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756956654261:1822756956656991 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19290) = 0 -1822756956657771:1822756956663471 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19250) = 0 -1822756956664371:1822756956667531 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756958285542:1822756958290032 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756958292322:1822756958293432 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756958294392:1822756958295262 116426:116430 hsa_signal_load_relaxed() = 1 -1822756956668101:1822756958297572 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756958296212:1822756958298152 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756958298882:1822756958299402 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756958299982:1822756958300702 116426:116430 hsa_signal_destroy() = 0 -1822756958302452:1822756958303062 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756958319272:1822756958319932 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756958324102:1822756958324712 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756958331022:1822756958331962 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 134 -1822756958332932:1822756958333582 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 134 -1822756958334482:1822756958335692 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756958336812:1822756958337152 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756958338812:1822756958339652 116426:116426 hsa_signal_store_relaxed(, 134) = void -1822756958342222:1822756958342832 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756958346982:1822756958347592 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756958349672:1822756958350282 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756958351402:1822756958352132 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756958355502:1822756958355822 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 135 -1822756958356272:1822756958356582 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 134 -1822756958357242:1822756958357552 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756958358002:1822756958358492 116426:116426 hsa_signal_store_relaxed(, 135) = void -1822756958360262:1822756959617660 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756959621950:1822756959622740 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756959625670:1822756959626680 116426:116426 hsa_signal_destroy() = 0 -1822756959628750:1822756959629190 116426:116426 hsa_signal_destroy() = 0 -1822756959630670:1822756959631230 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756959631670:1822756959632200 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756959633140:1822756959633790 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756959634200:1822756959634910 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756959635310:1822756959635590 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756959636500:1822756959637030 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756959637500:1822756959638250 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce192f0) = 0 -1822756959638750:1822756959642100 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce192b0) = 0 -1822756959642610:1822756959643900 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756962169976:1822756962174526 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756962176816:1822756962178106 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756962179256:1822756962180286 116426:116430 hsa_signal_load_relaxed() = 1 -1822756959644370:1822756962182876 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756962181236:1822756962183246 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756962184816:1822756962185536 116426:116430 hsa_signal_destroy() = 0 -1822756962807550:1822756962808250 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756969307082:1822756969308242 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756969323922:1822756969324462 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756969325162:1822756969325692 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756969328232:1822756969329122 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756969339072:1822756969339772 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756969340592:1822756969341512 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756969928986:1822756969929606 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756969931166:1822756969931706 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756969932566:1822756969935206 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19350) = 0 -1822756969935916:1822756969941696 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19310) = 0 -1822756969942536:1822756969945576 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756971604346:1822756971608886 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756971611386:1822756971612506 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756971613466:1822756971614337 116426:116430 hsa_signal_load_relaxed() = 1 -1822756969946216:1822756971616797 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756971615437:1822756971617367 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756971618097:1822756971618777 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756971618907:1822756971619727 116426:116430 hsa_signal_destroy() = 0 -1822756971621247:1822756971621857 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756971640987:1822756971641797 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756971646057:1822756971646667 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756971652267:1822756971653117 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 136 -1822756971654077:1822756971654727 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 136 -1822756971655707:1822756971656847 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756971657697:1822756971658127 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756971659347:1822756971660177 116426:116426 hsa_signal_store_relaxed(, 136) = void -1822756971662907:1822756971663517 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756971667997:1822756971668597 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756971671217:1822756971671817 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756971672967:1822756971673877 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756971674317:1822756971674637 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 137 -1822756971675077:1822756971675397 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 136 -1822756971677517:1822756971677837 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756971678277:1822756971678767 116426:116426 hsa_signal_store_relaxed(, 137) = void -1822756971680697:1822756972922175 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756972926675:1822756972927275 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756972930135:1822756972931295 116426:116426 hsa_signal_destroy() = 0 -1822756972933245:1822756972933685 116426:116426 hsa_signal_destroy() = 0 -1822756972934975:1822756972935525 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756972935975:1822756972936505 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756972937245:1822756972937995 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756972938405:1822756972938925 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756972939405:1822756972939675 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756972940565:1822756972941095 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756972941565:1822756972942315 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce193b0) = 0 -1822756972942875:1822756972946185 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19370) = 0 -1822756972946655:1822756972947915 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756975496611:1822756975501171 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756975503531:1822756975504641 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756975505661:1822756975506691 116426:116430 hsa_signal_load_relaxed() = 1 -1822756972948365:1822756975509291 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756975507721:1822756975509731 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756975510921:1822756975511651 116426:116430 hsa_signal_destroy() = 0 -1822756976160605:1822756976161335 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756982619967:1822756982621647 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756982635447:1822756982635987 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756982636747:1822756982637287 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756982639667:1822756982640557 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756982641157:1822756982642027 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756982642697:1822756982643567 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756983219380:1822756983219740 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756983230761:1822756983231311 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756983232281:1822756983234441 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19410) = 0 -1822756983235271:1822756983241011 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce193d0) = 0 -1822756983241811:1822756983244591 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756984867631:1822756984872261 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756984874421:1822756984875531 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756984876611:1822756984877471 116426:116430 hsa_signal_load_relaxed() = 1 -1822756983245261:1822756984879671 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756984878281:1822756984880211 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756984881281:1822756984881731 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756984882221:1822756984883051 116426:116430 hsa_signal_destroy() = 0 -1822756984884291:1822756984884901 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756984901961:1822756984902571 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756984906571:1822756984907171 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756984913061:1822756984914071 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 138 -1822756984915091:1822756984915741 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 138 -1822756984916571:1822756984917801 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756984918511:1822756984918861 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756984919861:1822756984920681 116426:116426 hsa_signal_store_relaxed(, 138) = void -1822756984922861:1822756984923471 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756984929971:1822756984930571 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756984932671:1822756984933271 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756984934191:1822756984935241 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756984935681:1822756984936001 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 139 -1822756984936441:1822756984936751 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 138 -1822756984937401:1822756984937711 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756984938161:1822756984938651 116426:116426 hsa_signal_store_relaxed(, 139) = void -1822756984940221:1822756986210309 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756986217149:1822756986217729 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756986220299:1822756986221589 116426:116426 hsa_signal_destroy() = 0 -1822756986223419:1822756986224089 116426:116426 hsa_signal_destroy() = 0 -1822756986225159:1822756986225709 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756986226149:1822756986226679 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756986227609:1822756986228089 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756986228499:1822756986228909 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756986229309:1822756986229589 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756986230649:1822756986231179 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756986231669:1822756986232359 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19470) = 0 -1822756986232949:1822756986236139 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19430) = 0 -1822756986236609:1822756986237919 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822756988772475:1822756988777095 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756988779065:1822756988780165 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756988781205:1822756988782235 116426:116430 hsa_signal_load_relaxed() = 1 -1822756986238379:1822756988784675 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756988783035:1822756988785045 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756988786405:1822756988787125 116426:116430 hsa_signal_destroy() = 0 -1822756989412409:1822756989413089 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756995836601:1822756995838061 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756995852291:1822756995852821 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756995853481:1822756995854021 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756995856631:1822756995857501 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756995858251:1822756995859291 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756995859851:1822756995861001 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756996473055:1822756996473445 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756996475585:1822756996476115 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822756996477025:1822756996479515 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce194d0) = 0 -1822756996480545:1822756996486455 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19490) = 0 -1822756996495095:1822756996498695 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822756998123005:1822756998127575 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822756998130085:1822756998131305 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822756998132255:1822756998133125 116426:116430 hsa_signal_load_relaxed() = 1 -1822756996499265:1822756998135285 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756998133935:1822756998135865 116426:116430 hsa_signal_store_screlease(, 0) = void -1822756998136925:1822756998137775 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822756998137415:1822756998138555 116426:116430 hsa_signal_destroy() = 0 -1822756998141115:1822756998141726 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756998158916:1822756998159726 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756998163636:1822756998164236 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822756998170416:1822756998171436 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 140 -1822756998172536:1822756998173016 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 140 -1822756998173966:1822756998175286 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822756998175936:1822756998176366 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756998177676:1822756998178526 116426:116426 hsa_signal_store_relaxed(, 140) = void -1822756998180656:1822756998181266 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822756998185656:1822756998186256 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822756998188876:1822756998189486 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822756998190466:1822756998191236 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822756998191676:1822756998191996 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 141 -1822756998192436:1822756998192756 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 140 -1822756998193406:1822756998193716 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822756998194166:1822756998194646 116426:116426 hsa_signal_store_relaxed(, 141) = void -1822756998196076:1822756999441854 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822756999446874:1822756999447614 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822756999450404:1822756999451474 116426:116426 hsa_signal_destroy() = 0 -1822756999453794:1822756999454274 116426:116426 hsa_signal_destroy() = 0 -1822756999458154:1822756999458774 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822756999459284:1822756999459884 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822756999460754:1822756999461284 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756999461744:1822756999462314 116426:116426 hsa_signal_store_screlease(, 0) = void -1822756999462774:1822756999463074 116426:116426 hsa_signal_store_screlease(, 1) = void -1822756999464214:1822756999464814 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822756999465324:1822756999466134 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19530) = 0 -1822756999466724:1822756999470244 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce194f0) = 0 -1822756999470774:1822756999472034 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757002008740:1822757002013340 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757002015430:1822757002016530 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757002017550:1822757002018590 116426:116430 hsa_signal_load_relaxed() = 1 -1822756999472554:1822757002021050 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757002019400:1822757002021400 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757002022690:1822757002023410 116426:116430 hsa_signal_destroy() = 0 -1822757002649524:1822757002650504 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757009162276:1822757009163356 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757009177356:1822757009177896 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757009178636:1822757009179176 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757009181916:1822757009182836 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757009183446:1822757009184756 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757009185436:1822757009186606 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757009775559:1822757009776109 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757009777729:1822757009778259 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757009779439:1822757009781849 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19590) = 0 -1822757009783049:1822757009789150 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19550) = 0 -1822757009790310:1822757009793570 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757011479530:1822757011484090 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757011486330:1822757011487530 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757011494290:1822757011495190 116426:116430 hsa_signal_load_relaxed() = 1 -1822757009794140:1822757011497351 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757011496000:1822757011497921 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757011499111:1822757011499861 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757011499461:1822757011500631 116426:116430 hsa_signal_destroy() = 0 -1822757011502801:1822757011503411 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757011519831:1822757011520641 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757011524701:1822757011525301 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757011531171:1822757011532331 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 142 -1822757011533441:1822757011534091 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 142 -1822757011534931:1822757011536071 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757011536751:1822757011537101 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757011538111:1822757011538971 116426:116426 hsa_signal_store_relaxed(, 142) = void -1822757011541511:1822757011542111 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757011546181:1822757011546791 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757011548901:1822757011549511 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757011550421:1822757011551231 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757011551681:1822757011552011 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 143 -1822757011552451:1822757011552771 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 142 -1822757011553411:1822757011553721 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757011554171:1822757011554661 116426:116426 hsa_signal_store_relaxed(, 143) = void -1822757011556231:1822757012820269 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757012824649:1822757012825159 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757012827859:1822757012828919 116426:116426 hsa_signal_destroy() = 0 -1822757012830269:1822757012830709 116426:116426 hsa_signal_destroy() = 0 -1822757012831769:1822757012832319 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757012832769:1822757012833309 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757012834089:1822757012834559 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757012844609:1822757012845029 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757012845459:1822757012845729 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757012846789:1822757012847319 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757012847759:1822757012848519 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce195f0) = 0 -1822757012849209:1822757012852699 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce195b0) = 0 -1822757012853179:1822757012854369 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757015475836:1822757015480376 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757015482596:1822757015483786 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757015484806:1822757015485836 116426:116430 hsa_signal_load_relaxed() = 1 -1822757012854829:1822757015488216 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757015486636:1822757015488656 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757015490286:1822757015490996 116426:116430 hsa_signal_destroy() = 0 -1822757016131020:1822757016131740 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757022592721:1822757022593981 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757022610211:1822757022610741 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757022611531:1822757022612061 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757022614531:1822757022615431 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757022616171:1822757022616811 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757022617431:1822757022618341 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757023200495:1822757023201005 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757023202555:1822757023203095 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757023204285:1822757023207055 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19650) = 0 -1822757023207975:1822757023213865 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19610) = 0 -1822757023214785:1822757023218095 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757024846705:1822757024851315 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757024853515:1822757024854616 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757024855576:1822757024856446 116426:116430 hsa_signal_load_relaxed() = 1 -1822757023218765:1822757024858866 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757024857386:1822757024859326 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757024860336:1822757024860896 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757024864556:1822757024865296 116426:116430 hsa_signal_destroy() = 0 -1822757024866146:1822757024866766 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757024882696:1822757024883306 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757024887376:1822757024887986 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757024893716:1822757024894646 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 144 -1822757024895666:1822757024896316 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 144 -1822757024897206:1822757024898366 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757024899076:1822757024899416 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757024900416:1822757024901286 116426:116426 hsa_signal_store_relaxed(, 144) = void -1822757024903496:1822757024904106 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757024908046:1822757024908656 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757024910876:1822757024911486 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757024912406:1822757024913596 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757024914036:1822757024914456 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 145 -1822757024914886:1822757024915206 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 144 -1822757024915846:1822757024916166 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757024916606:1822757024917096 116426:116426 hsa_signal_store_relaxed(, 145) = void -1822757024918566:1822757026173414 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757026178194:1822757026178704 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757026181574:1822757026182634 116426:116426 hsa_signal_destroy() = 0 -1822757026184584:1822757026185254 116426:116426 hsa_signal_destroy() = 0 -1822757026186394:1822757026186944 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757026187394:1822757026187924 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757026188844:1822757026189324 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757026189734:1822757026190144 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757026190554:1822757026190824 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757026191734:1822757026192264 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757026202874:1822757026203574 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce196b0) = 0 -1822757026204124:1822757026207454 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19670) = 0 -1822757026207934:1822757026209174 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757028772240:1822757028776810 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757028779010:1822757028780170 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757028781190:1822757028782220 116426:116430 hsa_signal_load_relaxed() = 1 -1822757026209644:1822757028784660 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757028783010:1822757028785030 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757028786390:1822757028787120 116426:116430 hsa_signal_destroy() = 0 -1822757029415064:1822757029415754 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757035854736:1822757035856136 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757035870736:1822757035871276 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757035872126:1822757035872656 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757035875116:1822757035876336 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757035877016:1822757035877546 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757035878306:1822757035878936 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757036493590:1822757036494060 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757036495980:1822757036496510 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757036497320:1822757036499830 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19710) = 0 -1822757036500940:1822757036507080 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce196d0) = 0 -1822757036508010:1822757036510690 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757038129380:1822757038133930 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757038136400:1822757038137580 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757038138730:1822757038139600 116426:116430 hsa_signal_load_relaxed() = 1 -1822757036511320:1822757038142050 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757038140700:1822757038142830 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757038143360:1822757038143890 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757038144380:1822757038145200 116426:116430 hsa_signal_destroy() = 0 -1822757038146850:1822757038147460 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757038168590:1822757038169410 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757038173150:1822757038173750 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757038179700:1822757038180630 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 146 -1822757038181810:1822757038182300 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 146 -1822757038183190:1822757038184660 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757038185320:1822757038185750 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757038186910:1822757038187700 116426:116426 hsa_signal_store_relaxed(, 146) = void -1822757038189990:1822757038190600 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757038194560:1822757038195160 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757038197310:1822757038197920 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757038198820:1822757038199580 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757038200020:1822757038200340 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 147 -1822757038200780:1822757038201090 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 146 -1822757038201730:1822757038202060 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757038202500:1822757038202980 116426:116426 hsa_signal_store_relaxed(, 147) = void -1822757038204400:1822757039463118 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757039468208:1822757039468778 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757039471598:1822757039473008 116426:116426 hsa_signal_destroy() = 0 -1822757039474828:1822757039475318 116426:116426 hsa_signal_destroy() = 0 -1822757039476488:1822757039477108 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757039477618:1822757039478218 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757039479168:1822757039479698 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757039480158:1822757039480728 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757039481178:1822757039481488 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757039482458:1822757039483058 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757039483558:1822757039484488 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19770) = 0 -1822757039485078:1822757039488448 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19730) = 0 -1822757039488978:1822757039490528 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757042050305:1822757042054855 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757042057145:1822757042058425 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757042059445:1822757042060475 116426:116430 hsa_signal_load_relaxed() = 1 -1822757039497788:1822757042062925 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757042061285:1822757042063305 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757042064735:1822757042065455 116426:116430 hsa_signal_destroy() = 0 -1822757042689929:1822757042690609 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757049214741:1822757049216071 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757049231671:1822757049232211 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757049232951:1822757049233491 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757049236371:1822757049237271 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757049237881:1822757049239191 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757049239771:1822757049240891 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757049847335:1822757049847735 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757049849435:1822757049849965 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757049850915:1822757049853705 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce197d0) = 0 -1822757049854765:1822757049860715 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19790) = 0 -1822757049861475:1822757049864905 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757051497745:1822757051502285 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757051504425:1822757051505745 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757051506705:1822757051507575 116426:116430 hsa_signal_load_relaxed() = 1 -1822757049865475:1822757051509845 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757051508485:1822757051510425 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757051511595:1822757051512415 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757051512065:1822757051513185 116426:116430 hsa_signal_destroy() = 0 -1822757051514975:1822757051515575 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757051532765:1822757051533385 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757051537606:1822757051538216 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757051551676:1822757051552656 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 148 -1822757051553586:1822757051554526 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 148 -1822757051555426:1822757051556696 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757051557386:1822757051557736 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757051558776:1822757051559636 116426:116426 hsa_signal_store_relaxed(, 148) = void -1822757051561926:1822757051562526 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757051566556:1822757051567166 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757051569196:1822757051569806 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757051570626:1822757051571426 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757051571866:1822757051572276 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 149 -1822757051572726:1822757051573046 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 148 -1822757051573706:1822757051574016 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757051574456:1822757051574946 116426:116426 hsa_signal_store_relaxed(, 149) = void -1822757051576256:1822757052849104 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757052853914:1822757052854484 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757052857034:1822757052858044 116426:116426 hsa_signal_destroy() = 0 -1822757052859764:1822757052860204 116426:116426 hsa_signal_destroy() = 0 -1822757052861234:1822757052861784 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757052862244:1822757052862774 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757052863714:1822757052864304 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757052864714:1822757052865244 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757052865654:1822757052865924 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757052866814:1822757052867344 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757052867834:1822757052868584 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19830) = 0 -1822757052869134:1822757052872614 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce197f0) = 0 -1822757052873084:1822757052874624 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757055474210:1822757055478770 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757055481120:1822757055482330 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757055483360:1822757055484380 116426:116430 hsa_signal_load_relaxed() = 1 -1822757052875094:1822757055490420 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757055488820:1822757055490860 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757055492690:1822757055493400 116426:116430 hsa_signal_destroy() = 0 -1822757056131544:1822757056132284 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757062620326:1822757062621836 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757062636906:1822757062637436 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757062638136:1822757062638666 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757062641636:1822757062642656 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757062643046:1822757062643916 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757062644536:1822757062645586 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757063246500:1822757063246870 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757063248870:1822757063249400 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757063250280:1822757063252550 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19890) = 0 -1822757063253460:1822757063259480 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19850) = 0 -1822757063260290:1822757063263430 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757064930801:1822757064935401 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757064937811:1822757064938911 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757064940061:1822757064940921 116426:116430 hsa_signal_load_relaxed() = 1 -1822757063263990:1822757064943251 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757064941871:1822757064943811 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757064944541:1822757064945091 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757064945461:1822757064946281 116426:116430 hsa_signal_destroy() = 0 -1822757064947111:1822757064947721 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757064964101:1822757064964711 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757064969061:1822757064969671 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757064975951:1822757064976871 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 150 -1822757064977951:1822757064978441 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 150 -1822757064979331:1822757064980431 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757064989271:1822757064989711 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757064991171:1822757064992041 116426:116426 hsa_signal_store_relaxed(, 150) = void -1822757064994181:1822757064994791 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757064998971:1822757064999571 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757065001921:1822757065002531 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757065003561:1822757065004861 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757065005311:1822757065005631 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 151 -1822757065006071:1822757065006391 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 150 -1822757065007031:1822757065007351 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757065007791:1822757065008281 116426:116426 hsa_signal_store_relaxed(, 151) = void -1822757065009831:1822757066270739 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757066275269:1822757066275839 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757066278469:1822757066279479 116426:116426 hsa_signal_destroy() = 0 -1822757066281069:1822757066281749 116426:116426 hsa_signal_destroy() = 0 -1822757066283059:1822757066283619 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757066284069:1822757066284599 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757066285789:1822757066286259 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757066286689:1822757066287099 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757066287509:1822757066287779 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757066288849:1822757066289389 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757066289829:1822757066290499 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce198f0) = 0 -1822757066290959:1822757066294310 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce198b0) = 0 -1822757066294780:1822757066296020 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757068825006:1822757068829606 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757068831976:1822757068833086 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757068834296:1822757068835326 116426:116430 hsa_signal_load_relaxed() = 1 -1822757066296490:1822757068837936 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757068836286:1822757068838296 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757068839586:1822757068840306 116426:116430 hsa_signal_destroy() = 0 -1822757069464000:1822757069464680 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757075874260:1822757075875640 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757075889930:1822757075890470 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757075890940:1822757075891470 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757075893640:1822757075894550 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757075894940:1822757075895810 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757075896340:1822757075897070 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757076494634:1822757076495014 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757076497074:1822757076497674 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757076498664:1822757076501524 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19950) = 0 -1822757076502624:1822757076508894 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19910) = 0 -1822757076509534:1822757076513024 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757078124475:1822757078129035 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757078131225:1822757078132345 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757078133305:1822757078134185 116426:116430 hsa_signal_load_relaxed() = 1 -1822757076513764:1822757078136635 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757078135285:1822757078137235 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757078138185:1822757078138805 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757078138905:1822757078139725 116426:116430 hsa_signal_destroy() = 0 -1822757078141585:1822757078142185 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757078159035:1822757078159845 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757078163945:1822757078164545 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757078170505:1822757078171525 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 152 -1822757078172555:1822757078173205 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 152 -1822757078174395:1822757078175665 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757078176505:1822757078176925 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757078178055:1822757078178895 116426:116426 hsa_signal_store_relaxed(, 152) = void -1822757078181515:1822757078182125 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757078195975:1822757078196575 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757078199695:1822757078200305 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757078201285:1822757078201955 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757078202405:1822757078202725 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 153 -1822757078203165:1822757078203495 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 152 -1822757078204125:1822757078204435 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757078204885:1822757078205375 116426:116426 hsa_signal_store_relaxed(, 153) = void -1822757078206735:1822757079453003 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757079457613:1822757079458513 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757079461333:1822757079462733 116426:116426 hsa_signal_destroy() = 0 -1822757079464733:1822757079465213 116426:116426 hsa_signal_destroy() = 0 -1822757079466453:1822757079467073 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757079467583:1822757079468193 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757079469043:1822757079469573 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757079470033:1822757079470573 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757079471033:1822757079471343 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757079472463:1822757079473063 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757079473563:1822757079474353 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce199b0) = 0 -1822757079474993:1822757079478503 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19970) = 0 -1822757079479033:1822757079480353 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757082001399:1822757082005999 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757082008289:1822757082009399 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757082010419:1822757082011459 116426:116430 hsa_signal_load_relaxed() = 1 -1822757079480873:1822757082014189 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757082012549:1822757082014559 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757082015829:1822757082016549 116426:116430 hsa_signal_destroy() = 0 -1822757082647143:1822757082647823 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757089061924:1822757089062844 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757089077904:1822757089078444 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757089089454:1822757089089994 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757089093114:1822757089094164 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757089094554:1822757089095424 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757089096114:1822757089096904 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757089699128:1822757089699598 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757089701278:1822757089701808 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757089702668:1822757089705628 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19a10) = 0 -1822757089706628:1822757089712098 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce199d0) = 0 -1822757089712738:1822757089716378 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757091476320:1822757091480900 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757091483380:1822757091484480 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757091485570:1822757091486440 116426:116430 hsa_signal_load_relaxed() = 1 -1822757089716938:1822757091488750 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757091487400:1822757091489310 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757091490010:1822757091490530 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757091491050:1822757091491880 116426:116430 hsa_signal_destroy() = 0 -1822757091493240:1822757091493850 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757091510650:1822757091511460 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757091515560:1822757091516160 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757091522020:1822757091523350 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 154 -1822757091524340:1822757091525130 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 154 -1822757091525990:1822757091527060 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757091527780:1822757091528200 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757091529350:1822757091530170 116426:116426 hsa_signal_store_relaxed(, 154) = void -1822757091532400:1822757091533010 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757091536960:1822757091537570 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757091539690:1822757091540300 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757091541190:1822757091542000 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757091545010:1822757091545330 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 155 -1822757091545780:1822757091546100 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 154 -1822757091546750:1822757091547060 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757091547510:1822757091548000 116426:116426 hsa_signal_store_relaxed(, 155) = void -1822757091549500:1822757092812508 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757092817178:1822757092817748 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757092820568:1822757092821868 116426:116426 hsa_signal_destroy() = 0 -1822757092823408:1822757092823858 116426:116426 hsa_signal_destroy() = 0 -1822757092825268:1822757092825818 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757092826268:1822757092826798 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757092827718:1822757092828208 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757092828608:1822757092829028 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757092829438:1822757092829718 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757092830618:1822757092831158 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757092831608:1822757092832358 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19a70) = 0 -1822757092832868:1822757092836338 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19a30) = 0 -1822757092836808:1822757092838218 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757095475145:1822757095479685 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757095482025:1822757095483195 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757095484235:1822757095485265 116426:116430 hsa_signal_load_relaxed() = 1 -1822757092838678:1822757095487805 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757095486225:1822757095488235 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757095489755:1822757095490485 116426:116430 hsa_signal_destroy() = 0 -1822757096137850:1822757096138550 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757102634221:1822757102635461 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757102650921:1822757102651451 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757102652261:1822757102652791 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757102655631:1822757102656521 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757102667931:1822757102668621 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757102669161:1822757102670081 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757103273665:1822757103274025 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757103275525:1822757103276055 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757103277035:1822757103279635 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19ad0) = 0 -1822757103280555:1822757103286405 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19a90) = 0 -1822757103287395:1822757103290555 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757104911985:1822757104916635 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757104918915:1822757104920035 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757104920995:1822757104921855 116426:116430 hsa_signal_load_relaxed() = 1 -1822757103291035:1822757104924425 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757104922945:1822757104924875 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757104925765:1822757104926645 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757104926435:1822757104927565 116426:116430 hsa_signal_destroy() = 0 -1822757104928705:1822757104929325 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757104945725:1822757104946335 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757104950455:1822757104951055 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757104957105:1822757104958016 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 156 -1822757104959016:1822757104959746 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 156 -1822757104960716:1822757104962016 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757104962856:1822757104963276 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757104964326:1822757104965156 116426:116426 hsa_signal_store_relaxed(, 156) = void -1822757104967986:1822757104968596 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757104973766:1822757104974376 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757104976966:1822757104977576 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757104978986:1822757104979926 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757104980376:1822757104980696 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 157 -1822757104981136:1822757104981466 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 156 -1822757104982116:1822757104982436 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757104984966:1822757104985466 116426:116426 hsa_signal_store_relaxed(, 157) = void -1822757104987246:1822757106247164 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757106251624:1822757106252274 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757106254794:1822757106255814 116426:116426 hsa_signal_destroy() = 0 -1822757106257624:1822757106258404 116426:116426 hsa_signal_destroy() = 0 -1822757106259514:1822757106260064 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757106260504:1822757106261034 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757106262034:1822757106262644 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757106263054:1822757106263464 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757106263874:1822757106264144 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757106265054:1822757106265574 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757106266024:1822757106266694 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19b30) = 0 -1822757106267224:1822757106270554 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19af0) = 0 -1822757106271024:1822757106272144 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757108821370:1822757108825930 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757108828560:1822757108829680 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757108830700:1822757108831730 116426:116430 hsa_signal_load_relaxed() = 1 -1822757106272594:1822757108834460 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757108832820:1822757108834840 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757108836040:1822757108836770 116426:116430 hsa_signal_destroy() = 0 -1822757109463364:1822757109464044 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757115892375:1822757115893645 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757115908955:1822757115909485 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757115910285:1822757115910815 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757115913315:1822757115914125 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757115914725:1822757115915355 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757115916085:1822757115916875 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757116524389:1822757116524749 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757116535789:1822757116536329 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757116537349:1822757116540109 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19b90) = 0 -1822757116541169:1822757116547559 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19b50) = 0 -1822757116548289:1822757116551659 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757118179550:1822757118184110 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757118186350:1822757118187490 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757118188580:1822757118189440 116426:116430 hsa_signal_load_relaxed() = 1 -1822757116552309:1822757118191720 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757118190360:1822757118192300 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757118193330:1822757118193830 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757118194270:1822757118195090 116426:116430 hsa_signal_destroy() = 0 -1822757118196830:1822757118197440 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757118213940:1822757118214750 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757118218780:1822757118219380 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757118225750:1822757118226930 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 158 -1822757118227740:1822757118228700 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 158 -1822757118229570:1822757118230880 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757118231600:1822757118231940 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757118233050:1822757118233880 116426:116426 hsa_signal_store_relaxed(, 158) = void -1822757118236090:1822757118236700 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757118240600:1822757118241210 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757118243480:1822757118244080 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757118245130:1822757118245880 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757118246330:1822757118246640 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 159 -1822757118247080:1822757118247400 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 158 -1822757118248030:1822757118248340 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757118248790:1822757118249270 116426:116426 hsa_signal_store_relaxed(, 159) = void -1822757118250680:1822757119514598 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757119519298:1822757119519918 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757119525368:1822757119526448 116426:116426 hsa_signal_destroy() = 0 -1822757119528798:1822757119529288 116426:116426 hsa_signal_destroy() = 0 -1822757119530598:1822757119531218 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757119531718:1822757119532318 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757119533198:1822757119533728 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757119534208:1822757119534668 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757119535258:1822757119535558 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757119536528:1822757119537138 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757119537638:1822757119538728 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19bf0) = 0 -1822757119539318:1822757119542858 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19bb0) = 0 -1822757119543398:1822757119544838 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757122089575:1822757122094135 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757122096315:1822757122097585 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757122098605:1822757122099635 116426:116430 hsa_signal_load_relaxed() = 1 -1822757119545378:1822757122102065 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757122100435:1822757122102445 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757122103795:1822757122104525 116426:116430 hsa_signal_destroy() = 0 -1822757122733549:1822757122734229 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757129248980:1822757129250110 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757129265250:1822757129265790 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757129266500:1822757129267030 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757129269430:1822757129270380 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757129270770:1822757129271310 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757129271930:1822757129272810 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757129854744:1822757129855154 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757129856964:1822757129857494 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757129858484:1822757129860934 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19c50) = 0 -1822757129862244:1822757129867434 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19c10) = 0 -1822757129876014:1822757129879264 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757131515085:1822757131519685 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757131521945:1822757131523055 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757131524015:1822757131524885 116426:116430 hsa_signal_load_relaxed() = 1 -1822757129879774:1822757131527045 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757131525685:1822757131527625 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757131528445:1822757131529075 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757131529165:1822757131529995 116426:116430 hsa_signal_destroy() = 0 -1822757131532065:1822757131532675 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757131550015:1822757131550825 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757131554585:1822757131555185 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757131561145:1822757131562195 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 160 -1822757131563135:1822757131563955 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 160 -1822757131564965:1822757131566025 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757131566795:1822757131567145 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757131568185:1822757131568955 116426:116426 hsa_signal_store_relaxed(, 160) = void -1822757131571305:1822757131571905 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757131576155:1822757131576765 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757131579385:1822757131579995 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757131581045:1822757131581865 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757131582305:1822757131582625 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 161 -1822757131583065:1822757131583395 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 160 -1822757131584055:1822757131584365 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757131584805:1822757131585295 116426:116426 hsa_signal_store_relaxed(, 161) = void -1822757131586685:1822757132843883 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757132848133:1822757132848653 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757132851223:1822757132852523 116426:116426 hsa_signal_destroy() = 0 -1822757132853973:1822757132854423 116426:116426 hsa_signal_destroy() = 0 -1822757132855503:1822757132856053 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757132862103:1822757132862633 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757132863663:1822757132864153 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757132864553:1822757132864973 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757132865453:1822757132865723 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757132866793:1822757132867323 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757132867763:1822757132868543 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19cb0) = 0 -1822757132869123:1822757132872453 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19c70) = 0 -1822757132872933:1822757132874153 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757135475740:1822757135480280 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757135482570:1822757135483690 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757135484710:1822757135485740 116426:116430 hsa_signal_load_relaxed() = 1 -1822757132874623:1822757135488120 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757135486550:1822757135488550 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757135489760:1822757135490490 116426:116430 hsa_signal_destroy() = 0 -1822757136135124:1822757136135874 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757142625635:1822757142627095 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757142642065:1822757142642605 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757142643365:1822757142643905 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757142646205:1822757142647085 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757142647675:1822757142648205 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757142648855:1822757142649935 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757143252549:1822757143252939 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757143254539:1822757143255069 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757143256249:1822757143259049 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19d10) = 0 -1822757143260149:1822757143265829 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19cd0) = 0 -1822757143266559:1822757143270209 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757144923010:1822757144927640 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757144929750:1822757144930850 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757144935810:1822757144936700 116426:116430 hsa_signal_load_relaxed() = 1 -1822757143270879:1822757144939000 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757144937520:1822757144939460 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757144940550:1822757144941350 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757144941140:1822757144942260 116426:116430 hsa_signal_destroy() = 0 -1822757144943540:1822757144944140 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757144960430:1822757144961040 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757144965070:1822757144965680 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757144971390:1822757144972400 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 162 -1822757144973340:1822757144973830 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 162 -1822757144974710:1822757144975950 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757144976610:1822757144977040 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757144978060:1822757144979090 116426:116426 hsa_signal_store_relaxed(, 162) = void -1822757144981470:1822757144982080 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757144986070:1822757144986680 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757144988670:1822757144989280 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757144990100:1822757144991050 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757144991490:1822757144991810 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 163 -1822757144992250:1822757144992570 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 162 -1822757144993210:1822757144993530 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757144993970:1822757144994460 116426:116426 hsa_signal_store_relaxed(, 163) = void -1822757144995970:1822757146248778 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757146253418:1822757146254038 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757146256548:1822757146257858 116426:116426 hsa_signal_destroy() = 0 -1822757146259578:1822757146260338 116426:116426 hsa_signal_destroy() = 0 -1822757146261668:1822757146262208 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757146262658:1822757146263188 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757146263898:1822757146264378 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757146264778:1822757146265198 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757146274979:1822757146275259 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757146276309:1822757146276839 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757146277289:1822757146277979 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19d70) = 0 -1822757146278509:1822757146281879 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19d30) = 0 -1822757146282339:1822757146283519 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757148808635:1822757148813255 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757148815375:1822757148816475 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757148817505:1822757148818525 116426:116430 hsa_signal_load_relaxed() = 1 -1822757146283979:1822757148820985 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757148819335:1822757148821345 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757148822635:1822757148823355 116426:116430 hsa_signal_destroy() = 0 -1822757149449519:1822757149450199 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757155994110:1822757155995440 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757156030800:1822757156031420 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757156031960:1822757156032560 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757156035110:1822757156036050 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757156036500:1822757156037490 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757156038160:1822757156039440 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757156648964:1822757156649614 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757156651404:1822757156651934 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757156652624:1822757156655294 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19dd0) = 0 -1822757156656214:1822757156661834 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19d90) = 0 -1822757156662414:1822757156665785 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757158289225:1822757158293715 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757158296015:1822757158297295 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757158298255:1822757158299115 116426:116430 hsa_signal_load_relaxed() = 1 -1822757156666295:1822757158301425 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757158300075:1822757158302175 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757158302825:1822757158303355 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757158307505:1822757158308255 116426:116430 hsa_signal_destroy() = 0 -1822757158310395:1822757158311005 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757158327645:1822757158328255 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757158332615:1822757158333225 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757158339095:1822757158340105 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 164 -1822757158341045:1822757158341695 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 164 -1822757158342575:1822757158343785 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757158344475:1822757158344895 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757158346135:1822757158346955 116426:116426 hsa_signal_store_relaxed(, 164) = void -1822757158349205:1822757158349815 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757158354145:1822757158354755 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757158357315:1822757158357915 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757158358995:1822757158359755 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757158360205:1822757158360535 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 165 -1822757158360975:1822757158361295 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 164 -1822757158361945:1822757158362265 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757158362705:1822757158363195 116426:116426 hsa_signal_store_relaxed(, 165) = void -1822757158364615:1822757159624994 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757159629334:1822757159629904 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757159632554:1822757159633644 116426:116426 hsa_signal_destroy() = 0 -1822757159635134:1822757159635714 116426:116426 hsa_signal_destroy() = 0 -1822757159636784:1822757159637334 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757159637784:1822757159638324 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757159639194:1822757159639684 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757159640184:1822757159640594 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757159641004:1822757159641284 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757159642344:1822757159642874 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757159649314:1822757159650074 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19e30) = 0 -1822757159650614:1822757159653984 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19df0) = 0 -1822757159654474:1822757159655614 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757162241380:1822757162245850 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757162248120:1822757162249470 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757162250490:1822757162251520 116426:116430 hsa_signal_load_relaxed() = 1 -1822757159656084:1822757162253950 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757162252320:1822757162254340 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757162255700:1822757162256420 116426:116430 hsa_signal_destroy() = 0 -1822757162884344:1822757162885024 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757169382495:1822757169383565 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757169398246:1822757169398786 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757169399606:1822757169400136 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757169402836:1822757169403726 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757169404316:1822757169405146 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757169405906:1822757169406946 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757169990609:1822757169991019 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757169992629:1822757169993159 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757169994339:1822757169997069 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19e90) = 0 -1822757169998099:1822757170003679 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19e50) = 0 -1822757170004619:1822757170008039 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757171674820:1822757171679360 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757171681690:1822757171683070 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757171684230:1822757171685090 116426:116430 hsa_signal_load_relaxed() = 1 -1822757170008669:1822757171687540 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757171686190:1822757171688140 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757171688950:1822757171689660 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757171689780:1822757171690610 116426:116430 hsa_signal_destroy() = 0 -1822757171692380:1822757171692990 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757171716640:1822757171717440 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757171721400:1822757171722010 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757171727760:1822757171728770 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 166 -1822757171729580:1822757171730230 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 166 -1822757171731110:1822757171732180 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757171732871:1822757171733221 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757171734421:1822757171735451 116426:116426 hsa_signal_store_relaxed(, 166) = void -1822757171737731:1822757171738331 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757171742311:1822757171742921 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757171744951:1822757171745551 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757171746711:1822757171747601 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757171748051:1822757171748371 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 167 -1822757171748811:1822757171749121 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 166 -1822757171749761:1822757171750081 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757171750511:1822757171751001 116426:116426 hsa_signal_store_relaxed(, 167) = void -1822757171752541:1822757173010199 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757173015189:1822757173015799 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757173018769:1822757173020449 116426:116426 hsa_signal_destroy() = 0 -1822757173022519:1822757173022999 116426:116426 hsa_signal_destroy() = 0 -1822757173024419:1822757173025049 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757173025559:1822757173026159 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757173027169:1822757173027699 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757173028159:1822757173028609 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757173029079:1822757173029379 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757173030369:1822757173030969 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757173031479:1822757173032289 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19ef0) = 0 -1822757173032809:1822757173036139 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19eb0) = 0 -1822757173036679:1822757173038019 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757175657816:1822757175662366 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757175664626:1822757175666026 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757175667066:1822757175668096 116426:116430 hsa_signal_load_relaxed() = 1 -1822757173041219:1822757175670476 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757175668906:1822757175670946 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757175672316:1822757175673046 116426:116430 hsa_signal_destroy() = 0 -1822757176312910:1822757176313690 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757182720761:1822757182722521 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757182736761:1822757182737291 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757182738221:1822757182738751 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757182741581:1822757182742311 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757182742711:1822757182743571 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757182744141:1822757182745351 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757183325044:1822757183325554 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757183327084:1822757183327614 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757183328584:1822757183331114 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19f50) = 0 -1822757183332064:1822757183337894 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19f10) = 0 -1822757183338624:1822757183341944 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757184938575:1822757184943195 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757184945345:1822757184946455 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757184947485:1822757184948345 116426:116430 hsa_signal_load_relaxed() = 1 -1822757183342434:1822757184950565 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757184949185:1822757184951115 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757184952355:1822757184953185 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757184952765:1822757184953915 116426:116430 hsa_signal_destroy() = 0 -1822757184955805:1822757184956415 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757184973365:1822757184973975 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757184977825:1822757184978425 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757184984705:1822757184985705 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 168 -1822757184996725:1822757184997385 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 168 -1822757184998475:1822757184999675 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757185000325:1822757185000755 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757185001805:1822757185002645 116426:116426 hsa_signal_store_relaxed(, 168) = void -1822757185004885:1822757185005485 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757185009375:1822757185009975 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757185012455:1822757185013065 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757185013995:1822757185014975 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757185015415:1822757185015725 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 169 -1822757185016165:1822757185016485 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 168 -1822757185017165:1822757185017475 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757185017925:1822757185018415 116426:116426 hsa_signal_store_relaxed(, 169) = void -1822757185019945:1822757186290163 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757186294853:1822757186295423 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757186298433:1822757186299443 116426:116426 hsa_signal_destroy() = 0 -1822757186301363:1822757186302043 116426:116426 hsa_signal_destroy() = 0 -1822757186303173:1822757186303723 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757186304173:1822757186304703 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757186305643:1822757186306213 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757186306623:1822757186307033 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757186307443:1822757186307723 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757186308623:1822757186309153 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757186309603:1822757186310243 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce19fb0) = 0 -1822757186310743:1822757186314243 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19f70) = 0 -1822757186314723:1822757186315973 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757188851780:1822757188856370 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757188858640:1822757188859740 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757188860760:1822757188861790 116426:116430 hsa_signal_load_relaxed() = 1 -1822757186316443:1822757188867880 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757188866220:1822757188868250 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757188870050:1822757188870760 116426:116430 hsa_signal_destroy() = 0 -1822757189495264:1822757189495944 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757195932034:1822757195933124 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757195947484:1822757195948024 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757195948634:1822757195949174 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757195951665:1822757195952495 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757195952905:1822757195953545 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757195954165:1822757195954885 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757196574248:1822757196574648 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757196586429:1822757196587039 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757196587989:1822757196590599 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a010) = 0 -1822757196591499:1822757196597139 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce19fd0) = 0 -1822757196597979:1822757196601509 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757198232499:1822757198236989 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757198239449:1822757198240559 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757198241709:1822757198242569 116426:116430 hsa_signal_load_relaxed() = 1 -1822757196602159:1822757198244749 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757198243379:1822757198245309 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757198246129:1822757198247179 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757198246959:1822757198248109 116426:116430 hsa_signal_destroy() = 0 -1822757198250709:1822757198251309 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757198269699:1822757198270309 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757198274649:1822757198275249 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757198281689:1822757198282709 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 170 -1822757198283649:1822757198284299 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 170 -1822757198285119:1822757198286379 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757198287270:1822757198287620 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757198290240:1822757198291170 116426:116426 hsa_signal_store_relaxed(, 170) = void -1822757198293800:1822757198294410 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757198300790:1822757198301400 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757198303800:1822757198304410 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757198305300:1822757198306390 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757198306830:1822757198307140 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 171 -1822757198307580:1822757198307900 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 170 -1822757198308560:1822757198308870 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757198309320:1822757198309800 116426:116426 hsa_signal_store_relaxed(, 171) = void -1822757198311270:1822757199587168 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757199592098:1822757199592728 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757199595628:1822757199596798 116426:116426 hsa_signal_destroy() = 0 -1822757199598438:1822757199598928 116426:116426 hsa_signal_destroy() = 0 -1822757199600248:1822757199600868 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757199601378:1822757199601988 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757199602858:1822757199603388 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757199603848:1822757199604298 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757199604758:1822757199605068 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757199606188:1822757199606788 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757199607308:1822757199608128 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a070) = 0 -1822757199608668:1822757199612168 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a030) = 0 -1822757199612768:1822757199614158 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757202128484:1822757202133014 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757202135464:1822757202136584 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757202137804:1822757202138834 116426:116430 hsa_signal_load_relaxed() = 1 -1822757199614688:1822757202141424 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757202139794:1822757202141804 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757202143104:1822757202143814 116426:116430 hsa_signal_destroy() = 0 -1822757202770668:1822757202771348 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757209270260:1822757209271540 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757209285380:1822757209285920 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757209286400:1822757209286930 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757209289230:1822757209289960 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757209290350:1822757209291220 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757209291790:1822757209292910 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757209874224:1822757209874564 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757209876274:1822757209876804 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757209877994:1822757209880584 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a0d0) = 0 -1822757209881584:1822757209887394 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a090) = 0 -1822757209888144:1822757209891534 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757211517664:1822757211522194 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757211524394:1822757211525604 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757211526564:1822757211527434 116426:116430 hsa_signal_load_relaxed() = 1 -1822757209892024:1822757211529884 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757211528534:1822757211530464 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757211531444:1822757211532334 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757211532114:1822757211533244 116426:116430 hsa_signal_destroy() = 0 -1822757211535124:1822757211535724 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757211552044:1822757211552664 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757211556524:1822757211557124 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757211562744:1822757211563764 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 172 -1822757211564784:1822757211565434 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 172 -1822757211566484:1822757211567794 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757211568694:1822757211569124 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757211570164:1822757211570984 116426:116426 hsa_signal_store_relaxed(, 172) = void -1822757211573344:1822757211573954 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757211578134:1822757211578744 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757211590714:1822757211591324 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757211592244:1822757211593144 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757211593584:1822757211593994 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 173 -1822757211594444:1822757211594754 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 172 -1822757211595404:1822757211595714 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757211596164:1822757211596654 116426:116426 hsa_signal_store_relaxed(, 173) = void -1822757211598174:1822757212865722 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757212869912:1822757212870432 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757212873542:1822757212874612 116426:116426 hsa_signal_destroy() = 0 -1822757212876282:1822757212876732 116426:116426 hsa_signal_destroy() = 0 -1822757212877832:1822757212878382 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757212878832:1822757212879362 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757212880182:1822757212880672 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757212881082:1822757212881652 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757212882062:1822757212882332 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757212883422:1822757212883952 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757212884442:1822757212885182 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a130) = 0 -1822757212885642:1822757212889002 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a0f0) = 0 -1822757212889492:1822757212890652 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757215480689:1822757215485249 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757215487599:1822757215488899 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757215489919:1822757215490939 116426:116430 hsa_signal_load_relaxed() = 1 -1822757212891112:1822757215493619 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757215492049:1822757215494059 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757215495399:1822757215496119 116426:116430 hsa_signal_destroy() = 0 -1822757216142773:1822757216143493 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757222620205:1822757222621525 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757222637825:1822757222638365 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757222650295:1822757222650835 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757222653245:1822757222653975 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757222654365:1822757222655225 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757222655865:1822757222656815 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757223253339:1822757223253739 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757223255419:1822757223255949 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757223256909:1822757223259339 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a190) = 0 -1822757223260359:1822757223266849 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a150) = 0 -1822757223267769:1822757223270969 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757224891609:1822757224896179 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757224898629:1822757224899739 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757224900819:1822757224901689 116426:116430 hsa_signal_load_relaxed() = 1 -1822757223271549:1822757224904039 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757224902669:1822757224904599 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757224905299:1822757224905819 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757224906279:1822757224907109 116426:116430 hsa_signal_destroy() = 0 -1822757224907979:1822757224908799 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757224926510:1822757224927120 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757224930980:1822757224931580 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757224937730:1822757224938650 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 174 -1822757224939710:1822757224940200 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 174 -1822757224941030:1822757224942300 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757224943370:1822757224943800 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757224944990:1822757224945820 116426:116426 hsa_signal_store_relaxed(, 174) = void -1822757224948490:1822757224949100 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757224953450:1822757224954050 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757224956280:1822757224956890 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757224957970:1822757224958920 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757224961430:1822757224961760 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 175 -1822757224962210:1822757224962520 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 174 -1822757224963340:1822757224963660 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757224964100:1822757224964590 116426:116426 hsa_signal_store_relaxed(, 175) = void -1822757224966150:1822757226228068 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757226232178:1822757226232748 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757226236018:1822757226237388 116426:116426 hsa_signal_destroy() = 0 -1822757226238968:1822757226239738 116426:116426 hsa_signal_destroy() = 0 -1822757226240918:1822757226241458 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757226241898:1822757226242428 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757226243218:1822757226243698 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757226244108:1822757226244518 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757226244928:1822757226245198 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757226246248:1822757226246778 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757226247218:1822757226247908 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a1f0) = 0 -1822757226248478:1822757226251878 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a1b0) = 0 -1822757226252338:1822757226253518 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757228790444:1822757228795014 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757228797464:1822757228798684 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757228799824:1822757228800854 116426:116430 hsa_signal_load_relaxed() = 1 -1822757226253978:1822757228803464 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757228801824:1822757228803834 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757228805264:1822757228805984 116426:116430 hsa_signal_destroy() = 0 -1822757229429178:1822757229429858 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757235881799:1822757235883419 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757235897589:1822757235898129 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757235898769:1822757235899299 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757235901759:1822757235902639 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757235903029:1822757235903899 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757235914539:1822757235915739 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757236523443:1822757236523753 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757236525383:1822757236525913 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757236526873:1822757236529253 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a250) = 0 -1822757236530333:1822757236536433 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a210) = 0 -1822757236537003:1822757236540454 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757238166624:1822757238171184 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757238173564:1822757238174724 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757238175684:1822757238176544 116426:116430 hsa_signal_load_relaxed() = 1 -1822757236541064:1822757238178984 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757238177624:1822757238179564 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757238180724:1822757238181484 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757238181104:1822757238182234 116426:116430 hsa_signal_destroy() = 0 -1822757238184534:1822757238185144 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757238201624:1822757238202234 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757238206424:1822757238207034 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757238212964:1822757238213994 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 176 -1822757238214794:1822757238215454 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 176 -1822757238216344:1822757238217624 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757238218324:1822757238218754 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757238219824:1822757238220824 116426:116426 hsa_signal_store_relaxed(, 176) = void -1822757238223164:1822757238223774 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757238228644:1822757238229244 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757238231494:1822757238232104 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757238232934:1822757238233804 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757238234244:1822757238234564 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 177 -1822757238235004:1822757238235324 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 176 -1822757238235974:1822757238236284 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757238242244:1822757238242744 116426:116426 hsa_signal_store_relaxed(, 177) = void -1822757238244494:1822757239512763 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757239517433:1822757239517993 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757239520733:1822757239521823 116426:116426 hsa_signal_destroy() = 0 -1822757239523633:1822757239524113 116426:116426 hsa_signal_destroy() = 0 -1822757239525363:1822757239525983 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757239526493:1822757239527093 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757239528033:1822757239528553 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757239529013:1822757239529623 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757239530403:1822757239530713 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757239531693:1822757239532293 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757239532803:1822757239533623 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a2b0) = 0 -1822757239534263:1822757239537783 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a270) = 0 -1822757239538313:1822757239539553 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757242045168:1822757242049718 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757242052239:1822757242053349 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757242054379:1822757242055409 116426:116430 hsa_signal_load_relaxed() = 1 -1822757239540073:1822757242058119 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757242056499:1822757242058549 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757242059749:1822757242060479 116426:116430 hsa_signal_destroy() = 0 -1822757242683672:1822757242684342 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757249236054:1822757249236864 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757249251974:1822757249252514 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757249253274:1822757249253814 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757249256504:1822757249257384 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757249258044:1822757249258914 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757249259574:1822757249260384 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757249862138:1822757249862558 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757249864028:1822757249864568 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757249872578:1822757249875018 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a310) = 0 -1822757249875938:1822757249881718 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a2d0) = 0 -1822757249882878:1822757249886098 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757251523049:1822757251527609 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757251529839:1822757251531079 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757251532039:1822757251532899 116426:116430 hsa_signal_load_relaxed() = 1 -1822757249886678:1822757251535059 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757251533699:1822757251535639 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757251536579:1822757251537079 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757251537519:1822757251538349 116426:116430 hsa_signal_destroy() = 0 -1822757251539719:1822757251540329 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757251557419:1822757251558029 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757251562359:1822757251562959 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757251569089:1822757251570259 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 178 -1822757251571409:1822757251572059 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 178 -1822757251572939:1822757251573999 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757251574719:1822757251575069 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757251576059:1822757251576869 116426:116426 hsa_signal_store_relaxed(, 178) = void -1822757251579119:1822757251579729 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757251583989:1822757251584599 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757251587069:1822757251587669 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757251588649:1822757251589389 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757251589829:1822757251590149 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 179 -1822757251590589:1822757251590909 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 178 -1822757251591759:1822757251592069 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757251592519:1822757251592999 116426:116426 hsa_signal_store_relaxed(, 179) = void -1822757251594479:1822757252857798 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757252862678:1822757252863448 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757252868188:1822757252869248 116426:116426 hsa_signal_destroy() = 0 -1822757252871038:1822757252871568 116426:116426 hsa_signal_destroy() = 0 -1822757252872658:1822757252873208 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757252873668:1822757252874198 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757252874798:1822757252875278 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757252875688:1822757252876218 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757252876748:1822757252877028 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757252877918:1822757252878458 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757252878898:1822757252879648 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a370) = 0 -1822757252880168:1822757252883488 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a330) = 0 -1822757252883958:1822757252885328 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757255477504:1822757255482034 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757255484244:1822757255485644 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757255486694:1822757255487714 116426:116430 hsa_signal_load_relaxed() = 1 -1822757252885798:1822757255490094 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757255488524:1822757255490524 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757255492164:1822757255492884 116426:116430 hsa_signal_destroy() = 0 -1822757256131558:1822757256132258 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757262626950:1822757262628290 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757262643370:1822757262643910 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757262644620:1822757262645150 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757262648050:1822757262648950 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757262649700:1822757262650570 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757262651220:1822757262652090 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757263251154:1822757263251644 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757263253264:1822757263253794 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757263254874:1822757263257404 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a3d0) = 0 -1822757263258324:1822757263263964 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a390) = 0 -1822757263264774:1822757263268334 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757264894394:1822757264898954 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757264901244:1822757264902354 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757264903314:1822757264904194 116426:116430 hsa_signal_load_relaxed() = 1 -1822757263275434:1822757264906474 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757264904994:1822757264906924 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757264907874:1822757264908714 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757264908484:1822757264909604 116426:116430 hsa_signal_destroy() = 0 -1822757264911224:1822757264911834 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757264929084:1822757264929694 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757264934264:1822757264934864 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757264941064:1822757264942044 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 180 -1822757264943124:1822757264943614 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 180 -1822757264944644:1822757264945814 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757264946664:1822757264947084 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757264948274:1822757264949184 116426:116426 hsa_signal_store_relaxed(, 180) = void -1822757264951704:1822757264952314 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757264956494:1822757264957104 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757264959514:1822757264960124 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757264961094:1822757264962044 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757264962484:1822757264962804 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 181 -1822757264963244:1822757264963554 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 180 -1822757264964214:1822757264964524 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757264964974:1822757264965464 116426:116426 hsa_signal_store_relaxed(, 181) = void -1822757264967185:1822757266215062 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757266219422:1822757266219942 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757266222862:1822757266224042 116426:116426 hsa_signal_destroy() = 0 -1822757266225782:1822757266226552 116426:116426 hsa_signal_destroy() = 0 -1822757266227722:1822757266228272 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757266230862:1822757266231402 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757266232102:1822757266232862 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757266233272:1822757266233832 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757266234242:1822757266234512 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757266235402:1822757266235932 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757266236382:1822757266237072 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a430) = 0 -1822757266237652:1822757266241022 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a3f0) = 0 -1822757266241492:1822757266242742 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757268778378:1822757268782958 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757268785048:1822757268786148 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757268787168:1822757268788198 116426:116430 hsa_signal_load_relaxed() = 1 -1822757266243202:1822757268790648 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757268789008:1822757268791008 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757268792218:1822757268792938 116426:116430 hsa_signal_destroy() = 0 -1822757269420073:1822757269420753 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757275856114:1822757275857514 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757275871514:1822757275872044 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757275873054:1822757275873584 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757275876114:1822757275877004 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757275877604:1822757275878054 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757275878714:1822757275879404 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757276490498:1822757276491138 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757276492988:1822757276493518 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757276494598:1822757276497078 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a490) = 0 -1822757276498268:1822757276504438 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a450) = 0 -1822757276505178:1822757276508798 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757278129888:1822757278134458 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757278136708:1822757278137928 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757278139018:1822757278139878 116426:116430 hsa_signal_load_relaxed() = 1 -1822757276509378:1822757278145798 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757278144428:1822757278146378 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757278147358:1822757278147808 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757278148408:1822757278149118 116426:116430 hsa_signal_destroy() = 0 -1822757278150528:1822757278151428 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757278176568:1822757278177178 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757278181008:1822757278181618 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757278187228:1822757278188248 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 182 -1822757278189048:1822757278189698 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 182 -1822757278190588:1822757278191948 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757278192698:1822757278193118 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757278194288:1822757278195048 116426:116426 hsa_signal_store_relaxed(, 182) = void -1822757278197318:1822757278197928 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757278201948:1822757278202548 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757278205649:1822757278206259 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757278207379:1822757278208039 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757278208479:1822757278208799 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 183 -1822757278209239:1822757278209569 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 182 -1822757278210209:1822757278210519 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757278210959:1822757278211449 116426:116426 hsa_signal_store_relaxed(, 183) = void -1822757278213129:1822757279471656 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757279476836:1822757279477576 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757279480266:1822757279481406 116426:116426 hsa_signal_destroy() = 0 -1822757279483006:1822757279483486 116426:116426 hsa_signal_destroy() = 0 -1822757279484716:1822757279485336 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757279485846:1822757279486456 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757279487296:1822757279487826 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757279488286:1822757279488866 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757279492557:1822757279492867 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757279494007:1822757279494617 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757279495137:1822757279495977 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a4f0) = 0 -1822757279496567:1822757279500087 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a4b0) = 0 -1822757279500617:1822757279501937 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757282031023:1822757282035593 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757282037783:1822757282039103 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757282040123:1822757282041153 116426:116430 hsa_signal_load_relaxed() = 1 -1822757279502467:1822757282043603 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757282041963:1822757282043973 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757282045323:1822757282046043 116426:116430 hsa_signal_destroy() = 0 -1822757282672197:1822757282672877 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757289206669:1822757289207759 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757289222439:1822757289222979 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757289223689:1822757289224229 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757289226869:1822757289227849 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757289228249:1822757289229119 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757289229749:1822757289230639 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757289810743:1822757289811383 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757289813063:1822757289813593 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757289814223:1822757289816483 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a550) = 0 -1822757289817543:1822757289823353 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a510) = 0 -1822757289823943:1822757289827213 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757291478573:1822757291483133 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757291485333:1822757291486443 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757291487403:1822757291488263 116426:116430 hsa_signal_load_relaxed() = 1 -1822757289827703:1822757291490574 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757291489223:1822757291491174 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757291491874:1822757291492374 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757291497114:1822757291497854 116426:116430 hsa_signal_destroy() = 0 -1822757291504884:1822757291505494 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757291521584:1822757291522244 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757291525784:1822757291526394 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757291532734:1822757291533664 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 184 -1822757291534494:1822757291535144 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 184 -1822757291535994:1822757291537054 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757291537734:1822757291538084 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757291539304:1822757291540124 116426:116426 hsa_signal_store_relaxed(, 184) = void -1822757291542514:1822757291543124 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757291546844:1822757291547454 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757291549544:1822757291550144 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757291551374:1822757291552114 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757291552564:1822757291552884 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 185 -1822757291553324:1822757291553634 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 184 -1822757291554274:1822757291554604 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757291555044:1822757291555544 116426:116426 hsa_signal_store_relaxed(, 185) = void -1822757291556994:1822757292826732 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757292831412:1822757292832012 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757292834962:1822757292836342 116426:116426 hsa_signal_destroy() = 0 -1822757292838152:1822757292838592 116426:116426 hsa_signal_destroy() = 0 -1822757292839702:1822757292840252 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757292840702:1822757292841232 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757292842152:1822757292842632 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757292843192:1822757292843612 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757292844162:1822757292844432 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757292845482:1822757292846022 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757292846472:1822757292847222 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a5b0) = 0 -1822757292850582:1822757292854112 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a570) = 0 -1822757292854602:1822757292855722 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757295481668:1822757295486208 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757295488448:1822757295489738 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757295490758:1822757295491789 116426:116430 hsa_signal_load_relaxed() = 1 -1822757292856182:1822757295494169 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757295492599:1822757295494639 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757295495919:1822757295496649 116426:116430 hsa_signal_destroy() = 0 -1822757296138733:1822757296139473 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757302617784:1822757302619044 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757302634104:1822757302634634 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757302635484:1822757302636014 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757302638744:1822757302639454 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757302640044:1822757302641074 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757302641834:1822757302642744 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757303241438:1822757303241798 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757303243748:1822757303244278 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757303245438:1822757303248188 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a610) = 0 -1822757303249308:1822757303255188 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a5d0) = 0 -1822757303255998:1822757303259658 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757304936739:1822757304941369 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757304943569:1822757304944679 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757304945829:1822757304946699 116426:116430 hsa_signal_load_relaxed() = 1 -1822757303260218:1822757304949069 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757304947699:1822757304949619 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757304950649:1822757304951329 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757304951459:1822757304952279 116426:116430 hsa_signal_destroy() = 0 -1822757304953759:1822757304954369 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757304979199:1822757304979809 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757304983859:1822757304984469 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757304990459:1822757304991369 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 186 -1822757304992309:1822757304992799 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 186 -1822757304993649:1822757304994739 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757304995439:1822757304995869 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757304996889:1822757304998049 116426:116426 hsa_signal_store_relaxed(, 186) = void -1822757305000199:1822757305000799 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757305004729:1822757305005339 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757305008209:1822757305008819 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757305009969:1822757305010919 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757305011359:1822757305011679 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 187 -1822757305012119:1822757305012449 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 186 -1822757305013099:1822757305013419 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757305013869:1822757305014359 116426:116426 hsa_signal_store_relaxed(, 187) = void -1822757305015889:1822757306266927 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757306271557:1822757306272147 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757306274717:1822757306276057 116426:116426 hsa_signal_destroy() = 0 -1822757306277917:1822757306278687 116426:116426 hsa_signal_destroy() = 0 -1822757306279997:1822757306280537 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757306280987:1822757306281527 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757306282567:1822757306283047 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757306283457:1822757306284027 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757306284567:1822757306284837 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757306285757:1822757306286287 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757306286737:1822757306287387 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a670) = 0 -1822757306287917:1822757306291267 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a630) = 0 -1822757306291747:1822757306293007 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757308849993:1822757308854553 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757308860473:1822757308861603 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757308862654:1822757308863664 116426:116430 hsa_signal_load_relaxed() = 1 -1822757306293467:1822757308866114 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757308864474:1822757308866474 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757308867724:1822757308868454 116426:116430 hsa_signal_destroy() = 0 -1822757309493678:1822757309494348 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757315910369:1822757315911779 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757315925069:1822757315925609 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757315926139:1822757315926669 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757315929159:1822757315930049 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757315930449:1822757315931079 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757315931719:1822757315932509 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757316540903:1822757316541543 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757316543133:1822757316543733 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757316544593:1822757316547103 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a6d0) = 0 -1822757316548213:1822757316554783 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a690) = 0 -1822757316555563:1822757316558513 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757318173293:1822757318177863 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757318180093:1822757318181353 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757318182313:1822757318183183 116426:116430 hsa_signal_load_relaxed() = 1 -1822757316559123:1822757318185483 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757318184133:1822757318186063 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757318186983:1822757318187923 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757318187713:1822757318188853 116426:116430 hsa_signal_destroy() = 0 -1822757318190793:1822757318191403 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757318208504:1822757318209114 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757318213624:1822757318214224 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757318220304:1822757318221344 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 188 -1822757318232554:1822757318233224 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 188 -1822757318234054:1822757318235404 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757318236114:1822757318236464 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757318238054:1822757318238904 116426:116426 hsa_signal_store_relaxed(, 188) = void -1822757318241274:1822757318241884 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757318246684:1822757318247294 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757318249754:1822757318250354 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757318251394:1822757318252144 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757318252584:1822757318252904 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 189 -1822757318253344:1822757318253654 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 188 -1822757318254304:1822757318254614 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757318255064:1822757318255544 116426:116426 hsa_signal_store_relaxed(, 189) = void -1822757318257084:1822757319522222 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757319527102:1822757319527722 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757319530472:1822757319531862 116426:116426 hsa_signal_destroy() = 0 -1822757319534182:1822757319534652 116426:116426 hsa_signal_destroy() = 0 -1822757319536012:1822757319536632 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757319537142:1822757319537742 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757319538632:1822757319539162 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757319539622:1822757319540312 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757319540782:1822757319541082 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757319542062:1822757319542662 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757319543172:1822757319543982 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a730) = 0 -1822757319544542:1822757319548052 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a6f0) = 0 -1822757319548592:1822757319549912 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757322088768:1822757322093338 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757322095608:1822757322096718 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757322097748:1822757322098778 116426:116430 hsa_signal_load_relaxed() = 1 -1822757319550432:1822757322101348 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757322099728:1822757322101738 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757322107598:1822757322108328 116426:116430 hsa_signal_destroy() = 0 -1822757322732492:1822757322733172 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757329255954:1822757329257034 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757329271764:1822757329272294 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757329272904:1822757329273434 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757329275964:1822757329276974 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757329277724:1822757329278584 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757329279314:1822757329280044 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757329858008:1822757329858518 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757329859898:1822757329860438 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757329861448:1822757329864088 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a790) = 0 -1822757329865108:1822757329870938 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a750) = 0 -1822757329871678:1822757329874868 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757331507908:1822757331512498 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757331514828:1822757331515928 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757331517088:1822757331517948 116426:116430 hsa_signal_load_relaxed() = 1 -1822757329875538:1822757331520408 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757331519048:1822757331520988 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757331521678:1822757331522508 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757331522638:1822757331523468 116426:116430 hsa_signal_destroy() = 0 -1822757331525608:1822757331526218 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757331542858:1822757331543468 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757331547888:1822757331548498 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757331554208:1822757331555239 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 190 -1822757331556179:1822757331556829 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 190 -1822757331557659:1822757331559169 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757331560099:1822757331560529 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757331569319:1822757331570179 116426:116426 hsa_signal_store_relaxed(, 190) = void -1822757331572789:1822757331573399 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757331577469:1822757331578069 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757331580299:1822757331580899 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757331582279:1822757331583019 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757331583459:1822757331583779 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 191 -1822757331584229:1822757331584549 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 190 -1822757331585199:1822757331585519 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757331585959:1822757331586449 116426:116426 hsa_signal_store_relaxed(, 191) = void -1822757331588069:1822757332848177 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757332852597:1822757332853167 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757332855807:1822757332856847 116426:116426 hsa_signal_destroy() = 0 -1822757332858777:1822757332859217 116426:116426 hsa_signal_destroy() = 0 -1822757332860267:1822757332860827 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757332861277:1822757332861807 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757332862737:1822757332863217 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757332863627:1822757332864047 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757332864457:1822757332864727 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757332865627:1822757332866167 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757332866617:1822757332867367 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a7f0) = 0 -1822757332867947:1822757332871417 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a7b0) = 0 -1822757332871887:1822757332873287 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757335480664:1822757335485224 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757335487614:1822757335488724 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757335489934:1822757335490964 116426:116430 hsa_signal_load_relaxed() = 1 -1822757332873757:1822757335493564 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757335491994:1822757335494004 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757335495294:1822757335496014 116426:116430 hsa_signal_destroy() = 0 -1822757336145698:1822757336146428 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757342637789:1822757342639019 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757342655129:1822757342655659 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757342656439:1822757342656969 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757342659529:1822757342660389 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757342660789:1822757342661649 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757342662299:1822757342663339 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757343261463:1822757343261983 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757343263593:1822757343264123 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757343265303:1822757343267893 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a850) = 0 -1822757343268883:1822757343274783 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a810) = 0 -1822757343275523:1822757343278873 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757344898793:1822757344903393 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757344905563:1822757344906673 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757344907633:1822757344908503 116426:116430 hsa_signal_load_relaxed() = 1 -1822757343279423:1822757344911014 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757344909603:1822757344911544 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757344912684:1822757344913544 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757344913184:1822757344914324 116426:116430 hsa_signal_destroy() = 0 -1822757344916204:1822757344916814 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757344941584:1822757344942194 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757344945984:1822757344946594 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757344953114:1822757344954044 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 192 -1822757344955194:1822757344955684 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 192 -1822757344956914:1822757344958034 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757344958924:1822757344959354 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757344960404:1822757344961274 116426:116426 hsa_signal_store_relaxed(, 192) = void -1822757344963794:1822757344964404 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757344968914:1822757344969524 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757344977164:1822757344977764 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757344978774:1822757344979704 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757344980154:1822757344980474 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 193 -1822757344980914:1822757344981234 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 192 -1822757344981874:1822757344982194 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757344982634:1822757344983124 116426:116426 hsa_signal_store_relaxed(, 193) = void -1822757344984834:1822757346243782 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757346248222:1822757346248842 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757346251552:1822757346252742 116426:116426 hsa_signal_destroy() = 0 -1822757346254302:1822757346255072 116426:116426 hsa_signal_destroy() = 0 -1822757346256132:1822757346256682 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757346257132:1822757346257662 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757346258582:1822757346259062 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757346259472:1822757346259892 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757346260292:1822757346260562 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757346261632:1822757346262162 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757346262612:1822757346263312 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a8b0) = 0 -1822757346263782:1822757346267112 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a870) = 0 -1822757346267572:1822757346268932 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757348812938:1822757348817538 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757348819628:1822757348820728 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757348821768:1822757348822798 116426:116430 hsa_signal_load_relaxed() = 1 -1822757346269392:1822757348825598 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757348823898:1822757348825908 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757348827249:1822757348827969 116426:116430 hsa_signal_destroy() = 0 -1822757349451542:1822757349452232 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757355900323:1822757355901593 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757355916623:1822757355917163 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757355928523:1822757355929053 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757355931504:1822757355932344 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757355932734:1822757355933384 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757355934024:1822757355934804 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757356546507:1822757356546827 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757356548397:1822757356548937 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757356549947:1822757356552797 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a910) = 0 -1822757356553678:1822757356559588 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a8d0) = 0 -1822757356560368:1822757356563408 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757358195968:1822757358200518 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757358202978:1822757358204088 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757358205318:1822757358206178 116426:116430 hsa_signal_load_relaxed() = 1 -1822757356564028:1822757358208498 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757358207148:1822757358209098 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757358209608:1822757358210238 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757358210748:1822757358211568 116426:116430 hsa_signal_destroy() = 0 -1822757358213198:1822757358213808 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757358231298:1822757358231918 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757358236048:1822757358236658 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757358242408:1822757358243348 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 194 -1822757358244418:1822757358245228 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 194 -1822757358246168:1822757358247488 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757358248188:1822757358248538 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757358249658:1822757358250498 116426:116426 hsa_signal_store_relaxed(, 194) = void -1822757358253118:1822757358253728 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757358257568:1822757358258178 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757358260118:1822757358260728 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757358261788:1822757358262468 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757358262918:1822757358263238 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 195 -1822757358266099:1822757358266419 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 194 -1822757358267079:1822757358267409 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757358267849:1822757358268339 116426:116426 hsa_signal_store_relaxed(, 195) = void -1822757358269969:1822757359531897 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757359536257:1822757359536867 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757359540137:1822757359541497 116426:116426 hsa_signal_destroy() = 0 -1822757359543367:1822757359543847 116426:116426 hsa_signal_destroy() = 0 -1822757359545377:1822757359546007 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757359546517:1822757359547127 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757359548117:1822757359548647 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757359549107:1822757359549677 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757359550207:1822757359550507 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757359551447:1822757359552057 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757359552557:1822757359553367 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a970) = 0 -1822757359553957:1822757359557467 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a930) = 0 -1822757359557987:1822757359559427 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757362094043:1822757362098613 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757362100993:1822757362102283 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757362103433:1822757362104463 116426:116430 hsa_signal_load_relaxed() = 1 -1822757359559957:1822757362107053 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757362105423:1822757362107443 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757362108813:1822757362109543 116426:116430 hsa_signal_destroy() = 0 -1822757362731357:1822757362732037 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757369248468:1822757369249748 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757369264168:1822757369264708 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757369265408:1822757369265948 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757369268518:1822757369269408 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757369269798:1822757369270698 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757369280518:1822757369281558 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757369877182:1822757369877702 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757369879342:1822757369879872 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757369880962:1822757369883702 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1a9d0) = 0 -1822757369884562:1822757369890322 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a990) = 0 -1822757369890882:1822757369894732 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757371531823:1822757371536363 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757371538593:1822757371539693 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757371540653:1822757371541523 116426:116430 hsa_signal_load_relaxed() = 1 -1822757369895292:1822757371543963 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757371542603:1822757371544733 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757371545603:1822757371546463 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757371546253:1822757371547393 116426:116430 hsa_signal_destroy() = 0 -1822757371549163:1822757371549773 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757371565613:1822757371566213 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757371570193:1822757371570803 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757371576813:1822757371577823 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 196 -1822757371578843:1822757371579483 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 196 -1822757371580573:1822757371581693 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757371582513:1822757371582943 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757371584003:1822757371584823 116426:116426 hsa_signal_store_relaxed(, 196) = void -1822757371587283:1822757371587883 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757371592523:1822757371593123 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757371595583:1822757371596183 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757371597103:1822757371597833 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757371598273:1822757371598603 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 197 -1822757371599053:1822757371599363 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 196 -1822757371600213:1822757371600533 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757371600973:1822757371601453 116426:116426 hsa_signal_store_relaxed(, 197) = void -1822757371605263:1822757372872982 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757372877672:1822757372878292 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757372881312:1822757372882272 116426:116426 hsa_signal_destroy() = 0 -1822757372883712:1822757372884152 116426:116426 hsa_signal_destroy() = 0 -1822757372885252:1822757372885802 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757372886252:1822757372886782 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757372887712:1822757372888192 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757372888602:1822757372889012 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757372889482:1822757372889762 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757372890812:1822757372891342 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757372891792:1822757372892542 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1aa30) = 0 -1822757372892992:1822757372896352 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1a9f0) = 0 -1822757372896902:1822757372898292 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757375482728:1822757375487288 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757375489648:1822757375490758 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757375491778:1822757375492808 116426:116430 hsa_signal_load_relaxed() = 1 -1822757372898752:1822757375495468 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757375493898:1822757375495908 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757375497098:1822757375497818 116426:116430 hsa_signal_destroy() = 0 -1822757376140183:1822757376140893 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757382599963:1822757382601173 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757382617683:1822757382618223 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757382618993:1822757382619523 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757382621873:1822757382622783 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757382623523:1822757382624163 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757382625103:1822757382626013 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757383202677:1822757383203167 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757383204717:1822757383205247 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb40) = 0 -1822757383215937:1822757383218627 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1aa90) = 0 -1822757383219697:1822757383225767 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1aa50) = 0 -1822757383226557:1822757383229747 116426:116426 hsa_amd_memory_async_copy(0x7f15f6e00000, , 0x7f1608a00000, , , , 0, ) = 0 -1822757384857048:1822757384861648 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757384863708:1822757384864818 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757384865778:1822757384866648 116426:116430 hsa_signal_load_relaxed() = 1 -1822757383230227:1822757384868828 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757384867458:1822757384869398 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757384870368:1822757384871168 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757384871298:1822757384872118 116426:116430 hsa_signal_destroy() = 0 -1822757384873648:1822757384874258 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757384889878:1822757384890488 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757384894548:1822757384895158 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef370) = 0 -1822757384901188:1822757384902208 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 198 -1822757384903038:1822757384903978 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 198 -1822757384904858:1822757384906098 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eefe0) = 0 -1822757384906788:1822757384907138 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757384908218:1822757384909038 116426:116426 hsa_signal_store_relaxed(, 198) = void -1822757384911458:1822757384912058 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef380) = 0 -1822757384915888:1822757384916488 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757384918588:1822757384919198 116426:116426 hsa_system_get_info(2, 0x7fff0b6eef40) = 0 -1822757384920128:1822757384921068 116426:116426 hsa_signal_create(1, , 0, 0x7fff0b6eec20) = 0 -1822757384921518:1822757384921828 116426:116426 hsa_queue_load_write_index_relaxed(0x7f16245ba000) = 199 -1822757384922268:1822757384922598 116426:116426 hsa_queue_load_read_index_scacquire(0x7f16245ba000) = 198 -1822757384923238:1822757384923558 116426:116426 hsa_queue_store_write_index_relaxed(0x7f16245ba000, ) = void -1822757384923998:1822757384924488 116426:116426 hsa_signal_store_relaxed(, 199) = void -1822757384926388:1822757386188936 116426:116426 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822757386193466:1822757386194046 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822757386196826:1822757386197956 116426:116426 hsa_signal_destroy() = 0 -1822757386201546:1822757386202316 116426:116426 hsa_signal_destroy() = 0 -1822757386203626:1822757386204176 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef170) = 0 -1822757386204626:1822757386205156 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef1b8) = 0 -1822757386206386:1822757386206876 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757386207266:1822757386207686 116426:116426 hsa_signal_store_screlease(, 0) = void -1822757386208086:1822757386208356 116426:116426 hsa_signal_store_screlease(, 1) = void -1822757386209156:1822757386209686 116426:116426 hsa_system_get_info(2, 0x7fff0b6eeb50) = 0 -1822757386210216:1822757386210896 116426:116426 hsa_signal_create(1, , 0, 0x7f160ce1aaf0) = 0 -1822757386211336:1822757386214726 116426:116426 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f160ce1aab0) = 0 -1822757386215276:1822757386216576 116426:116426 hsa_amd_memory_async_copy(0x7f15f7a00000, , 0x7f15f6800000, , , , 0, ) = 0 -1822757388780333:1822757388784893 116426:116430 hsa_amd_profiling_get_async_copy_time(, 0x7f160bc12b00) = 0 -1822757388787173:1822757388788473 116426:116430 hsa_system_get_info(2, 0x7f160bc12af8) = 0 -1822757388789493:1822757388790523 116426:116430 hsa_signal_load_relaxed() = 1 -1822757386217036:1822757388792973 116426:116426 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822757388791323:1822757388793423 116426:116430 hsa_signal_store_screlease(, 0) = void -1822757388795173:1822757388795893 116426:116430 hsa_signal_destroy() = 0 -1822757389423537:1822757389424217 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757395858398:1822757395859938 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757395878358:1822757395879568 116426:116426 hsa_signal_load_scacquire() = 0 -1822757395884448:1822757395962578 116426:116426 hsa_amd_memory_pool_free(0x7f15f6e00000) = 0 -1822757395970008:1822757395970548 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757395972978:1822757395973508 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757395974848:1822757395975158 116426:116426 hsa_signal_load_scacquire() = 0 -1822757395975938:1822757395989108 116426:116426 hsa_amd_memory_pool_free(0x7f15f6800000) = 0 -1822757395991148:1822757395991678 116426:116426 hsa_system_get_info(2, 0x7fff0b6ef520) = 0 -1822757396034509:1822757396062979 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396064039:1822757396066369 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396067069:1822757396069179 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396075699:1822757396077859 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396078649:1822757396080779 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396081639:1822757396083789 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396084679:1822757396086919 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396087729:1822757396090029 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396091039:1822757396093059 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396093849:1822757396095969 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396096779:1822757396098969 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396099899:1822757396101959 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396102559:1822757396104749 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396106099:1822757396109799 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396110529:1822757396112549 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396113299:1822757396115269 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396115989:1822757396117969 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396118779:1822757396120879 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396122039:1822757396124159 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396125049:1822757396127039 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396127869:1822757396129839 116426:116426 hsa_code_object_reader_destroy() = 0 -1822757396132839:1822757396134769 116426:116426 hsa_code_object_reader_destroy() = 0 -1822755612504922 116426:116426 0:"before hipLaunchKernel" -1822755612518422 116426:116426 1:"hipLaunchKernel" -1822756058343121 116426:116426 0:"after hipLaunchKernel" -1822756058344881 116426:116426 1:"hipMemcpy" -1822756062846249 116426:116426 2:"" -1822756062847399 116426:116426 2:"" -1822756078092167 116426:116426 0:"before hipLaunchKernel" -1822756078093897 116426:116426 1:"hipLaunchKernel" -1822756078129087 116426:116426 0:"after hipLaunchKernel" -1822756078129817 116426:116426 1:"hipMemcpy" -1822756082630395 116426:116426 2:"" -1822756082631055 116426:116426 2:"" -1822756091489962 116426:116426 0:"before hipLaunchKernel" -1822756091491332 116426:116426 1:"hipLaunchKernel" -1822756091526232 116426:116426 0:"after hipLaunchKernel" -1822756091526962 116426:116426 1:"hipMemcpy" -1822756096116881 116426:116426 2:"" -1822756096117531 116426:116426 2:"" -1822756104865537 116426:116426 0:"before hipLaunchKernel" -1822756104867127 116426:116426 1:"hipLaunchKernel" -1822756104900667 116426:116426 0:"after hipLaunchKernel" -1822756104901397 116426:116426 1:"hipMemcpy" -1822756109425196 116426:116426 2:"" -1822756109425806 116426:116426 2:"" -1822756118124761 116426:116426 0:"before hipLaunchKernel" -1822756118126151 116426:116426 1:"hipLaunchKernel" -1822756118166622 116426:116426 0:"after hipLaunchKernel" -1822756118167352 116426:116426 1:"hipMemcpy" -1822756122649280 116426:116426 2:"" -1822756122649930 116426:116426 2:"" -1822756131484817 116426:116426 0:"before hipLaunchKernel" -1822756131486227 116426:116426 1:"hipLaunchKernel" -1822756131529167 116426:116426 0:"after hipLaunchKernel" -1822756131529897 116426:116426 1:"hipMemcpy" -1822756136135006 116426:116426 2:"" -1822756136135656 116426:116426 2:"" -1822756144815882 116426:116426 0:"before hipLaunchKernel" -1822756144817182 116426:116426 1:"hipLaunchKernel" -1822756144861252 116426:116426 0:"after hipLaunchKernel" -1822756144861982 116426:116426 1:"hipMemcpy" -1822756149393800 116426:116426 2:"" -1822756149394530 116426:116426 2:"" -1822756158132406 116426:116426 0:"before hipLaunchKernel" -1822756158133746 116426:116426 1:"hipLaunchKernel" -1822756158178046 116426:116426 0:"after hipLaunchKernel" -1822756158178856 116426:116426 1:"hipMemcpy" -1822756162649315 116426:116426 2:"" -1822756162649975 116426:116426 2:"" -1822756171483522 116426:116426 0:"before hipLaunchKernel" -1822756171484822 116426:116426 1:"hipLaunchKernel" -1822756171519542 116426:116426 0:"after hipLaunchKernel" -1822756171520372 116426:116426 1:"hipMemcpy" -1822756176125701 116426:116426 2:"" -1822756176126371 116426:116426 2:"" -1822756184879007 116426:116426 0:"before hipLaunchKernel" -1822756184880357 116426:116426 1:"hipLaunchKernel" -1822756184916027 116426:116426 0:"after hipLaunchKernel" -1822756184916997 116426:116426 1:"hipMemcpy" -1822756189254694 116426:116426 2:"" -1822756189255314 116426:116426 2:"" -1822756197986070 116426:116426 0:"before hipLaunchKernel" -1822756197987470 116426:116426 1:"hipLaunchKernel" -1822756198022570 116426:116426 0:"after hipLaunchKernel" -1822756198023300 116426:116426 1:"hipMemcpy" -1822756202491429 116426:116426 2:"" -1822756202492069 116426:116426 2:"" -1822756211240645 116426:116426 0:"before hipLaunchKernel" -1822756211241825 116426:116426 1:"hipLaunchKernel" -1822756211276145 116426:116426 0:"after hipLaunchKernel" -1822756211276885 116426:116426 1:"hipMemcpy" -1822756215907144 116426:116426 2:"" -1822756215907754 116426:116426 2:"" -1822756224699780 116426:116426 0:"before hipLaunchKernel" -1822756224701180 116426:116426 1:"hipLaunchKernel" -1822756224736561 116426:116426 0:"after hipLaunchKernel" -1822756224737511 116426:116426 1:"hipMemcpy" -1822756229251309 116426:116426 2:"" -1822756229251959 116426:116426 2:"" -1822756237952695 116426:116426 0:"before hipLaunchKernel" -1822756237954265 116426:116426 1:"hipLaunchKernel" -1822756237988835 116426:116426 0:"after hipLaunchKernel" -1822756237989565 116426:116426 1:"hipMemcpy" -1822756242476883 116426:116426 2:"" -1822756242477673 116426:116426 2:"" -1822756251204259 116426:116426 0:"before hipLaunchKernel" -1822756251205619 116426:116426 1:"hipLaunchKernel" -1822756251240419 116426:116426 0:"after hipLaunchKernel" -1822756251241209 116426:116426 1:"hipMemcpy" -1822756255700578 116426:116426 2:"" -1822756255701198 116426:116426 2:"" -1822756264552224 116426:116426 0:"before hipLaunchKernel" -1822756264553414 116426:116426 1:"hipLaunchKernel" -1822756264601364 116426:116426 0:"after hipLaunchKernel" -1822756264602084 116426:116426 1:"hipMemcpy" -1822756269113463 116426:116426 2:"" -1822756269114113 116426:116426 2:"" -1822756277899089 116426:116426 0:"before hipLaunchKernel" -1822756277900279 116426:116426 1:"hipLaunchKernel" -1822756277946099 116426:116426 0:"after hipLaunchKernel" -1822756277946819 116426:116426 1:"hipMemcpy" -1822756282415998 116426:116426 2:"" -1822756282416648 116426:116426 2:"" -1822756291124983 116426:116426 0:"before hipLaunchKernel" -1822756291138453 116426:116426 1:"hipLaunchKernel" -1822756291177573 116426:116426 0:"after hipLaunchKernel" -1822756291178403 116426:116426 1:"hipMemcpy" -1822756295646242 116426:116426 2:"" -1822756295646892 116426:116426 2:"" -1822756304481768 116426:116426 0:"before hipLaunchKernel" -1822756304483338 116426:116426 1:"hipLaunchKernel" -1822756304517688 116426:116426 0:"after hipLaunchKernel" -1822756304518828 116426:116426 1:"hipMemcpy" -1822756309108978 116426:116426 2:"" -1822756309109758 116426:116426 2:"" -1822756317876883 116426:116426 0:"before hipLaunchKernel" -1822756317878393 116426:116426 1:"hipLaunchKernel" -1822756317913424 116426:116426 0:"after hipLaunchKernel" -1822756317914204 116426:116426 1:"hipMemcpy" -1822756322440023 116426:116426 2:"" -1822756322440783 116426:116426 2:"" -1822756331219758 116426:116426 0:"before hipLaunchKernel" -1822756331220978 116426:116426 1:"hipLaunchKernel" -1822756331255308 116426:116426 0:"after hipLaunchKernel" -1822756331256048 116426:116426 1:"hipMemcpy" -1822756335756447 116426:116426 2:"" -1822756335757077 116426:116426 2:"" -1822756344862575 116426:116426 0:"before hipLaunchKernel" -1822756344863825 116426:116426 1:"hipLaunchKernel" -1822756344897715 116426:116426 0:"after hipLaunchKernel" -1822756344898885 116426:116426 1:"hipMemcpy" -1822756349402724 116426:116426 2:"" -1822756349403304 116426:116426 2:"" -1822756358152990 116426:116426 0:"before hipLaunchKernel" -1822756358154280 116426:116426 1:"hipLaunchKernel" -1822756358188970 116426:116426 0:"after hipLaunchKernel" -1822756358189700 116426:116426 1:"hipMemcpy" -1822756362650089 116426:116426 2:"" -1822756362651039 116426:116426 2:"" -1822756371498485 116426:116426 0:"before hipLaunchKernel" -1822756371499805 116426:116426 1:"hipLaunchKernel" -1822756371532205 116426:116426 0:"after hipLaunchKernel" -1822756371532925 116426:116426 1:"hipMemcpy" -1822756376134534 116426:116426 2:"" -1822756376135194 116426:116426 2:"" -1822756384884370 116426:116426 0:"before hipLaunchKernel" -1822756384885770 116426:116426 1:"hipLaunchKernel" -1822756384918820 116426:116426 0:"after hipLaunchKernel" -1822756384919670 116426:116426 1:"hipMemcpy" -1822756389418009 116426:116426 2:"" -1822756389418809 116426:116426 2:"" -1822756398165185 116426:116426 0:"before hipLaunchKernel" -1822756398166525 116426:116426 1:"hipLaunchKernel" -1822756398214915 116426:116426 0:"after hipLaunchKernel" -1822756398215665 116426:116426 1:"hipMemcpy" -1822756402686193 116426:116426 2:"" -1822756402686833 116426:116426 2:"" -1822756411496550 116426:116426 0:"before hipLaunchKernel" -1822756411497880 116426:116426 1:"hipLaunchKernel" -1822756411534270 116426:116426 0:"after hipLaunchKernel" -1822756411535260 116426:116426 1:"hipMemcpy" -1822756416123469 116426:116426 2:"" -1822756416124369 116426:116426 2:"" -1822756424907335 116426:116426 0:"before hipLaunchKernel" -1822756424908835 116426:116426 1:"hipLaunchKernel" -1822756424943795 116426:116426 0:"after hipLaunchKernel" -1822756424944455 116426:116426 1:"hipMemcpy" -1822756429407003 116426:116426 2:"" -1822756429407643 116426:116426 2:"" -1822756438096819 116426:116426 0:"before hipLaunchKernel" -1822756438098159 116426:116426 1:"hipLaunchKernel" -1822756438132389 116426:116426 0:"after hipLaunchKernel" -1822756438133119 116426:116426 1:"hipMemcpy" -1822756442605968 116426:116426 2:"" -1822756442606618 116426:116426 2:"" -1822756451484834 116426:116426 0:"before hipLaunchKernel" -1822756451486074 116426:116426 1:"hipLaunchKernel" -1822756451520005 116426:116426 0:"after hipLaunchKernel" -1822756451520725 116426:116426 1:"hipMemcpy" -1822756456119723 116426:116426 2:"" -1822756456120523 116426:116426 2:"" -1822756464939870 116426:116426 0:"before hipLaunchKernel" -1822756464941270 116426:116426 1:"hipLaunchKernel" -1822756464975270 116426:116426 0:"after hipLaunchKernel" -1822756464976330 116426:116426 1:"hipMemcpy" -1822756469483059 116426:116426 2:"" -1822756469483709 116426:116426 2:"" -1822756478219395 116426:116426 0:"before hipLaunchKernel" -1822756478220755 116426:116426 1:"hipLaunchKernel" -1822756478257935 116426:116426 0:"after hipLaunchKernel" -1822756478258725 116426:116426 1:"hipMemcpy" -1822756482719023 116426:116426 2:"" -1822756482719673 116426:116426 2:"" -1822756491500699 116426:116426 0:"before hipLaunchKernel" -1822756491502269 116426:116426 1:"hipLaunchKernel" -1822756491536759 116426:116426 0:"after hipLaunchKernel" -1822756491537409 116426:116426 1:"hipMemcpy" -1822756496134239 116426:116426 2:"" -1822756496134889 116426:116426 2:"" -1822756504964625 116426:116426 0:"before hipLaunchKernel" -1822756504965905 116426:116426 1:"hipLaunchKernel" -1822756504998115 116426:116426 0:"after hipLaunchKernel" -1822756504998835 116426:116426 1:"hipMemcpy" -1822756509487864 116426:116426 2:"" -1822756509488564 116426:116426 2:"" -1822756518231189 116426:116426 0:"before hipLaunchKernel" -1822756518240539 116426:116426 1:"hipLaunchKernel" -1822756518276700 116426:116426 0:"after hipLaunchKernel" -1822756518277520 116426:116426 1:"hipMemcpy" -1822756522776738 116426:116426 2:"" -1822756522777388 116426:116426 2:"" -1822756531627555 116426:116426 0:"before hipLaunchKernel" -1822756531629185 116426:116426 1:"hipLaunchKernel" -1822756531673005 116426:116426 0:"after hipLaunchKernel" -1822756531673915 116426:116426 1:"hipMemcpy" -1822756536173354 116426:116426 2:"" -1822756536174014 116426:116426 2:"" -1822756544887719 116426:116426 0:"before hipLaunchKernel" -1822756544889119 116426:116426 1:"hipLaunchKernel" -1822756544931329 116426:116426 0:"after hipLaunchKernel" -1822756544931989 116426:116426 1:"hipMemcpy" -1822756549408288 116426:116426 2:"" -1822756549408938 116426:116426 2:"" -1822756558156873 116426:116426 0:"before hipLaunchKernel" -1822756558158203 116426:116426 1:"hipLaunchKernel" -1822756558193874 116426:116426 0:"after hipLaunchKernel" -1822756558194754 116426:116426 1:"hipMemcpy" -1822756562637952 116426:116426 2:"" -1822756562638602 116426:116426 2:"" -1822756571491038 116426:116426 0:"before hipLaunchKernel" -1822756571492378 116426:116426 1:"hipLaunchKernel" -1822756571527488 116426:116426 0:"after hipLaunchKernel" -1822756571528208 116426:116426 1:"hipMemcpy" -1822756576130058 116426:116426 2:"" -1822756576130718 116426:116426 2:"" -1822756584942214 116426:116426 0:"before hipLaunchKernel" -1822756584943554 116426:116426 1:"hipLaunchKernel" -1822756584981104 116426:116426 0:"after hipLaunchKernel" -1822756584981804 116426:116426 1:"hipMemcpy" -1822756589473653 116426:116426 2:"" -1822756589474303 116426:116426 2:"" -1822756598239149 116426:116426 0:"before hipLaunchKernel" -1822756598240799 116426:116426 1:"hipLaunchKernel" -1822756598274869 116426:116426 0:"after hipLaunchKernel" -1822756598275619 116426:116426 1:"hipMemcpy" -1822756602771208 116426:116426 2:"" -1822756602771868 116426:116426 2:"" -1822756611470293 116426:116426 0:"before hipLaunchKernel" -1822756611471793 116426:116426 1:"hipLaunchKernel" -1822756611506393 116426:116426 0:"after hipLaunchKernel" -1822756611507403 116426:116426 1:"hipMemcpy" -1822756616133183 116426:116426 2:"" -1822756616133843 116426:116426 2:"" -1822756624898669 116426:116426 0:"before hipLaunchKernel" -1822756624900099 116426:116426 1:"hipLaunchKernel" -1822756624942479 116426:116426 0:"after hipLaunchKernel" -1822756624943369 116426:116426 1:"hipMemcpy" -1822756629407707 116426:116426 2:"" -1822756629408357 116426:116426 2:"" -1822756638141933 116426:116426 0:"before hipLaunchKernel" -1822756638143483 116426:116426 1:"hipLaunchKernel" -1822756638177083 116426:116426 0:"after hipLaunchKernel" -1822756638177813 116426:116426 1:"hipMemcpy" -1822756642666412 116426:116426 2:"" -1822756642667062 116426:116426 2:"" -1822756651494288 116426:116426 0:"before hipLaunchKernel" -1822756651495898 116426:116426 1:"hipLaunchKernel" -1822756651538178 116426:116426 0:"after hipLaunchKernel" -1822756651538898 116426:116426 1:"hipMemcpy" -1822756656138267 116426:116426 2:"" -1822756656139037 116426:116426 2:"" -1822756664912873 116426:116426 0:"before hipLaunchKernel" -1822756664914133 116426:116426 1:"hipLaunchKernel" -1822756664958334 116426:116426 0:"after hipLaunchKernel" -1822756664959234 116426:116426 1:"hipMemcpy" -1822756669416472 116426:116426 2:"" -1822756669417132 116426:116426 2:"" -1822756678146637 116426:116426 0:"before hipLaunchKernel" -1822756678148007 116426:116426 1:"hipLaunchKernel" -1822756678191298 116426:116426 0:"after hipLaunchKernel" -1822756678192268 116426:116426 1:"hipMemcpy" -1822756682711766 116426:116426 2:"" -1822756682712426 116426:116426 2:"" -1822756691509923 116426:116426 0:"before hipLaunchKernel" -1822756691511563 116426:116426 1:"hipLaunchKernel" -1822756691547483 116426:116426 0:"after hipLaunchKernel" -1822756691548583 116426:116426 1:"hipMemcpy" -1822756696126212 116426:116426 2:"" -1822756696126872 116426:116426 2:"" -1822756704947748 116426:116426 0:"before hipLaunchKernel" -1822756704949458 116426:116426 1:"hipLaunchKernel" -1822756704985219 116426:116426 0:"after hipLaunchKernel" -1822756704986159 116426:116426 1:"hipMemcpy" -1822756709441907 116426:116426 2:"" -1822756709442567 116426:116426 2:"" -1822756718210853 116426:116426 0:"before hipLaunchKernel" -1822756718212283 116426:116426 1:"hipLaunchKernel" -1822756718248293 116426:116426 0:"after hipLaunchKernel" -1822756718249093 116426:116426 1:"hipMemcpy" -1822756722742201 116426:116426 2:"" -1822756722742951 116426:116426 2:"" -1822756731600798 116426:116426 0:"before hipLaunchKernel" -1822756731602028 116426:116426 1:"hipLaunchKernel" -1822756731637178 116426:116426 0:"after hipLaunchKernel" -1822756731637848 116426:116426 1:"hipMemcpy" -1822756736180897 116426:116426 2:"" -1822756736181547 116426:116426 2:"" -1822756744931193 116426:116426 0:"before hipLaunchKernel" -1822756744940783 116426:116426 1:"hipLaunchKernel" -1822756744974673 116426:116426 0:"after hipLaunchKernel" -1822756744975483 116426:116426 1:"hipMemcpy" -1822756749466342 116426:116426 2:"" -1822756749466962 116426:116426 2:"" -1822756758149627 116426:116426 0:"before hipLaunchKernel" -1822756758150907 116426:116426 1:"hipLaunchKernel" -1822756758185977 116426:116426 0:"after hipLaunchKernel" -1822756758186707 116426:116426 1:"hipMemcpy" -1822756762711926 116426:116426 2:"" -1822756762712716 116426:116426 2:"" -1822756771525322 116426:116426 0:"before hipLaunchKernel" -1822756771526772 116426:116426 1:"hipLaunchKernel" -1822756771560062 116426:116426 0:"after hipLaunchKernel" -1822756771561202 116426:116426 1:"hipMemcpy" -1822756776139352 116426:116426 2:"" -1822756776140082 116426:116426 2:"" -1822756784911217 116426:116426 0:"before hipLaunchKernel" -1822756784912727 116426:116426 1:"hipLaunchKernel" -1822756784954718 116426:116426 0:"after hipLaunchKernel" -1822756784955508 116426:116426 1:"hipMemcpy" -1822756789427396 116426:116426 2:"" -1822756789428126 116426:116426 2:"" -1822756798143552 116426:116426 0:"before hipLaunchKernel" -1822756798144862 116426:116426 1:"hipLaunchKernel" -1822756798189802 116426:116426 0:"after hipLaunchKernel" -1822756798190542 116426:116426 1:"hipMemcpy" -1822756802665361 116426:116426 2:"" -1822756802666021 116426:116426 2:"" -1822756811499247 116426:116426 0:"before hipLaunchKernel" -1822756811500717 116426:116426 1:"hipLaunchKernel" -1822756811545667 116426:116426 0:"after hipLaunchKernel" -1822756811546437 116426:116426 1:"hipMemcpy" -1822756816124876 116426:116426 2:"" -1822756816125676 116426:116426 2:"" -1822756825071093 116426:116426 0:"before hipLaunchKernel" -1822756825072443 116426:116426 1:"hipLaunchKernel" -1822756825108123 116426:116426 0:"after hipLaunchKernel" -1822756825108903 116426:116426 1:"hipMemcpy" -1822756829595332 116426:116426 2:"" -1822756829596262 116426:116426 2:"" -1822756838492908 116426:116426 0:"before hipLaunchKernel" -1822756838494218 116426:116426 1:"hipLaunchKernel" -1822756838533379 116426:116426 0:"after hipLaunchKernel" -1822756838534159 116426:116426 1:"hipMemcpy" -1822756843118728 116426:116426 2:"" -1822756843119448 116426:116426 2:"" -1822756851908244 116426:116426 0:"before hipLaunchKernel" -1822756851909664 116426:116426 1:"hipLaunchKernel" -1822756851945404 116426:116426 0:"after hipLaunchKernel" -1822756851946144 116426:116426 1:"hipMemcpy" -1822756856433913 116426:116426 2:"" -1822756856434713 116426:116426 2:"" -1822756865150308 116426:116426 0:"before hipLaunchKernel" -1822756865151648 116426:116426 1:"hipLaunchKernel" -1822756865185878 116426:116426 0:"after hipLaunchKernel" -1822756865186608 116426:116426 1:"hipMemcpy" -1822756869718217 116426:116426 2:"" -1822756869719007 116426:116426 2:"" -1822756878505843 116426:116426 0:"before hipLaunchKernel" -1822756878507233 116426:116426 1:"hipLaunchKernel" -1822756878542524 116426:116426 0:"after hipLaunchKernel" -1822756878543284 116426:116426 1:"hipMemcpy" -1822756883116533 116426:116426 2:"" -1822756883117323 116426:116426 2:"" -1822756891874838 116426:116426 0:"before hipLaunchKernel" -1822756891876088 116426:116426 1:"hipLaunchKernel" -1822756891909558 116426:116426 0:"after hipLaunchKernel" -1822756891910308 116426:116426 1:"hipMemcpy" -1822756896440778 116426:116426 2:"" -1822756896441498 116426:116426 2:"" -1822756905313504 116426:116426 0:"before hipLaunchKernel" -1822756905315164 116426:116426 1:"hipLaunchKernel" -1822756905349395 116426:116426 0:"after hipLaunchKernel" -1822756905350075 116426:116426 1:"hipMemcpy" -1822756909845943 116426:116426 2:"" -1822756909846673 116426:116426 2:"" -1822756918655859 116426:116426 0:"before hipLaunchKernel" -1822756918657319 116426:116426 1:"hipLaunchKernel" -1822756918696229 116426:116426 0:"after hipLaunchKernel" -1822756918696969 116426:116426 1:"hipMemcpy" -1822756923217748 116426:116426 2:"" -1822756923218538 116426:116426 2:"" -1822756931972714 116426:116426 0:"before hipLaunchKernel" -1822756931974224 116426:116426 1:"hipLaunchKernel" -1822756932034035 116426:116426 0:"after hipLaunchKernel" -1822756932034945 116426:116426 1:"hipMemcpy" -1822756936515393 116426:116426 2:"" -1822756936516233 116426:116426 2:"" -1822756945067097 116426:116426 0:"before hipLaunchKernel" -1822756945068567 116426:116426 1:"hipLaunchKernel" -1822756945112428 116426:116426 0:"after hipLaunchKernel" -1822756945113208 116426:116426 1:"hipMemcpy" -1822756949593196 116426:116426 2:"" -1822756949593916 116426:116426 2:"" -1822756958307932 116426:116426 0:"before hipLaunchKernel" -1822756958309532 116426:116426 1:"hipLaunchKernel" -1822756958345252 116426:116426 0:"after hipLaunchKernel" -1822756958346052 116426:116426 1:"hipMemcpy" -1822756962810840 116426:116426 2:"" -1822756962811480 116426:116426 2:"" -1822756971627137 116426:116426 0:"before hipLaunchKernel" -1822756971628417 116426:116426 1:"hipLaunchKernel" -1822756971666257 116426:116426 0:"after hipLaunchKernel" -1822756971667047 116426:116426 1:"hipMemcpy" -1822756976163925 116426:116426 2:"" -1822756976164585 116426:116426 2:"" -1822756984890371 116426:116426 0:"before hipLaunchKernel" -1822756984892011 116426:116426 1:"hipLaunchKernel" -1822756984928361 116426:116426 0:"after hipLaunchKernel" -1822756984929041 116426:116426 1:"hipMemcpy" -1822756989415409 116426:116426 2:"" -1822756989416199 116426:116426 2:"" -1822756998147406 116426:116426 0:"before hipLaunchKernel" -1822756998149046 116426:116426 1:"hipLaunchKernel" -1822756998183886 116426:116426 0:"after hipLaunchKernel" -1822756998184686 116426:116426 1:"hipMemcpy" -1822757002653244 116426:116426 2:"" -1822757002653894 116426:116426 2:"" -1822757011508581 116426:116426 0:"before hipLaunchKernel" -1822757011510141 116426:116426 1:"hipLaunchKernel" -1822757011544381 116426:116426 0:"after hipLaunchKernel" -1822757011545251 116426:116426 1:"hipMemcpy" -1822757016134320 116426:116426 2:"" -1822757016134980 116426:116426 2:"" -1822757024871576 116426:116426 0:"before hipLaunchKernel" -1822757024872986 116426:116426 1:"hipLaunchKernel" -1822757024906396 116426:116426 0:"after hipLaunchKernel" -1822757024907206 116426:116426 1:"hipMemcpy" -1822757029418504 116426:116426 2:"" -1822757029419154 116426:116426 2:"" -1822757038157240 116426:116426 0:"before hipLaunchKernel" -1822757038158520 116426:116426 1:"hipLaunchKernel" -1822757038192960 116426:116426 0:"after hipLaunchKernel" -1822757038193800 116426:116426 1:"hipMemcpy" -1822757042693109 116426:116426 2:"" -1822757042693699 116426:116426 2:"" -1822757051521045 116426:116426 0:"before hipLaunchKernel" -1822757051522525 116426:116426 1:"hipLaunchKernel" -1822757051564876 116426:116426 0:"after hipLaunchKernel" -1822757051565596 116426:116426 1:"hipMemcpy" -1822757056139434 116426:116426 2:"" -1822757056140114 116426:116426 2:"" -1822757064953431 116426:116426 0:"before hipLaunchKernel" -1822757064954731 116426:116426 1:"hipLaunchKernel" -1822757064997151 116426:116426 0:"after hipLaunchKernel" -1822757064997961 116426:116426 1:"hipMemcpy" -1822757069467370 116426:116426 2:"" -1822757069468020 116426:116426 2:"" -1822757078147265 116426:116426 0:"before hipLaunchKernel" -1822757078148605 116426:116426 1:"hipLaunchKernel" -1822757078194235 116426:116426 0:"after hipLaunchKernel" -1822757078194995 116426:116426 1:"hipMemcpy" -1822757082650303 116426:116426 2:"" -1822757082650953 116426:116426 2:"" -1822757091499160 116426:116426 0:"before hipLaunchKernel" -1822757091500700 116426:116426 1:"hipLaunchKernel" -1822757091535360 116426:116426 0:"after hipLaunchKernel" -1822757091536160 116426:116426 1:"hipMemcpy" -1822757096141260 116426:116426 2:"" -1822757096141910 116426:116426 2:"" -1822757104934825 116426:116426 0:"before hipLaunchKernel" -1822757104936575 116426:116426 1:"hipLaunchKernel" -1822757104971506 116426:116426 0:"after hipLaunchKernel" -1822757104972336 116426:116426 1:"hipMemcpy" -1822757109466484 116426:116426 2:"" -1822757109467144 116426:116426 2:"" -1822757118203040 116426:116426 0:"before hipLaunchKernel" -1822757118204260 116426:116426 1:"hipLaunchKernel" -1822757118239080 116426:116426 0:"after hipLaunchKernel" -1822757118239870 116426:116426 1:"hipMemcpy" -1822757122736549 116426:116426 2:"" -1822757122737199 116426:116426 2:"" -1822757131539455 116426:116426 0:"before hipLaunchKernel" -1822757131540855 116426:116426 1:"hipLaunchKernel" -1822757131574645 116426:116426 0:"after hipLaunchKernel" -1822757131575425 116426:116426 1:"hipMemcpy" -1822757136139044 116426:116426 2:"" -1822757136139694 116426:116426 2:"" -1822757144949400 116426:116426 0:"before hipLaunchKernel" -1822757144951090 116426:116426 1:"hipLaunchKernel" -1822757144984300 116426:116426 0:"after hipLaunchKernel" -1822757144985030 116426:116426 1:"hipMemcpy" -1822757149452529 116426:116426 2:"" -1822757149453179 116426:116426 2:"" -1822757158316495 116426:116426 0:"before hipLaunchKernel" -1822757158317965 116426:116426 1:"hipLaunchKernel" -1822757158352205 116426:116426 0:"after hipLaunchKernel" -1822757158353175 116426:116426 1:"hipMemcpy" -1822757162887724 116426:116426 2:"" -1822757162888374 116426:116426 2:"" -1822757171705490 116426:116426 0:"before hipLaunchKernel" -1822757171706930 116426:116426 1:"hipLaunchKernel" -1822757171740611 116426:116426 0:"after hipLaunchKernel" -1822757171741511 116426:116426 1:"hipMemcpy" -1822757176316230 116426:116426 2:"" -1822757176316880 116426:116426 2:"" -1822757184961485 116426:116426 0:"before hipLaunchKernel" -1822757184963005 116426:116426 1:"hipLaunchKernel" -1822757185007715 116426:116426 0:"after hipLaunchKernel" -1822757185008495 116426:116426 1:"hipMemcpy" -1822757189498604 116426:116426 2:"" -1822757189499254 116426:116426 2:"" -1822757198256469 116426:116426 0:"before hipLaunchKernel" -1822757198257999 116426:116426 1:"hipLaunchKernel" -1822757198298810 116426:116426 0:"after hipLaunchKernel" -1822757198299540 116426:116426 1:"hipMemcpy" -1822757202774278 116426:116426 2:"" -1822757202774938 116426:116426 2:"" -1822757211541234 116426:116426 0:"before hipLaunchKernel" -1822757211542624 116426:116426 1:"hipLaunchKernel" -1822757211576634 116426:116426 0:"after hipLaunchKernel" -1822757211577414 116426:116426 1:"hipMemcpy" -1822757216146013 116426:116426 2:"" -1822757216146663 116426:116426 2:"" -1822757224914419 116426:116426 0:"before hipLaunchKernel" -1822757224915999 116426:116426 1:"hipLaunchKernel" -1822757224951510 116426:116426 0:"after hipLaunchKernel" -1822757224952440 116426:116426 1:"hipMemcpy" -1822757229432328 116426:116426 2:"" -1822757229432978 116426:116426 2:"" -1822757238190334 116426:116426 0:"before hipLaunchKernel" -1822757238191834 116426:116426 1:"hipLaunchKernel" -1822757238226254 116426:116426 0:"after hipLaunchKernel" -1822757238227154 116426:116426 1:"hipMemcpy" -1822757242686762 116426:116426 2:"" -1822757242687412 116426:116426 2:"" -1822757251545359 116426:116426 0:"before hipLaunchKernel" -1822757251546929 116426:116426 1:"hipLaunchKernel" -1822757251582349 116426:116426 0:"after hipLaunchKernel" -1822757251583079 116426:116426 1:"hipMemcpy" -1822757256134628 116426:116426 2:"" -1822757256135288 116426:116426 2:"" -1822757264917154 116426:116426 0:"before hipLaunchKernel" -1822757264918864 116426:116426 1:"hipLaunchKernel" -1822757264955004 116426:116426 0:"after hipLaunchKernel" -1822757264955674 116426:116426 1:"hipMemcpy" -1822757269423623 116426:116426 2:"" -1822757269424273 116426:116426 2:"" -1822757278164368 116426:116426 0:"before hipLaunchKernel" -1822757278166008 116426:116426 1:"hipLaunchKernel" -1822757278200288 116426:116426 0:"after hipLaunchKernel" -1822757278201028 116426:116426 1:"hipMemcpy" -1822757282675377 116426:116426 2:"" -1822757282676027 116426:116426 2:"" -1822757291510604 116426:116426 0:"before hipLaunchKernel" -1822757291512254 116426:116426 1:"hipLaunchKernel" -1822757291545344 116426:116426 0:"after hipLaunchKernel" -1822757291546074 116426:116426 1:"hipMemcpy" -1822757296142203 116426:116426 2:"" -1822757296142843 116426:116426 2:"" -1822757304968109 116426:116426 0:"before hipLaunchKernel" -1822757304969609 116426:116426 1:"hipLaunchKernel" -1822757305003089 116426:116426 0:"after hipLaunchKernel" -1822757305003879 116426:116426 1:"hipMemcpy" -1822757309496688 116426:116426 2:"" -1822757309497348 116426:116426 2:"" -1822757318197103 116426:116426 0:"before hipLaunchKernel" -1822757318198713 116426:116426 1:"hipLaunchKernel" -1822757318244304 116426:116426 0:"after hipLaunchKernel" -1822757318245544 116426:116426 1:"hipMemcpy" -1822757322735882 116426:116426 2:"" -1822757322736532 116426:116426 2:"" -1822757331531378 116426:116426 0:"before hipLaunchKernel" -1822757331532828 116426:116426 1:"hipLaunchKernel" -1822757331575779 116426:116426 0:"after hipLaunchKernel" -1822757331576589 116426:116426 1:"hipMemcpy" -1822757336152608 116426:116426 2:"" -1822757336153268 116426:116426 2:"" -1822757344929524 116426:116426 0:"before hipLaunchKernel" -1822757344930804 116426:116426 1:"hipLaunchKernel" -1822757344967174 116426:116426 0:"after hipLaunchKernel" -1822757344967984 116426:116426 1:"hipMemcpy" -1822757349454582 116426:116426 2:"" -1822757349455242 116426:116426 2:"" -1822757358218998 116426:116426 0:"before hipLaunchKernel" -1822757358220358 116426:116426 1:"hipLaunchKernel" -1822757358256028 116426:116426 0:"after hipLaunchKernel" -1822757358256808 116426:116426 1:"hipMemcpy" -1822757362734497 116426:116426 2:"" -1822757362735147 116426:116426 2:"" -1822757371554633 116426:116426 0:"before hipLaunchKernel" -1822757371555973 116426:116426 1:"hipLaunchKernel" -1822757371590683 116426:116426 0:"after hipLaunchKernel" -1822757371591413 116426:116426 1:"hipMemcpy" -1822757376143363 116426:116426 2:"" -1822757376143983 116426:116426 2:"" -1822757384879008 116426:116426 0:"before hipLaunchKernel" -1822757384880308 116426:116426 1:"hipLaunchKernel" -1822757384914368 116426:116426 0:"after hipLaunchKernel" -1822757384915108 116426:116426 1:"hipMemcpy" -1822757389426697 116426:116426 2:"" -1822757389427347 116426:116426 2:"" -1822755610745597:1822755612148637 async-copy0 -1822756059703555:1822756061944704 async-copy1 -1822756076468363:1822756077871841 async-copy2 -1822756079453986:1822756081800621 async-copy3 -1822756089830592:1822756091230366 async-copy4 -1822756092862943:1822756095192985 async-copy5 -1822756103224676:1822756104626671 async-copy6 -1822756106217266:1822756108595458 async-copy7 -1822756116508728:1822756117909390 async-copy8 -1822756119463679:1822756121816388 async-copy9 -1822756129856005:1822756131259038 async-copy10 -1822756132847542:1822756135159509 async-copy11 -1822756143193383:1822756144594787 async-copy12 -1822756146178609:1822756148522133 async-copy13 -1822756156502642:1822756157906564 async-copy14 -1822756159488770:1822756161820738 async-copy15 -1822756169793271:1822756171196748 async-copy16 -1822756172819961:1822756175200080 async-copy17 -1822756183367822:1822756184770855 async-copy18 -1822756186222901:1822756188577685 async-copy19 -1822756196358553:1822756197758622 async-copy20 -1822756199341959:1822756201660742 async-copy21 -1822756209602431:1822756211003834 async-copy22 -1822756212733960:1822756215061779 async-copy23 -1822756223230732:1822756224633468 async-copy24 -1822756226053975:1822756228384757 async-copy25 -1822756236319165:1822756237720272 async-copy26 -1822756239300211:1822756241642698 async-copy27 -1822756249569085:1822756250970340 async-copy28 -1822756252539383:1822756254873721 async-copy29 -1822756262920159:1822756264322896 async-copy30 -1822756265929349:1822756268268725 async-copy31 -1822756276272690:1822756277674093 async-copy32 -1822756279261704:1822756281588042 async-copy33 -1822756289494062:1822756290898132 async-copy34 -1822756292486984:1822756294821026 async-copy35 -1822756302843271:1822756304244674 async-copy36 -1822756305836023:1822756308203845 async-copy37 -1822756316251013:1822756317651675 async-copy38 -1822756319222140:1822756321605222 async-copy39 -1822756329581609:1822756330984346 async-copy40 -1822756332570985:1822756334926954 async-copy41 -1822756343066596:1822756344469629 async-copy42 -1822756346208038:1822756348546377 async-copy43 -1822756356536391:1822756357937053 async-copy44 -1822756359514690:1822756361820434 async-copy45 -1822756369792080:1822756371196446 async-copy46 -1822756372858187:1822756375181117 async-copy47 -1822756383254616:1822756384656463 async-copy48 -1822756386235785:1822756388584495 async-copy49 -1822756396540013:1822756397941120 async-copy50 -1822756399532724:1822756401852098 async-copy51 -1822756409842431:1822756411242352 async-copy52 -1822756412851693:1822756415196254 async-copy53 -1822756423279344:1822756424681043 async-copy54 -1822756426237932:1822756428585901 async-copy55 -1822756436470646:1822756437872642 async-copy56 -1822756439453792:1822756441778648 async-copy57 -1822756449712164:1822756451114308 async-copy58 -1822756452839379:1822756455186162 async-copy59 -1822756463260798:1822756464661460 async-copy60 -1822756466285627:1822756468655226 async-copy61 -1822756476590661:1822756477992509 async-copy62 -1822756479567299:1822756481891414 async-copy63 -1822756489865100:1822756491268133 async-copy64 -1822756492886950:1822756495216695 async-copy65 -1822756503259171:1822756504662648 async-copy66 -1822756506318382:1822756508657017 async-copy67 -1822756516596286:1822756517997392 async-copy68 -1822756519589742:1822756521946600 async-copy69 -1822756529955321:1822756531359094 async-copy70 -1822756532973444:1822756535313857 async-copy71 -1822756543258544:1822756544660539 async-copy72 -1822756546243926:1822756548571153 async-copy73 -1822756556527558:1822756557931184 async-copy74 -1822756559499991:1822756561810772 async-copy75 -1822756569800608:1822756571201122 async-copy76 -1822756572827399:1822756575173442 async-copy77 -1822756583293358:1822756584696538 async-copy78 -1822756586289742:1822756588640674 async-copy79 -1822756596608409:1822756598009664 async-copy80 -1822756599601805:1822756601938366 async-copy81 -1822756609961382:1822756611362637 async-copy82 -1822756612814771:1822756615174444 async-copy83 -1822756623274987:1822756624674020 async-copy84 -1822756626244187:1822756628562524 async-copy85 -1822756636503810:1822756637906250 async-copy86 -1822756639495651:1822756641835027 async-copy87 -1822756649826815:1822756651228070 async-copy88 -1822756652845701:1822756655162408 async-copy89 -1822756663282560:1822756664684852 async-copy90 -1822756666270910:1822756668581543 async-copy91 -1822756676525576:1822756677927868 async-copy92 -1822756679498081:1822756681876718 async-copy93 -1822756689871911:1822756691274795 async-copy94 -1822756692863198:1822756695226575 async-copy95 -1822756703298473:1822756704701506 async-copy96 -1822756706292630:1822756708609337 async-copy97 -1822756716578756:1822756717982233 async-copy98 -1822756719573484:1822756721913156 async-copy99 -1822756729939935:1822756731340894 async-copy100 -1822756732957268:1822756735318866 async-copy101 -1822756743305668:1822756744707664 async-copy102 -1822756746288798:1822756748636766 async-copy103 -1822756756514188:1822756757915443 async-copy104 -1822756759506383:1822756761882056 async-copy105 -1822756769878684:1822756771280975 async-copy106 -1822756772869620:1822756775205440 async-copy107 -1822756783282081:1822756784682743 async-copy108 -1822756786250731:1822756788566402 async-copy109 -1822756796515073:1822756797917810 async-copy110 -1822756799499522:1822756801836675 async-copy111 -1822756809813022:1822756811214869 async-copy112 -1822756812847111:1822756815207673 async-copy113 -1822756823457191:1822756824860372 async-copy114 -1822756826415517:1822756828762448 async-copy115 -1822756836724312:1822756838124678 async-copy116 -1822756839841353:1822756842200284 async-copy117 -1822756850285409:1822756851688738 async-copy118 -1822756853252604:1822756855591979 async-copy119 -1822756863532804:1822756864935689 async-copy120 -1822756866497276:1822756868882283 async-copy121 -1822756876867480:1822756878268882 async-copy122 -1822756879872731:1822756882220551 async-copy123 -1822756890239449:1822756891639963 async-copy124 -1822756893222150:1822756895595898 async-copy125 -1822756903677825:1822756905079524 async-copy126 -1822756906675650:1822756909004358 async-copy127 -1822756916981833:1822756918385310 async-copy128 -1822756920026943:1822756922357429 async-copy129 -1822756930339119:1822756931742299 async-copy130 -1822756933341772:1822756935663665 async-copy131 -1822756943569147:1822756944968624 async-copy132 -1822756946417858:1822756948759603 async-copy133 -1822756956686881:1822756958087691 async-copy134 -1822756959654747:1822756961980344 async-copy135 -1822756969964854:1822756971366405 async-copy136 -1822756972958566:1822756975303275 async-copy137 -1822756983263992:1822756984667321 async-copy138 -1822756986248811:1822756988571889 async-copy139 -1822756996518043:1822756997919890 async-copy140 -1822756999482547:1822757001823404 async-copy141 -1822757009812945:1822757011214793 async-copy142 -1822757012865036:1822757015194337 async-copy143 -1822757023239827:1822757024642119 async-copy144 -1822757026219834:1822757028560691 async-copy145 -1822757036530048:1822757037933673 async-copy146 -1822757039501138:1822757041864663 async-copy147 -1822757049884042:1822757051284260 async-copy148 -1822757052885199:1822757055214352 async-copy149 -1822757063303774:1822757064706214 async-copy150 -1822757066306665:1822757068639522 async-copy151 -1822757076532551:1822757077934991 async-copy152 -1822757079491059:1822757081815619 async-copy153 -1822757089735648:1822757091137199 async-copy154 -1822757092848799:1822757095212472 async-copy155 -1822757103311340:1822757104713335 async-copy156 -1822757106282732:1822757108632923 async-copy157 -1822757116570884:1822757117973324 async-copy158 -1822757119555392:1822757121904545 async-copy159 -1822757129898577:1822757131299832 async-copy160 -1822757132884793:1822757135215724 async-copy161 -1822757143310937:1822757144715154 async-copy162 -1822757146294146:1822757148641078 async-copy163 -1822757156685092:1822757158085310 async-copy164 -1822757159666226:1822757162046048 async-copy165 -1822757170027327:1822757171429619 async-copy166 -1822757173048804:1822757175418107 async-copy167 -1822757183362207:1822757184764054 async-copy168 -1822757186326614:1822757188665545 async-copy169 -1822757196620800:1822757198025314 async-copy170 -1822757199624939:1822757201943573 async-copy171 -1822757209910756:1822757211311418 async-copy172 -1822757212901160:1822757215239647 async-copy173 -1822757223289758:1822757224693532 async-copy174 -1822757226264241:1822757228601246 async-copy175 -1822757236559874:1822757237961870 async-copy176 -1822757239550236:1822757241860277 async-copy177 -1822757249905346:1822757251307045 async-copy178 -1822757252895891:1822757255243267 async-copy179 -1822757263288395:1822757264689798 async-copy180 -1822757266253371:1822757268590820 async-copy181 -1822757276528185:1822757277931366 async-copy182 -1822757279512544:1822757281846142 async-copy183 -1822757289846499:1822757291247901 async-copy184 -1822757292866424:1822757295203429 async-copy185 -1822757303279340:1822757304680595 async-copy186 -1822757306303641:1822757308664795 async-copy187 -1822757316577803:1822757317977576 async-copy188 -1822757319560491:1822757321903570 async-copy189 -1822757329894057:1822757331297830 async-copy190 -1822757332884097:1822757335214731 async-copy191 -1822757343298266:1822757344700409 async-copy192 -1822757346279634:1822757348624046 async-copy193 -1822757356582659:1822757357985099 async-copy194 -1822757359570083:1822757361908569 async-copy195 -1822757369914110:1822757371315364 async-copy196 -1822757372908977:1822757375245093 async-copy197 -1822757383248827:1822757384651267 async-copy198 -1822757386227176:1822757388571292 async-copy199 diff --git a/test/MatrixTranspose/MatrixTranspose_sys_trace.txt b/test/MatrixTranspose/MatrixTranspose_sys_trace.txt deleted file mode 100644 index ce693dd3f3..0000000000 --- a/test/MatrixTranspose/MatrixTranspose_sys_trace.txt +++ /dev/null @@ -1,6506 +0,0 @@ -tool SYS test: "./test/MatrixTranspose" -ROCTracer (pid=116414): - rocTX-trace() - HSA-trace() - HIP-trace() -Device name Vega 10 XT [Radeon RX Vega 64] -## Iteration (99) ################# -PASSED! -## Iteration (98) ################# -PASSED! -## Iteration (97) ################# -PASSED! -## Iteration (96) ################# -PASSED! -## Iteration (95) ################# -PASSED! -## Iteration (94) ################# -PASSED! -## Iteration (93) ################# -PASSED! -## Iteration (92) ################# -PASSED! -## Iteration (91) ################# -PASSED! -## Iteration (90) ################# -PASSED! -## Iteration (89) ################# -PASSED! -## Iteration (88) ################# -PASSED! -## Iteration (87) ################# -PASSED! -## Iteration (86) ################# -PASSED! -## Iteration (85) ################# -PASSED! -## Iteration (84) ################# -PASSED! -## Iteration (83) ################# -PASSED! -## Iteration (82) ################# -PASSED! -## Iteration (81) ################# -PASSED! -## Iteration (80) ################# -PASSED! -## Iteration (79) ################# -PASSED! -## Iteration (78) ################# -PASSED! -## Iteration (77) ################# -PASSED! -## Iteration (76) ################# -PASSED! -## Iteration (75) ################# -PASSED! -## Iteration (74) ################# -PASSED! -## Iteration (73) ################# -PASSED! -## Iteration (72) ################# -PASSED! -## Iteration (71) ################# -PASSED! -## Iteration (70) ################# -PASSED! -## Iteration (69) ################# -PASSED! -## Iteration (68) ################# -PASSED! -## Iteration (67) ################# -PASSED! -## Iteration (66) ################# -PASSED! -## Iteration (65) ################# -PASSED! -## Iteration (64) ################# -PASSED! -## Iteration (63) ################# -PASSED! -## Iteration (62) ################# -PASSED! -## Iteration (61) ################# -PASSED! -## Iteration (60) ################# -PASSED! -## Iteration (59) ################# -PASSED! -## Iteration (58) ################# -PASSED! -## Iteration (57) ################# -PASSED! -## Iteration (56) ################# -PASSED! -## Iteration (55) ################# -PASSED! -## Iteration (54) ################# -PASSED! -## Iteration (53) ################# -PASSED! -## Iteration (52) ################# -PASSED! -## Iteration (51) ################# -PASSED! -## Iteration (50) ################# -PASSED! -## Iteration (49) ################# -PASSED! -## Iteration (48) ################# -PASSED! -## Iteration (47) ################# -PASSED! -## Iteration (46) ################# -PASSED! -## Iteration (45) ################# -PASSED! -## Iteration (44) ################# -PASSED! -## Iteration (43) ################# -PASSED! -## Iteration (42) ################# -PASSED! -## Iteration (41) ################# -PASSED! -## Iteration (40) ################# -PASSED! -## Iteration (39) ################# -PASSED! -## Iteration (38) ################# -PASSED! -## Iteration (37) ################# -PASSED! -## Iteration (36) ################# -PASSED! -## Iteration (35) ################# -PASSED! -## Iteration (34) ################# -PASSED! -## Iteration (33) ################# -PASSED! -## Iteration (32) ################# -PASSED! -## Iteration (31) ################# -PASSED! -## Iteration (30) ################# -PASSED! -## Iteration (29) ################# -PASSED! -## Iteration (28) ################# -PASSED! -## Iteration (27) ################# -PASSED! -## Iteration (26) ################# -PASSED! -## Iteration (25) ################# -PASSED! -## Iteration (24) ################# -PASSED! -## Iteration (23) ################# -PASSED! -## Iteration (22) ################# -PASSED! -## Iteration (21) ################# -PASSED! -## Iteration (20) ################# -PASSED! -## Iteration (19) ################# -PASSED! -## Iteration (18) ################# -PASSED! -## Iteration (17) ################# -PASSED! -## Iteration (16) ################# -PASSED! -## Iteration (15) ################# -PASSED! -## Iteration (14) ################# -PASSED! -## Iteration (13) ################# -PASSED! -## Iteration (12) ################# -PASSED! -## Iteration (11) ################# -PASSED! -## Iteration (10) ################# -PASSED! -## Iteration (9) ################# -PASSED! -## Iteration (8) ################# -PASSED! -## Iteration (7) ################# -PASSED! -## Iteration (6) ################# -PASSED! -## Iteration (5) ################# -PASSED! -## Iteration (4) ################# -PASSED! -## Iteration (3) ################# -PASSED! -## Iteration (2) ################# -PASSED! -## Iteration (1) ################# -PASSED! -## Iteration (0) ################# -PASSED! -1822745843970178:1822745843979318 116414:116414 hipGetDeviceProperties() -1822745846474714:1822745846593465 116414:116414 hipMalloc(ptr(0x7f074e800000) size(0x400000)) -1822745846595035:1822745846655616 116414:116414 hipMalloc(ptr(0x7f074e200000) size(0x400000)) -1822745846666816:1822745854964868 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822745854968148:1822745854968149 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746298308870:1822746303423953 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746303443683:1822746303443684 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746303451293:1822746307819121 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746320702463:1822746322784296 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746322785696:1822746322785697 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746322799047:1822746322829467 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746322830727:1822746322830728 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746322833607:1822746327109964 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746333586775:1822746335660718 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746335661998:1822746335661999 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746335675698:1822746335698609 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746335699859:1822746335699860 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746335702869:1822746340061426 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746346506927:1822746348567011 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746348568511:1822746348568512 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746348580611:1822746348610931 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746348612211:1822746348612212 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746348615261:1822746352907138 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746359344249:1822746361405052 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746361406962:1822746361406963 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746361421082:1822746361443332 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746361444572:1822746361444573 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746361455202:1822746365744469 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746372202171:1822746374270134 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746374271634:1822746374271635 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746374294064:1822746374317035 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746374318255:1822746374318256 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746374321165:1822746378595171 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746384660700:1822746386722433 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746386723883:1822746386723884 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746386738714:1822746386761374 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746386762664:1822746386762665 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746386765844:1822746391048471 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746397114629:1822746399185553 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746399186833:1822746399186834 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746399200683:1822746399223483 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746399224743:1822746399224744 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746399227793:1822746403529961 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746409995081:1822746412057035 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746412058365:1822746412058366 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746412071955:1822746412094595 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746412095765:1822746412095766 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746412098905:1822746416387712 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746422826463:1822746424897176 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746424898496:1822746424898497 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746424911236:1822746424933737 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746424935007:1822746424935008 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746424938207:1822746429218004 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746435676255:1822746437720948 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746437730038:1822746437730039 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746437743568:1822746437769188 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746437770698:1822746437770699 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746437773838:1822746442027596 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746448083424:1822746450158327 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746450159647:1822746450159648 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746450173407:1822746450196707 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746450197897:1822746450197898 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746450200977:1822746454503295 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746460941515:1822746463002759 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746463004099:1822746463004100 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746463017579:1822746463049159 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746463050449:1822746463050450 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746463053449:1822746467336197 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746473805778:1822746475882871 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746475884231:1822746475884232 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746475897431:1822746475919811 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746475921111:1822746475921112 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746475924261:1822746480224589 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746486679779:1822746488737312 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746488738752:1822746488738753 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746488751963:1822746488782493 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746488783693:1822746488783694 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746488786943:1822746493097300 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746499530752:1822746501598695 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746501600095:1822746501600096 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746501614375:1822746501637495 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746501648745:1822746501648746 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746501652265:1822746505928192 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746512370343:1822746514457276 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746514458696:1822746514458697 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746514473036:1822746514495377 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746514496697:1822746514496698 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746514499747:1822746518741494 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746525191625:1822746527258748 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746527260208:1822746527260209 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746527284108:1822746527308108 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746527309358:1822746527309359 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746527312808:1822746531586155 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746538049717:1822746540124270 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746540125590:1822746540125591 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746540139580:1822746540162980 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746540164260:1822746540164261 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746540167390:1822746544477457 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746550904939:1822746552970562 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746552972192:1822746552972193 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746552986182:1822746553009192 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746553010492:1822746553010493 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746553013422:1822746557332730 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746563763110:1822746565846414 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746565848034:1822746565848035 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746565861314:1822746565884274 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746565885504:1822746565885505 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746565888614:1822746570194671 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746576267190:1822746578332543 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746578333923:1822746578333924 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746578348063:1822746578379063 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746578380393:1822746578380394 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746578383383:1822746582642821 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746589078011:1822746591158025 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746591159335:1822746591159336 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746591172855:1822746591195855 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746591197105:1822746591197106 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746591200045:1822746595502053 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746601948173:1822746604015657 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746604016967:1822746604016968 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746604030517:1822746604061257 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746604062467:1822746604062468 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746604065477:1822746608328534 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746614389352:1822746616469396 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746616470976:1822746616470977 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746616484366:1822746616506406 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746616507656:1822746616507657 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746616510696:1822746620825594 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746627260834:1822746629329598 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746629331008:1822746629331009 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746629344238:1822746629375238 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746629376498:1822746629376499 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746629379598:1822746633699056 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746639738834:1822746641811077 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746641812567:1822746641812568 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746641833087:1822746641855257 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746641856487:1822746641856488 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746641859797:1822746646095074 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746652534346:1822746654611299 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746654612629:1822746654612630 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746654626799:1822746654650289 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746654651549:1822746654651550 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746654654729:1822746658919216 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746665361737:1822746667426330 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746667428000:1822746667428001 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746667440830:1822746667463430 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746667464700:1822746667464701 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746667467440:1822746671741578 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746678189259:1822746680263922 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746680265312:1822746680265313 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746680278522:1822746680301313 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746680302503:1822746680302504 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746680305543:1822746684599749 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746691021611:1822746693084514 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746693085964:1822746693085965 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746693099924:1822746693122074 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746693123334:1822746693123335 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746693126444:1822746697417261 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746703840982:1822746705929455 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746705931345:1822746705931346 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746705945055:1822746705968686 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746705970476:1822746705970477 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746705975396:1822746710266673 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746716759864:1822746718818848 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746718820238:1822746718820239 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746718833338:1822746718862488 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746718863738:1822746718863739 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746718866688:1822746723107325 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746729581726:1822746731654639 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746731656219:1822746731656220 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746731669399:1822746731692850 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746731694160:1822746731694161 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746731697050:1822746735979657 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746742049516:1822746744110189 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746744111509:1822746744111510 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746744133069:1822746744157759 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746744159029:1822746744159030 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746744162029:1822746748470026 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746754538355:1822746756604198 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746756605568:1822746756605569 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746756620218:1822746756644108 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746756645308:1822746756645309 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746756648178:1822746760954265 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746767383727:1822746769460510 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746769462090:1822746769462091 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746769475920:1822746769508420 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746769510160:1822746769510161 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746769513370:1822746773819308 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746780266169:1822746782332622 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746782341262:1822746782341263 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746782355002:1822746782377392 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746782378672:1822746782378673 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746782381572:1822746786660119 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746793109760:1822746795184754 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746795186074:1822746795186075 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746795200074:1822746795222534 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746795223724:1822746795223725 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746795227004:1822746799487531 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746805734131:1822746807826774 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746807828174:1822746807828175 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746807841974:1822746807865544 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746807866844:1822746807866845 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746807869834:1822746812163911 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746818657433:1822746820718916 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746820720396:1822746820720397 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746820733776:1822746820754526 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746820755816:1822746820755817 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746820759147:1822746825045544 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746831158123:1822746833219966 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746833221276:1822746833221277 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746833235116:1822746833257296 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746833258496:1822746833258497 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746833262016:1822746837573733 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746844028614:1822746846098438 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746846099908:1822746846099909 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746846113688:1822746846136198 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746846139898:1822746846139899 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746846143028:1822746850395185 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746856855246:1822746858924999 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746858926649:1822746858926650 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746858940839:1822746858972180 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746858973450:1822746858973451 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746858976940:1822746863235007 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746869391056:1822746871466399 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746871467439:1822746871467440 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746871481859:1822746871504729 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746871505959:1822746871505960 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746871509339:1822746875781837 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746882240938:1822746884305401 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746884306961:1822746884306962 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746884320881:1822746884352031 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746884353321:1822746884353322 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746884356881:1822746888675479 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746895121520:1822746897183443 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746897184773:1822746897184774 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746897198993:1822746897220863 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746897222143:1822746897222144 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746897225833:1822746901551111 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746907997171:1822746910084375 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746910085815:1822746910085816 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746910100145:1822746910132645 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746910133885:1822746910133886 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746910137185:1822746914418213 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746920862944:1822746922908037 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746922909437:1822746922909438 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746922923627:1822746922945717 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746922947007:1822746922947008 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746922950017:1822746927245224 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746933711785:1822746935787248 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746935788578:1822746935788579 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746935802498:1822746935825959 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746935827269:1822746935827270 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746935830269:1822746940121236 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746946567968:1822746948633181 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746948634511:1822746948634512 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746948648031:1822746948671011 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746948672241:1822746948672242 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746948675421:1822746952926358 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746959366809:1822746961429082 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746961430712:1822746961430713 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746961446582:1822746961469232 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746961470572:1822746961470573 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746961473822:1822746965814810 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746972279711:1822746974343794 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746974345454:1822746974345455 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746974360034:1822746974382215 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746974383495:1822746974383496 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746974394765:1822746978700292 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746985156093:1822746987233016 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822746987234346:1822746987234347 116414:116414 MARK(name(before HIP LaunchKernel)) -1822746987249906:1822746987273247 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822746987274437:1822746987274438 116414:116414 MARK(name(after HIP LaunchKernel)) -1822746987277427:1822746991547133 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822746997998865:1822747000042538 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747000043858:1822747000043859 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747000056848:1822747000088678 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747000090048:1822747000090049 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747000093068:1822747004383005 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747010835117:1822747012916650 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747012918040:1822747012918041 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747012931960:1822747012954660 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747012955940:1822747012955941 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747012959070:1822747017226257 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747023666818:1822747025736181 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747025737581:1822747025737582 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747025750942:1822747025781412 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747025782592:1822747025782593 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747025785872:1822747030052239 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747036505630:1822747038573033 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747038574363:1822747038574364 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747038587933:1822747038610283 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747038611533:1822747038611534 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747038614453:1822747042937121 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747049391692:1822747051453585 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747051454915:1822747051454916 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747051477095:1822747051499955 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747051501245:1822747051501246 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747051505645:1822747055761853 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747062234364:1822747064278727 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747064280197:1822747064280198 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747064294077:1822747064316727 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747064317897:1822747064317898 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747064321017:1822747068576644 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747075133836:1822747077187479 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747077188879:1822747077188880 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747077202689:1822747077225089 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747077226409:1822747077226410 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747077229319:1822747081494496 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747087696776:1822747089772219 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747089773989:1822747089773990 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747089788499:1822747089811079 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747089812899:1822747089812900 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747089815949:1822747094096777 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747100523827:1822747102603680 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747102605060:1822747102605061 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747102619531:1822747102641481 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747102642691:1822747102642692 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747102645601:1822747106932618 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747113394119:1822747115459782 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747115461212:1822747115461213 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747115475162:1822747115497753 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747115499023:1822747115499024 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747115515153:1822747119760390 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747126225621:1822747128302184 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747128305604:1822747128305605 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747128319784:1822747128343274 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747128344584:1822747128344585 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747128348014:1822747132642992 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747139092793:1822747141161296 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747141162606:1822747141162607 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747141175786:1822747141207066 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747141208306:1822747141208307 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747141211546:1822747145461953 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747151567003:1822747153656286 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747153657676:1822747153657677 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747153671136:1822747153695166 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747153696456:1822747153696457 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747153699736:1822747157969813 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747164422934:1822747166485517 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747166486917:1822747166486918 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747166501377:1822747166532578 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747166533928:1822747166533929 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747166537248:1822747170842615 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747177296116:1822747179360869 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747179362209:1822747179362210 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747179384019:1822747179406819 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747179408029:1822747179408030 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747179411549:1822747183701457 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747190153568:1822747192218121 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747192219531:1822747192219532 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747192241651:1822747192264562 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747192268592:1822747192268593 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747192271912:1822747196567838 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747203025850:1822747205089433 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747205090823:1822747205090824 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747205104743:1822747205127533 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747205128843:1822747205128844 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747205131903:1822747209398351 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747215861132:1822747217941265 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747217942715:1822747217942716 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747217956385:1822747217979925 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747217981125:1822747217981126 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747217984415:1822747222276732 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747228736384:1822747230805337 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747230806677:1822747230806678 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747230820807:1822747230842957 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747230844217:1822747230844218 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747230847227:1822747235088114 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747241171943:1822747243246626 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747243248046:1822747243248047 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747243261336:1822747243283836 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747243285216:1822747243285217 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747243288396:1822747247528633 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747253981024:1822747256039047 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747256040467:1822747256040468 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747256054087:1822747256085958 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747256087158:1822747256087159 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747256090268:1822747260360155 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747266815846:1822747268892109 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747268893999:1822747268894000 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747268908149:1822747268930499 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747268931759:1822747268931760 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747268934889:1822747273197947 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747279638697:1822747281720521 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747281721851:1822747281721852 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747281736001:1822747281767771 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747281769071:1822747281769072 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747281772051:1822747286046009 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747292087217:1822747294175330 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747294176650:1822747294176651 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747294190370:1822747294213700 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747294214890:1822747294214891 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747294218100:1822747298479718 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747304924289:1822747306988822 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747306990412:1822747306990413 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747307004372:1822747307035392 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747307036652:1822747307036653 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747307039652:1822747311314729 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747317791590:1822747319871093 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747319872493:1822747319872494 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747319887283:1822747319910064 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747319911324:1822747319911325 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747319914424:1822747324203491 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747330643493:1822747332700526 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747332702106:1822747332702107 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747332716586:1822747332739436 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747332740626:1822747332740627 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747332744156:1822747337036843 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747343481914:1822747345556187 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747345557677:1822747345557678 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747345571377:1822747345594768 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747345596058:1822747345596059 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747345599338:1822747349872305 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747355971414:1822747358047577 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747358048997:1822747358048998 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747358063047:1822747358085817 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747358087087:1822747358087088 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747358090547:1822747362398395 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747368851376:1822747370900379 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747370901939:1822747370901940 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747370915989:1822747370938199 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747370939399:1822747370939400 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747370942579:1822747375221076 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747381681947:1822747383754331 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747383755681:1822747383755682 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747383768661:1822747383791121 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747383792401:1822747383792402 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747383795301:1822747388092428 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747394536289:1822747396603152 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747396604482:1822747396604483 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747396626433:1822747396650613 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747396651883:1822747396651884 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747396656463:1822747400910100 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747407366001:1822747409448144 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747409449544:1822747409449545 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747409464164:1822747409487494 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747409488684:1822747409488685 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747409492014:1822747413770062 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747419814600:1822747421885053 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747421886603:1822747421886604 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747421900793:1822747421932093 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747421933384:1822747421933385 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747421936594:1822747426217111 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747432672842:1822747434748835 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747434750165:1822747434750166 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747434763215:1822747434785875 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747434787135:1822747434787136 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747434790075:1822747439088443 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747445545044:1822747447609577 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747447610877:1822747447610878 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747447624707:1822747447653147 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747447654367:1822747447654368 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747447657297:1822747451957375 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747458405686:1822747460450399 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747460451959:1822747460451960 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747460466289:1822747460489279 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747460490549:1822747460490550 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747460493389:1822747464743566 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747471179157:1822747473254680 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747473257360:1822747473257361 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747473270550:1822747473293450 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747473294800:1822747473294801 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747473297950:1822747477591398 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747484028118:1822747486091922 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747486093502:1822747486093503 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747486106882:1822747486130172 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747486131372:1822747486131373 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747486134422:1822747490419139 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747496865051:1822747498943064 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747498944464:1822747498944465 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747498958554:1822747498980754 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747498982014:1822747498982015 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747498984894:1822747503268461 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747509756563:1822747511818276 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747511819686:1822747511819687 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747511833116:1822747511855426 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747511856726:1822747511856727 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747511859826:1822747516150013 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747522597635:1822747524670938 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747524672268:1822747524672269 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747524685428:1822747524707998 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747524709218:1822747524709219 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747524712398:1822747528987975 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747535047784:1822747537113067 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747537114857:1822747537114858 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747537138907:1822747537163577 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747537164877:1822747537164878 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747537167957:1822747541436424 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747547534253:1822747549612217 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747549613767:1822747549613768 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747549627617:1822747549651057 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747549652307:1822747549652308 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747549655577:1822747553933694 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747560390115:1822747562453868 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747562455438:1822747562455439 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747562469358:1822747562501949 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747562503169:1822747562503170 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747562506189:1822747566818226 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747572878324:1822747574942608 116414:116414 hipMemcpy(dst(0x7f074e800000) src(0x14fd940) size(0x400000) kind(1)) -1822747574943958:1822747574943959 116414:116414 MARK(name(before HIP LaunchKernel)) -1822747574958378:1822747574981108 116414:116414 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) -1822747574982378:1822747574982379 116414:116414 MARK(name(after HIP LaunchKernel)) -1822747574985538:1822747579262875 116414:116414 hipMemcpy(dst(0x18fd950) src(0x7f074e200000) size(0x400000) kind(2)) -1822747585404054:1822747585512165 116414:116414 hipFree(ptr(0x7f074e800000)) -1822747585513895:1822747585531215 116414:116414 hipFree(ptr(0x7f074e200000)) -1822745838864805:1822745838865295 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5e74) = 0 -1822745838866635:1822745838867175 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5e74) = 0 -1822745838866635:1822745838868025 116414:116414 hsa_iterate_agents(1, 0x1120fe8) = 0 -1822745838868896:1822745838869216 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c607c) = 0 -1822745838868896:1822745838869656 116414:116414 hsa_iterate_agents(1, 0x1120fe0) = 1 -1822745838878436:1822745838878816 116414:116414 hsa_agent_get_info(, 4, 0x7ffcc96c5d80) = 0 -1822745838879306:1822745838882766 116414:116414 hsa_agent_get_info(, 0, 0x7ffcc96c5d40) = 0 -1822745838883246:1822745838883586 116414:116414 hsa_agent_get_info(, 16, 0x1118fd8) = 0 -1822745838897646:1822745838897996 116414:116414 hsa_agent_get_info(, 21, 0x1118f70) = 0 -1822745838898446:1822745838898776 116414:116414 hsa_agent_get_info(, 22, 0x1118f72) = 0 -1822745838899226:1822745838899566 116414:116414 hsa_agent_get_info(, 14, 0x1118e10) = 0 -1822745838902156:1822745838902776 116414:116414 hsa_amd_profiling_async_copy_enable() = 0 -1822745838906586:1822745838907436 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5a1c) = 0 -1822745838907946:1822745838908276 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5a1c) = 0 -1822745838908726:1822745838909056 116414:116414 hsa_amd_memory_pool_get_info(, 2, 0x7ffcc96c5a20) = 0 -1822745838908726:1822745838909506 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x1118e08) = 1 -1822745838910296:1822745838910626 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5874) = 0 -1822745838911066:1822745838911396 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c5864) = 0 -1822745838911836:1822745838912156 116414:116414 hsa_amd_memory_pool_get_info(, 2, 0x7ffcc96c5868) = 0 -1822745838912706:1822745838913026 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5874) = 0 -1822745838912706:1822745838913486 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x1118ec8) = 0 -1822745838914286:1822745838914616 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5a2c) = 0 -1822745838915046:1822745838915376 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c589c) = 0 -1822745838915816:1822745838916136 116414:116414 hsa_amd_memory_pool_get_info(, 2, 0x7ffcc96c5890) = 0 -1822745838916906:1822745838917226 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c5a2c) = 0 -1822745838917656:1822745838917976 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c589c) = 0 -1822745838918406:1822745838918726 116414:116414 hsa_amd_memory_pool_get_info(, 2, 0x7ffcc96c5890) = 0 -1822745838918406:1822745838919186 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x1118ec8) = 0 -1822745838921716:1822745839063337 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x7ffcc96c5b18) = 0 -1822745839067757:1822745839136437 116414:116414 hsa_amd_agents_allow_access(, 0x1118e00, 0, 0x7f077be80000) = 0 -1822745839146337:1822745839146717 116414:116414 hsa_agent_get_info(, 8, 0x1118f24) = 0 -1822745839147187:1822745839147507 116414:116414 hsa_agent_get_info(, 7, 0x1118f28) = 0 -1822745839147957:1822745839148277 116414:116414 hsa_agent_get_info(, 4, 0x7ffcc96c5f80) = 0 -1822745839153787:1822745839154177 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c58dc) = 0 -1822745839154797:1822745839155117 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c58d8) = 0 -1822745839155657:1822745839155977 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c58dc) = 0 -1822745839156457:1822745839156797 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c58d8) = 0 -1822745839156457:1822745839157297 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x7ffcc96c5b10) = 0 -1822745839158167:1822745839158517 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5904) = 0 -1822745839158997:1822745839159337 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5904) = 0 -1822745839158997:1822745839159857 116414:116414 hsa_iterate_agents(1, 0x7ffcc96c5a70) = 0 -1822745839160547:1822745840209184 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x1119340) = 0 -1822745840210754:1822745840361735 116414:116414 hsa_amd_agents_allow_access(, 0x1100a00, 0, 0x7f0760400000) = 0 -1822745840365565:1822745840370505 116414:116414 hsa_signal_create(0, , 0, 0x1119360) = 0 -1822745840370975:1822745840372085 116414:116414 hsa_signal_create(0, , 0, 0x1119380) = 0 -1822745840372845:1822745841339691 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x1119348) = 0 -1822745841341081:1822745841483972 116414:116414 hsa_amd_agents_allow_access(, 0x1100a00, 0, 0x7f074fa00000) = 0 -1822745841486242:1822745841489022 116414:116414 hsa_signal_create(0, , 0, 0x1119368) = 0 -1822745841489422:1822745841490542 116414:116414 hsa_signal_create(0, , 0, 0x1119388) = 0 -1822745841492512:1822745841493102 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c58dc) = 0 -1822745841493572:1822745841493852 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c58d8) = 0 -1822745841494312:1822745841494602 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c58dc) = 0 -1822745841495022:1822745841495302 116414:116414 hsa_amd_memory_pool_get_info(, 1, 0x7ffcc96c58d8) = 0 -1822745841495022:1822745841495732 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x7ffcc96c5b10) = 0 -1822745841497002:1822745841497712 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5904) = 0 -1822745841498132:1822745841498612 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c5904) = 0 -1822745841498132:1822745841499052 116414:116414 hsa_iterate_agents(1, 0x7ffcc96c5a70) = 0 -1822745841504172:1822745842421788 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x1119920) = 0 -1822745842423278:1822745842568269 116414:116414 hsa_amd_agents_allow_access(, 0x1100150, 0, 0x7f074f400000) = 0 -1822745842569509:1822745842571469 116414:116414 hsa_signal_create(0, , 0, 0x1119940) = 0 -1822745842571879:1822745842572669 116414:116414 hsa_signal_create(0, , 0, 0x1119960) = 0 -1822745842573259:1822745843500275 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x1119928) = 0 -1822745843502365:1822745843637306 116414:116414 hsa_amd_agents_allow_access(, 0x1100150, 0, 0x7f074ee00000) = 0 -1822745843638486:1822745843640556 116414:116414 hsa_signal_create(0, , 0, 0x1119948) = 0 -1822745843640966:1822745843641846 116414:116414 hsa_signal_create(0, , 0, 0x1119968) = 0 -1822745843658626:1822745843725117 116414:116414 hsa_amd_memory_lock(0x7f077b3a86f0, , 0x10ffc50, 1, 0x7f077b3a86f8) = 0 -1822745843739687:1822745843740347 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c63b4) = 0 -1822745843739687:1822745843740767 116414:116414 hsa_iterate_agents(1, 0x7f077a770f08) = 1 -1822745843743707:1822745843744287 116414:116414 hsa_agent_get_info(, 40962, 0x111a068) = 0 -1822745843745907:1822745843746197 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c61cc) = 0 -1822745843746697:1822745843746997 116414:116414 hsa_agent_get_info(, 17, 0x7ffcc96c61cc) = 0 -1822745843746697:1822745843747387 116414:116414 hsa_iterate_agents(1, 0x7ffcc96c631c) = 0 -1822745843747777:1822745843748127 116414:116414 hsa_agent_get_info(, 40969, 0x111a070) = 0 -1822745843748517:1822745843761367 116414:116414 hsa_agent_get_info(, 0, 0x7ffcc96c6390) = 0 -1822745843763977:1822745843764287 116414:116414 hsa_agent_get_info(, 16, 0x7ffcc96c634c) = 0 -1822745843764677:1822745843764977 116414:116414 hsa_agent_get_info(, 6, 0x111a184) = 0 -1822745843765367:1822745843765667 116414:116414 hsa_agent_get_info(, 8, 0x111a188) = 0 -1822745843766057:1822745843766347 116414:116414 hsa_agent_get_info(, 7, 0x7ffcc96c630e) = 0 -1822745843766747:1822745843767027 116414:116414 hsa_agent_get_info(, 9, 0x7ffcc96c6330) = 0 -1822745843767427:1822745843767717 116414:116414 hsa_agent_get_info(, 40963, 0x111a1a4) = 0 -1822745843769647:1822745843769947 116414:116414 hsa_system_get_info(3, 0x7ffcc96c6340) = 0 -1822745843770347:1822745843770647 116414:116414 hsa_agent_get_info(, 40966, 0x7ffcc96c630c) = 0 -1822745843771047:1822745843771337 116414:116414 hsa_agent_get_info(, 40975, 0x111a1dc) = 0 -1822745843771737:1822745843772017 116414:116414 hsa_agent_get_info(, 40962, 0x111a1c0) = 0 -1822745843772407:1822745843772707 116414:116414 hsa_agent_get_info(, 18, 0x7ffcc96c6380) = 0 -1822745843773197:1822745843773487 116414:116414 hsa_agent_get_info(, 40970, 0x7ffcc96c6318) = 0 -1822745843779967:1822745843780487 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c618c) = 0 -1822745843783457:1822745843783757 116414:116414 hsa_amd_memory_pool_get_info(, 0, 0x7ffcc96c618c) = 0 -1822745843784217:1822745843784507 116414:116414 hsa_amd_memory_pool_get_info(, 2, 0x111a178) = 0 -1822745843784217:1822745843784957 116414:116414 hsa_amd_agent_iterate_memory_pools(, 1, 0x111a070) = 0 -1822745843817537:1822745843819237 116414:116414 hsa_signal_create(1, , 0x7ffcc96c6048, 0x111d3e8) = 0 -1822745843826787:1822745843827217 116414:116414 hsa_region_get_info(, 2, 0x111a170) = 0 -1822745843827627:1822745843828007 116414:116414 hsa_region_get_info(, 40963, 0x111a1a8) = 0 -1822745843828397:1822745843828687 116414:116414 hsa_region_get_info(, 40962, 0x111a1ac) = 0 -1822745843829097:1822745843829417 116414:116414 hsa_agent_get_info(, 4, 0x7ffcc96c6314) = 0 -1822745843829807:1822745843897558 116414:116414 hsa_agent_get_info(, 12288, 0x111a208) = 0 -1822745843898058:1822745843898438 116414:116414 hsa_agent_get_info(, 12291, 0x111a20c) = 0 -1822745843898838:1822745843899178 116414:116414 hsa_agent_get_info(, 12295, 0x111a214) = 0 -1822745843899578:1822745843899878 116414:116414 hsa_agent_get_info(, 40974, 0x7ffcc96c6370) = 0 -1822745843900268:1822745843900558 116414:116414 hsa_agent_get_info(, 19, 0x7ffcc96c6328) = 0 -1822745843902748:1822745843936028 116414:116414 hsa_isa_get_info_alt(, 0, 0x7ffcc96c6320) = 0 -1822745843939378:1822745843942918 116414:116414 hsa_isa_get_info_alt(, 1, 0x11191f0) = 0 -1822745843965978:1822745843966318 116414:116414 hsa_system_get_info(3, 0x7ffcc96c6750) = 0 -1822745843967228:1822745843967768 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745843971488:1822745843972028 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745846473634:1822745846474264 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745846484914:1822745846587705 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x7ffcc96c64a8) = 0 -1822745846592315:1822745846592865 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745846594105:1822745846594645 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745846595565:1822745846653206 116414:116414 hsa_amd_memory_pool_allocate(, , , 0x7ffcc96c64a8) = 0 -1822745846654406:1822745846654946 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6750) = 0 -1822745846665836:1822745846666376 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822745846687396:1822745846687936 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822745846690466:1822745846690756 116414:116414 hsa_system_get_info(3, 0x7ffcc96c6318) = 0 -1822745846694326:1822745846694866 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822745846700276:1822745846701166 116414:116414 hsa_signal_store_screlease(, 0) = void -1822745846701576:1822745846702136 116414:116414 hsa_signal_store_screlease(, 0) = void -1822745846703646:1822745846704306 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822745847229929:1822745847230429 116414:116414 hsa_signal_store_screlease(, 1) = void -1822745847232589:1822745853512519 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822745853516229:1822745854941278 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822745854941728:1822745854942148 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822745854958308:1822745854958868 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822745854959758:1822745854960048 116414:116414 hsa_system_get_info(3, 0x7ffcc96c61a0) = 0 -1822745854963078:1822745854963618 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746012614062:1822746012617122 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746012845913:1822746012846523 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746016793828:1822746016796628 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746016800158:1822746016801078 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746016803218:1822746016803878 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746016806168:1822746016806918 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746016867579:1822746016868049 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746016869949:1822746016870599 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746016872579:1822746016873209 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746016875309:1822746016875839 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746016934009:1822746016934489 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746016936889:1822746016937409 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746016939679:1822746016940199 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746016942589:1822746016943109 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017001010:1822746017001530 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017003660:1822746017004170 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017006870:1822746017007420 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017009390:1822746017009900 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017074520:1822746017075060 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017077300:1822746017077750 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017080040:1822746017080490 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017082570:1822746017083120 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017140200:1822746017140720 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017142580:1822746017143180 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017145290:1822746017145830 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017147670:1822746017148190 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017204571:1822746017205021 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017207251:1822746017207701 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017209541:1822746017210061 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017211861:1822746017212371 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017270161:1822746017270851 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017272781:1822746017273311 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017275131:1822746017275651 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017277381:1822746017277891 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017335432:1822746017335912 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017338152:1822746017338672 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017340862:1822746017341382 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017344602:1822746017345062 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017527473:1822746017527993 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017530963:1822746017531423 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017534723:1822746017535183 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017539073:1822746017539613 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017597893:1822746017598603 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017600493:1822746017601093 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017603063:1822746017603523 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017605373:1822746017606133 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017663164:1822746017663624 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017665314:1822746017665834 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017668134:1822746017668594 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017670294:1822746017670804 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017764394:1822746017764874 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017767164:1822746017767684 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017769894:1822746017770414 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017772154:1822746017772674 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017829675:1822746017830335 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017832375:1822746017832885 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017835445:1822746017835965 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017838005:1822746017838455 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017895195:1822746017895735 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017897715:1822746017898325 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017900335:1822746017900795 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017902835:1822746017903355 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746017960856:1822746017961256 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746017963036:1822746017963506 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746017965616:1822746017966126 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746017968586:1822746017969106 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746018025206:1822746018025716 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746018028306:1822746018028816 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746018031046:1822746018031566 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746018033936:1822746018034466 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746018091297:1822746018091757 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746018093697:1822746018094207 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746018096517:1822746018097377 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746018099217:1822746018099747 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746018155967:1822746018156437 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746018160057:1822746018160657 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746018162757:1822746018163437 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746018165107:1822746018165567 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746018221307:1822746018221817 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7ffcc96c6610) = 0 -1822746018223687:1822746018224217 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7ffcc96c6610) = 0 -1822746018226157:1822746018226677 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7ffcc96c6610) = 0 -1822746018228677:1822746018229207 116414:116414 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7ffcc96c6610) = 0 -1822746110461644:1822746110469244 116414:116414 hsa_executable_create_alt(1, 0, -1822746256712946:1822746256716936 116414:116414 hsa_code_object_reader_create_from_memory(0x6a381b0, , 0x6662170) = 0 -1822746256720556:1822746257098998 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746257101078:1822746257161869 116414:116414 hsa_executable_freeze(, -1822746257172039:1822746257173319 116414:116414 hsa_executable_create_alt(1, 0, -1822746257186299:1822746257186669 116414:116414 hsa_code_object_reader_create_from_memory(0x6a39720, , 0x667c5a0) = 0 -1822746257187119:1822746257312030 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746257312920:1822746257356540 116414:116414 hsa_executable_freeze(, -1822746257362660:1822746257363500 116414:116414 hsa_executable_create_alt(1, 0, -1822746257373630:1822746257374020 116414:116414 hsa_code_object_reader_create_from_memory(0x6a3ac90, , 0x6697480) = 0 -1822746257374460:1822746257500421 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746257501171:1822746257540031 116414:116414 hsa_executable_freeze(, -1822746257545971:1822746257546701 116414:116414 hsa_executable_create_alt(1, 0, -1822746257557251:1822746257557611 116414:116414 hsa_code_object_reader_create_from_memory(0x6a3c670, , 0x66af7a0) = 0 -1822746257558061:1822746257674412 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746257675172:1822746257715262 116414:116414 hsa_executable_freeze(, -1822746257720962:1822746257721652 116414:116414 hsa_executable_create_alt(1, 0, -1822746257732452:1822746257732822 116414:116414 hsa_code_object_reader_create_from_memory(0x6a3dfd0, , 0x66c6750) = 0 -1822746257733282:1822746257849543 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746257850303:1822746257890183 116414:116414 hsa_executable_freeze(, -1822746257896133:1822746257896993 116414:116414 hsa_executable_create_alt(1, 0, -1822746257909843:1822746257910243 116414:116414 hsa_code_object_reader_create_from_memory(0x6aaab60, , 0x66dbe40) = 0 -1822746257910683:1822746258030784 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258031634:1822746258070614 116414:116414 hsa_executable_freeze(, -1822746258076394:1822746258077154 116414:116414 hsa_executable_create_alt(1, 0, -1822746258087464:1822746258087844 116414:116414 hsa_code_object_reader_create_from_memory(0x6aac0d0, , 0x66ef250) = 0 -1822746258088294:1822746258207445 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258208245:1822746258246955 116414:116414 hsa_executable_freeze(, -1822746258252595:1822746258253325 116414:116414 hsa_executable_create_alt(1, 0, -1822746258263875:1822746258264325 116414:116414 hsa_code_object_reader_create_from_memory(0x6aad640, , 0x6703160) = 0 -1822746258264775:1822746258380106 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258380886:1822746258420086 116414:116414 hsa_executable_freeze(, -1822746258425756:1822746258426666 116414:116414 hsa_executable_create_alt(1, 0, -1822746258439067:1822746258439447 116414:116414 hsa_code_object_reader_create_from_memory(0x6aaebb0, , 0x6714630) = 0 -1822746258439887:1822746258555897 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258556677:1822746258595328 116414:116414 hsa_executable_freeze(, -1822746258601478:1822746258602068 116414:116414 hsa_executable_create_alt(1, 0, -1822746258622128:1822746258622538 116414:116414 hsa_code_object_reader_create_from_memory(0x6abf850, , 0x6726780) = 0 -1822746258622988:1822746258756259 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258757039:1822746258798919 116414:116414 hsa_executable_freeze(, -1822746258804949:1822746258805739 116414:116414 hsa_executable_create_alt(1, 0, -1822746258817549:1822746258817929 116414:116414 hsa_code_object_reader_create_from_memory(0x6ac6130, , 0x673b0c0) = 0 -1822746258818379:1822746258936190 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746258936950:1822746258976860 116414:116414 hsa_executable_freeze(, -1822746258982530:1822746258983350 116414:116414 hsa_executable_create_alt(1, 0, -1822746258994080:1822746258994500 116414:116414 hsa_code_object_reader_create_from_memory(0x6ac76a0, , 0x67498b0) = 0 -1822746258994950:1822746259108911 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259109691:1822746259149691 116414:116414 hsa_executable_freeze(, -1822746259155131:1822746259155921 116414:116414 hsa_executable_create_alt(1, 0, -1822746259170591:1822746259170971 116414:116414 hsa_code_object_reader_create_from_memory(0x6acd750, , 0x6763d90) = 0 -1822746259171411:1822746259290812 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259291552:1822746259330572 116414:116414 hsa_executable_freeze(, -1822746259336192:1822746259336992 116414:116414 hsa_executable_create_alt(1, 0, -1822746259347902:1822746259348282 116414:116414 hsa_code_object_reader_create_from_memory(0x6ac8c10, , 0x677c550) = 0 -1822746259348732:1822746259467703 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259468453:1822746259508453 116414:116414 hsa_executable_freeze(, -1822746259514053:1822746259514783 116414:116414 hsa_executable_create_alt(1, 0, -1822746259525393:1822746259525763 116414:116414 hsa_code_object_reader_create_from_memory(0x6aca180, , 0x67979f0) = 0 -1822746259526213:1822746259640614 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259641384:1822746259681794 116414:116414 hsa_executable_freeze(, -1822746259687194:1822746259687974 116414:116414 hsa_executable_create_alt(1, 0, -1822746259698134:1822746259698514 116414:116414 hsa_code_object_reader_create_from_memory(0x6acb6f0, , 0x67b1160) = 0 -1822746259698964:1822746259814605 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259815395:1822746259853815 116414:116414 hsa_executable_freeze(, -1822746259859295:1822746259860175 116414:116414 hsa_executable_create_alt(1, 0, -1822746259870295:1822746259870755 116414:116414 hsa_code_object_reader_create_from_memory(0x6ab0120, , 0x67bf080) = 0 -1822746259871215:1822746259986606 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746259987396:1822746260041437 116414:116414 hsa_executable_freeze(, -1822746260043467:1822746260044077 116414:116414 hsa_executable_create_alt(1, 0, -1822746260054487:1822746260054857 116414:116414 hsa_code_object_reader_create_from_memory(0x6ab1690, , 0x67d7900) = 0 -1822746260055297:1822746260171737 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746260172517:1822746260210558 116414:116414 hsa_executable_freeze(, -1822746260216698:1822746260217748 116414:116414 hsa_executable_create_alt(1, 0, -1822746260229578:1822746260230008 116414:116414 hsa_code_object_reader_create_from_memory(0x6ab2c00, , 0x67f5420) = 0 -1822746260230518:1822746260349979 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746260350849:1822746260389269 116414:116414 hsa_executable_freeze(, -1822746260395479:1822746260396299 116414:116414 hsa_executable_create_alt(1, 0, -1822746260406959:1822746260407379 116414:116414 hsa_code_object_reader_create_from_memory(0x6ab42d0, , 0x680bc60) = 0 -1822746260409619:1822746260529400 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746260530280:1822746260568970 116414:116414 hsa_executable_freeze(, -1822746260632020:1822746260632760 116414:116414 hsa_executable_create_alt(1, 0, -1822746260658031:1822746260658531 116414:116414 hsa_code_object_reader_create_from_memory(0x69ef840, , 0x682bbe0) = 0 -1822746260659031:1822746260787191 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746260788061:1822746260828412 116414:116414 hsa_executable_freeze(, -1822746260836172:1822746260837402 116414:116414 hsa_executable_create_alt(1, 0, -1822746260855362:1822746260855802 116414:116414 hsa_code_object_reader_create_from_memory(0x69fa1a0, , 0x68423e0) = 0 -1822746260856332:1822746260985623 116414:116414 hsa_executable_load_agent_code_object(, , , -1822746260987213:1822746261027993 116414:116414 hsa_executable_freeze(, -1822746260987213:1822746261038183 116414:116414 hsa_agent_iterate_isas(, 1, 0x7ffcc96c6558) = 0 -1822746261041573:1822746261042413 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261042893:1822746261043243 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261043673:1822746261044013 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261044443:1822746261044773 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261045213:1822746261045543 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261045973:1822746261046323 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261046753:1822746261047093 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261047523:1822746261047853 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261048283:1822746261048623 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261050613:1822746261051313 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261051813:1822746261052153 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261052703:1822746261053073 116414:116414 hsa_executable_symbol_get_info(, 2, 0x6ac5690) = 0 -1822746261053933:1822746261054263 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261054703:1822746261055023 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261055823:1822746261056183 116414:116414 hsa_executable_symbol_get_info(, 2, 0x5d5f1c0) = 0 -1822746261056913:1822746261057243 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261057673:1822746261057993 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261060253:1822746261060613 116414:116414 hsa_executable_symbol_get_info(, 2, 0x6062190) = 0 -1822746261061373:1822746261061703 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261062133:1822746261062453 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261062973:1822746261063323 116414:116414 hsa_executable_symbol_get_info(, 2, 0x694f760) = 0 -1822746261064013:1822746261064333 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261064773:1822746261065093 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261065563:1822746261065903 116414:116414 hsa_executable_symbol_get_info(, 2, 0x6ac50b0) = 0 -1822746261067023:1822746261067353 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261067783:1822746261068103 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261068583:1822746261068923 116414:116414 hsa_executable_symbol_get_info(, 2, 0x67c4800) = 0 -1822746261068583:1822746261069563 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261070003:1822746261070363 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261070793:1822746261071133 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261071913:1822746261072243 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261072673:1822746261072993 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261073483:1822746261073833 116414:116414 hsa_executable_symbol_get_info(, 2, 0x60dda00) = 0 -1822746261073483:1822746261074483 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261074913:1822746261075253 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261075693:1822746261076023 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261076453:1822746261076793 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261077223:1822746261077553 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261077993:1822746261078323 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261078753:1822746261079093 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261079523:1822746261079853 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261080643:1822746261080963 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261081403:1822746261081723 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261082203:1822746261082553 116414:116414 hsa_executable_symbol_get_info(, 2, 0x6a40940) = 0 -1822746261082203:1822746261083163 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746261083953:1822746261084273 116414:116414 hsa_executable_symbol_get_info(, 0, 0x7ffcc96c6478) = 0 -1822746261085563:1822746261085893 116414:116414 hsa_executable_symbol_get_info(, 1, 0x7ffcc96c6474) = 0 -1822746261086393:1822746261086733 116414:116414 hsa_executable_symbol_get_info(, 2, 0x694f7b0) = 0 -1822746261086393:1822746261087473 116414:116414 hsa_executable_iterate_agent_symbols(, , 1, 0x10fde00) = 0 -1822746295930116:1822746295931786 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746295939716:1822746295940186 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746295941986:1822746295942326 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746295949766:1822746295950056 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746295950566:1822746295950846 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746295951256:1822746295951546 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296613290:1822746296613760 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296614360:1822746296614640 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296615050:1822746296615350 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296682290:1822746296682580 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296683080:1822746296683360 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296683750:1822746296684030 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296693170:1822746296693520 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296694050:1822746296694340 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296694730:1822746296695010 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296696350:1822746296696770 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296697320:1822746296697600 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296697990:1822746296698270 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296700910:1822746296701330 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296701820:1822746296702100 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296702490:1822746296702770 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746296704480:1822746296704760 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746296705270:1822746296705550 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746296705940:1822746296706220 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746297964778:1822746297965118 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746297973018:1822746297973318 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746297973708:1822746297973988 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746297975208:1822746297975488 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746297975948:1822746297976228 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746297976618:1822746297976888 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746297983228:1822746297983508 116414:116414 hsa_executable_symbol_get_info(, 22, 0x7ffcc96c66f0) = 0 -1822746297984018:1822746297984298 116414:116414 hsa_system_major_extension_supported(, , , ) = 0 -1822746297984688:1822746297984968 116414:116414 hsa_system_get_major_extension_table(, , , 0x7ffcc96c6680) = 0 -1822746298307500:1822746298308110 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746298317470:1822746298318010 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746298336671:1822746303368323 116414:116414 hsa_queue_create(, , , 1, 0, , , ) = 0 -1822746303379963:1822746303380583 116414:116414 hsa_amd_profiling_set_profiler_enabled(, 1) = 0 -1822746303392083:1822746303392743 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 0 -1822746303395403:1822746303395893 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 0 -1822746303397053:1822746303401123 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746303402923:1822746303403243 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746303406393:1822746303407053 116414:116414 hsa_signal_store_relaxed(, 0) = void -1822746303421673:1822746303422223 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746303450323:1822746303450853 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746303463453:1822746303463983 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746303467393:1822746303469633 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746303470033:1822746303470333 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 1 -1822746303470753:1822746303471053 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 0 -1822746303471833:1822746303472123 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746303472533:1822746303472993 116414:116414 hsa_signal_store_relaxed(, 1) = void -1822746303480463:1822746304748201 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746304757671:1822746304758801 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746304763831:1822746304768792 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746304769692:1822746304770312 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746304787842:1822746304789742 116414:116414 hsa_signal_destroy() = 0 -1822746304792022:1822746304793102 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746304794652:1822746304795722 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746304799412:1822746304800262 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746304801082:1822746304801792 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746304802712:1822746304803252 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746304804362:1822746304808472 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746304809312:1822746307121197 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746307812921:1822746307814101 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746307816521:1822746307817671 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746320698363:1822746320700143 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746320718253:1822746320719373 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746320722453:1822746320723573 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746320726833:1822746320728443 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746320729273:1822746320730213 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746320731213:1822746320732563 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746321346967:1822746321347457 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746321348847:1822746321351647 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746321352197:1822746322777946 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746322778346:1822746322778656 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746322780426:1822746322780966 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746322782686:1822746322783216 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746322798097:1822746322798627 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746322801967:1822746322802497 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746322809177:1822746322809917 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 2 -1822746322810657:1822746322811297 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 2 -1822746322812327:1822746322814717 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746322815557:1822746322815867 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746322825127:1822746322825967 116414:116414 hsa_signal_store_relaxed(, 2) = void -1822746322828407:1822746322828947 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746322832697:1822746322833227 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746322835307:1822746322835847 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746322837537:1822746322842377 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746322842787:1822746322843067 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 3 -1822746322843457:1822746322843737 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 2 -1822746322844697:1822746322844977 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746322845367:1822746322845817 116414:116414 hsa_signal_store_relaxed(, 3) = void -1822746322847767:1822746324100465 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746324104985:1822746324105615 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746324107075:1822746324111965 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746324112445:1822746324112765 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746324114775:1822746324116085 116414:116414 hsa_signal_destroy() = 0 -1822746324119105:1822746324119415 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746324119885:1822746324120195 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746324121105:1822746324121705 116414:116414 hsa_signal_destroy() = 0 -1822746324122555:1822746324123105 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746324123855:1822746324124385 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746324125445:1822746324126105 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746324126505:1822746324126975 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746324127455:1822746324127725 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746324128185:1822746324129335 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746324129745:1822746326483210 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746327106484:1822746327107064 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746327108604:1822746327109134 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746333583475:1822746333585175 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746333600775:1822746333601305 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746333603205:1822746333603735 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746333616855:1822746333617795 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746333618185:1822746333618825 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746333619465:1822746333621015 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746334228139:1822746334228719 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746334229849:1822746334232359 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746334232839:1822746335654448 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746335654848:1822746335655308 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746335656508:1822746335657038 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746335659158:1822746335659698 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746335674698:1822746335675248 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746335678539:1822746335679079 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746335686109:1822746335687109 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 4 -1822746335687999:1822746335688689 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 4 -1822746335689729:1822746335692139 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746335692809:1822746335693119 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746335694199:1822746335694919 116414:116414 hsa_signal_store_relaxed(, 4) = void -1822746335697509:1822746335698069 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746335701949:1822746335702489 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746335705069:1822746335705609 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746335706639:1822746335707249 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746335707639:1822746335707919 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 5 -1822746335708319:1822746335708589 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 4 -1822746335709459:1822746335709739 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746335710139:1822746335710589 116414:116414 hsa_signal_store_relaxed(, 5) = void -1822746335712139:1822746336997057 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746337001747:1822746337002367 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746337003907:1822746337008107 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746337008587:1822746337008897 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746337013647:1822746337014697 116414:116414 hsa_signal_destroy() = 0 -1822746337015787:1822746337016107 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746337016587:1822746337016887 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746337018037:1822746337018367 116414:116414 hsa_signal_destroy() = 0 -1822746337019357:1822746337019917 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746337020847:1822746337021387 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746337022127:1822746337022587 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746337022977:1822746337023397 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746337023947:1822746337024217 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746337024647:1822746337025797 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746337026227:1822746339410132 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746340057906:1822746340058496 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746340059966:1822746340060496 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746346503777:1822746346505087 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746346520418:1822746346520958 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746346523028:1822746346523558 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746346525788:1822746346526838 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746346527238:1822746346527648 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746346528278:1822746346529158 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746347134931:1822746347135401 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746347136412:1822746347139072 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746347139612:1822746348561471 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746348561901:1822746348562341 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746348563321:1822746348563851 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746348565601:1822746348566131 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746348579651:1822746348580201 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746348583491:1822746348584021 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746348590631:1822746348591701 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 6 -1822746348600591:1822746348600921 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 6 -1822746348601911:1822746348604611 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746348605271:1822746348605581 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746348606641:1822746348607481 116414:116414 hsa_signal_store_relaxed(, 6) = void -1822746348609831:1822746348610361 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746348614341:1822746348614871 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746348617281:1822746348617811 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746348619181:1822746348620041 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746348620431:1822746348620711 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 7 -1822746348621111:1822746348621391 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 6 -1822746348622281:1822746348622551 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746348622941:1822746348623401 116414:116414 hsa_signal_store_relaxed(, 7) = void -1822746348625021:1822746349882739 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746349887459:1822746349888059 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746349889559:1822746349894099 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746349894519:1822746349894839 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746349896869:1822746349898169 116414:116414 hsa_signal_destroy() = 0 -1822746349899299:1822746349899619 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746349900099:1822746349900399 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746349901519:1822746349901859 116414:116414 hsa_signal_destroy() = 0 -1822746349903239:1822746349903789 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746349904659:1822746349905199 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746349905899:1822746349906679 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746349907079:1822746349907489 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746349908049:1822746349908319 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746349908769:1822746349909939 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746349910359:1822746352275374 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746352899378:1822746352899968 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746352902078:1822746352902688 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746359340749:1822746359342339 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746359357889:1822746359358429 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746359361359:1822746359361889 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746359364289:1822746359365359 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746359365749:1822746359366159 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746359366819:1822746359367669 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746359970763:1822746359971223 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746359972363:1822746359974593 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746359975073:1822746361397562 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746361398092:1822746361398532 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746361399992:1822746361400522 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746361403222:1822746361403892 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746361420142:1822746361420682 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746361424002:1822746361424542 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746361431402:1822746361432122 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 8 -1822746361433242:1822746361433552 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 8 -1822746361434522:1822746361437102 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746361437742:1822746361438052 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746361439132:1822746361439942 116414:116414 hsa_signal_store_relaxed(, 8) = void -1822746361442152:1822746361442692 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746361454292:1822746361454822 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746361457162:1822746361457692 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746361458912:1822746361459442 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746361459842:1822746361460122 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 9 -1822746361460522:1822746361460802 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 8 -1822746361461402:1822746361461672 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746361462072:1822746361462522 116414:116414 hsa_signal_store_relaxed(, 9) = void -1822746361463972:1822746362703270 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746362710080:1822746362710660 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746362712160:1822746362717040 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746362717460:1822746362717780 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746362720110:1822746362721180 116414:116414 hsa_signal_destroy() = 0 -1822746362722150:1822746362722470 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746362722940:1822746362723240 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746362724180:1822746362724520 116414:116414 hsa_signal_destroy() = 0 -1822746362725600:1822746362726150 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746362727050:1822746362727590 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746362728330:1822746362728730 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746362729140:1822746362729550 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746362730030:1822746362730300 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746362730770:1822746362731920 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746362732340:1822746365120845 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746365740689:1822746365741279 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746365743089:1822746365743629 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746372198881:1822746372200051 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746372215221:1822746372215761 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746372218321:1822746372218851 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746372221251:1822746372222161 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746372222551:1822746372222961 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746372223611:1822746372224781 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746372834235:1822746372834685 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746372835815:1822746372838805 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746372839295:1822746374262924 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746374263324:1822746374263754 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746374265384:1822746374265924 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746374268584:1822746374269124 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746374284274:1822746374284824 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746374297244:1822746374297774 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746374305034:1822746374305754 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 10 -1822746374306664:1822746374307104 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 10 -1822746374308064:1822746374310714 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746374311364:1822746374311684 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746374312755:1822746374313575 116414:116414 hsa_signal_store_relaxed(, 10) = void -1822746374315915:1822746374316455 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746374320235:1822746374320775 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746374323055:1822746374323595 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746374324675:1822746374325295 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746374325685:1822746374325965 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 11 -1822746374326365:1822746374326645 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 10 -1822746374327255:1822746374327525 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746374327925:1822746374328375 116414:116414 hsa_signal_store_relaxed(, 11) = void -1822746374330325:1822746375589673 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746375594213:1822746375595033 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746375596593:1822746375601043 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746375601523:1822746375601833 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746375604023:1822746375605133 116414:116414 hsa_signal_destroy() = 0 -1822746375606193:1822746375606503 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746375606913:1822746375607223 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746375608153:1822746375608503 116414:116414 hsa_signal_destroy() = 0 -1822746375609453:1822746375610003 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746375610883:1822746375611413 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746375612263:1822746375612603 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746375612993:1822746375613413 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746375613883:1822746375614163 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746375614603:1822746375615783 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746375619093:1822746377966288 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746378591361:1822746378591931 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746378593651:1822746378594181 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746384657490:1822746384658760 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746384674680:1822746384675220 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746384677600:1822746384678130 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746384680500:1822746384681410 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746384681810:1822746384682240 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746384682900:1822746384683810 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746385288884:1822746385289324 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746385290844:1822746385293524 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746385294054:1822746386716053 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746386716463:1822746386716893 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746386717893:1822746386718433 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746386720633:1822746386721163 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746386737714:1822746386738254 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746386741504:1822746386742034 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746386749214:1822746386749954 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 12 -1822746386750694:1822746386751304 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 12 -1822746386752294:1822746386754914 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746386755564:1822746386755874 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746386756934:1822746386757734 116414:116414 hsa_signal_store_relaxed(, 12) = void -1822746386760264:1822746386760794 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746386764884:1822746386765464 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746386767694:1822746386768224 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746386769344:1822746386769934 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746386770394:1822746386770664 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 13 -1822746386771124:1822746386771404 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 12 -1822746386772234:1822746386772504 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746386782684:1822746386783144 116414:116414 hsa_signal_store_relaxed(, 13) = void -1822746386784984:1822746388043302 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746388047662:1822746388048242 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746388049822:1822746388054152 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746388054562:1822746388054882 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746388056892:1822746388057802 116414:116414 hsa_signal_destroy() = 0 -1822746388058922:1822746388059242 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746388059662:1822746388059962 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746388060872:1822746388061212 116414:116414 hsa_signal_destroy() = 0 -1822746388062292:1822746388062842 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746388063712:1822746388064242 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746388065002:1822746388065422 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746388065822:1822746388066302 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746388066712:1822746388066982 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746388067422:1822746388068822 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746388069262:1822746390423067 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746391044831:1822746391045421 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746391046871:1822746391047491 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746397111369:1822746397112609 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746397127949:1822746397128489 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746397130549:1822746397131079 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746397133090:1822746397134050 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746397134440:1822746397134790 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746397135450:1822746397136480 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746397741433:1822746397741973 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746397743283:1822746397745943 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746397746483:1822746399169893 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746399170293:1822746399170723 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746399181333:1822746399181863 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746399183863:1822746399184403 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746399199703:1822746399200243 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746399203923:1822746399204453 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746399211793:1822746399212523 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 14 -1822746399213443:1822746399213883 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 14 -1822746399214863:1822746399217333 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746399217973:1822746399218273 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746399219343:1822746399220193 116414:116414 hsa_signal_store_relaxed(, 14) = void -1822746399222283:1822746399222823 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746399226883:1822746399227413 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746399229603:1822746399230143 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746399231203:1822746399231713 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746399232103:1822746399232383 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 15 -1822746399232773:1822746399233063 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 14 -1822746399233663:1822746399233943 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746399234333:1822746399234783 116414:116414 hsa_signal_store_relaxed(, 15) = void -1822746399236553:1822746400502871 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746400508131:1822746400508651 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746400510181:1822746400514691 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746400515111:1822746400515421 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746400517681:1822746400518731 116414:116414 hsa_signal_destroy() = 0 -1822746400519951:1822746400520261 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746400520741:1822746400521041 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746400522111:1822746400522461 116414:116414 hsa_signal_destroy() = 0 -1822746400523571:1822746400524121 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746400525031:1822746400525571 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746400526401:1822746400526741 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746400527141:1822746400527561 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746400530341:1822746400530631 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746400531071:1822746400532161 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746400532591:1822746402904457 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746403526381:1822746403526961 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746403528681:1822746403529211 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746409991931:1822746409993101 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746410007851:1822746410008401 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746410010731:1822746410011261 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746410013301:1822746410014251 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746410014651:1822746410015001 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746410015641:1822746410016451 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746410621655:1822746410622195 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746410623955:1822746410626565 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746410627055:1822746412050915 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746412051345:1822746412051785 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746412053475:1822746412054005 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746412055635:1822746412056165 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746412070975:1822746412071515 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746412074865:1822746412075395 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746412081965:1822746412082705 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 16 -1822746412083615:1822746412084085 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 16 -1822746412085125:1822746412088065 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746412088705:1822746412089005 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746412090275:1822746412091095 116414:116414 hsa_signal_store_relaxed(, 16) = void -1822746412093465:1822746412093995 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746412097995:1822746412098525 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746412100915:1822746412101465 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746412102615:1822746412103265 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746412117455:1822746412117745 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 17 -1822746412118145:1822746412118415 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 16 -1822746412119015:1822746412119285 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746412119685:1822746412120145 116414:116414 hsa_signal_store_relaxed(, 17) = void -1822746412121565:1822746413367893 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746413372523:1822746413373113 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746413374683:1822746413379043 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746413379513:1822746413379823 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746413381943:1822746413383083 116414:116414 hsa_signal_destroy() = 0 -1822746413384113:1822746413384553 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746413385023:1822746413385333 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746413386493:1822746413386833 116414:116414 hsa_signal_destroy() = 0 -1822746413387943:1822746413388493 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746413389373:1822746413389913 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746413390683:1822746413391013 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746413391413:1822746413391823 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746413392313:1822746413392583 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746413393033:1822746413394093 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746413394513:1822746415754108 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746416383892:1822746416384452 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746416386362:1822746416386982 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746422823203:1822746422824403 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746422839253:1822746422839783 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746422842493:1822746422843023 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746422845653:1822746422846713 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746422847103:1822746422847513 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746422848043:1822746422849323 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746423452647:1822746423453027 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746423464997:1822746423467517 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746423468047:1822746424891726 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746424892236:1822746424892556 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746424893646:1822746424894186 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746424895706:1822746424896236 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746424910256:1822746424910786 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746424914346:1822746424914886 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746424921576:1822746424922306 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 18 -1822746424923056:1822746424923526 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 18 -1822746424924496:1822746424927356 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746424928136:1822746424928446 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746424929476:1822746424930306 116414:116414 hsa_signal_store_relaxed(, 18) = void -1822746424932477:1822746424933017 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746424937287:1822746424937827 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746424940457:1822746424941027 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746424942137:1822746424942757 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746424943147:1822746424943427 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 19 -1822746424943827:1822746424944097 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 18 -1822746424944927:1822746424945197 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746424945597:1822746424946047 116414:116414 hsa_signal_store_relaxed(, 19) = void -1822746424947507:1822746426199955 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746426204975:1822746426205555 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746426207385:1822746426211655 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746426212135:1822746426212445 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746426214695:1822746426215755 116414:116414 hsa_signal_destroy() = 0 -1822746426216715:1822746426217035 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746426217505:1822746426217805 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746426218745:1822746426219125 116414:116414 hsa_signal_destroy() = 0 -1822746426220195:1822746426220745 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746426223955:1822746426224495 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746426225325:1822746426225915 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746426226325:1822746426226745 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746426227155:1822746426227425 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746426227885:1822746426229005 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746426229425:1822746428594270 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746429214304:1822746429214884 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746429216584:1822746429217204 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746435673065:1822746435674265 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746435689745:1822746435690285 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746435692895:1822746435693425 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746435695645:1822746435696575 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746435696965:1822746435697375 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746435697925:1822746435698845 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746436286849:1822746436287409 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746436288719:1822746436291459 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746436292089:1822746437715368 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746437715758:1822746437716188 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746437717138:1822746437717678 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746437719398:1822746437719928 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746437742578:1822746437743118 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746437746898:1822746437747438 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746437754548:1822746437755278 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 20 -1822746437756018:1822746437756648 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 20 -1822746437757958:1822746437760858 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746437761508:1822746437761818 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746437762828:1822746437763568 116414:116414 hsa_signal_store_relaxed(, 20) = void -1822746437765958:1822746437766498 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746437772928:1822746437773458 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746437775338:1822746437775878 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746437776918:1822746437777558 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746437777958:1822746437778228 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 21 -1822746437778628:1822746437778908 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 20 -1822746437779718:1822746437779998 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746437780398:1822746437780848 116414:116414 hsa_signal_store_relaxed(, 21) = void -1822746437782298:1822746439034726 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746439039286:1822746439039856 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746439041646:1822746439046056 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746439046536:1822746439046846 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746439049296:1822746439050346 116414:116414 hsa_signal_destroy() = 0 -1822746439051336:1822746439051646 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746439052116:1822746439052416 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746439053356:1822746439053696 116414:116414 hsa_signal_destroy() = 0 -1822746439054786:1822746439055336 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746439056086:1822746439056616 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746439057356:1822746439057766 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746439058166:1822746439058586 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746439059126:1822746439059396 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746439059846:1822746439061046 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746439061466:1822746441405782 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746442023906:1822746442024486 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746442026206:1822746442026816 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746448080144:1822746448081594 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746448096484:1822746448097024 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746448098994:1822746448099524 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746448102004:1822746448102944 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746448103404:1822746448103754 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746448114214:1822746448115444 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746448723798:1822746448724338 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746448725728:1822746448727798 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746448728768:1822746450152397 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746450152797:1822746450153217 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746450154137:1822746450154677 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746450156497:1822746450157027 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746450172417:1822746450172957 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746450176287:1822746450176827 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746450184797:1822746450185517 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 22 -1822746450186287:1822746450186907 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 22 -1822746450187877:1822746450190547 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746450191207:1822746450191517 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746450192537:1822746450193367 116414:116414 hsa_signal_store_relaxed(, 22) = void -1822746450195497:1822746450196037 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746450200057:1822746450200597 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746450202887:1822746450203447 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746450204747:1822746450205357 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746450205747:1822746450206027 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 23 -1822746450206417:1822746450206697 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 22 -1822746450207537:1822746450207817 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746450208207:1822746450208657 116414:116414 hsa_signal_store_relaxed(, 23) = void -1822746450210087:1822746451479335 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746451484065:1822746451484585 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746451486146:1822746451490376 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746451490846:1822746451491156 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746451493516:1822746451494636 116414:116414 hsa_signal_destroy() = 0 -1822746451495826:1822746451496266 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746451499926:1822746451500236 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746451501286:1822746451501626 116414:116414 hsa_signal_destroy() = 0 -1822746451502586:1822746451503136 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746451504076:1822746451504606 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746451505326:1822746451505736 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746451506136:1822746451506716 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746451507186:1822746451507466 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746451507906:1822746451509326 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746451509746:1822746453870811 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746454498785:1822746454499375 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746454501685:1822746454502265 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746460938235:1822746460939575 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746460955356:1822746460955886 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746460958746:1822746460959276 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746460961456:1822746460962346 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746460962746:1822746460963146 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746460963806:1822746460964726 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746461569219:1822746461569669 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746461570989:1822746461573730 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746461574260:1822746462996939 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746462997339:1822746462997769 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746462998519:1822746462999049 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746463001199:1822746463001729 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746463016459:1822746463016989 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746463020389:1822746463020919 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746463028209:1822746463028939 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 24 -1822746463029839:1822746463030289 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 24 -1822746463031389:1822746463034119 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746463034789:1822746463035099 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746463044759:1822746463045569 116414:116414 hsa_signal_store_relaxed(, 24) = void -1822746463048029:1822746463048589 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746463052539:1822746463053079 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746463054999:1822746463055529 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746463057049:1822746463057659 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746463058049:1822746463058329 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 25 -1822746463058719:1822746463059009 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 24 -1822746463059619:1822746463059899 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746463060289:1822746463060739 116414:116414 hsa_signal_store_relaxed(, 25) = void -1822746463062919:1822746464328607 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746464333087:1822746464333697 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746464335587:1822746464339807 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746464340227:1822746464340537 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746464342647:1822746464343967 116414:116414 hsa_signal_destroy() = 0 -1822746464344997:1822746464345457 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746464345927:1822746464346227 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746464347507:1822746464347847 116414:116414 hsa_signal_destroy() = 0 -1822746464348957:1822746464349507 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746464350407:1822746464350937 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746464351677:1822746464352087 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746464352487:1822746464352907 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746464353387:1822746464353667 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746464354107:1822746464355287 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746464355707:1822746466712873 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746467332347:1822746467332937 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746467334797:1822746467335367 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746473802268:1822746473803758 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746473819158:1822746473819698 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746473833038:1822746473833578 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746473835648:1822746473836428 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746473836828:1822746473837238 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746473838008:1822746473839238 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746474447122:1822746474447562 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746474449252:1822746474452232 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746474452872:1822746475876951 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746475877351:1822746475877771 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746475879091:1822746475879621 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746475881571:1822746475882111 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746475896441:1822746475896981 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746475900441:1822746475900971 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746475907681:1822746475908411 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 26 -1822746475909291:1822746475909741 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 26 -1822746475910721:1822746475913481 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746475914331:1822746475914641 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746475915691:1822746475916391 116414:116414 hsa_signal_store_relaxed(, 26) = void -1822746475918621:1822746475919161 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746475923351:1822746475923891 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746475926281:1822746475926861 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746475928111:1822746475928671 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746475929061:1822746475929341 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 27 -1822746475929731:1822746475930021 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 26 -1822746475930811:1822746475931091 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746475931481:1822746475931931 116414:116414 hsa_signal_store_relaxed(, 27) = void -1822746475933401:1822746477189829 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746477194659:1822746477195169 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746477196859:1822746477201119 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746477201589:1822746477201909 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746477207619:1822746477208689 116414:116414 hsa_signal_destroy() = 0 -1822746477210059:1822746477210369 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746477210839:1822746477211149 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746477212269:1822746477212609 116414:116414 hsa_signal_destroy() = 0 -1822746477213639:1822746477214179 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746477215139:1822746477215679 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746477216439:1822746477216859 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746477217269:1822746477217679 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746477218089:1822746477218369 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746477218839:1822746477219959 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746477220379:1822746479588804 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746480220649:1822746480221239 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746480223269:1822746480223809 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746486677019:1822746486678299 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746486693990:1822746486694530 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746486696690:1822746486697220 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746486699550:1822746486700450 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746486700860:1822746486701270 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746486701850:1822746486703050 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746487306013:1822746487306383 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746487307313:1822746487309873 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746487310443:1822746488731652 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746488732092:1822746488732862 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746488733762:1822746488734302 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746488735872:1822746488736402 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746488751003:1822746488751543 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746488755113:1822746488755643 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746488762583:1822746488763313 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 28 -1822746488771993:1822746488772333 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 28 -1822746488773313:1822746488775973 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746488776613:1822746488776923 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746488778043:1822746488778863 116414:116414 hsa_signal_store_relaxed(, 28) = void -1822746488781303:1822746488781833 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746488786023:1822746488786563 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746488788433:1822746488788973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746488790223:1822746488791013 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746488791403:1822746488791683 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 29 -1822746488792083:1822746488792353 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 28 -1822746488793203:1822746488793473 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746488793883:1822746488794333 116414:116414 hsa_signal_store_relaxed(, 29) = void -1822746488795883:1822746490038851 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746490043731:1822746490044251 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746490045811:1822746490050361 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746490050841:1822746490051151 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746490053231:1822746490054281 116414:116414 hsa_signal_destroy() = 0 -1822746490055421:1822746490055861 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746490056271:1822746490056571 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746490057491:1822746490057831 116414:116414 hsa_signal_destroy() = 0 -1822746490058911:1822746490059461 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746490060351:1822746490060881 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746490061511:1822746490061851 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746490062241:1822746490062711 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746490063191:1822746490063461 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746490063901:1822746490065021 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746490065441:1822746492466946 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746493090220:1822746493090800 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746493095950:1822746493096480 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746499527742:1822746499528962 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746499543972:1822746499544512 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746499547892:1822746499548422 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746499550432:1822746499551512 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746499551902:1822746499552252 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746499552882:1822746499553992 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746500165456:1822746500165826 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746500167226:1822746500169796 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746500170276:1822746501592635 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746501593025:1822746501593455 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746501594355:1822746501594885 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746501597385:1822746501597915 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746501613405:1822746501613945 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746501617655:1822746501618185 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746501625015:1822746501625735 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 30 -1822746501626635:1822746501627085 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 30 -1822746501628045:1822746501630585 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746501631405:1822746501631705 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746501633015:1822746501633885 116414:116414 hsa_signal_store_relaxed(, 30) = void -1822746501636385:1822746501636915 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746501651355:1822746501651885 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746501654125:1822746501654665 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746501656005:1822746501656705 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746501657105:1822746501657385 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 31 -1822746501657775:1822746501658055 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 30 -1822746501658785:1822746501659055 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746501659445:1822746501659905 116414:116414 hsa_signal_store_relaxed(, 31) = void -1822746501661505:1822746502917473 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746502924833:1822746502925363 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746502926943:1822746502931463 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746502931873:1822746502932193 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746502934423:1822746502935463 116414:116414 hsa_signal_destroy() = 0 -1822746502936483:1822746502936803 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746502937283:1822746502937583 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746502938473:1822746502938813 116414:116414 hsa_signal_destroy() = 0 -1822746502939853:1822746502940413 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746502941333:1822746502941863 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746502942593:1822746502943053 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746502943453:1822746502943873 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746502944433:1822746502944703 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746502945143:1822746502946213 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746502946643:1822746505300748 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746505924502:1822746505925072 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746505926692:1822746505927272 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746512367123:1822746512368573 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746512383923:1822746512384463 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746512386583:1822746512387113 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746512389194:1822746512390154 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746512390554:1822746512390964 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746512391604:1822746512392464 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746513012867:1822746513013267 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746513014597:1822746513017267 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746513017787:1822746514439686 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746514440086:1822746514440516 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746514441596:1822746514442136 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746514443936:1822746514444476 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746514472076:1822746514472616 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746514475926:1822746514476456 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746514483067:1822746514483777 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 32 -1822746514484667:1822746514485427 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 32 -1822746514486437:1822746514488967 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746514489567:1822746514489877 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746514490937:1822746514491647 116414:116414 hsa_signal_store_relaxed(, 32) = void -1822746514494197:1822746514494727 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746514498817:1822746514499357 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746514501517:1822746514502047 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746514503157:1822746514503857 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746514504247:1822746514504527 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 33 -1822746514504927:1822746514505197 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 32 -1822746514505857:1822746514506127 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746514506527:1822746514506977 116414:116414 hsa_signal_store_relaxed(, 33) = void -1822746514508517:1822746515765095 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746515769915:1822746515770435 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746515771955:1822746515776015 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746515776425:1822746515776745 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746515779015:1822746515780215 116414:116414 hsa_signal_destroy() = 0 -1822746515781545:1822746515781855 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746515782335:1822746515782635 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746515783585:1822746515783935 116414:116414 hsa_signal_destroy() = 0 -1822746515785035:1822746515785585 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746515786485:1822746515787015 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746515787755:1822746515788165 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746515788565:1822746515788975 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746515789455:1822746515789735 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746515790185:1822746515791285 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746515795185:1822746518113970 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746518737354:1822746518737934 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746518739964:1822746518740544 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746525188405:1822746525189945 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746525204905:1822746525205445 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746525208675:1822746525209215 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746525211395:1822746525212295 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746525212695:1822746525213345 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746525214065:1822746525214935 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746525821369:1822746525821879 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746525823079:1822746525825569 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746525826099:1822746527252128 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746527252578:1822746527253048 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746527254108:1822746527254708 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746527256938:1822746527257548 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746527282838:1822746527283448 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746527287418:1822746527288018 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746527295058:1822746527296018 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 34 -1822746527297018:1822746527297388 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 34 -1822746527298448:1822746527301108 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746527301978:1822746527302328 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746527303428:1822746527304278 116414:116414 hsa_signal_store_relaxed(, 34) = void -1822746527306828:1822746527307438 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746527311768:1822746527312378 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746527315078:1822746527315688 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746527316808:1822746527317478 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746527317918:1822746527318238 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 35 -1822746527318688:1822746527318998 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 34 -1822746527321898:1822746527322228 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746527322668:1822746527323158 116414:116414 hsa_signal_store_relaxed(, 35) = void -1822746527325108:1822746528597586 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746528602576:1822746528603096 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746528604666:1822746528608766 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746528609186:1822746528609496 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746528611616:1822746528612646 116414:116414 hsa_signal_destroy() = 0 -1822746528613696:1822746528614136 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746528614556:1822746528614856 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746528615736:1822746528616076 116414:116414 hsa_signal_destroy() = 0 -1822746528617026:1822746528617576 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746528618466:1822746528618996 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746528619866:1822746528620276 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746528620676:1822746528621386 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746528621876:1822746528622146 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746528622586:1822746528623886 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746528624306:1822746530960481 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746531582165:1822746531582745 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746531584865:1822746531585435 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746538046067:1822746538047627 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746538062807:1822746538063337 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746538066057:1822746538066587 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746538068587:1822746538069807 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746538070207:1822746538070857 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746538071697:1822746538072947 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746538679701:1822746538680151 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746538681961:1822746538684381 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746538684921:1822746540107090 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746540107530:1822746540107960 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746540119530:1822746540120070 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746540122880:1822746540123410 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746540138600:1822746540139140 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746540142430:1822746540142970 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746540150120:1822746540150860 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 36 -1822746540151790:1822746540152400 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 36 -1822746540153590:1822746540156490 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746540157130:1822746540157440 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746540158590:1822746540159440 116414:116414 hsa_signal_store_relaxed(, 36) = void -1822746540161790:1822746540162330 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746540166480:1822746540167010 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746540168850:1822746540169390 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746540170610:1822746540171200 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746540171590:1822746540171870 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 37 -1822746540172260:1822746540172530 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 36 -1822746540173190:1822746540173470 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746540173860:1822746540174310 116414:116414 hsa_signal_store_relaxed(, 37) = void -1822746540176030:1822746541430198 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746541435168:1822746541435738 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746541437468:1822746541441928 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746541442348:1822746541442658 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746541444728:1822746541445678 116414:116414 hsa_signal_destroy() = 0 -1822746541446838:1822746541447168 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746541447638:1822746541447948 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746541448888:1822746541449228 116414:116414 hsa_signal_destroy() = 0 -1822746541450308:1822746541450858 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746541451758:1822746541452288 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746541453158:1822746541453518 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746541456438:1822746541456868 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746541457438:1822746541457708 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746541458148:1822746541459238 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746541459658:1822746543827983 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746544473537:1822746544474137 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746544475977:1822746544476517 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746550902088:1822746550903269 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746550917549:1822746550918089 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746550920669:1822746550921209 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746550923009:1822746550924089 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746550924479:1822746550924749 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746550925469:1822746550926599 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746551536173:1822746551536613 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746551538003:1822746551540703 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746551541243:1822746552964452 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746552965142:1822746552965462 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746552966332:1822746552966862 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746552969172:1822746552969702 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746552985212:1822746552985742 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746552989742:1822746552990272 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746552997292:1822746552998012 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 38 -1822746552998802:1822746552999282 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 38 -1822746553000242:1822746553002572 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746553003212:1822746553003522 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746553004622:1822746553005692 116414:116414 hsa_signal_store_relaxed(, 38) = void -1822746553008042:1822746553008602 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746553012512:1822746553013052 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746553015462:1822746553016002 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746553017202:1822746553017912 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746553026312:1822746553026592 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 39 -1822746553026982:1822746553027252 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 38 -1822746553027852:1822746553028122 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746553028512:1822746553028962 116414:116414 hsa_signal_store_relaxed(, 39) = void -1822746553030392:1822746554289340 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746554294130:1822746554294710 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746554296410:1822746554300630 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746554301040:1822746554301350 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746554303630:1822746554304820 116414:116414 hsa_signal_destroy() = 0 -1822746554306150:1822746554306520 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746554306940:1822746554307240 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746554308300:1822746554308640 116414:116414 hsa_signal_destroy() = 0 -1822746554309600:1822746554310160 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746554311060:1822746554311600 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746554312300:1822746554312720 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746554313110:1822746554313620 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746554314020:1822746554314300 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746554314770:1822746554315970 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746554316390:1822746556708046 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746557328420:1822746557329000 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746557331270:1822746557331800 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746563760070:1822746563761280 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746563777580:1822746563778120 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746563780450:1822746563780980 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746563783130:1822746563784050 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746563784460:1822746563784870 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746563785520:1822746563786420 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746564399844:1822746564400234 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746564411584:1822746564414045 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746564414595:1822746565840034 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746565840434:1822746565840864 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746565842194:1822746565842724 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746565844694:1822746565845294 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746565860394:1822746565860934 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746565864484:1822746565865014 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746565871984:1822746565872704 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 40 -1822746565873624:1822746565874084 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 40 -1822746565874934:1822746565877924 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746565878824:1822746565879134 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746565880134:1822746565880854 116414:116414 hsa_signal_store_relaxed(, 40) = void -1822746565883084:1822746565883614 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746565887644:1822746565888204 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746565890224:1822746565890764 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746565891954:1822746565892554 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746565892954:1822746565893234 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 41 -1822746565893624:1822746565893904 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 40 -1822746565894714:1822746565894994 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746565895384:1822746565895834 116414:116414 hsa_signal_store_relaxed(, 41) = void -1822746565897284:1822746567174782 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746567179382:1822746567179962 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746567181552:1822746567185592 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746567186062:1822746567186372 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746567188752:1822746567189802 116414:116414 hsa_signal_destroy() = 0 -1822746567190802:1822746567191242 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746567191712:1822746567192012 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746567192882:1822746567193222 116414:116414 hsa_signal_destroy() = 0 -1822746567196622:1822746567197172 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746567198082:1822746567198622 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746567199452:1822746567199942 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746567200352:1822746567200762 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746567201242:1822746567201512 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746567201962:1822746567203112 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746567203522:1822746569568617 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746570191151:1822746570191731 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746570193301:1822746570193921 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746576263830:1822746576265480 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746576281000:1822746576281540 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746576284710:1822746576285240 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746576287440:1822746576288630 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746576289020:1822746576289650 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746576290290:1822746576291190 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746576896794:1822746576897234 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746576898584:1822746576901224 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746576901694:1822746578326743 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746578327153:1822746578327583 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746578328923:1822746578329453 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746578331153:1822746578331693 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746578346973:1822746578347523 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746578351133:1822746578351673 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746578358923:1822746578359653 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 42 -1822746578360593:1822746578361193 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 42 -1822746578362323:1822746578364943 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746578365613:1822746578365923 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746578366953:1822746578367773 116414:116414 hsa_signal_store_relaxed(, 42) = void -1822746578370013:1822746578370553 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746578382473:1822746578383013 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746578385523:1822746578386053 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746578387293:1822746578388003 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746578388403:1822746578388683 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 43 -1822746578389073:1822746578389353 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 42 -1822746578389953:1822746578390243 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746578390644:1822746578391104 116414:116414 hsa_signal_store_relaxed(, 43) = void -1822746578392584:1822746579643632 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746579648472:1822746579649082 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746579650662:1822746579655192 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746579655672:1822746579655992 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746579658072:1822746579658972 116414:116414 hsa_signal_destroy() = 0 -1822746579659992:1822746579660442 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746579660922:1822746579661222 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746579662492:1822746579662872 116414:116414 hsa_signal_destroy() = 0 -1822746579663822:1822746579664362 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746579665252:1822746579665782 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746579666492:1822746579666902 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746579667302:1822746579667712 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746579668272:1822746579668542 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746579668982:1822746579670212 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746579670632:1822746582018377 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746582638841:1822746582639411 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746582641251:1822746582641821 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746589074281:1822746589076201 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746589092561:1822746589093101 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746589095241:1822746589095771 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746589098411:1822746589099371 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746589110022:1822746589110522 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746589111172:1822746589112652 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746589724146:1822746589724656 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746589725816:1822746589728536 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746589729006:1822746591151735 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746591152145:1822746591152445 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746591153375:1822746591153915 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746591156655:1822746591157245 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746591171915:1822746591172455 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746591175695:1822746591176225 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746591183155:1822746591183875 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 44 -1822746591184775:1822746591185225 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 44 -1822746591186555:1822746591189435 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746591190085:1822746591190395 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746591191445:1822746591192345 116414:116414 hsa_signal_store_relaxed(, 44) = void -1822746591194735:1822746591195275 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746591199145:1822746591199675 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746591201475:1822746591202035 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746591203345:1822746591204205 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746591204595:1822746591204875 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 45 -1822746591205275:1822746591205545 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 44 -1822746591206195:1822746591206475 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746591206865:1822746591207315 116414:116414 hsa_signal_store_relaxed(, 45) = void -1822746591208925:1822746592487673 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746592492063:1822746592492583 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746592494163:1822746592498373 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746592498843:1822746592499153 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746592501223:1822746592502353 116414:116414 hsa_signal_destroy() = 0 -1822746592503603:1822746592503983 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746592507733:1822746592508043 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746592508933:1822746592509283 116414:116414 hsa_signal_destroy() = 0 -1822746592510373:1822746592510933 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746592511843:1822746592512383 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746592513093:1822746592513613 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746592514023:1822746592514523 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746592514933:1822746592515203 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746592515653:1822746592516753 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746592517183:1822746594874429 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746595498293:1822746595498883 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746595500593:1822746595501213 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746601944633:1822746601946173 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746601961433:1822746601961973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746601964443:1822746601964983 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746601967163:1822746601968223 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746601968613:1822746601969023 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746601970013:1822746601971383 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746602578307:1822746602578767 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746602580477:1822746602582987 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746602583777:1822746604009326 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746604009786:1822746604010216 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746604011377:1822746604011907 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746604014207:1822746604014747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746604029557:1822746604030087 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746604033607:1822746604034137 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746604040617:1822746604041337 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 46 -1822746604042247:1822746604042687 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 46 -1822746604043697:1822746604046047 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746604055817:1822746604056137 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746604057517:1822746604058217 116414:116414 hsa_signal_store_relaxed(, 46) = void -1822746604060197:1822746604060747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746604064557:1822746604065097 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746604067527:1822746604068067 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746604069457:1822746604070047 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746604070437:1822746604070717 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 47 -1822746604071107:1822746604071397 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 46 -1822746604071997:1822746604072277 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746604072667:1822746604073117 116414:116414 hsa_signal_store_relaxed(, 47) = void -1822746604074687:1822746605344665 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746605349355:1822746605349935 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746605351515:1822746605355925 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746605356405:1822746605356715 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746605358865:1822746605360015 116414:116414 hsa_signal_destroy() = 0 -1822746605361155:1822746605361595 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746605362015:1822746605362325 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746605363405:1822746605363745 116414:116414 hsa_signal_destroy() = 0 -1822746605364705:1822746605365265 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746605366155:1822746605366695 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746605367445:1822746605367905 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746605368305:1822746605368715 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746605369275:1822746605369545 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746605369995:1822746605371075 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746605371495:1822746607694020 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746608324664:1822746608325274 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746608327214:1822746608327754 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746614386082:1822746614387442 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746614402552:1822746614403102 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746614420793:1822746614421333 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746614423763:1822746614424883 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746614425283:1822746614425693 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746614426253:1822746614427583 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746615034897:1822746615035347 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746615036517:1822746615039187 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746615039707:1822746616463426 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746616463886:1822746616464346 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746616465086:1822746616465616 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746616468006:1822746616468536 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746616483376:1822746616483916 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746616487356:1822746616487886 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746616494296:1822746616495016 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 48 -1822746616495916:1822746616496456 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 48 -1822746616497556:1822746616500286 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746616500916:1822746616501226 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746616502276:1822746616503076 116414:116414 hsa_signal_store_relaxed(, 48) = void -1822746616505296:1822746616505826 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746616509786:1822746616510316 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746616512636:1822746616513196 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746616514376:1822746616515086 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746616515476:1822746616515756 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 49 -1822746616516156:1822746616516426 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 48 -1822746616517056:1822746616517326 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746616517716:1822746616518166 116414:116414 hsa_signal_store_relaxed(, 49) = void -1822746616519916:1822746617793764 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746617798924:1822746617799544 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746617801134:1822746617805334 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746617809144:1822746617809574 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746617811794:1822746617812854 116414:116414 hsa_signal_destroy() = 0 -1822746617813964:1822746617814584 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746617814994:1822746617815304 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746617816254:1822746617816584 116414:116414 hsa_signal_destroy() = 0 -1822746617817574:1822746617818114 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746617819024:1822746617819554 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746617820354:1822746617820694 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746617821094:1822746617821784 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746617822194:1822746617822464 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746617822914:1822746617824384 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746617824804:1822746620196770 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746620821344:1822746620821924 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746620824164:1822746620824784 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746627257904:1822746627259094 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746627274375:1822746627274915 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746627278165:1822746627278695 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746627280835:1822746627281995 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746627282385:1822746627282805 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746627283455:1822746627284255 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746627894398:1822746627894838 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746627896278:1822746627899128 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746627899668:1822746629323398 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746629323838:1822746629324278 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746629325428:1822746629325968 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746629328138:1822746629328668 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746629343248:1822746629343788 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746629347338:1822746629347868 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746629354818:1822746629355548 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 50 -1822746629364918:1822746629365368 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 50 -1822746629366348:1822746629368828 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746629369748:1822746629370058 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746629371068:1822746629371998 116414:116414 hsa_signal_store_relaxed(, 50) = void -1822746629374158:1822746629374718 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746629378688:1822746629379218 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746629381428:1822746629381968 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746629383138:1822746629383768 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746629384158:1822746629384438 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 51 -1822746629384828:1822746629385108 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 50 -1822746629385718:1822746629385998 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746629386388:1822746629386838 116414:116414 hsa_signal_store_relaxed(, 51) = void -1822746629388258:1822746630659826 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746630664516:1822746630665086 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746630666596:1822746630670806 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746630671286:1822746630671596 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746630674086:1822746630675256 116414:116414 hsa_signal_destroy() = 0 -1822746630676696:1822746630677086 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746630677556:1822746630677856 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746630678886:1822746630679226 116414:116414 hsa_signal_destroy() = 0 -1822746630680246:1822746630680796 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746630681726:1822746630682256 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746630682876:1822746630683206 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746630683606:1822746630684016 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746630684496:1822746630684766 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746630685216:1822746630686296 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746630686716:1822746633065962 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746633692476:1822746633693056 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746633697606:1822746633698196 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746639735804:1822746639737084 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746639751994:1822746639752534 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746639755484:1822746639756014 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746639758044:1822746639759174 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746639759564:1822746639759914 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746639760504:1822746639761444 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746640374108:1822746640374488 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746640375758:1822746640378378 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746640378908:1822746641804707 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746641805107:1822746641805537 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746641806737:1822746641807267 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746641809497:1822746641810027 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746641832097:1822746641832637 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746641836087:1822746641836617 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746641843567:1822746641844287 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 52 -1822746641845317:1822746641845757 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 52 -1822746641846717:1822746641849367 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746641850027:1822746641850327 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746641851347:1822746641852167 116414:116414 hsa_signal_store_relaxed(, 52) = void -1822746641854187:1822746641854717 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746641858887:1822746641859417 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746641861667:1822746641862197 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746641863397:1822746641864007 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746641864397:1822746641864677 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 53 -1822746641865067:1822746641865337 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 52 -1822746641865987:1822746641866257 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746641866647:1822746641867097 116414:116414 hsa_signal_store_relaxed(, 53) = void -1822746641870807:1822746643124045 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746643129115:1822746643129635 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746643131215:1822746643135915 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746643136385:1822746643136695 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746643138755:1822746643139995 116414:116414 hsa_signal_destroy() = 0 -1822746643141135:1822746643141575 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746643142045:1822746643142345 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746643143296:1822746643143636 116414:116414 hsa_signal_destroy() = 0 -1822746643144706:1822746643145256 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746643146146:1822746643146676 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746643147406:1822746643147736 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746643148136:1822746643148556 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746643149026:1822746643149296 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746643149746:1822746643150896 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746643151316:1822746645470540 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746646091314:1822746646091894 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746646093634:1822746646094214 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746652531326:1822746652532706 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746652547876:1822746652548416 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746652551146:1822746652551676 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746652554056:1822746652554976 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746652555456:1822746652555866 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746652556516:1822746652557396 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746653166340:1822746653167060 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746653168300:1822746653170950 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746653171490:1822746654594819 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746654595219:1822746654595719 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746654597099:1822746654597629 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746654599599:1822746654600139 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746654625809:1822746654626349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746654629729:1822746654630259 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746654637229:1822746654638149 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 54 -1822746654639099:1822746654639539 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 54 -1822746654640679:1822746654643609 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746654644329:1822746654644629 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746654645989:1822746654646819 116414:116414 hsa_signal_store_relaxed(, 54) = void -1822746654648799:1822746654649329 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746654653819:1822746654654349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746654656199:1822746654656729 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746654657889:1822746654658669 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746654659059:1822746654659339 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 55 -1822746654659729:1822746654660009 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 54 -1822746654660829:1822746654661099 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746654661509:1822746654661949 116414:116414 hsa_signal_store_relaxed(, 55) = void -1822746654663549:1822746655926857 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746655931767:1822746655932547 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746655934117:1822746655938477 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746655938957:1822746655939277 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746655941467:1822746655942897 116414:116414 hsa_signal_destroy() = 0 -1822746655944027:1822746655944357 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746655944827:1822746655945137 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746655946177:1822746655946517 116414:116414 hsa_signal_destroy() = 0 -1822746655947587:1822746655948137 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746655949037:1822746655949567 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746655950357:1822746655950777 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746655951177:1822746655951587 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746655952077:1822746655952347 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746655955137:1822746655956267 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746655956707:1822746658290032 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746658915416:1822746658915996 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746658917696:1822746658918236 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746665358737:1822746665360097 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746665374977:1822746665375527 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746665377997:1822746665378537 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746665380517:1822746665381447 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746665381847:1822746665382197 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746665383017:1822746665383717 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746665991281:1822746665991841 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746665992981:1822746665995691 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746665996221:1822746667420900 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746667421310:1822746667421730 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746667422850:1822746667423380 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746667424930:1822746667425460 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746667439880:1822746667440420 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746667444000:1822746667444540 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746667450920:1822746667451840 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 56 -1822746667452590:1822746667453350 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 56 -1822746667454340:1822746667457050 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746667457680:1822746667457990 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746667459010:1822746667459820 116414:116414 hsa_signal_store_relaxed(, 56) = void -1822746667462310:1822746667462850 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746667466520:1822746667467060 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746667468670:1822746667469200 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746667470910:1822746667471520 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746667471920:1822746667472220 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 57 -1822746667472640:1822746667472940 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 56 -1822746667482650:1822746667482930 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746667483320:1822746667483780 116414:116414 hsa_signal_store_relaxed(, 57) = void -1822746667485200:1822746668743938 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746668749078:1822746668749598 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746668751038:1822746668755308 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746668755718:1822746668756038 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746668758288:1822746668759358 116414:116414 hsa_signal_destroy() = 0 -1822746668760538:1822746668760928 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746668761408:1822746668761708 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746668762798:1822746668763139 116414:116414 hsa_signal_destroy() = 0 -1822746668764299:1822746668764849 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746668765889:1822746668766419 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746668767109:1822746668767519 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746668767919:1822746668768339 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746668768949:1822746668769229 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746668769669:1822746668770799 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746668771219:1822746671117194 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746671737808:1822746671738388 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746671740248:1822746671740778 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746678186569:1822746678187769 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746678202569:1822746678203109 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746678206069:1822746678206599 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746678208999:1822746678209889 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746678210279:1822746678210909 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746678211809:1822746678212699 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746678818183:1822746678818663 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746678820023:1822746678822933 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746678823463:1822746680248062 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746680258082:1822746680258542 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746680259832:1822746680260362 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746680262252:1822746680262792 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746680277542:1822746680278082 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746680281582:1822746680282112 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746680289133:1822746680289863 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 58 -1822746680290753:1822746680291203 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 58 -1822746680292173:1822746680294933 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746680295573:1822746680295883 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746680296943:1822746680297773 116414:116414 hsa_signal_store_relaxed(, 58) = void -1822746680300133:1822746680300673 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746680304613:1822746680305153 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746680307543:1822746680308083 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746680309333:1822746680309933 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746680310323:1822746680310603 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 59 -1822746680311003:1822746680311273 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 58 -1822746680311883:1822746680312153 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746680312543:1822746680313003 116414:116414 hsa_signal_store_relaxed(, 59) = void -1822746680314443:1822746681576751 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746681581821:1822746681582391 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746681583881:1822746681588181 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746681588661:1822746681588971 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746681591291:1822746681592341 116414:116414 hsa_signal_destroy() = 0 -1822746681593441:1822746681593891 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746681594361:1822746681594661 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746681595791:1822746681596131 116414:116414 hsa_signal_destroy() = 0 -1822746681597341:1822746681597891 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746681598781:1822746681599311 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746681600021:1822746681600431 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746681603041:1822746681603541 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746681604151:1822746681604421 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746681604871:1822746681606031 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746681606461:1822746683967395 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746684595879:1822746684596469 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746684598349:1822746684598879 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746691018881:1822746691020041 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746691034891:1822746691035431 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746691038111:1822746691038641 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746691041021:1822746691041931 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746691042391:1822746691042941 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746691043631:1822746691044651 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746691651495:1822746691651945 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746691653085:1822746691655985 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746691656515:1822746693078814 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746693079254:1822746693079564 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746693080514:1822746693081054 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746693083074:1822746693083604 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746693098934:1822746693099474 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746693103024:1822746693103554 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746693110604:1822746693111334 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 60 -1822746693112114:1822746693112724 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 60 -1822746693113684:1822746693116094 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746693116674:1822746693116984 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746693118064:1822746693118884 116414:116414 hsa_signal_store_relaxed(, 60) = void -1822746693121024:1822746693121554 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746693125534:1822746693126074 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746693128184:1822746693128724 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746693138894:1822746693139614 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746693140004:1822746693140274 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 61 -1822746693140674:1822746693140944 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 60 -1822746693141534:1822746693141814 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746693142204:1822746693142654 116414:116414 hsa_signal_store_relaxed(, 61) = void -1822746693144294:1822746694398722 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746694404652:1822746694405352 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746694407262:1822746694411722 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746694412132:1822746694412442 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746694414762:1822746694415882 116414:116414 hsa_signal_destroy() = 0 -1822746694416872:1822746694417332 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746694417752:1822746694418052 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746694418942:1822746694419282 116414:116414 hsa_signal_destroy() = 0 -1822746694420372:1822746694420922 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746694421832:1822746694422372 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746694423082:1822746694423412 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746694423812:1822746694424232 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746694424712:1822746694424982 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746694425432:1822746694426582 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746694427002:1822746696790397 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746697413431:1822746697414011 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746697415731:1822746697416311 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746703837982:1822746703839232 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746703854402:1822746703854942 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746703857932:1822746703858472 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746703860432:1822746703861402 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746703861802:1822746703862072 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746703862722:1822746703863602 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746704484836:1822746704485416 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746704496636:1822746704499366 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746704500076:1822746705923615 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746705924015:1822746705924325 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746705925235:1822746705925765 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746705927815:1822746705928415 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746705944065:1822746705944605 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746705948265:1822746705948795 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746705956305:1822746705957035 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 62 -1822746705957965:1822746705958415 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 62 -1822746705959525:1822746705962476 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746705963126:1822746705963436 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746705964516:1822746705965346 116414:116414 hsa_signal_store_relaxed(, 62) = void -1822746705967636:1822746705968166 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746705974486:1822746705975016 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746705977586:1822746705978126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746705979266:1822746705979906 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746705980306:1822746705980586 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 63 -1822746705980986:1822746705981266 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 62 -1822746705982126:1822746705982396 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746705982806:1822746705983256 116414:116414 hsa_signal_store_relaxed(, 63) = void -1822746705984836:1822746707245173 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746707250344:1822746707250864 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746707252454:1822746707256804 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746707257224:1822746707257534 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746707259584:1822746707260714 116414:116414 hsa_signal_destroy() = 0 -1822746707261964:1822746707262344 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746707262814:1822746707263114 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746707264114:1822746707264454 116414:116414 hsa_signal_destroy() = 0 -1822746707270784:1822746707271334 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746707272304:1822746707272834 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746707273904:1822746707274314 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746707274714:1822746707275124 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746707275604:1822746707275874 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746707276324:1822746707277404 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746707277814:1822746709639869 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746710262693:1822746710263273 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746710265283:1822746710265863 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746716756714:1822746716758214 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746716773575:1822746716774185 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746716776615:1822746716777215 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746716779315:1822746716780285 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746716780725:1822746716781115 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746716781775:1822746716782815 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746717381248:1822746717381818 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746717383408:1822746717386378 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746717386968:1822746718813308 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746718813718:1822746718814138 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746718815288:1822746718815818 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746718817418:1822746718817948 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746718832208:1822746718832738 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746718836108:1822746718836648 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746718842608:1822746718843418 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 64 -1822746718844168:1822746718844938 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 64 -1822746718846008:1822746718848428 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746718849018:1822746718849318 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746718850358:1822746718851178 116414:116414 hsa_signal_store_relaxed(, 64) = void -1822746718861408:1822746718861958 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746718865768:1822746718866308 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746718868148:1822746718868678 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746718869988:1822746718870598 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746718870988:1822746718871268 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 65 -1822746718871668:1822746718871948 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 64 -1822746718872548:1822746718872828 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746718873238:1822746718873688 116414:116414 hsa_signal_store_relaxed(, 65) = void -1822746718875208:1822746720136216 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746720140456:1822746720140986 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746720142566:1822746720146916 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746720147406:1822746720147716 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746720149836:1822746720150756 116414:116414 hsa_signal_destroy() = 0 -1822746720151866:1822746720152316 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746720152736:1822746720153036 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746720154066:1822746720154416 116414:116414 hsa_signal_destroy() = 0 -1822746720155436:1822746720155986 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746720156746:1822746720157286 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746720157976:1822746720158436 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746720158826:1822746720159256 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746720159816:1822746720160096 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746720160536:1822746720161566 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746720161986:1822746722483951 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746723103375:1822746723103965 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746723105935:1822746723106505 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746729578296:1822746729579826 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746729595516:1822746729596046 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746729598666:1822746729599196 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746729601386:1822746729602296 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746729613226:1822746729613736 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746729614376:1822746729615396 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746730220420:1822746730220780 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746730221940:1822746730224230 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746730224760:1822746731648649 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746731649049:1822746731649359 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746731650709:1822746731651239 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746731653309:1822746731653849 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746731668409:1822746731668939 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746731672369:1822746731672899 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746731680340:1822746731681060 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 66 -1822746731681810:1822746731682420 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 66 -1822746731683480:1822746731686270 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746731687060:1822746731687360 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746731688390:1822746731689200 116414:116414 hsa_signal_store_relaxed(, 66) = void -1822746731691770:1822746731692300 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746731696130:1822746731696670 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746731698640:1822746731699180 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746731700760:1822746731701360 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746731701750:1822746731702030 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 67 -1822746731702430:1822746731702710 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 66 -1822746731703310:1822746731703590 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746731703990:1822746731704440 116414:116414 hsa_signal_store_relaxed(, 67) = void -1822746731705990:1822746732968668 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746732973188:1822746732973768 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746732975378:1822746732979428 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746732979898:1822746732980208 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746732982538:1822746732983458 116414:116414 hsa_signal_destroy() = 0 -1822746732987348:1822746732987898 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746732988308:1822746732988608 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746732989488:1822746732989838 116414:116414 hsa_signal_destroy() = 0 -1822746732990938:1822746732991498 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746732992398:1822746732992928 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746732993658:1822746732994278 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746732994668:1822746732995088 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746732995488:1822746732995768 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746732996208:1822746732997308 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746732997728:1822746735349663 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746735976047:1822746735976637 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746735978247:1822746735978777 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746742045776:1822746742047656 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746742063606:1822746742064146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746742066616:1822746742067146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746742069216:1822746742070126 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746742070596:1822746742071226 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746742071866:1822746742073106 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746742677530:1822746742677970 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746742679690:1822746742682100 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746742682600:1822746744104179 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746744104609:1822746744105049 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746744106549:1822746744107089 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746744108779:1822746744109319 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746744132079:1822746744132619 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746744136219:1822746744136759 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746744143339:1822746744144049 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 68 -1822746744145019:1822746744145619 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 68 -1822746744146649:1822746744149309 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746744151869:1822746744152179 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746744153269:1822746744154099 116414:116414 hsa_signal_store_relaxed(, 68) = void -1822746744156559:1822746744157089 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746744161109:1822746744161639 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746744163719:1822746744164249 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746744165539:1822746744166149 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746744166549:1822746744166819 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 69 -1822746744167219:1822746744167499 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 68 -1822746744168269:1822746744168539 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746744168939:1822746744169389 116414:116414 hsa_signal_store_relaxed(, 69) = void -1822746744171319:1822746745432787 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746745437377:1822746745437897 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746745439447:1822746745444127 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746745444547:1822746745444857 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746745447517:1822746745448567 116414:116414 hsa_signal_destroy() = 0 -1822746745449757:1822746745450157 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746745450627:1822746745450937 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746745452067:1822746745452407 116414:116414 hsa_signal_destroy() = 0 -1822746745453567:1822746745454117 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746745455017:1822746745455557 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746745456407:1822746745456747 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746745457137:1822746745457557 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746745458037:1822746745458317 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746745458757:1822746745459857 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746745460297:1822746747819222 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746748465856:1822746748466466 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746748468546:1822746748469126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746754526055:1822746754527215 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746754552505:1822746754553045 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746754556435:1822746754556965 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746754559265:1822746754560165 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746754560555:1822746754561205 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746754562015:1822746754562875 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746755168449:1822746755168819 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746755170379:1822746755172849 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746755173379:1822746756598178 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746756598648:1822746756599158 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746756600248:1822746756600778 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746756602708:1822746756603238 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746756619258:1822746756619798 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746756623758:1822746756624298 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746756631708:1822746756632418 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 70 -1822746756633348:1822746756633788 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 70 -1822746756634638:1822746756637358 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746756638218:1822746756638528 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746756639588:1822746756640308 116414:116414 hsa_signal_store_relaxed(, 70) = void -1822746756642738:1822746756643298 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746756647268:1822746756647798 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746756649948:1822746756650478 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746756651718:1822746756652348 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746756652738:1822746756653018 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 71 -1822746756653408:1822746756653688 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 70 -1822746756654278:1822746756654558 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746756654948:1822746756655398 116414:116414 hsa_signal_store_relaxed(, 71) = void -1822746756657188:1822746757917116 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746757921666:1822746757922246 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746757923966:1822746757928366 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746757932066:1822746757932406 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746757934906:1822746757935846 116414:116414 hsa_signal_destroy() = 0 -1822746757936986:1822746757937426 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746757937896:1822746757938206 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746757939276:1822746757939626 116414:116414 hsa_signal_destroy() = 0 -1822746757940586:1822746757941146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746757942086:1822746757942616 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746757943396:1822746757943866 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746757944276:1822746757944686 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746757945256:1822746757945526 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746757945986:1822746757947166 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746757947596:1822746760327551 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746760950165:1822746760950775 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746760952685:1822746760953315 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746767380777:1822746767382127 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746767397527:1822746767398067 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746767400527:1822746767401057 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746767403067:1822746767404167 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746767404557:1822746767405187 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746767405827:1822746767406697 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746768026721:1822746768027231 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746768028791:1822746768031241 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746768031691:1822746769454000 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746769454400:1822746769454830 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746769455810:1822746769456340 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746769458610:1822746769459150 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746769474920:1822746769475480 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746769479030:1822746769479560 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746769495810:1822746769496540 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 72 -1822746769497450:1822746769497900 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 72 -1822746769498920:1822746769501560 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746769502230:1822746769502560 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746769504140:1822746769504840 116414:116414 hsa_signal_store_relaxed(, 72) = void -1822746769507210:1822746769507750 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746769512460:1822746769512990 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746769514660:1822746769515200 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746769516480:1822746769517220 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746769517610:1822746769517890 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 73 -1822746769518280:1822746769518560 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 72 -1822746769519170:1822746769519440 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746769519830:1822746769520280 116414:116414 hsa_signal_store_relaxed(, 73) = void -1822746769521810:1822746770780559 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746770785319:1822746770785879 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746770787429:1822746770791759 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746770792239:1822746770792549 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746770794659:1822746770796109 116414:116414 hsa_signal_destroy() = 0 -1822746770797139:1822746770797599 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746770798069:1822746770798379 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746770799499:1822746770799839 116414:116414 hsa_signal_destroy() = 0 -1822746770801009:1822746770801559 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746770802469:1822746770803009 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746770803729:1822746770804149 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746770804549:1822746770805119 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746770805529:1822746770805799 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746770806249:1822746770807469 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746770807889:1822746773192984 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746773811888:1822746773812478 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746773817938:1822746773818478 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746780262889:1822746780264379 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746780280029:1822746780280569 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746780283849:1822746780284389 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746780286459:1822746780287619 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746780288009:1822746780288419 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746780289079:1822746780289929 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746780896513:1822746780896953 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746780898323:1822746780900833 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746780901373:1822746782326702 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746782327102:1822746782327532 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746782328622:1822746782329162 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746782331322:1822746782331852 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746782354012:1822746782354552 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746782358192:1822746782358732 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746782365462:1822746782366182 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 74 -1822746782367152:1822746782367472 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 74 -1822746782368432:1822746782371252 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746782371912:1822746782372222 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746782373312:1822746782374122 116414:116414 hsa_signal_store_relaxed(, 74) = void -1822746782376252:1822746782376792 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746782380652:1822746782381192 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746782383962:1822746782384502 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746782385812:1822746782386522 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746782386922:1822746782387202 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 75 -1822746782387592:1822746782387882 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 74 -1822746782388472:1822746782388742 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746782389142:1822746782389592 116414:116414 hsa_signal_store_relaxed(, 75) = void -1822746782393272:1822746783657780 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746783662530:1822746783663440 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746783665031:1822746783669631 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746783670111:1822746783670411 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746783672541:1822746783673661 116414:116414 hsa_signal_destroy() = 0 -1822746783674801:1822746783675201 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746783675671:1822746783675971 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746783677151:1822746783677491 116414:116414 hsa_signal_destroy() = 0 -1822746783678581:1822746783679131 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746783680041:1822746783680571 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746783681371:1822746783681701 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746783682101:1822746783682511 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746783682931:1822746783683201 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746783683651:1822746783684861 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746783685271:1822746786031285 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746786656249:1822746786656829 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746786658739:1822746786659309 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746793106700:1822746793107870 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746793123070:1822746793123610 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746793126300:1822746793126830 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746793128981:1822746793129901 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746793130291:1822746793130701 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746793131341:1822746793132081 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746793741214:1822746793741724 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746793742954:1822746793746184 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746793746654:1822746795168774 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746795169184:1822746795169604 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746795170584:1822746795171114 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746795183214:1822746795183754 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746795199094:1822746795199634 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746795203544:1822746795204084 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746795210484:1822746795211224 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 76 -1822746795211994:1822746795212604 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 76 -1822746795213734:1822746795216464 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746795217244:1822746795217584 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746795218604:1822746795219454 116414:116414 hsa_signal_store_relaxed(, 76) = void -1822746795221414:1822746795221954 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746795226094:1822746795226624 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746795228734:1822746795229274 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746795230504:1822746795231114 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746795231514:1822746795231794 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 77 -1822746795232184:1822746795232464 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 76 -1822746795233074:1822746795233344 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746795233744:1822746795234194 116414:116414 hsa_signal_store_relaxed(, 77) = void -1822746795235674:1822746796492512 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746796497332:1822746796497912 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746796499482:1822746796503572 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746796504052:1822746796504362 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746796506782:1822746796507842 116414:116414 hsa_signal_destroy() = 0 -1822746796509012:1822746796509452 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746796509922:1822746796510232 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746796511212:1822746796511562 116414:116414 hsa_signal_destroy() = 0 -1822746796512682:1822746796513232 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746796514142:1822746796514672 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746796515392:1822746796515812 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746796516212:1822746796516632 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746796517112:1822746796517392 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746796520142:1822746796521442 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746796521882:1822746798851377 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746799483181:1822746799483841 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746799485891:1822746799486551 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746805731051:1822746805732541 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746805748601:1822746805749141 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746805751861:1822746805752401 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746805754581:1822746805755501 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746805755891:1822746805756361 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746805757011:1822746805758401 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746806367385:1822746806367895 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746806369645:1822746806372055 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746806372555:1822746807820344 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746807820744:1822746807821174 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746807822594:1822746807823134 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746807825384:1822746807825914 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746807840994:1822746807841534 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746807845024:1822746807845564 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746807853474:1822746807854204 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 78 -1822746807855094:1822746807855534 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 78 -1822746807856524:1822746807859244 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746807859894:1822746807860194 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746807861214:1822746807862044 116414:116414 hsa_signal_store_relaxed(, 78) = void -1822746807864354:1822746807864884 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746807868864:1822746807869444 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746807871445:1822746807871985 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746807873245:1822746807873935 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746807874325:1822746807874605 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 79 -1822746807888265:1822746807888545 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 78 -1822746807889225:1822746807889495 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746807889905:1822746807890365 116414:116414 hsa_signal_store_relaxed(, 79) = void -1822746807891875:1822746809134712 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746809139502:1822746809140022 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746809141602:1822746809146162 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746809146642:1822746809146952 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746809149202:1822746809150112 116414:116414 hsa_signal_destroy() = 0 -1822746809151252:1822746809151652 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746809152133:1822746809152433 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746809153503:1822746809153883 116414:116414 hsa_signal_destroy() = 0 -1822746809154853:1822746809155403 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746809156293:1822746809156833 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746809157553:1822746809157893 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746809158293:1822746809158703 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746809159183:1822746809159463 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746809159903:1822746809161013 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746809161443:1822746811520807 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746812160031:1822746812160611 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746812162381:1822746812162921 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746818654253:1822746818655703 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746818671863:1822746818672473 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746818675103:1822746818675703 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746818677923:1822746818679043 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746818679493:1822746818679883 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746818680483:1822746818681503 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746819275267:1822746819275787 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746819277117:1822746819279767 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746819280387:1822746820703026 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746820713396:1822746820713716 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746820714896:1822746820715426 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746820717506:1822746820718036 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746820732796:1822746820733336 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746820736426:1822746820736966 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746820742956:1822746820743686 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 80 -1822746820744436:1822746820744956 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 80 -1822746820745936:1822746820748366 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746820748966:1822746820749276 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746820750566:1822746820751396 116414:116414 hsa_signal_store_relaxed(, 80) = void -1822746820753466:1822746820754006 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746820758236:1822746820758766 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746820760957:1822746820761497 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746820762547:1822746820763197 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746820763597:1822746820763877 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 81 -1822746820764277:1822746820764557 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 80 -1822746820765167:1822746820765447 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746820765847:1822746820766297 116414:116414 hsa_signal_store_relaxed(, 81) = void -1822746820767887:1822746822027925 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746822032095:1822746822032605 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746822034155:1822746822038335 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746822038805:1822746822039115 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746822041675:1822746822042745 116414:116414 hsa_signal_destroy() = 0 -1822746822043935:1822746822044325 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746822044795:1822746822045105 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746822046125:1822746822046465 116414:116414 hsa_signal_destroy() = 0 -1822746822047545:1822746822048105 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746822048855:1822746822049385 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746822052395:1822746822052745 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746822053145:1822746822053555 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746822053965:1822746822054235 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746822054685:1822746822055715 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746822056155:1822746824422180 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746825041784:1822746825042364 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746825044174:1822746825044704 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746831155292:1822746831156632 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746831171193:1822746831171733 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746831174433:1822746831174973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746831177083:1822746831178283 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746831178693:1822746831179043 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746831179683:1822746831180543 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746831786087:1822746831786447 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746831787497:1822746831790037 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746831790577:1822746833214316 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746833214836:1822746833215276 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746833216396:1822746833216926 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746833218526:1822746833219056 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746833234136:1822746833234676 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746833238486:1822746833239016 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746833245576:1822746833246316 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 82 -1822746833247216:1822746833247526 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 82 -1822746833248516:1822746833251166 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746833251936:1822746833252246 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746833253276:1822746833253986 116414:116414 hsa_signal_store_relaxed(, 82) = void -1822746833256106:1822746833256646 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746833261086:1822746833261626 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746833263476:1822746833264036 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746833272656:1822746833273266 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746833273666:1822746833273946 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 83 -1822746833274346:1822746833274626 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 82 -1822746833275226:1822746833275506 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746833275896:1822746833276356 116414:116414 hsa_signal_store_relaxed(, 83) = void -1822746833277976:1822746834546174 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746834550624:1822746834551194 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746834552784:1822746834557044 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746834557464:1822746834557774 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746834560314:1822746834561374 116414:116414 hsa_signal_destroy() = 0 -1822746834562444:1822746834562884 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746834563354:1822746834563654 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746834564734:1822746834565074 116414:116414 hsa_signal_destroy() = 0 -1822746834566174:1822746834566714 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746834567604:1822746834568134 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746834568774:1822746834569114 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746834569504:1822746834569924 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746834570394:1822746834570674 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746834571144:1822746834572204 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746834572624:1822746836944949 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746837569803:1822746837570403 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746837572333:1822746837572953 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746844025434:1822746844026894 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746844042014:1822746844042554 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746844045675:1822746844046205 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746844048195:1822746844049105 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746844049495:1822746844049895 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746844050465:1822746844051595 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746844665118:1822746844665698 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746844667178:1822746844670029 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746844670559:1822746846092528 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746846092928:1822746846093358 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746846094438:1822746846094978 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746846097038:1822746846097568 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746846112698:1822746846113238 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746846116588:1822746846117118 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746846123848:1822746846124578 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 84 -1822746846125318:1822746846125948 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 84 -1822746846127258:1822746846129938 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746846130608:1822746846130908 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746846131928:1822746846132778 116414:116414 hsa_signal_store_relaxed(, 84) = void -1822746846135088:1822746846135618 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746846142108:1822746846142648 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746846144538:1822746846145068 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746846146278:1822746846146998 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746846147398:1822746846147678 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 85 -1822746846148068:1822746846148358 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 84 -1822746846148968:1822746846149248 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746846149638:1822746846150088 116414:116414 hsa_signal_store_relaxed(, 85) = void -1822746846151458:1822746847406186 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746847410596:1822746847411116 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746847412806:1822746847417376 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746847417796:1822746847418106 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746847420576:1822746847421516 116414:116414 hsa_signal_destroy() = 0 -1822746847422766:1822746847423086 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746847423506:1822746847423806 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746847424976:1822746847425326 116414:116414 hsa_signal_destroy() = 0 -1822746847428856:1822746847429406 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746847430196:1822746847430726 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746847431466:1822746847431886 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746847432276:1822746847432696 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746847433106:1822746847433376 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746847433826:1822746847434886 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746847435316:1822746849768131 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746850391215:1822746850391795 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746850393775:1822746850394395 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746856852406:1822746856853586 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746856868066:1822746856868606 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746856872066:1822746856872596 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746856874866:1822746856875776 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746856876166:1822746856876576 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746856877426:1822746856878266 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746857489620:1822746857490130 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746857491390:1822746857493990 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746857494550:1822746858918679 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746858919079:1822746858919539 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746858920609:1822746858921139 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746858923559:1822746858924089 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746858939859:1822746858940389 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746858944009:1822746858944539 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746858951729:1822746858952469 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 86 -1822746858953469:1822746858953769 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 86 -1822746858954749:1822746858957290 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746858957950:1822746858958270 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746858959640:1822746858960470 116414:116414 hsa_signal_store_relaxed(, 86) = void -1822746858970970:1822746858971500 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746858976030:1822746858976560 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746858978680:1822746858979220 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746858980540:1822746858981250 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746858981650:1822746858981930 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 87 -1822746858982320:1822746858982600 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 86 -1822746858983420:1822746858983690 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746858984090:1822746858984570 116414:116414 hsa_signal_store_relaxed(, 87) = void -1822746858986020:1822746860230488 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746860235298:1822746860235828 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746860237348:1822746860241668 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746860242088:1822746860242398 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746860244518:1822746860246028 116414:116414 hsa_signal_destroy() = 0 -1822746860247208:1822746860247608 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746860248078:1822746860248388 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746860249328:1822746860249668 116414:116414 hsa_signal_destroy() = 0 -1822746860250638:1822746860251188 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746860252078:1822746860252618 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746860253388:1822746860253808 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746860254198:1822746860254618 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746860255098:1822746860255378 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746860255818:1822746860256938 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746860257358:1822746862607943 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746863231107:1822746863231687 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746863233507:1822746863234127 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746869387856:1822746869389636 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746869405026:1822746869405566 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746869408286:1822746869408816 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746869420636:1822746869421526 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746869421916:1822746869422586 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746869423316:1822746869424546 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746870032760:1822746870033400 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746870035010:1822746870037090 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746870037620:1822746871459859 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746871460259:1822746871460689 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746871461849:1822746871462389 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746871464859:1822746871465389 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746871480889:1822746871481429 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746871485009:1822746871485549 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746871492729:1822746871493469 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 88 -1822746871494339:1822746871494789 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 88 -1822746871495789:1822746871498709 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746871499359:1822746871499669 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746871500729:1822746871501379 116414:116414 hsa_signal_store_relaxed(, 88) = void -1822746871503609:1822746871504139 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746871508369:1822746871508949 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746871511009:1822746871511549 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746871513019:1822746871513629 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746871514019:1822746871514299 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 89 -1822746871514699:1822746871514979 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 88 -1822746871515909:1822746871516189 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746871516579:1822746871517029 116414:116414 hsa_signal_store_relaxed(, 89) = void -1822746871518659:1822746872784378 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746872788808:1822746872789388 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746872791098:1822746872795768 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746872796248:1822746872796558 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746872798778:1822746872799828 116414:116414 hsa_signal_destroy() = 0 -1822746872804078:1822746872804528 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746872804948:1822746872805248 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746872806368:1822746872806718 116414:116414 hsa_signal_destroy() = 0 -1822746872807798:1822746872808348 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746872809298:1822746872809828 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746872810548:1822746872810968 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746872811358:1822746872811768 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746872812178:1822746872812448 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746872812888:1822746872814058 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746872814478:1822746875155543 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746875777847:1822746875778427 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746875780377:1822746875780947 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746882238328:1822746882239608 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746882255148:1822746882255688 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746882258498:1822746882259038 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746882261138:1822746882262048 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746882262448:1822746882262948 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746882263638:1822746882264438 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746882871302:1822746882871852 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746882873162:1822746882876242 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746882876722:1822746884299251 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746884299701:1822746884300141 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746884301501:1822746884302031 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746884303921:1822746884304451 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746884319881:1822746884320421 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746884324411:1822746884324941 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746884331941:1822746884332661 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 90 -1822746884333861:1822746884334181 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 90 -1822746884343181:1822746884345901 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746884346521:1822746884346831 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746884347951:1822746884348741 116414:116414 hsa_signal_store_relaxed(, 90) = void -1822746884350981:1822746884351521 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746884355961:1822746884356491 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746884358331:1822746884358871 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746884360131:1822746884360841 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746884361241:1822746884361511 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 91 -1822746884361911:1822746884362191 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 90 -1822746884362991:1822746884363261 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746884363661:1822746884364111 116414:116414 hsa_signal_store_relaxed(, 91) = void -1822746884365661:1822746885631779 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746885636739:1822746885637369 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746885639099:1822746885643659 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746885644139:1822746885644459 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746885646689:1822746885647739 116414:116414 hsa_signal_destroy() = 0 -1822746885649039:1822746885649509 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746885649929:1822746885650229 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746885651169:1822746885651509 116414:116414 hsa_signal_destroy() = 0 -1822746885652599:1822746885653149 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746885654049:1822746885654589 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746885655309:1822746885655719 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746885656119:1822746885656529 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746885657169:1822746885657439 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746885657879:1822746885658999 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746885659429:1822746888043865 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746888671729:1822746888672309 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746888673919:1822746888674539 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746895108290:1822746895109550 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746895134610:1822746895135150 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746895138340:1822746895138870 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746895141530:1822746895142450 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746895142850:1822746895143490 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746895144150:1822746895144950 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746895750584:1822746895751034 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746895752444:1822746895755044 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746895755574:1822746897177163 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746897177593:1822746897178033 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746897179243:1822746897179783 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746897181893:1822746897182423 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746897198003:1822746897198553 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746897201833:1822746897202363 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746897209073:1822746897209793 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 92 -1822746897210703:1822746897211143 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 92 -1822746897212113:1822746897214673 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746897215303:1822746897215613 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746897216673:1822746897217523 116414:116414 hsa_signal_store_relaxed(, 92) = void -1822746897219693:1822746897220223 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746897224663:1822746897225193 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746897227533:1822746897228063 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746897229313:1822746897230263 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746897230653:1822746897230933 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 93 -1822746897231323:1822746897231603 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 92 -1822746897232403:1822746897232683 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746897233073:1822746897233523 116414:116414 hsa_signal_store_relaxed(, 93) = void -1822746897235083:1822746898515301 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746898519641:1822746898520161 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746898525071:1822746898529271 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746898529691:1822746898530001 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746898532421:1822746898533481 116414:116414 hsa_signal_destroy() = 0 -1822746898534651:1822746898535051 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746898535531:1822746898535831 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746898536891:1822746898537231 116414:116414 hsa_signal_destroy() = 0 -1822746898538421:1822746898538971 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746898540331:1822746898540861 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746898541641:1822746898542061 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746898542461:1822746898542871 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746898543431:1822746898543701 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746898544141:1822746898545221 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746898545641:1822746900927097 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746901547101:1822746901547691 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746901549681:1822746901550261 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746907993861:1822746907995191 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746908018061:1822746908018611 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746908021082:1822746908021622 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746908023722:1822746908024642 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746908025032:1822746908025672 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746908026332:1822746908027792 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746908648446:1822746908648866 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746908650156:1822746908653166 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746908653726:1822746910078175 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746910078575:1822746910079005 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746910080375:1822746910080905 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746910082705:1822746910083385 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746910099185:1822746910099725 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746910103995:1822746910104535 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746910120395:1822746910121155 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 94 -1822746910122145:1822746910122585 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 94 -1822746910123565:1822746910126375 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746910127035:1822746910127345 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746910128325:1822746910129045 116414:116414 hsa_signal_store_relaxed(, 94) = void -1822746910131535:1822746910132065 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746910136265:1822746910136805 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746910139015:1822746910139555 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746910140635:1822746910141255 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746910141645:1822746910141925 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 95 -1822746910142315:1822746910142595 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 94 -1822746910143195:1822746910143475 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746910143865:1822746910144315 116414:116414 hsa_signal_store_relaxed(, 95) = void -1822746910146125:1822746911420973 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746911424843:1822746911425413 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746911427033:1822746911431333 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746911431753:1822746911432063 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746911434633:1822746911435533 116414:116414 hsa_signal_destroy() = 0 -1822746911436773:1822746911437213 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746911437693:1822746911437993 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746911438873:1822746911439213 116414:116414 hsa_signal_destroy() = 0 -1822746911440263:1822746911440813 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746911441713:1822746911442243 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746911443094:1822746911443434 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746911443824:1822746911444244 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746911444654:1822746911444924 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746911445374:1822746911446474 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746911446904:1822746913785979 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746914414483:1822746914415063 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746914416733:1822746914417273 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746920859804:1822746920861184 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746920876184:1822746920876724 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746920879834:1822746920880364 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746920882294:1822746920883214 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746920883604:1822746920884014 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746920884874:1822746920885884 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746921472088:1822746921472608 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746921473758:1822746921476508 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746921477048:1822746922902037 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746922902437:1822746922902747 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746922903917:1822746922904447 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746922906457:1822746922906987 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746922922597:1822746922923147 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746922926337:1822746922926877 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746922933307:1822746922934037 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 96 -1822746922934787:1822746922935657 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 96 -1822746922936707:1822746922939297 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746922939917:1822746922940227 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746922941317:1822746922942137 116414:116414 hsa_signal_store_relaxed(, 96) = void -1822746922944607:1822746922945177 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746922949097:1822746922949637 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746922951997:1822746922952537 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746922953747:1822746922954457 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746922954917:1822746922955197 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 97 -1822746922955587:1822746922955877 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 96 -1822746922956477:1822746922956757 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746922957147:1822746922957597 116414:116414 hsa_signal_store_relaxed(, 97) = void -1822746922967767:1822746924234385 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746924238745:1822746924239375 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746924240935:1822746924245485 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746924245895:1822746924246215 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746924248375:1822746924249495 116414:116414 hsa_signal_destroy() = 0 -1822746924250585:1822746924251045 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746924251515:1822746924251825 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746924252885:1822746924253235 116414:116414 hsa_signal_destroy() = 0 -1822746924254355:1822746924254905 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746924255695:1822746924256225 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746924257035:1822746924257375 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746924257785:1822746924258195 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746924258605:1822746924258875 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746924259325:1822746924260325 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746924260745:1822746926621140 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746927241324:1822746927241904 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746927243574:1822746927244154 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746933708165:1822746933709725 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746933724805:1822746933725345 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746933728595:1822746933729126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746933731296:1822746933732196 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746933732586:1822746933732996 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746933733646:1822746933735166 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746934339539:1822746934340079 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746934341449:1822746934344459 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746934345009:1822746935771158 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746935771558:1822746935771988 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746935773068:1822746935773598 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746935785688:1822746935786228 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746935801548:1822746935802088 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746935805628:1822746935806168 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746935813578:1822746935814378 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 98 -1822746935815298:1822746935815748 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 98 -1822746935816878:1822746935819669 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746935820319:1822746935820629 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746935821659:1822746935822489 116414:116414 hsa_signal_store_relaxed(, 98) = void -1822746935824839:1822746935825379 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746935829349:1822746935829889 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746935831679:1822746935832219 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746935833379:1822746935834349 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746935834739:1822746935835019 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 99 -1822746935835409:1822746935835689 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 98 -1822746935836289:1822746935836569 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746935836959:1822746935837409 116414:116414 hsa_signal_store_relaxed(, 99) = void -1822746935839079:1822746937100677 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746937105627:1822746937106237 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746937107767:1822746937112067 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746937112487:1822746937112797 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746937115007:1822746937116157 116414:116414 hsa_signal_destroy() = 0 -1822746937117317:1822746937117707 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746937118127:1822746937118427 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746937119357:1822746937119707 116414:116414 hsa_signal_destroy() = 0 -1822746937120767:1822746937121317 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746937122207:1822746937122737 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746937123547:1822746937123887 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746937124287:1822746937124697 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746937127607:1822746937127887 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746937128367:1822746937129447 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746937129867:1822746939469682 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746940117496:1822746940118096 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746940119716:1822746940120246 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746946565318:1822746946566488 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746946581488:1822746946582028 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746946584628:1822746946585168 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746946587488:1822746946588608 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746946588998:1822746946589408 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746946590228:1822746946591218 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746947199172:1822746947199532 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746947200972:1822746947203692 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746947204232:1822746948627031 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746948627521:1822746948627951 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746948629031:1822746948629561 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746948631701:1822746948632231 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746948647021:1822746948647561 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746948651391:1822746948651921 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746948658571:1822746948659451 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 100 -1822746948660681:1822746948660971 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 100 -1822746948661941:1822746948664551 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746948665201:1822746948665511 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746948666871:1822746948667571 116414:116414 hsa_signal_store_relaxed(, 100) = void -1822746948669801:1822746948670351 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746948674521:1822746948675051 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746948677331:1822746948677861 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746948678971:1822746948679871 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746948680261:1822746948680541 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 101 -1822746948690031:1822746948690321 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 100 -1822746948690951:1822746948691221 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746948691611:1822746948692061 116414:116414 hsa_signal_store_relaxed(, 101) = void -1822746948693581:1822746949940239 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746949945049:1822746949945569 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746949947379:1822746949951419 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746949951849:1822746949952159 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746949954269:1822746949955269 116414:116414 hsa_signal_destroy() = 0 -1822746949956409:1822746949956849 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746949957319:1822746949957619 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746949958519:1822746949958859 116414:116414 hsa_signal_destroy() = 0 -1822746949959929:1822746949960469 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746949961389:1822746949961919 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746949963059:1822746949963399 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746949963819:1822746949964229 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746949964779:1822746949965059 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746949965499:1822746949966679 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746949967099:1822746952299564 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746952922638:1822746952923228 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746952924868:1822746952925408 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746959363779:1822746959365019 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746959380169:1822746959380709 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746959383809:1822746959384349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746959386749:1822746959387819 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746959388229:1822746959388639 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746959389289:1822746959390169 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746959994133:1822746959994563 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746959995993:1822746959999013 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746960017983:1822746961422332 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746961422752:1822746961423182 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746961424362:1822746961424892 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746961427242:1822746961427842 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746961445652:1822746961446182 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746961449662:1822746961450192 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746961457052:1822746961457792 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 102 -1822746961458722:1822746961459172 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 102 -1822746961460162:1822746961463092 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746961463822:1822746961464132 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746961465182:1822746961465982 116414:116414 hsa_signal_store_relaxed(, 102) = void -1822746961468112:1822746961468652 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746961472902:1822746961473432 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746961475482:1822746961476022 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746961477332:1822746961478182 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746961478572:1822746961478852 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 103 -1822746961479242:1822746961479522 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 102 -1822746961480342:1822746961480612 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746961481022:1822746961481472 116414:116414 hsa_signal_store_relaxed(, 103) = void -1822746961483072:1822746962756050 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746962760680:1822746962761250 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746962762820:1822746962767480 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746962767890:1822746962768210 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746962770470:1822746962771880 116414:116414 hsa_signal_destroy() = 0 -1822746962773120:1822746962773580 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746962774010:1822746962774310 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746962775290:1822746962775630 116414:116414 hsa_signal_destroy() = 0 -1822746962776620:1822746962777180 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746962778090:1822746962778620 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746962782030:1822746962782390 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746962782790:1822746962783200 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746962783610:1822746962783880 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746962784330:1822746962785520 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746962785950:1822746965189926 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746965811010:1822746965811590 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746965813360:1822746965813900 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746972276661:1822746972278131 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746972292691:1822746972293231 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746972296251:1822746972296781 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746972299201:1822746972300341 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746972300811:1822746972301221 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746972301791:1822746972302691 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746972909935:1822746972910445 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746972911875:1822746972914865 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746972915425:1822746974338154 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746974338554:1822746974338984 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746974339924:1822746974340454 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746974342314:1822746974342844 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746974359074:1822746974359624 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746974362965:1822746974363495 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746974370145:1822746974370875 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 104 -1822746974371935:1822746974372385 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 104 -1822746974373395:1822746974375995 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746974376685:1822746974376995 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746974378015:1822746974378825 116414:116414 hsa_signal_store_relaxed(, 104) = void -1822746974381035:1822746974381575 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746974386045:1822746974386615 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746974396275:1822746974396815 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746974398065:1822746974398785 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746974399175:1822746974399455 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 105 -1822746974399855:1822746974400125 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 104 -1822746974400805:1822746974401085 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746974401485:1822746974401935 116414:116414 hsa_signal_store_relaxed(, 105) = void -1822746974403715:1822746975678263 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746975683233:1822746975683803 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746975685323:1822746975689443 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746975689853:1822746975690163 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746975692393:1822746975693443 116414:116414 hsa_signal_destroy() = 0 -1822746975694723:1822746975695123 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746975695593:1822746975695893 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746975697003:1822746975697343 116414:116414 hsa_signal_destroy() = 0 -1822746975698433:1822746975698983 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746975699873:1822746975700413 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746975701163:1822746975701573 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746975701973:1822746975702383 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746975702793:1822746975703063 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746975703503:1822746975704673 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746975705093:1822746978072968 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746978696782:1822746978697362 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746978698872:1822746978699492 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746985152363:1822746985154233 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746985169943:1822746985170483 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746985173383:1822746985173913 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746985176063:1822746985176973 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746985177373:1822746985177773 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746985178583:1822746985179533 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746985797997:1822746985798547 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746985799757:1822746985802657 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746985803187:1822746987227196 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746987227596:1822746987228046 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746987228906:1822746987229446 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746987231546:1822746987232076 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746987248916:1822746987249466 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746987252917:1822746987253457 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822746987261187:1822746987261927 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 106 -1822746987262887:1822746987263207 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 106 -1822746987264177:1822746987266937 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822746987267567:1822746987267877 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746987268837:1822746987269737 116414:116414 hsa_signal_store_relaxed(, 106) = void -1822746987272127:1822746987272667 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822746987276477:1822746987277027 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746987279987:1822746987280527 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822746987281617:1822746987282247 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822746987282637:1822746987282917 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 107 -1822746987283307:1822746987283597 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 106 -1822746987284197:1822746987284467 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822746987284877:1822746987285327 116414:116414 hsa_signal_store_relaxed(, 107) = void -1822746987287147:1822746988556345 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822746988561295:1822746988561865 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822746988563435:1822746988567655 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746988568135:1822746988568445 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822746988570595:1822746988571655 116414:116414 hsa_signal_destroy() = 0 -1822746988572845:1822746988573285 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746988573765:1822746988574065 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822746988577395:1822746988577755 116414:116414 hsa_signal_destroy() = 0 -1822746988578735:1822746988579285 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746988580215:1822746988580755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746988581715:1822746988582065 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746988582475:1822746988582885 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746988583365:1822746988583645 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746988584105:1822746988585295 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822746988585725:1822746990921010 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746991543623:1822746991544203 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822746991545723:1822746991546303 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746997995645:1822746997997115 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822746998013275:1822746998013815 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822746998016225:1822746998016755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822746998018795:1822746998019715 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746998020115:1822746998020655 116414:116414 hsa_signal_store_screlease(, 0) = void -1822746998021185:1822746998022085 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822746998609429:1822746998609939 116414:116414 hsa_signal_store_screlease(, 1) = void -1822746998611359:1822746998613949 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822746998614499:1822747000036518 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747000036958:1822747000037388 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747000038508:1822747000039038 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747000040908:1822747000041438 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747000055908:1822747000056438 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747000060248:1822747000060778 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747000067508:1822747000068228 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 108 -1822747000069018:1822747000069648 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 108 -1822747000070608:1822747000073638 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747000074268:1822747000074568 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747000075838:1822747000076668 116414:116414 hsa_signal_store_relaxed(, 108) = void -1822747000087568:1822747000088108 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747000092158:1822747000092688 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747000094938:1822747000095468 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747000097118:1822747000097768 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747000098158:1822747000098438 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 109 -1822747000098828:1822747000099118 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 108 -1822747000099718:1822747000099988 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747000100378:1822747000100838 116414:116414 hsa_signal_store_relaxed(, 109) = void -1822747000102408:1822747001354776 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747001359306:1822747001360176 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747001361766:1822747001366106 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747001366526:1822747001366836 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747001369086:1822747001370076 116414:116414 hsa_signal_destroy() = 0 -1822747001371166:1822747001371626 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747001372096:1822747001372406 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747001373396:1822747001373726 116414:116414 hsa_signal_destroy() = 0 -1822747001374826:1822747001375376 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747001376136:1822747001376676 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747001377486:1822747001377836 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747001378246:1822747001378656 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747001379066:1822747001379346 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747001379796:1822747001380916 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747001381336:1822747003745491 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747004379125:1822747004379715 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747004381505:1822747004382085 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747010832127:1822747010833487 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747010848317:1822747010848867 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747010851947:1822747010852477 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747010868127:1822747010869027 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747010869437:1822747010870067 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747010870737:1822747010872107 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747011480291:1822747011480741 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747011481981:1822747011484441 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747011484921:1822747012910620 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747012911110:1822747012911580 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747012912740:1822747012913280 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747012915160:1822747012915700 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747012931010:1822747012931550 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747012935030:1822747012935570 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747012943030:1822747012943770 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 110 -1822747012944670:1822747012944980 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 110 -1822747012945960:1822747012948620 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747012949230:1822747012949530 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747012950560:1822747012951410 116414:116414 hsa_signal_store_relaxed(, 110) = void -1822747012953480:1822747012954020 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747012958110:1822747012958670 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747012960700:1822747012961240 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747012962470:1822747012963110 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747012963510:1822747012963790 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 111 -1822747012964180:1822747012964460 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 110 -1822747012965290:1822747012965560 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747012965960:1822747012966410 116414:116414 hsa_signal_store_relaxed(, 111) = void -1822747012968070:1822747014228138 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747014233458:1822747014234068 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747014235908:1822747014240168 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747014240578:1822747014240898 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747014246008:1822747014247128 116414:116414 hsa_signal_destroy() = 0 -1822747014248318:1822747014248698 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747014249178:1822747014249488 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747014250658:1822747014250998 116414:116414 hsa_signal_destroy() = 0 -1822747014252098:1822747014252648 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747014253548:1822747014254088 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747014254778:1822747014255188 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747014255598:1822747014256008 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747014256718:1822747014256988 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747014257428:1822747014258498 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747014258918:1822747016600083 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747017222227:1822747017222817 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747017224697:1822747017225317 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747023663198:1822747023664798 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747023679758:1822747023680298 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747023683568:1822747023684098 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747023686258:1822747023687158 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747023687548:1822747023687958 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747023688598:1822747023689608 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747024302822:1822747024303292 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747024304512:1822747024306982 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747024307512:1822747025730101 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747025730501:1822747025730931 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747025732031:1822747025732571 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747025734781:1822747025735311 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747025749872:1822747025750412 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747025754262:1822747025754802 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747025761722:1822747025762482 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 112 -1822747025763232:1822747025763852 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 112 -1822747025772682:1822747025775492 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747025776162:1822747025776472 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747025777472:1822747025778322 116414:116414 hsa_signal_store_relaxed(, 112) = void -1822747025780362:1822747025780892 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747025784962:1822747025785502 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747025787692:1822747025788232 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747025789562:1822747025790162 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747025790562:1822747025790842 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 113 -1822747025791232:1822747025791512 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 112 -1822747025792322:1822747025792602 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747025793002:1822747025793462 116414:116414 hsa_signal_store_relaxed(, 113) = void -1822747025795352:1822747027047410 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747027052100:1822747027052680 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747027054540:1822747027058870 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747027059300:1822747027059610 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747027062220:1822747027063450 116414:116414 hsa_signal_destroy() = 0 -1822747027064560:1822747027065000 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747027065470:1822747027065770 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747027066890:1822747027067230 116414:116414 hsa_signal_destroy() = 0 -1822747027068310:1822747027068850 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747027069840:1822747027070370 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747027071110:1822747027071520 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747027071910:1822747027072330 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747027072740:1822747027073010 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747027073450:1822747027074630 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747027075050:1822747029417945 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747030045319:1822747030045899 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747030047559:1822747030048089 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747036502340:1822747036503610 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747036518860:1822747036519400 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747036522260:1822747036522790 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747036525060:1822747036526240 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747036526640:1822747036526910 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747036527570:1822747036528820 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747037138354:1822747037138794 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747037140294:1822747037142764 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747037143304:1822747038567123 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747038567523:1822747038567823 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747038568973:1822747038569503 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747038571373:1822747038571973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747038586983:1822747038587523 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747038590993:1822747038591523 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747038598303:1822747038599023 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 114 -1822747038599933:1822747038600373 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 114 -1822747038601353:1822747038604133 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747038604793:1822747038605093 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747038606113:1822747038606933 116414:116414 hsa_signal_store_relaxed(, 114) = void -1822747038609163:1822747038609693 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747038613543:1822747038614083 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747038616713:1822747038617273 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747038618273:1822747038618963 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747038619353:1822747038619633 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 115 -1822747038620023:1822747038620303 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 114 -1822747038621183:1822747038621453 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747038621843:1822747038622293 116414:116414 hsa_signal_store_relaxed(, 115) = void -1822747038623943:1822747039876201 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747039881682:1822747039882252 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747039892852:1822747039897112 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747039897602:1822747039897912 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747039900502:1822747039901552 116414:116414 hsa_signal_destroy() = 0 -1822747039902672:1822747039902992 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747039903472:1822747039903772 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747039904742:1822747039905122 116414:116414 hsa_signal_destroy() = 0 -1822747039906052:1822747039906612 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747039907572:1822747039908102 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747039908812:1822747039909152 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747039909542:1822747039909962 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747039910442:1822747039910712 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747039911162:1822747039912272 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747039912692:1822747042310027 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747042932861:1822747042933451 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747042935701:1822747042936321 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747049388052:1822747049389602 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747049405452:1822747049405992 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747049409042:1822747049409582 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747049411762:1822747049412682 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747049413072:1822747049413432 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747049414002:1822747049415042 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747050020126:1822747050020586 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747050022046:1822747050025176 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747050025736:1822747051447575 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747051447975:1822747051448405 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747051449225:1822747051449755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747051452225:1822747051452755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747051467625:1822747051468165 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747051480035:1822747051480565 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747051487525:1822747051488245 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 116 -1822747051489165:1822747051489605 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 116 -1822747051490895:1822747051493375 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747051494015:1822747051494325 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747051495365:1822747051496215 116414:116414 hsa_signal_store_relaxed(, 116) = void -1822747051498835:1822747051499365 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747051504715:1822747051505245 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747051507535:1822747051508075 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747051509115:1822747051509955 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747051510355:1822747051510635 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 117 -1822747051511025:1822747051511305 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 116 -1822747051512085:1822747051512365 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747051512755:1822747051513205 116414:116414 hsa_signal_store_relaxed(, 117) = void -1822747051514885:1822747052784144 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747052789064:1822747052789594 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747052791074:1822747052795334 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747052795744:1822747052796054 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747052798504:1822747052799624 116414:116414 hsa_signal_destroy() = 0 -1822747052800874:1822747052801264 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747052801684:1822747052801994 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747052802914:1822747052803254 116414:116414 hsa_signal_destroy() = 0 -1822747052804384:1822747052804934 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747052805844:1822747052806384 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747052807104:1822747052807434 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747052807834:1822747052808254 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747052808664:1822747052808934 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747052809384:1822747052810524 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747052810944:1822747055134709 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747055757653:1822747055758263 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747055760213:1822747055760833 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747062231124:1822747062232654 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747062247034:1822747062247574 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747062250934:1822747062251464 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747062253534:1822747062254724 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747062255114:1822747062255524 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747062256084:1822747062256994 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747062842497:1822747062842857 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747062843987:1822747062846467 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747062847037:1822747064271997 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747064272437:1822747064272757 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747064274107:1822747064274637 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747064277217:1822747064277747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747064293047:1822747064293577 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747064297397:1822747064297937 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747064304827:1822747064305457 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 118 -1822747064306217:1822747064306827 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 118 -1822747064307787:1822747064310407 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747064311047:1822747064311357 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747064312447:1822747064313257 116414:116414 hsa_signal_store_relaxed(, 118) = void -1822747064315537:1822747064316067 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747064320007:1822747064320547 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747064322577:1822747064323117 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747064324157:1822747064324747 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747064325147:1822747064325417 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 119 -1822747064325807:1822747064326097 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 118 -1822747064326687:1822747064326967 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747064336217:1822747064336677 116414:116414 hsa_signal_store_relaxed(, 119) = void -1822747064338177:1822747065595965 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747065600725:1822747065601245 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747065602905:1822747065607185 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747065607665:1822747065607975 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747065610205:1822747065611135 116414:116414 hsa_signal_destroy() = 0 -1822747065612205:1822747065612645 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747065613115:1822747065613415 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747065614475:1822747065614815 116414:116414 hsa_signal_destroy() = 0 -1822747065615905:1822747065616455 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747065617225:1822747065617755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747065618515:1822747065618935 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747065619335:1822747065619755 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747065620315:1822747065620585 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747065621035:1822747065622235 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747065622655:1822747067947050 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747068572314:1822747068572914 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747068575194:1822747068575724 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747075131106:1822747075132396 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747075146486:1822747075147026 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747075149456:1822747075149996 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747075152256:1822747075153376 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747075153846:1822747075154256 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747075154806:1822747075156126 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747075742730:1822747075743090 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747075744450:1822747075747010 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747075747520:1822747077171229 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747077171809:1822747077172119 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747077173449:1822747077173979 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747077186079:1822747077186619 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747077201729:1822747077202269 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747077205809:1822747077206349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747077213259:1822747077213979 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 120 -1822747077214739:1822747077215349 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 120 -1822747077216299:1822747077218709 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747077219309:1822747077219619 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747077220659:1822747077221859 116414:116414 hsa_signal_store_relaxed(, 120) = void -1822747077224029:1822747077224569 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747077228399:1822747077228939 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747077231219:1822747077231749 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747077232949:1822747077233639 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747077234029:1822747077234309 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 121 -1822747077234699:1822747077234979 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 120 -1822747077235579:1822747077235849 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747077236249:1822747077236699 116414:116414 hsa_signal_store_relaxed(, 121) = void -1822747077238139:1822747078505777 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747078510517:1822747078511087 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747078512497:1822747078516467 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747078516887:1822747078517197 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747078519197:1822747078520377 116414:116414 hsa_signal_destroy() = 0 -1822747078521477:1822747078521797 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747078522267:1822747078522567 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747078523517:1822747078523857 116414:116414 hsa_signal_destroy() = 0 -1822747078524957:1822747078525497 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747078526257:1822747078526787 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747078527627:1822747078527967 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747078528377:1822747078528787 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747078531577:1822747078531857 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747078532317:1822747078533387 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747078533807:1822747080866312 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747081489966:1822747081490556 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747081492896:1822747081493466 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747087693976:1822747087695126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747087709606:1822747087710146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747087712836:1822747087713366 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747087715316:1822747087716646 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747087717046:1822747087717446 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747087718036:1822747087719006 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747088336630:1822747088337270 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747088338880:1822747088342060 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747088342650:1822747089766259 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747089766659:1822747089767309 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747089768269:1822747089768799 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747089770829:1822747089771359 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747089787509:1822747089788049 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747089791589:1822747089792119 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747089799039:1822747089799749 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 122 -1822747089800649:1822747089801089 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 122 -1822747089801939:1822747089804469 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747089805139:1822747089805449 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747089806629:1822747089807479 116414:116414 hsa_signal_store_relaxed(, 122) = void -1822747089809909:1822747089810439 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747089815029:1822747089815569 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747089818039:1822747089818579 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747089819839:1822747089820459 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747089829029:1822747089829309 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 123 -1822747089829719:1822747089829989 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 122 -1822747089830769:1822747089831049 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747089831439:1822747089831889 116414:116414 hsa_signal_store_relaxed(, 123) = void -1822747089833409:1822747091087987 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747091092947:1822747091093467 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747091095027:1822747091099257 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747091099677:1822747091099987 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747091102407:1822747091103477 116414:116414 hsa_signal_destroy() = 0 -1822747091104647:1822747091105037 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747091105457:1822747091105757 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747091106807:1822747091107157 116414:116414 hsa_signal_destroy() = 0 -1822747091108117:1822747091108667 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747091109557:1822747091110097 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747091110907:1822747091111307 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747091111707:1822747091112127 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747091112677:1822747091112947 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747091113397:1822747091114547 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747091114967:1822747093471153 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747094092797:1822747094093377 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747094095137:1822747094095717 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747100520497:1822747100521827 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747100537657:1822747100538187 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747100540947:1822747100541477 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747100543497:1822747100544417 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747100544807:1822747100545217 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747100545877:1822747100546967 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747101169891:1822747101170431 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747101171771:1822747101174731 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747101184901:1822747102597750 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747102598180:1822747102598640 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747102599680:1822747102600220 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747102602110:1822747102602640 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747102618541:1822747102619081 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747102622481:1822747102623021 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747102629441:1822747102630171 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 124 -1822747102630921:1822747102631521 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 124 -1822747102632501:1822747102635171 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747102635831:1822747102636141 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747102637201:1822747102638031 116414:116414 hsa_signal_store_relaxed(, 124) = void -1822747102640301:1822747102640841 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747102644681:1822747102645221 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747102647301:1822747102647841 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747102649041:1822747102649651 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747102650041:1822747102650321 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 125 -1822747102650711:1822747102650991 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 124 -1822747102652031:1822747102652311 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747102652701:1822747102653151 116414:116414 hsa_signal_store_relaxed(, 125) = void -1822747102655101:1822747103911509 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747103916359:1822747103917229 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747103918719:1822747103923059 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747103923479:1822747103923789 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747103926169:1822747103927279 116414:116414 hsa_signal_destroy() = 0 -1822747103928469:1822747103928909 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747103929389:1822747103929689 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747103930659:1822747103930999 116414:116414 hsa_signal_destroy() = 0 -1822747103932159:1822747103932709 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747103935809:1822747103936349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747103937229:1822747103937639 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747103938039:1822747103938459 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747103939009:1822747103939279 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747103939729:1822747103941029 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747103941449:1822747106306964 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747106928668:1822747106929248 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747106931288:1822747106931818 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747113390879:1822747113392469 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747113407569:1822747113408119 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747113411029:1822747113411569 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747113414219:1822747113415139 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747113415539:1822747113415889 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747113416479:1822747113417259 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747114023683:1822747114024523 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747114025753:1822747114028553 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747114029043:1822747115453532 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747115453932:1822747115454362 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747115455302:1822747115455832 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747115458262:1822747115458802 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747115474172:1822747115474712 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747115478052:1822747115478592 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747115485802:1822747115486552 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 126 -1822747115487452:1822747115487762 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 126 -1822747115488692:1822747115491372 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747115492012:1822747115492322 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747115493383:1822747115494183 116414:116414 hsa_signal_store_relaxed(, 126) = void -1822747115496583:1822747115497143 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747115501323:1822747115501853 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747115516563:1822747115517103 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747115518513:1822747115519243 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747115519633:1822747115519913 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 127 -1822747115520313:1822747115520583 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 126 -1822747115521243:1822747115521523 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747115521923:1822747115522373 116414:116414 hsa_signal_store_relaxed(, 127) = void -1822747115523903:1822747116776801 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747116781301:1822747116781941 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747116783521:1822747116787711 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747116788121:1822747116788451 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747116790911:1822747116791961 116414:116414 hsa_signal_destroy() = 0 -1822747116793051:1822747116793511 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747116793981:1822747116794281 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747116795381:1822747116795721 116414:116414 hsa_signal_destroy() = 0 -1822747116796811:1822747116797361 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747116798261:1822747116798791 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747116799811:1822747116800141 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747116800541:1822747116800951 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747116801431:1822747116801711 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747116802151:1822747116803231 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747116803661:1822747119138136 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747119756450:1822747119757030 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747119758950:1822747119759520 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747126221861:1822747126223611 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747126238511:1822747126239051 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747126242201:1822747126242731 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747126245001:1822747126245971 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747126246431:1822747126246711 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747126257351:1822747126258701 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747126867345:1822747126867805 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747126869205:1822747126871795 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747126872335:1822747128295954 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747128296424:1822747128296744 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747128298114:1822747128298654 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747128300714:1822747128301244 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747128318804:1822747128319344 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747128323174:1822747128323714 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747128330324:1822747128331214 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 128 -1822747128332424:1822747128332724 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 128 -1822747128333814:1822747128336474 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747128337104:1822747128337414 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747128338684:1822747128339514 116414:116414 hsa_signal_store_relaxed(, 128) = void -1822747128342054:1822747128342614 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747128347104:1822747128347634 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747128349854:1822747128350394 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747128351644:1822747128352324 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747128352714:1822747128352994 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 129 -1822747128353394:1822747128353664 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 128 -1822747128354294:1822747128354574 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747128354964:1822747128355424 116414:116414 hsa_signal_store_relaxed(, 129) = void -1822747128357154:1822747129632403 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747129637083:1822747129637603 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747129639123:1822747129643353 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747129643833:1822747129644143 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747129646303:1822747129647443 116414:116414 hsa_signal_destroy() = 0 -1822747129648953:1822747129649353 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747129649773:1822747129650073 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747129653353:1822747129653703 116414:116414 hsa_signal_destroy() = 0 -1822747129654813:1822747129655363 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747129656283:1822747129656823 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747129657593:1822747129658013 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747129658413:1822747129658833 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747129659303:1822747129659583 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747129660033:1822747129661133 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747129661563:1822747131998808 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747132639252:1822747132639832 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747132641442:1822747132641982 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747139089553:1822747139091223 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747139106603:1822747139107143 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747139110433:1822747139110973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747139113253:1822747139114363 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747139114753:1822747139115393 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747139116123:1822747139116993 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747139725597:1822747139726057 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747139727577:1822747139730567 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747139731067:1822747141155726 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747141156266:1822747141156736 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747141157606:1822747141158146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747141159926:1822747141160456 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747141174806:1822747141175346 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747141179056:1822747141179596 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747141187216:1822747141188076 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 130 -1822747141188826:1822747141189296 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 130 -1822747141190486:1822747141192756 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747141193386:1822747141193696 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747141203106:1822747141203846 116414:116414 hsa_signal_store_relaxed(, 130) = void -1822747141206006:1822747141206546 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747141210636:1822747141211166 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747141213606:1822747141214146 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747141215446:1822747141215926 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747141216316:1822747141216586 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 131 -1822747141216986:1822747141217256 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 130 -1822747141217876:1822747141218146 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747141218546:1822747141218996 116414:116414 hsa_signal_store_relaxed(, 131) = void -1822747141220506:1822747142475084 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747142479574:1822747142480154 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747142481754:1822747142486074 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747142486554:1822747142486864 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747142488974:1822747142490484 116414:116414 hsa_signal_destroy() = 0 -1822747142491814:1822747142492264 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747142492734:1822747142493044 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747142493984:1822747142494324 116414:116414 hsa_signal_destroy() = 0 -1822747142495304:1822747142495854 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747142496744:1822747142497284 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747142498014:1822747142498434 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747142498844:1822747142499254 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747142499734:1822747142500004 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747142500474:1822747142501614 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747142502034:1822747144833659 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747145458183:1822747145458753 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747145460333:1822747145460953 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747151563893:1822747151565403 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747151581003:1822747151581543 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747151584973:1822747151585503 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747151598283:1822747151599403 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747151599793:1822747151600443 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747151601103:1822747151602223 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747152222447:1822747152223197 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747152224577:1822747152227107 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747152227587:1822747153649646 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747153650046:1822747153650466 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747153651166:1822747153651696 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747153654416:1822747153654946 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747153670146:1822747153670686 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747153674376:1822747153674906 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747153682766:1822747153683496 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 132 -1822747153684436:1822747153684886 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 132 -1822747153685926:1822747153688936 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747153689616:1822747153689926 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747153690906:1822747153691786 116414:116414 hsa_signal_store_relaxed(, 132) = void -1822747153693986:1822747153694526 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747153698816:1822747153699356 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747153701386:1822747153701926 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747153703046:1822747153703686 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747153704076:1822747153704356 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 133 -1822747153704746:1822747153705026 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 132 -1822747153705626:1822747153705906 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747153706296:1822747153706756 116414:116414 hsa_signal_store_relaxed(, 133) = void -1822747153708476:1822747154960334 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747154964944:1822747154965734 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747154967274:1822747154971714 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747154972144:1822747154972454 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747154977944:1822747154979084 116414:116414 hsa_signal_destroy() = 0 -1822747154980124:1822747154980444 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747154980924:1822747154981224 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747154982104:1822747154982484 116414:116414 hsa_signal_destroy() = 0 -1822747154983554:1822747154984104 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747154985044:1822747154985574 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747154986294:1822747154986864 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747154987274:1822747154987684 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747154988254:1822747154988524 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747154988974:1822747154990134 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747154990574:1822747157342599 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747157965233:1822747157965823 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747157968053:1822747157968673 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747164419714:1822747164420954 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747164436544:1822747164437084 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747164440114:1822747164440644 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747164442964:1822747164443855 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747164444315:1822747164444995 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747164445635:1822747164446425 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747165051308:1822747165051848 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747165053268:1822747165056038 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747165056578:1822747166479547 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747166479957:1822747166480387 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747166481647:1822747166482177 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747166483957:1822747166484487 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747166500317:1822747166500867 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747166504407:1822747166504947 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747166511917:1822747166512647 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 134 -1822747166522087:1822747166522397 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 134 -1822747166523527:1822747166525987 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747166526627:1822747166526937 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747166527987:1822747166528837 116414:116414 hsa_signal_store_relaxed(, 134) = void -1822747166531517:1822747166532057 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747166536328:1822747166536858 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747166538688:1822747166539228 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747166540418:1822747166541168 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747166541568:1822747166541848 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 135 -1822747166542238:1822747166542518 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 134 -1822747166543328:1822747166543608 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747166544018:1822747166544468 116414:116414 hsa_signal_store_relaxed(, 135) = void -1822747166545898:1822747167808875 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747167813335:1822747167813905 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747167815475:1822747167819846 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747167820266:1822747167820576 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747167822906:1822747167824076 116414:116414 hsa_signal_destroy() = 0 -1822747167825486:1822747167825876 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747167826356:1822747167826656 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747167827646:1822747167827986 116414:116414 hsa_signal_destroy() = 0 -1822747167829066:1822747167829616 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747167830526:1822747167831056 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747167831906:1822747167832316 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747167832706:1822747167833196 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747167833676:1822747167833946 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747167834386:1822747167835546 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747167835966:1822747170214841 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747170835495:1822747170836085 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747170838005:1822747170838535 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747177292986:1822747177294116 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747177309586:1822747177310126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747177313386:1822747177313916 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747177316186:1822747177317066 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747177317456:1822747177318106 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747177318776:1822747177319636 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747177926930:1822747177927470 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747177929290:1822747177931750 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747177932300:1822747179354989 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747179355389:1822747179355819 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747179356979:1822747179357519 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747179359409:1822747179359939 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747179383059:1822747179383599 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747179387069:1822747179387609 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747179394179:1822747179395009 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 136 -1822747179395919:1822747179396529 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 136 -1822747179397499:1822747179400329 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747179400969:1822747179401269 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747179402209:1822747179402949 116414:116414 hsa_signal_store_relaxed(, 136) = void -1822747179405519:1822747179406059 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747179410499:1822747179411039 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747179412929:1822747179413469 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747179414809:1822747179415709 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747179416229:1822747179416509 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 137 -1822747179416899:1822747179417179 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 136 -1822747179417899:1822747179418179 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747179418569:1822747179419019 116414:116414 hsa_signal_store_relaxed(, 137) = void -1822747179420789:1822747180678047 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747180685447:1822747180686037 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747180687637:1822747180691857 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747180692277:1822747180692587 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747180695307:1822747180696367 116414:116414 hsa_signal_destroy() = 0 -1822747180697617:1822747180698057 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747180698477:1822747180698787 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747180699797:1822747180700147 116414:116414 hsa_signal_destroy() = 0 -1822747180701217:1822747180701767 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747180702677:1822747180703217 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747180704007:1822747180704347 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747180704737:1822747180705157 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747180705567:1822747180705837 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747180706287:1822747180707417 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747180707837:1822747183076073 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747183697157:1822747183697737 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747183699937:1822747183700517 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747190150058:1822747190151358 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747190166648:1822747190167188 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747190170198:1822747190170738 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747190172898:1822747190173808 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747190174198:1822747190174598 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747190175248:1822747190176348 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747190782482:1822747190782842 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747190784282:1822747190786942 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747190787482:1822747192211641 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747192212081:1822747192212521 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747192213791:1822747192214321 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747192216561:1822747192217151 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747192232721:1822747192233251 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747192245171:1822747192245701 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747192252741:1822747192253461 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 138 -1822747192254501:1822747192254811 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 138 -1822747192255821:1822747192258332 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747192258982:1822747192259282 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747192260502:1822747192261322 116414:116414 hsa_signal_store_relaxed(, 138) = void -1822747192263452:1822747192263982 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747192271002:1822747192271532 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747192273482:1822747192274012 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747192275072:1822747192275902 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747192276292:1822747192276572 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 139 -1822747192276962:1822747192277252 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 138 -1822747192278022:1822747192278292 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747192278682:1822747192279142 116414:116414 hsa_signal_store_relaxed(, 139) = void -1822747192280682:1822747193537839 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747193542510:1822747193543130 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747193544750:1822747193549160 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747193549580:1822747193549890 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747193552240:1822747193553380 116414:116414 hsa_signal_destroy() = 0 -1822747193554510:1822747193554970 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747193555390:1822747193555690 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747193556650:1822747193556990 116414:116414 hsa_signal_destroy() = 0 -1822747193558050:1822747193558600 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747193559500:1822747193560040 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747193560780:1822747193561120 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747193561510:1822747193561980 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747193562400:1822747193562670 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747193563110:1822747193564550 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747193567160:1822747195923394 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747196564078:1822747196564688 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747196566338:1822747196566868 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747203022800:1822747203024170 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747203039570:1822747203040110 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747203043150:1822747203043690 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747203046010:1822747203046910 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747203047300:1822747203047950 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747203048600:1822747203049580 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747203656664:1822747203657024 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747203658244:1822747203660804 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747203661374:1822747205083573 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747205084033:1822747205084473 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747205085563:1822747205086093 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747205088123:1822747205088653 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747205103763:1822747205104303 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747205107763:1822747205108293 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747205115423:1822747205116163 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 140 -1822747205117063:1822747205117513 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 140 -1822747205118503:1822747205121233 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747205121873:1822747205122183 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747205123253:1822747205124003 116414:116414 hsa_signal_store_relaxed(, 140) = void -1822747205126423:1822747205126953 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747205130963:1822747205131503 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747205134563:1822747205135103 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747205136143:1822747205136864 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747205137264:1822747205137544 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 141 -1822747205137934:1822747205138214 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 140 -1822747205139064:1822747205139334 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747205151794:1822747205152254 116414:116414 hsa_signal_store_relaxed(, 141) = void -1822747205153854:1822747206391402 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747206396562:1822747206397132 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747206398952:1822747206403352 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747206403832:1822747206404142 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747206406422:1822747206407472 116414:116414 hsa_signal_destroy() = 0 -1822747206408652:1822747206409042 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747206409522:1822747206409822 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747206410682:1822747206411022 116414:116414 hsa_signal_destroy() = 0 -1822747206412002:1822747206412552 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747206413462:1822747206414002 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747206414772:1822747206415192 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747206415592:1822747206416002 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747206416552:1822747206416832 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747206417272:1822747206418372 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747206418782:1822747208759447 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747209394101:1822747209394761 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747209396581:1822747209397281 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747215858682:1822747215859742 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747215874122:1822747215874662 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747215878022:1822747215878552 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747215880652:1822747215881542 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747215882012:1822747215882422 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747215883072:1822747215884092 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747216496526:1822747216496976 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747216498206:1822747216501056 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747216501586:1822747217925555 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747217925955:1822747217926385 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747217937135:1822747217937675 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747217939735:1822747217940265 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747217955455:1822747217955995 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747217959885:1822747217960415 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747217967425:1822747217968315 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 142 -1822747217969515:1822747217969825 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 142 -1822747217970775:1822747217973445 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747217974095:1822747217974405 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747217975705:1822747217976515 116414:116414 hsa_signal_store_relaxed(, 142) = void -1822747217978865:1822747217979405 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747217983495:1822747217984025 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747217986495:1822747217987025 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747217988085:1822747217988705 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747217989095:1822747217989375 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 143 -1822747217989775:1822747217990045 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 142 -1822747217990925:1822747217991205 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747217991595:1822747217992055 116414:116414 hsa_signal_store_relaxed(, 143) = void -1822747217993525:1822747219276764 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747219281414:1822747219282004 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747219283614:1822747219288174 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747219288594:1822747219288904 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747219291554:1822747219292614 116414:116414 hsa_signal_destroy() = 0 -1822747219293834:1822747219294284 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747219294754:1822747219295054 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747219296244:1822747219296594 116414:116414 hsa_signal_destroy() = 0 -1822747219297684:1822747219298224 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747219299134:1822747219299674 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747219300404:1822747219300734 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747219301134:1822747219301544 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747219304324:1822747219304604 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747219305054:1822747219306114 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747219306534:1822747221652168 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747222272712:1822747222273282 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747222275222:1822747222275792 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747228733103:1822747228734824 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747228749614:1822747228750154 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747228753894:1822747228754424 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747228756484:1822747228757384 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747228757854:1822747228758204 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747228758984:1822747228760104 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747229370368:1822747229370798 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747229372108:1822747229375238 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747229375768:1822747230798937 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747230799337:1822747230799767 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747230801177:1822747230801707 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747230803977:1822747230804507 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747230819817:1822747230820347 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747230823717:1822747230824247 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747230830897:1822747230831647 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 144 -1822747230832537:1822747230833007 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 144 -1822747230834077:1822747230836797 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747230837457:1822747230837757 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747230838947:1822747230839737 116414:116414 hsa_signal_store_relaxed(, 144) = void -1822747230841907:1822747230842437 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747230846317:1822747230846857 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747230848777:1822747230849327 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747230850957:1822747230851647 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747230860367:1822747230860647 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 145 -1822747230861047:1822747230861317 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 144 -1822747230862007:1822747230862277 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747230862677:1822747230863117 116414:116414 hsa_signal_store_relaxed(, 145) = void -1822747230864737:1822747232102035 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747232106995:1822747232107625 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747232109235:1822747232113425 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747232113845:1822747232114155 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747232116335:1822747232117395 116414:116414 hsa_signal_destroy() = 0 -1822747232118425:1822747232118755 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747232119225:1822747232119535 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747232120395:1822747232120735 116414:116414 hsa_signal_destroy() = 0 -1822747232121845:1822747232122405 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747232123305:1822747232123845 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747232124545:1822747232124875 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747232125275:1822747232125685 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747232126175:1822747232126445 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747232126895:1822747232127975 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747232128395:1822747234463530 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747235084494:1822747235085084 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747235086744:1822747235087324 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747241168533:1822747241169903 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747241186333:1822747241186873 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747241190093:1822747241190623 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747241193083:1822747241193983 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747241194383:1822747241195283 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747241195933:1822747241196843 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747241805457:1822747241805967 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747241816797:1822747241819377 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747241819867:1822747243240476 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747243240866:1822747243241306 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747243242896:1822747243243436 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747243245246:1822747243245776 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747243260386:1822747243260916 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747243264276:1822747243264806 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747243271696:1822747243272356 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 146 -1822747243273126:1822747243273606 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 146 -1822747243274586:1822747243277406 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747243278066:1822747243278366 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747243279626:1822747243280446 116414:116414 hsa_signal_store_relaxed(, 146) = void -1822747243282646:1822747243283176 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747243287486:1822747243288016 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747243290136:1822747243290696 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747243291816:1822747243292536 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747243292936:1822747243293206 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 147 -1822747243293596:1822747243293876 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 146 -1822747243294496:1822747243294766 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747243295156:1822747243295606 116414:116414 hsa_signal_store_relaxed(, 147) = void -1822747243297076:1822747244556874 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747244561504:1822747244562084 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747244563654:1822747244568084 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747244568554:1822747244568874 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747244571004:1822747244572084 116414:116414 hsa_signal_destroy() = 0 -1822747244573324:1822747244573704 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747244574124:1822747244574424 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747244575374:1822747244575724 116414:116414 hsa_signal_destroy() = 0 -1822747244576834:1822747244577374 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747244581045:1822747244581595 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747244582355:1822747244582775 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747244583175:1822747244583595 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747244584005:1822747244584285 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747244584725:1822747244585855 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747244586275:1822747246902889 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747247524713:1822747247525303 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747247527363:1822747247527893 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747253977674:1822747253979224 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747253994274:1822747253994814 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747253997704:1822747253998234 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747254000314:1822747254001244 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747254001714:1822747254002124 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747254002694:1822747254004174 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747254604618:1822747254605128 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747254606798:1822747254610208 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747254610658:1822747256031757 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747256032267:1822747256032727 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747256034167:1822747256034707 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747256037297:1822747256037837 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747256053107:1822747256053647 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747256057277:1822747256057807 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747256065227:1822747256065967 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 148 -1822747256067018:1822747256067638 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 148 -1822747256068608:1822747256071008 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747256071608:1822747256071908 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747256072918:1822747256073738 116414:116414 hsa_signal_store_relaxed(, 148) = void -1822747256076238:1822747256076778 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747256089358:1822747256089888 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747256091958:1822747256092498 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747256093768:1822747256094398 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747256094788:1822747256095068 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 149 -1822747256095478:1822747256095748 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 148 -1822747256096368:1822747256096638 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747256097038:1822747256097488 116414:116414 hsa_signal_store_relaxed(, 149) = void -1822747256099148:1822747257357096 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747257362016:1822747257362546 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747257364256:1822747257368646 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747257369066:1822747257369376 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747257371436:1822747257372566 116414:116414 hsa_signal_destroy() = 0 -1822747257373796:1822747257374236 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747257374656:1822747257374966 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747257375846:1822747257376186 116414:116414 hsa_signal_destroy() = 0 -1822747257377146:1822747257377696 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747257378596:1822747257379126 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747257379936:1822747257380346 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747257380746:1822747257381166 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747257381646:1822747257381916 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747257382366:1822747257383426 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747257383846:1822747259725291 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747260356225:1822747260356815 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747260358565:1822747260359185 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747266812886:1822747266814156 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747266829546:1822747266830086 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747266833586:1822747266834116 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747266836196:1822747266837086 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747266837486:1822747266838376 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747266846136:1822747266847466 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747267456710:1822747267457070 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747267458040:1822747267460660 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747267461190:1822747268886439 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747268886889:1822747268887329 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747268888179:1822747268888709 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747268890639:1822747268891169 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747268907169:1822747268907709 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747268911279:1822747268911809 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747268918319:1822747268919029 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 150 -1822747268919969:1822747268920419 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 150 -1822747268921399:1822747268924259 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747268924899:1822747268925229 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747268926319:1822747268927169 116414:116414 hsa_signal_store_relaxed(, 150) = void -1822747268929309:1822747268929849 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747268933979:1822747268934509 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747268936649:1822747268937189 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747268938459:1822747268939079 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747268939479:1822747268939749 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 151 -1822747268940149:1822747268940429 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 150 -1822747268941259:1822747268941529 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747268941939:1822747268942389 116414:116414 hsa_signal_store_relaxed(, 151) = void -1822747268944319:1822747270209748 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747270214998:1822747270215518 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747270217388:1822747270221948 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747270222358:1822747270222678 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747270224968:1822747270225968 116414:116414 hsa_signal_destroy() = 0 -1822747270227228:1822747270227678 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747270231388:1822747270231698 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747270232778:1822747270233158 116414:116414 hsa_signal_destroy() = 0 -1822747270234228:1822747270234768 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747270235678:1822747270236218 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747270236978:1822747270237318 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747270237708:1822747270238128 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747270238668:1822747270238948 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747270239388:1822747270240518 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747270240938:1822747272572323 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747273193617:1822747273194187 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747273196597:1822747273197127 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747279635857:1822747279637127 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747279652107:1822747279652657 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747279656038:1822747279656568 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747279659048:1822747279659958 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747279660348:1822747279660758 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747279661398:1822747279662328 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747280284031:1822747280284491 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747280286051:1822747280289102 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747280289632:1822747281714101 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747281714501:1822747281714931 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747281716311:1822747281716851 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747281719121:1822747281719651 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747281735021:1822747281735561 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747281738911:1822747281739441 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747281746971:1822747281747711 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 152 -1822747281748801:1822747281749401 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 152 -1822747281750391:1822747281752621 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747281753261:1822747281753571 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747281763471:1822747281764311 116414:116414 hsa_signal_store_relaxed(, 152) = void -1822747281766661:1822747281767191 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747281771141:1822747281771671 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747281773391:1822747281773931 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747281775291:1822747281775991 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747281776381:1822747281776661 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 153 -1822747281777051:1822747281777341 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 152 -1822747281777941:1822747281778211 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747281778621:1822747281779071 116414:116414 hsa_signal_store_relaxed(, 153) = void -1822747281780641:1822747283045889 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747283050609:1822747283051199 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747283053059:1822747283057149 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747283057629:1822747283057939 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747283060229:1822747283061379 116414:116414 hsa_signal_destroy() = 0 -1822747283062569:1822747283062959 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747283063429:1822747283063739 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747283064809:1822747283065159 116414:116414 hsa_signal_destroy() = 0 -1822747283066249:1822747283066799 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747283067709:1822747283068249 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747283069039:1822747283069369 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747283069769:1822747283070189 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747283070709:1822747283070989 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747283071429:1822747283072599 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747283073029:1822747285416594 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747286041978:1822747286042558 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747286044508:1822747286045088 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747292083976:1822747292085747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747292099477:1822747292100017 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747292114167:1822747292114707 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747292116907:1822747292117807 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747292118207:1822747292119057 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747292119627:1822747292120867 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747292741371:1822747292741781 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747292743521:1822747292746191 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747292746711:1822747294169160 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747294169560:1822747294169980 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747294170940:1822747294171470 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747294173640:1822747294174180 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747294189440:1822747294189980 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747294193720:1822747294194260 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747294201180:1822747294201830 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 154 -1822747294203050:1822747294203350 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 154 -1822747294204340:1822747294207010 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747294207670:1822747294207980 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747294209220:1822747294209950 116414:116414 hsa_signal_store_relaxed(, 154) = void -1822747294212500:1822747294213050 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747294217180:1822747294217720 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747294219860:1822747294220400 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747294221580:1822747294222240 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747294222660:1822747294222940 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 155 -1822747294223330:1822747294223610 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 154 -1822747294224490:1822747294224770 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747294225160:1822747294225610 116414:116414 hsa_signal_store_relaxed(, 155) = void -1822747294227390:1822747295483438 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747295487918:1822747295488498 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747295490198:1822747295494358 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747295494838:1822747295495148 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747295500198:1822747295501338 116414:116414 hsa_signal_destroy() = 0 -1822747295502538:1822747295502978 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747295503448:1822747295503748 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747295504678:1822747295505018 116414:116414 hsa_signal_destroy() = 0 -1822747295506198:1822747295506758 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747295507668:1822747295508198 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747295509008:1822747295509489 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747295509889:1822747295510309 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747295511119:1822747295511389 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747295511839:1822747295513019 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747295513439:1822747297858244 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747298475668:1822747298476248 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747298478098:1822747298478678 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747304921009:1822747304922479 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747304937109:1822747304937649 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747304940569:1822747304941109 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747304943299:1822747304944229 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747304944619:1822747304945029 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747304945769:1822747304946999 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747305554193:1822747305554633 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747305556043:1822747305558503 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747305558913:1822747306982502 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747306982902:1822747306983332 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747306984792:1822747306985322 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747306987262:1822747306987792 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747307003372:1822747307003912 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747307007322:1822747307007862 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747307014802:1822747307015542 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 156 -1822747307024842:1822747307025482 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 156 -1822747307026772:1822747307029292 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747307029932:1822747307030322 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747307031392:1822747307032212 116414:116414 hsa_signal_store_relaxed(, 156) = void -1822747307034322:1822747307034862 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747307038732:1822747307039262 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747307042052:1822747307042592 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747307043922:1822747307044542 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747307044932:1822747307045212 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 157 -1822747307045622:1822747307045902 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 156 -1822747307046502:1822747307046782 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747307047172:1822747307047622 116414:116414 hsa_signal_store_relaxed(, 157) = void -1822747307049152:1822747308299690 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747308304430:1822747308305080 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747308306950:1822747308311410 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747308311830:1822747308312140 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747308314460:1822747308315510 116414:116414 hsa_signal_destroy() = 0 -1822747308316620:1822747308316940 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747308317410:1822747308317710 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747308318510:1822747308318850 116414:116414 hsa_signal_destroy() = 0 -1822747308319820:1822747308320370 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747308321270:1822747308321800 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747308322520:1822747308322850 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747308323250:1822747308323670 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747308324230:1822747308324500 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747308324950:1822747308326050 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747308326480:1822747310682835 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747311301239:1822747311301829 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747311313139:1822747311313719 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747317788010:1822747317789730 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747317804481:1822747317805021 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747317808141:1822747317808671 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747317811181:1822747317812101 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747317812491:1822747317813141 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747317813781:1822747317814991 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747318421794:1822747318422334 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747318423984:1822747318427174 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747318427684:1822747319864703 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747319865103:1822747319865533 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747319866903:1822747319867433 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747319869553:1822747319870083 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747319886273:1822747319886813 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747319890134:1822747319890664 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747319897724:1822747319898454 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 158 -1822747319899234:1822747319899844 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 158 -1822747319900954:1822747319903684 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747319904354:1822747319904654 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747319905744:1822747319906574 116414:116414 hsa_signal_store_relaxed(, 158) = void -1822747319908934:1822747319909474 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747319913374:1822747319913904 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747319916264:1822747319916804 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747319918234:1822747319918874 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747319919264:1822747319919544 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 159 -1822747319919944:1822747319920214 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 158 -1822747319921044:1822747319921314 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747319921704:1822747319922164 116414:116414 hsa_signal_store_relaxed(, 159) = void -1822747319923574:1822747321186652 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747321199972:1822747321200542 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747321202072:1822747321206432 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747321206912:1822747321207222 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747321209422:1822747321210892 116414:116414 hsa_signal_destroy() = 0 -1822747321211992:1822747321212372 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747321212792:1822747321213092 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747321214032:1822747321214372 116414:116414 hsa_signal_destroy() = 0 -1822747321215542:1822747321216092 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747321217002:1822747321217532 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747321218262:1822747321218682 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747321219082:1822747321219502 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747321220022:1822747321220292 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747321220742:1822747321221822 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747321222252:1822747323556667 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747324199791:1822747324200361 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747324202041:1822747324202581 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747330640423:1822747330641583 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747330656613:1822747330657153 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747330660303:1822747330660833 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747330663293:1822747330664193 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747330664663:1822747330665013 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747330665533:1822747330666643 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747331257277:1822747331257657 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747331259227:1822747331261857 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747331262417:1822747332686656 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747332687116:1822747332687436 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747332688416:1822747332688946 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747332691306:1822747332691846 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747332715596:1822747332716136 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747332719696:1822747332720226 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747332727106:1822747332728006 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 160 -1822747332728766:1822747332729406 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 160 -1822747332730456:1822747332732976 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747332733626:1822747332733936 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747332734966:1822747332735836 116414:116414 hsa_signal_store_relaxed(, 160) = void -1822747332738256:1822747332738786 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747332743236:1822747332743766 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747332745526:1822747332746056 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747332747256:1822747332747876 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747332748266:1822747332748546 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 161 -1822747332748936:1822747332749206 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 160 -1822747332749946:1822747332750226 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747332750616:1822747332751066 116414:116414 hsa_signal_store_relaxed(, 161) = void -1822747332752836:1822747334013604 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747334018064:1822747334018644 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747334020214:1822747334024584 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747334025014:1822747334025324 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747334027524:1822747334028424 116414:116414 hsa_signal_destroy() = 0 -1822747334029824:1822747334030264 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747334030684:1822747334030984 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747334032014:1822747334032354 116414:116414 hsa_signal_destroy() = 0 -1822747334033434:1822747334033984 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747334034754:1822747334035294 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747334036004:1822747334036334 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747334036734:1822747334037244 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747334037724:1822747334038004 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747334038444:1822747334039524 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747334042324:1822747336405499 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747337032653:1822747337033243 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747337035163:1822747337035743 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747343478674:1822747343480134 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747343495274:1822747343495814 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747343498864:1822747343499394 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747343501894:1822747343503104 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747343503504:1822747343503904 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747343504564:1822747343505364 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747344120968:1822747344121458 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747344123148:1822747344125798 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747344126398:1822747345549997 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747345550397:1822747345550827 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747345552207:1822747345552747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747345554667:1822747345555207 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747345570397:1822747345570927 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747345574847:1822747345575377 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747345582337:1822747345583067 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 162 -1822747345583807:1822747345584417 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 162 -1822747345585387:1822747345588457 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747345589107:1822747345589417 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747345590687:1822747345591507 116414:116414 hsa_signal_store_relaxed(, 162) = void -1822747345593708:1822747345594248 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747345598348:1822747345598928 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747345601228:1822747345601768 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747345603078:1822747345603958 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747345604348:1822747345604628 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 163 -1822747345605028:1822747345605298 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 162 -1822747345614918:1822747345615208 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747345615608:1822747345616058 116414:116414 hsa_signal_store_relaxed(, 163) = void -1822747345617498:1822747346883706 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747346888546:1822747346889076 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747346890636:1822747346894856 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747346895276:1822747346895586 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747346897726:1822747346898716 116414:116414 hsa_signal_destroy() = 0 -1822747346899806:1822747346900126 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747346900596:1822747346900906 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747346901986:1822747346902376 116414:116414 hsa_signal_destroy() = 0 -1822747346903486:1822747346904036 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747346904936:1822747346905476 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747346906246:1822747346906666 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747346907066:1822747346907476 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747346907896:1822747346908166 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747346908606:1822747346909686 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747346910106:1822747349243160 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747349868534:1822747349869124 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747349870964:1822747349871545 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747355968424:1822747355969684 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747355983664:1822747355984204 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747355986904:1822747355987434 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747355989524:1822747355990414 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747355990814:1822747355991214 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747355992034:1822747355992994 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747356603948:1822747356604468 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747356605848:1822747356608698 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747356609238:1822747358031147 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747358031547:1822747358031977 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747358042997:1822747358043537 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747358046057:1822747358046587 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747358062077:1822747358062607 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747358066367:1822747358066897 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747358073547:1822747358074267 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 164 -1822747358075177:1822747358075627 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 164 -1822747358076587:1822747358079097 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747358079737:1822747358080067 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747358081157:1822747358081997 116414:116414 hsa_signal_store_relaxed(, 164) = void -1822747358084297:1822747358084827 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747358089627:1822747358090167 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747358092797:1822747358093337 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747358094377:1822747358095027 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747358095417:1822747358095697 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 165 -1822747358096087:1822747358096367 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 164 -1822747358097307:1822747358097587 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747358097987:1822747358098437 116414:116414 hsa_signal_store_relaxed(, 165) = void -1822747358100217:1822747359369396 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747359374096:1822747359374616 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747359376306:1822747359380706 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747359381126:1822747359381436 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747359384016:1822747359385026 116414:116414 hsa_signal_destroy() = 0 -1822747359386476:1822747359386866 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747359387336:1822747359387646 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747359388996:1822747359389336 116414:116414 hsa_signal_destroy() = 0 -1822747359390326:1822747359390886 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747359391786:1822747359392326 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747359393046:1822747359393466 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747359396026:1822747359396456 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747359396876:1822747359397146 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747359397596:1822747359398826 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747359399266:1822747361766251 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747362394314:1822747362394904 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747362396834:1822747362397374 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747368848266:1822747368849746 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747368865536:1822747368866076 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747368869656:1822747368870186 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747368872226:1822747368873366 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747368873766:1822747368874396 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747368875106:1822747368876116 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747369464620:1822747369465070 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747369466390:1822747369469530 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747369470060:1822747370894919 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747370895319:1822747370895629 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747370896799:1822747370897349 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747370898899:1822747370899429 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747370915029:1822747370915569 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747370918959:1822747370919489 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747370925879:1822747370926619 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 166 -1822747370927379:1822747370927849 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 166 -1822747370928819:1822747370931779 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747370932419:1822747370932719 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747370934019:1822747370934829 116414:116414 hsa_signal_store_relaxed(, 166) = void -1822747370937079:1822747370937609 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747370941669:1822747370942199 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747370944089:1822747370944649 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747370946039:1822747370946649 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747370955409:1822747370955699 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 167 -1822747370956089:1822747370956359 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 166 -1822747370957169:1822747370957449 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747370957839:1822747370958289 116414:116414 hsa_signal_store_relaxed(, 167) = void -1822747370960199:1822747372201607 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747372206417:1822747372206997 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747372208567:1822747372212737 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747372213157:1822747372213467 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747372215587:1822747372216647 116414:116414 hsa_signal_destroy() = 0 -1822747372217697:1822747372218137 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747372218547:1822747372218857 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747372219767:1822747372220107 116414:116414 hsa_signal_destroy() = 0 -1822747372221137:1822747372221687 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747372222447:1822747372222987 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747372223817:1822747372224157 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747372224557:1822747372224967 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747372225377:1822747372225647 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747372226087:1822747372227287 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747372227727:1822747374594882 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747375217216:1822747375217786 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747375219696:1822747375220246 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747381678487:1822747381680067 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747381696247:1822747381696777 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747381699827:1822747381700357 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747381702407:1822747381703637 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747381704037:1822747381704667 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747381705317:1822747381706617 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747382310581:1822747382311131 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747382322081:1822747382325111 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747382325591:1822747383748301 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747383748701:1822747383749131 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747383750461:1822747383750991 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747383752691:1822747383753231 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747383767671:1822747383768211 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747383771551:1822747383772091 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747383778731:1822747383779461 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 168 -1822747383780351:1822747383780801 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 168 -1822747383781771:1822747383784881 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747383785581:1822747383785891 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747383786951:1822747383787791 116414:116414 hsa_signal_store_relaxed(, 168) = void -1822747383789941:1822747383790471 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747383794381:1822747383794921 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747383796851:1822747383797411 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747383798681:1822747383799471 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747383799891:1822747383800161 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 169 -1822747383800561:1822747383800841 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 168 -1822747383801701:1822747383801971 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747383802371:1822747383802821 116414:116414 hsa_signal_store_relaxed(, 169) = void -1822747383804491:1822747385053749 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747385058219:1822747385058749 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747385060359:1822747385064519 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747385064989:1822747385065299 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747385067559:1822747385068449 116414:116414 hsa_signal_destroy() = 0 -1822747385069489:1822747385069899 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747385070369:1822747385070669 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747385071619:1822747385071959 116414:116414 hsa_signal_destroy() = 0 -1822747385075309:1822747385075859 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747385076799:1822747385077329 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747385078079:1822747385078499 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747385078909:1822747385079319 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747385079879:1822747385080149 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747385080619:1822747385081769 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747385082179:1822747387448754 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747388088508:1822747388089088 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747388090908:1822747388091478 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747394532749:1822747394534149 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747394549769:1822747394550309 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747394553779:1822747394554309 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747394556439:1822747394557369 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747394557769:1822747394558039 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747394558689:1822747394559949 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747395168593:1822747395168973 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747395170573:1822747395173243 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747395173783:1822747396597472 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747396597952:1822747396598272 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747396599142:1822747396599682 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747396601712:1822747396602242 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747396625413:1822747396625973 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747396629763:1822747396630303 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747396637173:1822747396637893 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 170 -1822747396638683:1822747396639293 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 170 -1822747396640243:1822747396642713 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747396643343:1822747396643653 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747396644783:1822747396645623 116414:116414 hsa_signal_store_relaxed(, 170) = void -1822747396647763:1822747396648303 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747396655543:1822747396656073 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747396658033:1822747396658563 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747396659613:1822747396660313 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747396660703:1822747396660983 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 171 -1822747396661373:1822747396661653 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 170 -1822747396662263:1822747396662533 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747396662923:1822747396663373 116414:116414 hsa_signal_store_relaxed(, 171) = void -1822747396664923:1822747397937491 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747397942331:1822747397942851 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747397944481:1822747397948841 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747397949251:1822747397949571 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747397951881:1822747397952861 116414:116414 hsa_signal_destroy() = 0 -1822747397954041:1822747397954431 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747397954841:1822747397955151 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747397956041:1822747397956381 116414:116414 hsa_signal_destroy() = 0 -1822747397957431:1822747397957981 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747397958891:1822747397959431 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747397960151:1822747397960481 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747397960881:1822747397961301 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747397961711:1822747397961991 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747397962431:1822747397963611 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747397964041:1822747400283186 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747400906210:1822747400906790 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747400908720:1822747400909260 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747407363081:1822747407364221 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747407379351:1822747407379891 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747407383081:1822747407383611 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747407385761:1822747407386681 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747407400571:1822747407401191 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747407401851:1822747407403391 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747408015165:1822747408015525 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747408016615:1822747408019655 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747408020185:1822747409441924 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747409442324:1822747409442624 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747409443714:1822747409444244 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747409446594:1822747409447134 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747409463154:1822747409463714 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747409467124:1822747409467664 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747409474504:1822747409475384 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 172 -1822747409476314:1822747409476924 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 172 -1822747409477914:1822747409480924 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747409481654:1822747409482044 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747409483114:1822747409483944 116414:116414 hsa_signal_store_relaxed(, 172) = void -1822747409486434:1822747409486974 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747409491044:1822747409491604 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747409493344:1822747409493904 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747409495164:1822747409495764 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747409496154:1822747409496434 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 173 -1822747409496824:1822747409497104 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 172 -1822747409497704:1822747409497984 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747409498384:1822747409498834 116414:116414 hsa_signal_store_relaxed(, 173) = void -1822747409500394:1822747410771183 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747410775703:1822747410776283 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747410777873:1822747410782063 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747410782483:1822747410782793 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747410785263:1822747410786383 116414:116414 hsa_signal_destroy() = 0 -1822747410787443:1822747410787883 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747410791373:1822747410791683 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747410792553:1822747410792903 116414:116414 hsa_signal_destroy() = 0 -1822747410793983:1822747410794533 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747410795463:1822747410796003 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747410796713:1822747410797343 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747410797743:1822747410798593 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747410799153:1822747410799423 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747410799873:1822747410801303 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747410801733:1822747413145028 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747413766281:1822747413766871 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747413768571:1822747413769111 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747419811450:1822747419812680 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747419828690:1822747419829240 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747419832350:1822747419832880 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747419835180:1822747419836070 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747419836470:1822747419836910 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747419837890:1822747419838660 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747420449934:1822747420450334 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747420451884:1822747420454544 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747420455024:1822747421879173 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747421879573:1822747421880003 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747421881123:1822747421881663 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747421883693:1822747421884223 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747421899813:1822747421900343 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747421904133:1822747421904673 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747421911193:1822747421911983 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 174 -1822747421912773:1822747421913373 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 174 -1822747421914433:1822747421916873 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747421926333:1822747421926653 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747421928003:1822747421928873 116414:116414 hsa_signal_store_relaxed(, 174) = void -1822747421931043:1822747421931573 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747421935674:1822747421936204 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747421939254:1822747421939794 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747421941134:1822747421941874 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747421942264:1822747421942544 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 175 -1822747421942934:1822747421943214 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 174 -1822747421943884:1822747421944164 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747421944554:1822747421945004 116414:116414 hsa_signal_store_relaxed(, 175) = void -1822747421946604:1822747423202352 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747423207202:1822747423207762 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747423209352:1822747423213702 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747423214192:1822747423214502 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747423216912:1822747423218092 116414:116414 hsa_signal_destroy() = 0 -1822747423219142:1822747423219462 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747423219932:1822747423220232 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747423221322:1822747423221662 116414:116414 hsa_signal_destroy() = 0 -1822747423222762:1822747423223312 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747423224222:1822747423224752 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747423225582:1822747423225992 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747423226392:1822747423226812 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747423227282:1822747423227552 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747423228002:1822747423229102 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747423229522:1822747425591667 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747426213221:1822747426213811 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747426215551:1822747426216081 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747432670002:1822747432671332 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747432686562:1822747432687102 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747432700412:1822747432700942 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747432703402:1822747432704332 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747432704722:1822747432705122 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747432705852:1822747432707092 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747433315886:1822747433316316 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747433317686:1822747433320016 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747433320576:1822747434743075 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747434743485:1822747434743945 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747434745185:1822747434745725 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747434747455:1822747434747995 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747434762215:1822747434762755 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747434766285:1822747434766825 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747434773885:1822747434774625 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 176 -1822747434775515:1822747434775825 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 176 -1822747434776875:1822747434779745 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747434780435:1822747434780745 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747434781815:1822747434782625 116414:116414 hsa_signal_store_relaxed(, 176) = void -1822747434784755:1822747434785295 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747434789155:1822747434789695 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747434791895:1822747434792465 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747434793495:1822747434794155 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747434794565:1822747434794865 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 177 -1822747434795265:1822747434795545 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 176 -1822747434796345:1822747434796625 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747434797025:1822747434797475 116414:116414 hsa_signal_store_relaxed(, 177) = void -1822747434799165:1822747436053983 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747436059313:1822747436059913 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747436061343:1822747436065353 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747436068584:1822747436068924 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747436071054:1822747436072104 116414:116414 hsa_signal_destroy() = 0 -1822747436073194:1822747436073644 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747436074114:1822747436074414 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747436075204:1822747436075544 116414:116414 hsa_signal_destroy() = 0 -1822747436076504:1822747436077044 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747436077984:1822747436078524 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747436079244:1822747436079664 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747436080074:1822747436080484 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747436081054:1822747436081324 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747436081774:1822747436082854 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747436083284:1822747438463489 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747439084533:1822747439085123 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747439087033:1822747439087653 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747445541734:1822747445543304 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747445558074:1822747445558614 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747445561634:1822747445562164 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747445564424:1822747445565354 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747445565744:1822747445566104 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747445566754:1822747445567874 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747446174108:1822747446174868 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747446176158:1822747446179338 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747446179888:1822747447603417 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747447603807:1822747447604237 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747447605937:1822747447606467 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747447607967:1822747447608497 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747447623677:1822747447624217 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747447627777:1822747447628307 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747447635007:1822747447635907 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 178 -1822747447642987:1822747447643457 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 178 -1822747447644437:1822747447646907 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747447647537:1822747447647847 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747447648867:1822747447649667 116414:116414 hsa_signal_store_relaxed(, 178) = void -1822747447651917:1822747447652477 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747447656377:1822747447656907 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747447659137:1822747447659677 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747447660897:1822747447661477 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747447661877:1822747447662157 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 179 -1822747447662567:1822747447662857 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 178 -1822747447663447:1822747447663717 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747447664107:1822747447664557 116414:116414 hsa_signal_store_relaxed(, 179) = void -1822747447666517:1822747448927695 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747448932255:1822747448932785 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747448934365:1822747448939155 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747448939635:1822747448939945 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747448942065:1822747448943225 116414:116414 hsa_signal_destroy() = 0 -1822747448944325:1822747448944765 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747448945235:1822747448945545 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747448946575:1822747448946915 116414:116414 hsa_signal_destroy() = 0 -1822747448947985:1822747448948545 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747448949435:1822747448949975 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747448950895:1822747448951235 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747448951635:1822747448952045 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747448952455:1822747448952735 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747448953175:1822747448954225 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747448954646:1822747451328661 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747451950155:1822747451950745 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747451955875:1822747451956415 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747458402416:1822747458403976 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747458418866:1822747458419406 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747458422506:1822747458423036 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747458425386:1822747458426586 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747458426986:1822747458427336 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747458427896:1822747458428886 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747459017480:1822747459017940 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747459019430:1822747459021880 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747459022440:1822747460443019 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747460443479:1822747460443799 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747460445289:1822747460445829 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747460448999:1822747460449539 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747460465279:1822747460465859 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747460469299:1822747460469839 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747460476339:1822747460477109 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 180 -1822747460477859:1822747460478469 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 180 -1822747460479539:1822747460482619 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747460483269:1822747460483569 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747460484819:1822747460485529 116414:116414 hsa_signal_store_relaxed(, 180) = void -1822747460488159:1822747460488699 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747460492479:1822747460493009 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747460494629:1822747460495169 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747460496379:1822747460497079 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747460497619:1822747460497899 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 181 -1822747460498299:1822747460498589 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 180 -1822747460499169:1822747460499449 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747460499839:1822747460500289 116414:116414 hsa_signal_store_relaxed(, 181) = void -1822747460507589:1822747461765257 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747461769817:1822747461770387 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747461772187:1822747461776447 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747461776867:1822747461777177 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747461779427:1822747461780467 116414:116414 hsa_signal_destroy() = 0 -1822747461781657:1822747461782197 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747461782677:1822747461782977 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747461783927:1822747461784267 116414:116414 hsa_signal_destroy() = 0 -1822747461785387:1822747461785937 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747461786707:1822747461787237 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747461788007:1822747461788427 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747461788817:1822747461789237 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747461789717:1822747461789987 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747461790427:1822747461791627 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747461792047:1822747464116062 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747464739636:1822747464740216 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747464742116:1822747464742646 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747471176137:1822747471177607 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747471191627:1822747471192167 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747471195187:1822747471195727 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747471197957:1822747471198927 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747471199317:1822747471199727 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747471200387:1822747471201347 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747471808981:1822747471809351 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747471810701:1822747471813461 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747471813961:1822747473238480 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747473239020:1822747473239460 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747473240610:1822747473241150 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747473243560:1822747473244100 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747473269550:1822747473270090 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747473273660:1822747473274200 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747473281750:1822747473282470 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 182 -1822747473283350:1822747473283960 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 182 -1822747473284950:1822747473287550 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747473288200:1822747473288510 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747473289600:1822747473290330 116414:116414 hsa_signal_store_relaxed(, 182) = void -1822747473292380:1822747473292910 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747473297020:1822747473297560 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747473299750:1822747473300290 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747473301630:1822747473302330 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747473302720:1822747473303000 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 183 -1822747473303390:1822747473303670 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 182 -1822747473304310:1822747473304590 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747473304990:1822747473305440 116414:116414 hsa_signal_store_relaxed(, 183) = void -1822747473307160:1822747474579159 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747474583939:1822747474584539 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747474586099:1822747474590349 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747474590759:1822747474591069 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747474593189:1822747474594249 116414:116414 hsa_signal_destroy() = 0 -1822747474595429:1822747474595819 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747474596229:1822747474596539 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747474597749:1822747474598089 116414:116414 hsa_signal_destroy() = 0 -1822747474599179:1822747474599729 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747474600619:1822747474601149 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747474601869:1822747474602289 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747474602689:1822747474603099 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747474603659:1822747474603929 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747474606409:1822747474607559 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747474607989:1822747476962604 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747477587348:1822747477587938 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747477589838:1822747477590448 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747484025008:1822747484026458 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747484041599:1822747484042129 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747484045149:1822747484045679 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747484048069:1822747484048959 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747484049429:1822747484049839 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747484050409:1822747484051629 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747484658012:1822747484658582 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747484660222:1822747484663153 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747484663733:1822747486086062 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747486086462:1822747486086892 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747486087922:1822747486088452 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747486090552:1822747486091092 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747486105892:1822747486106432 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747486109742:1822747486110272 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747486117472:1822747486118192 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 184 -1822747486119082:1822747486119712 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 184 -1822747486120682:1822747486123442 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747486124322:1822747486124632 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747486125672:1822747486126532 116414:116414 hsa_signal_store_relaxed(, 184) = void -1822747486129012:1822747486129552 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747486133512:1822747486134042 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747486136192:1822747486136732 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747486137962:1822747486138572 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747486138962:1822747486139242 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 185 -1822747486139642:1822747486139922 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 184 -1822747486149012:1822747486149302 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747486149702:1822747486150152 116414:116414 hsa_signal_store_relaxed(, 185) = void -1822747486151812:1822747487403120 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747487407620:1822747487408250 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747487410060:1822747487414460 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747487414880:1822747487415190 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747487417730:1822747487418780 116414:116414 hsa_signal_destroy() = 0 -1822747487419970:1822747487420420 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747487420890:1822747487421190 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747487422220:1822747487422560 116414:116414 hsa_signal_destroy() = 0 -1822747487423520:1822747487424080 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747487424840:1822747487425370 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747487426070:1822747487426480 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747487426880:1822747487427290 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747487427770:1822747487428050 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747487428490:1822747487429650 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747487430060:1822747489795855 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747490415289:1822747490415869 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747490417619:1822747490418199 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747496862251:1822747496863481 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747496878261:1822747496878801 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747496881831:1822747496882371 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747496884921:1822747496885841 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747496886231:1822747496886861 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747496887501:1822747496888241 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747497497055:1822747497497605 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747497498885:1822747497501975 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747497502515:1822747498927444 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747498937874:1822747498938334 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747498939134:1822747498939664 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747498941654:1822747498942184 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747498957574:1822747498958104 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747498961514:1822747498962054 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747498969024:1822747498969814 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 186 -1822747498970744:1822747498971054 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 186 -1822747498972054:1822747498974644 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747498975274:1822747498975584 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747498976664:1822747498977514 116414:116414 hsa_signal_store_relaxed(, 186) = void -1822747498979684:1822747498980214 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747498983984:1822747498984514 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747498986544:1822747498987084 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747498988514:1822747498989144 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747498989534:1822747498989814 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 187 -1822747498990214:1822747498990494 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 186 -1822747498991304:1822747498991584 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747498991984:1822747498992434 116414:116414 hsa_signal_store_relaxed(, 187) = void -1822747498993894:1822747500258382 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747500263282:1822747500264162 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747500265782:1822747500270052 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747500270542:1822747500270852 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747500272972:1822747500274432 116414:116414 hsa_signal_destroy() = 0 -1822747500275552:1822747500275872 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747500276292:1822747500276592 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747500277552:1822747500277892 116414:116414 hsa_signal_destroy() = 0 -1822747500279042:1822747500279592 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747500280492:1822747500281022 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747500281982:1822747500282322 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747500284962:1822747500285392 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747500285932:1822747500286202 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747500286652:1822747500287812 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747500288242:1822747502645347 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747503264531:1822747503265121 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747503267071:1822747503267611 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747509753333:1822747509754743 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747509770333:1822747509770873 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747509774193:1822747509774723 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747509776953:1822747509777883 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747509778273:1822747509779133 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747509779793:1822747509780663 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747510386477:1822747510386917 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747510388007:1822747510390857 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747510391407:1822747511812186 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747511812586:1822747511813016 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747511814456:1822747511814986 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747511816886:1822747511817426 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747511832126:1822747511832656 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747511836166:1822747511836706 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747511843496:1822747511844226 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 188 -1822747511845426:1822747511845876 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 188 -1822747511846846:1822747511849156 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747511849796:1822747511850106 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747511851106:1822747511851896 116414:116414 hsa_signal_store_relaxed(, 188) = void -1822747511854196:1822747511854746 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747511858906:1822747511859446 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747511861736:1822747511862276 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747511875197:1822747511875887 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747511876297:1822747511876577 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 189 -1822747511876967:1822747511877257 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 188 -1822747511877847:1822747511878127 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747511878517:1822747511878977 116414:116414 hsa_signal_store_relaxed(, 189) = void -1822747511880477:1822747513129574 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747513134834:1822747513135404 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747513136914:1822747513141424 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747513141904:1822747513142214 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747513144404:1822747513145454 116414:116414 hsa_signal_destroy() = 0 -1822747513146504:1822747513146894 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747513147314:1822747513147614 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747513148544:1822747513148884 116414:116414 hsa_signal_destroy() = 0 -1822747513149984:1822747513150534 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747513151434:1822747513151974 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747513152674:1822747513153014 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747513153404:1822747513153814 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747513154294:1822747513154574 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747513155004:1822747513156104 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747513156525:1822747515497939 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747516146013:1822747516146653 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747516148463:1822747516149003 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747522594135:1822747522595385 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747522611015:1822747522611555 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747522614685:1822747522615225 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747522617605:1822747522618505 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747522618895:1822747522619525 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747522620165:1822747522621235 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747523226019:1822747523226499 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747523237889:1822747523241039 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747523241589:1822747524665478 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747524665918:1822747524666348 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747524667228:1822747524667768 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747524669538:1822747524670068 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747524684468:1822747524684998 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747524688518:1822747524689058 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747524696238:1822747524696888 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 190 -1822747524697658:1822747524698118 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 190 -1822747524699098:1822747524701698 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747524702328:1822747524702638 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747524703718:1822747524704548 116414:116414 hsa_signal_store_relaxed(, 190) = void -1822747524706838:1822747524707398 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747524711478:1822747524712018 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747524714038:1822747524714578 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747524715638:1822747524716348 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747524716748:1822747524717018 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 191 -1822747524717408:1822747524717688 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 190 -1822747524718528:1822747524718808 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747524719198:1822747524719648 116414:116414 hsa_signal_store_relaxed(, 191) = void -1822747524721218:1822747525985736 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747525990426:1822747525990956 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747525992476:1822747525996896 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747525997316:1822747525997626 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747525999896:1822747526000956 116414:116414 hsa_signal_destroy() = 0 -1822747526001996:1822747526002436 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747526002906:1822747526003216 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747526004216:1822747526004556 116414:116414 hsa_signal_destroy() = 0 -1822747526008196:1822747526008756 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747526009706:1822747526010236 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747526011126:1822747526011556 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747526011956:1822747526012426 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747526013036:1822747526013306 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747526013746:1822747526014846 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747526015266:1822747528357531 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747528984065:1822747528984645 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747528986585:1822747528987215 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747535044764:1822747535045994 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747535060964:1822747535061514 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747535064534:1822747535065064 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747535067164:1822747535068054 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747535068454:1822747535068864 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747535069454:1822747535070354 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747535678118:1822747535678628 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747535680068:1822747535683038 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747535683578:1822747537107137 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747537107567:1822747537108007 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747537109137:1822747537109667 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747537111687:1822747537112217 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747537137927:1822747537138457 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747537142337:1822747537142867 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747537149667:1822747537150407 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 192 -1822747537151207:1822747537151677 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 192 -1822747537152797:1822747537155297 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747537156137:1822747537156467 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747537157647:1822747537158467 116414:116414 hsa_signal_store_relaxed(, 192) = void -1822747537162397:1822747537162937 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747537167057:1822747537167587 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747537169747:1822747537170277 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747537171557:1822747537172187 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747537172577:1822747537172857 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 193 -1822747537173247:1822747537173527 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 192 -1822747537174317:1822747537174597 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747537174987:1822747537175437 116414:116414 hsa_signal_store_relaxed(, 193) = void -1822747537177207:1822747538439885 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747538444565:1822747538445135 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747538446615:1822747538450925 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747538451355:1822747538451665 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747538453865:1822747538454915 116414:116414 hsa_signal_destroy() = 0 -1822747538455995:1822747538456535 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747538457005:1822747538457305 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747538458245:1822747538458585 116414:116414 hsa_signal_destroy() = 0 -1822747538459555:1822747538460105 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747538460995:1822747538461535 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747538462195:1822747538462775 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747538463175:1822747538463585 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747538464065:1822747538464335 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747538464785:1822747538465845 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747538466265:1822747540808780 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747541432674:1822747541433254 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747541435114:1822747541435644 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747547531423:1822747547532633 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747547548043:1822747547548583 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747547551563:1822747547552093 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747547554193:1822747547555123 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747547566913:1822747547567333 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747547567993:1822747547569223 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747548178497:1822747548178997 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747548180577:1822747548183267 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747548183777:1822747549606527 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747549606927:1822747549607237 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747549608217:1822747549608747 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747549610687:1822747549611217 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747549626467:1822747549627047 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747549630997:1822747549631527 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747549638487:1822747549639367 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 194 -1822747549640617:1822747549641257 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 194 -1822747549642287:1822747549645047 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747549645687:1822747549645997 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747549647037:1822747549647857 116414:116414 hsa_signal_store_relaxed(, 194) = void -1822747549649997:1822747549650527 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747549654597:1822747549655177 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747549657517:1822747549658057 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747549659287:1822747549659987 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747549660377:1822747549660647 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 195 -1822747549661047:1822747549661317 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 194 -1822747549662117:1822747549662397 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747549662797:1822747549663237 116414:116414 hsa_signal_store_relaxed(, 195) = void -1822747549664867:1822747550927885 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747550933125:1822747550933645 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747550935495:1822747550939675 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747550940145:1822747550940465 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747550942785:1822747550943905 116414:116414 hsa_signal_destroy() = 0 -1822747550948075:1822747550948645 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747550949075:1822747550949375 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747550950265:1822747550950615 116414:116414 hsa_signal_destroy() = 0 -1822747550951655:1822747550952205 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747550953115:1822747550953645 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747550954395:1822747550954975 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747550955375:1822747550956205 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747550956615:1822747550956895 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747550957335:1822747550958685 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747550959105:1822747553304780 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747553929754:1822747553930334 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747553932394:1822747553932964 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747560387065:1822747560388415 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747560403595:1822747560404135 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747560407325:1822747560407865 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747560410065:1822747560410975 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747560411365:1822747560411955 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747560412595:1822747560413595 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747561020609:1822747561021049 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747561022349:1822747561025409 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747561025969:1822747562448308 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747562448708:1822747562449138 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747562450148:1822747562450678 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747562452378:1822747562452918 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747562468408:1822747562468948 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747562472768:1822747562473298 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747562480028:1822747562480978 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 196 -1822747562481918:1822747562482718 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 196 -1822747562483748:1822747562486578 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747562496329:1822747562496649 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747562497669:1822747562498579 116414:116414 hsa_signal_store_relaxed(, 196) = void -1822747562500889:1822747562501429 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747562505259:1822747562505799 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747562507479:1822747562508009 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747562509599:1822747562510189 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747562510579:1822747562510859 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 197 -1822747562511259:1822747562511539 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 196 -1822747562512149:1822747562512429 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747562512819:1822747562513279 116414:116414 hsa_signal_store_relaxed(, 197) = void -1822747562514809:1822747563784907 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747563789447:1822747563790037 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747563791757:1822747563796357 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747563796827:1822747563797137 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747563799477:1822747563800707 116414:116414 hsa_signal_destroy() = 0 -1822747563802017:1822747563802457 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747563802867:1822747563803167 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747563804297:1822747563804637 116414:116414 hsa_signal_destroy() = 0 -1822747563805727:1822747563806277 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747563807167:1822747563807707 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747563808517:1822747563808857 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747563809267:1822747563809677 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747563810087:1822747563810357 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747563810807:1822747563812007 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747563812417:1822747566191552 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747566814226:1822747566814806 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747566816706:1822747566817276 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747572864634:1822747572866034 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747572892975:1822747572893515 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747572896535:1822747572897065 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747572899315:1822747572900215 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747572900605:1822747572901015 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747572901655:1822747572902605 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747573508058:1822747573508508 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747573509898:1822747573512568 116414:116414 hsa_amd_memory_async_copy(0x7f074e800000, , 0x7f0760400000, , , , 0, ) = 0 -1822747573513088:1822747574936418 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747574936818:1822747574937278 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747574938488:1822747574939028 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747574941028:1822747574941558 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747574957348:1822747574957888 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747574961318:1822747574961858 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6580) = 0 -1822747574968798:1822747574969528 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 198 -1822747574970418:1822747574970858 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 198 -1822747574971968:1822747574974708 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c61f0) = 0 -1822747574975348:1822747574975658 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747574976638:1822747574977578 116414:116414 hsa_signal_store_relaxed(, 198) = void -1822747574979978:1822747574980518 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6590) = 0 -1822747574984598:1822747574985138 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747574987368:1822747574987928 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6150) = 0 -1822747574989078:1822747574989788 116414:116414 hsa_signal_create(1, , 0, 0x7ffcc96c5e30) = 0 -1822747574990178:1822747574990458 116414:116414 hsa_queue_load_write_index_relaxed(0x7f077bf02000) = 199 -1822747574990848:1822747574991128 116414:116414 hsa_queue_load_read_index_scacquire(0x7f077bf02000) = 198 -1822747574991948:1822747574992218 116414:116414 hsa_queue_store_write_index_relaxed(0x7f077bf02000, ) = void -1822747574992618:1822747574993068 116414:116414 hsa_signal_store_relaxed(, 199) = void -1822747574994438:1822747576251726 116414:116414 hsa_signal_wait_scacquire(, 0, 0, , 0) = 0 -1822747576256386:1822747576256966 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822747576258546:1822747576262856 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747576266286:1822747576266706 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5fb8) = 0 -1822747576269366:1822747576270476 116414:116414 hsa_signal_destroy() = 0 -1822747576271746:1822747576272206 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747576272616:1822747576272916 116414:116414 hsa_amd_profiling_get_dispatch_time(, , 0x7ffcc96c5ec8) = 0 -1822747576273966:1822747576274346 116414:116414 hsa_signal_destroy() = 0 -1822747576275496:1822747576276036 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6380) = 0 -1822747576276956:1822747576277496 116414:116414 hsa_system_get_info(2, 0x7ffcc96c63c8) = 0 -1822747576278226:1822747576278636 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747576279046:1822747576279466 116414:116414 hsa_signal_store_screlease(, 0) = void -1822747576280026:1822747576280306 116414:116414 hsa_signal_store_screlease(, 1) = void -1822747576280746:1822747576281906 116414:116414 hsa_amd_memory_async_copy(0x7f074f400000, , 0x7f074e200000, , , , 0, ) = 0 -1822747576282336:1822747578641251 116414:116414 hsa_signal_wait_scacquire(, 2, 1, , 1) = 0 -1822747579259055:1822747579259635 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6270) = 0 -1822747579261365:1822747579261935 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747585400924:1822747585402374 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747585422634:1822747585424114 116414:116414 hsa_signal_load_scacquire() = 0 -1822747585429354:1822747585503685 116414:116414 hsa_amd_memory_pool_free(0x7f074e800000) = 0 -1822747585510455:1822747585510995 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747585512935:1822747585513475 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747585514955:1822747585515295 116414:116414 hsa_signal_load_scacquire() = 0 -1822747585515825:1822747585527825 116414:116414 hsa_amd_memory_pool_free(0x7f074e200000) = 0 -1822747585529925:1822747585530465 116414:116414 hsa_system_get_info(2, 0x7ffcc96c6730) = 0 -1822747585548115:1822747585573865 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585574725:1822747585577005 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585578145:1822747585580245 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585581055:1822747585582885 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585583675:1822747585585765 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585586525:1822747585588735 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585597575:1822747585599805 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585600725:1822747585602665 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585603415:1822747585605635 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585606455:1822747585608375 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585609525:1822747585611475 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585612375:1822747585614545 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585615405:1822747585617345 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585618635:1822747585620675 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585621465:1822747585623735 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585624536:1822747585626626 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585627286:1822747585629366 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585629996:1822747585631916 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585632616:1822747585634656 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585635296:1822747585637346 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585638376:1822747585640376 116414:116414 hsa_code_object_reader_destroy() = 0 -1822747585641546:1822747585643406 116414:116414 hsa_code_object_reader_destroy() = 0 -1822745854975538 116414:116414 0:"before hipLaunchKernel" -1822745854987608 116414:116414 1:"hipLaunchKernel" -1822746303445573 116414:116414 0:"after hipLaunchKernel" -1822746303447393 116414:116414 1:"hipMemcpy" -1822746307822981 116414:116414 2:"" -1822746307824171 116414:116414 2:"" -1822746322787926 116414:116414 0:"before hipLaunchKernel" -1822746322789216 116414:116414 1:"hipLaunchKernel" -1822746322831267 116414:116414 0:"after hipLaunchKernel" -1822746322831937 116414:116414 1:"hipMemcpy" -1822746327110704 116414:116414 2:"" -1822746327111214 116414:116414 2:"" -1822746335664418 116414:116414 0:"before hipLaunchKernel" -1822746335666208 116414:116414 1:"hipLaunchKernel" -1822746335700419 116414:116414 0:"after hipLaunchKernel" -1822746335701109 116414:116414 1:"hipMemcpy" -1822746340062306 116414:116414 2:"" -1822746340062946 116414:116414 2:"" -1822746348570521 116414:116414 0:"before hipLaunchKernel" -1822746348571691 116414:116414 1:"hipLaunchKernel" -1822746348612761 116414:116414 0:"after hipLaunchKernel" -1822746348613511 116414:116414 1:"hipMemcpy" -1822746352908008 116414:116414 2:"" -1822746352908648 116414:116414 2:"" -1822746361409792 116414:116414 0:"before hipLaunchKernel" -1822746361411282 116414:116414 1:"hipLaunchKernel" -1822746361452822 116414:116414 0:"after hipLaunchKernel" -1822746361453632 116414:116414 1:"hipMemcpy" -1822746365745219 116414:116414 2:"" -1822746365745819 116414:116414 2:"" -1822746374273854 116414:116414 0:"before hipLaunchKernel" -1822746374275264 116414:116414 1:"hipLaunchKernel" -1822746374318815 116414:116414 0:"after hipLaunchKernel" -1822746374319505 116414:116414 1:"hipMemcpy" -1822746378595931 116414:116414 2:"" -1822746378596562 116414:116414 2:"" -1822746386726273 116414:116414 0:"before hipLaunchKernel" -1822746386728083 116414:116414 1:"hipLaunchKernel" -1822746386763224 116414:116414 0:"after hipLaunchKernel" -1822746386764104 116414:116414 1:"hipMemcpy" -1822746391049231 116414:116414 2:"" -1822746391049781 116414:116414 2:"" -1822746399189143 116414:116414 0:"before hipLaunchKernel" -1822746399190593 116414:116414 1:"hipLaunchKernel" -1822746399225293 116414:116414 0:"after hipLaunchKernel" -1822746399225973 116414:116414 1:"hipMemcpy" -1822746403530731 116414:116414 2:"" -1822746403531411 116414:116414 2:"" -1822746412060765 116414:116414 0:"before hipLaunchKernel" -1822746412062005 116414:116414 1:"hipLaunchKernel" -1822746412096325 116414:116414 0:"after hipLaunchKernel" -1822746412097335 116414:116414 1:"hipMemcpy" -1822746416388452 116414:116414 2:"" -1822746416389002 116414:116414 2:"" -1822746424900556 116414:116414 0:"before hipLaunchKernel" -1822746424901856 116414:116414 1:"hipLaunchKernel" -1822746424935537 116414:116414 0:"after hipLaunchKernel" -1822746424936147 116414:116414 1:"hipMemcpy" -1822746429218754 116414:116414 2:"" -1822746429219394 116414:116414 2:"" -1822746437732398 116414:116414 0:"before hipLaunchKernel" -1822746437733798 116414:116414 1:"hipLaunchKernel" -1822746437771248 116414:116414 0:"after hipLaunchKernel" -1822746437771858 116414:116414 1:"hipMemcpy" -1822746442028356 116414:116414 2:"" -1822746442028896 116414:116414 2:"" -1822746450161817 116414:116414 0:"before hipLaunchKernel" -1822746450163067 116414:116414 1:"hipLaunchKernel" -1822746450198447 116414:116414 0:"after hipLaunchKernel" -1822746450199117 116414:116414 1:"hipMemcpy" -1822746454504065 116414:116414 2:"" -1822746454504665 116414:116414 2:"" -1822746463006129 116414:116414 0:"before hipLaunchKernel" -1822746463007299 116414:116414 1:"hipLaunchKernel" -1822746463050979 116414:116414 0:"after hipLaunchKernel" -1822746463051589 116414:116414 1:"hipMemcpy" -1822746467336937 116414:116414 2:"" -1822746467337447 116414:116414 2:"" -1822746475886201 116414:116414 0:"before hipLaunchKernel" -1822746475887511 116414:116414 1:"hipLaunchKernel" -1822746475921661 116414:116414 0:"after hipLaunchKernel" -1822746475922411 116414:116414 1:"hipMemcpy" -1822746480225449 116414:116414 2:"" -1822746480226089 116414:116414 2:"" -1822746488740732 116414:116414 0:"before hipLaunchKernel" -1822746488742122 116414:116414 1:"hipLaunchKernel" -1822746488784243 116414:116414 0:"after hipLaunchKernel" -1822746488785013 116414:116414 1:"hipMemcpy" -1822746493098030 116414:116414 2:"" -1822746493098580 116414:116414 2:"" -1822746501602385 116414:116414 0:"before hipLaunchKernel" -1822746501604095 116414:116414 1:"hipLaunchKernel" -1822746501649305 116414:116414 0:"after hipLaunchKernel" -1822746501649925 116414:116414 1:"hipMemcpy" -1822746505928982 116414:116414 2:"" -1822746505929612 116414:116414 2:"" -1822746514461686 116414:116414 0:"before hipLaunchKernel" -1822746514462916 116414:116414 1:"hipLaunchKernel" -1822746514497227 116414:116414 0:"after hipLaunchKernel" -1822746514497897 116414:116414 1:"hipMemcpy" -1822746518742374 116414:116414 2:"" -1822746518742994 116414:116414 2:"" -1822746527262578 116414:116414 0:"before hipLaunchKernel" -1822746527273538 116414:116414 1:"hipLaunchKernel" -1822746527309978 116414:116414 0:"after hipLaunchKernel" -1822746527310798 116414:116414 1:"hipMemcpy" -1822746531586925 116414:116414 2:"" -1822746531587445 116414:116414 2:"" -1822746540127990 116414:116414 0:"before hipLaunchKernel" -1822746540129470 116414:116414 1:"hipLaunchKernel" -1822746540164820 116414:116414 0:"after hipLaunchKernel" -1822746540165560 116414:116414 1:"hipMemcpy" -1822746544478227 116414:116414 2:"" -1822746544478907 116414:116414 2:"" -1822746552974642 116414:116414 0:"before hipLaunchKernel" -1822746552976122 116414:116414 1:"hipLaunchKernel" -1822746553011042 116414:116414 0:"after hipLaunchKernel" -1822746553011832 116414:116414 1:"hipMemcpy" -1822746557333510 116414:116414 2:"" -1822746557334020 116414:116414 2:"" -1822746565850204 116414:116414 0:"before hipLaunchKernel" -1822746565851604 116414:116414 1:"hipLaunchKernel" -1822746565886044 116414:116414 0:"after hipLaunchKernel" -1822746565886794 116414:116414 1:"hipMemcpy" -1822746570197791 116414:116414 2:"" -1822746570198451 116414:116414 2:"" -1822746578336243 116414:116414 0:"before hipLaunchKernel" -1822746578337593 116414:116414 1:"hipLaunchKernel" -1822746578380923 116414:116414 0:"after hipLaunchKernel" -1822746578381683 116414:116414 1:"hipMemcpy" -1822746582643601 116414:116414 2:"" -1822746582644111 116414:116414 2:"" -1822746591161555 116414:116414 0:"before hipLaunchKernel" -1822746591163265 116414:116414 1:"hipLaunchKernel" -1822746591197655 116414:116414 0:"after hipLaunchKernel" -1822746591198265 116414:116414 1:"hipMemcpy" -1822746595502803 116414:116414 2:"" -1822746595503443 116414:116414 2:"" -1822746604019077 116414:116414 0:"before hipLaunchKernel" -1822746604020797 116414:116414 1:"hipLaunchKernel" -1822746604063007 116414:116414 0:"after hipLaunchKernel" -1822746604063787 116414:116414 1:"hipMemcpy" -1822746608329344 116414:116414 2:"" -1822746608329904 116414:116414 2:"" -1822746616473316 116414:116414 0:"before hipLaunchKernel" -1822746616474706 116414:116414 1:"hipLaunchKernel" -1822746616508206 116414:116414 0:"after hipLaunchKernel" -1822746616508816 116414:116414 1:"hipMemcpy" -1822746620826424 116414:116414 2:"" -1822746620826974 116414:116414 2:"" -1822746629333318 116414:116414 0:"before hipLaunchKernel" -1822746629334808 116414:116414 1:"hipLaunchKernel" -1822746629377048 116414:116414 0:"after hipLaunchKernel" -1822746629377788 116414:116414 1:"hipMemcpy" -1822746633699786 116414:116414 2:"" -1822746633700336 116414:116414 2:"" -1822746641821417 116414:116414 0:"before hipLaunchKernel" -1822746641822817 116414:116414 1:"hipLaunchKernel" -1822746641857047 116414:116414 0:"after hipLaunchKernel" -1822746641857937 116414:116414 1:"hipMemcpy" -1822746646095824 116414:116414 2:"" -1822746646096334 116414:116414 2:"" -1822746654614869 116414:116414 0:"before hipLaunchKernel" -1822746654616489 116414:116414 1:"hipLaunchKernel" -1822746654652079 116414:116414 0:"after hipLaunchKernel" -1822746654652809 116414:116414 1:"hipMemcpy" -1822746658919976 116414:116414 2:"" -1822746658920616 116414:116414 2:"" -1822746667430060 116414:116414 0:"before hipLaunchKernel" -1822746667431310 116414:116414 1:"hipLaunchKernel" -1822746667465260 116414:116414 0:"after hipLaunchKernel" -1822746667465870 116414:116414 1:"hipMemcpy" -1822746671742458 116414:116414 2:"" -1822746671742968 116414:116414 2:"" -1822746680267302 116414:116414 0:"before hipLaunchKernel" -1822746680268782 116414:116414 1:"hipLaunchKernel" -1822746680303053 116414:116414 0:"after hipLaunchKernel" -1822746680303803 116414:116414 1:"hipMemcpy" -1822746684600499 116414:116414 2:"" -1822746684601029 116414:116414 2:"" -1822746693088044 116414:116414 0:"before hipLaunchKernel" -1822746693089474 116414:116414 1:"hipLaunchKernel" -1822746693123884 116414:116414 0:"after hipLaunchKernel" -1822746693124644 116414:116414 1:"hipMemcpy" -1822746697418081 116414:116414 2:"" -1822746697418641 116414:116414 2:"" -1822746705933515 116414:116414 0:"before hipLaunchKernel" -1822746705934975 116414:116414 1:"hipLaunchKernel" -1822746705972696 116414:116414 0:"after hipLaunchKernel" -1822746705973596 116414:116414 1:"hipMemcpy" -1822746710267423 116414:116414 2:"" -1822746710268023 116414:116414 2:"" -1822746718822338 116414:116414 0:"before hipLaunchKernel" -1822746718823618 116414:116414 1:"hipLaunchKernel" -1822746718864278 116414:116414 0:"after hipLaunchKernel" -1822746718864968 116414:116414 1:"hipMemcpy" -1822746723108095 116414:116414 2:"" -1822746723108605 116414:116414 2:"" -1822746731658299 116414:116414 0:"before hipLaunchKernel" -1822746731659809 116414:116414 1:"hipLaunchKernel" -1822746731694730 116414:116414 0:"after hipLaunchKernel" -1822746731695340 116414:116414 1:"hipMemcpy" -1822746735980407 116414:116414 2:"" -1822746735980997 116414:116414 2:"" -1822746744113829 116414:116414 0:"before hipLaunchKernel" -1822746744123879 116414:116414 1:"hipLaunchKernel" -1822746744159579 116414:116414 0:"after hipLaunchKernel" -1822746744160189 116414:116414 1:"hipMemcpy" -1822746748470806 116414:116414 2:"" -1822746748471316 116414:116414 2:"" -1822746756607968 116414:116414 0:"before hipLaunchKernel" -1822746756609468 116414:116414 1:"hipLaunchKernel" -1822746756645858 116414:116414 0:"after hipLaunchKernel" -1822746756646558 116414:116414 1:"hipMemcpy" -1822746760955005 116414:116414 2:"" -1822746760955645 116414:116414 2:"" -1822746769464290 116414:116414 0:"before hipLaunchKernel" -1822746769465720 116414:116414 1:"hipLaunchKernel" -1822746769510720 116414:116414 0:"after hipLaunchKernel" -1822746769511470 116414:116414 1:"hipMemcpy" -1822746773820048 116414:116414 2:"" -1822746773820638 116414:116414 2:"" -1822746782343662 116414:116414 0:"before hipLaunchKernel" -1822746782344962 116414:116414 1:"hipLaunchKernel" -1822746782379212 116414:116414 0:"after hipLaunchKernel" -1822746782379922 116414:116414 1:"hipMemcpy" -1822746786661019 116414:116414 2:"" -1822746786661529 116414:116414 2:"" -1822746795188364 116414:116414 0:"before hipLaunchKernel" -1822746795189874 116414:116414 1:"hipLaunchKernel" -1822746795224264 116414:116414 0:"after hipLaunchKernel" -1822746795224934 116414:116414 1:"hipMemcpy" -1822746799488501 116414:116414 2:"" -1822746799489171 116414:116414 2:"" -1822746807830504 116414:116414 0:"before hipLaunchKernel" -1822746807832274 116414:116414 1:"hipLaunchKernel" -1822746807867394 116414:116414 0:"after hipLaunchKernel" -1822746807868064 116414:116414 1:"hipMemcpy" -1822746812164681 116414:116414 2:"" -1822746812165231 116414:116414 2:"" -1822746820722496 116414:116414 0:"before hipLaunchKernel" -1822746820723886 116414:116414 1:"hipLaunchKernel" -1822746820756366 116414:116414 0:"after hipLaunchKernel" -1822746820757286 116414:116414 1:"hipMemcpy" -1822746825046294 116414:116414 2:"" -1822746825046954 116414:116414 2:"" -1822746833223776 116414:116414 0:"before hipLaunchKernel" -1822746833225106 116414:116414 1:"hipLaunchKernel" -1822746833259056 116414:116414 0:"after hipLaunchKernel" -1822746833259996 116414:116414 1:"hipMemcpy" -1822746837574493 116414:116414 2:"" -1822746837575043 116414:116414 2:"" -1822746846102378 116414:116414 0:"before hipLaunchKernel" -1822746846104068 116414:116414 1:"hipLaunchKernel" -1822746846140448 116414:116414 0:"after hipLaunchKernel" -1822746846141318 116414:116414 1:"hipMemcpy" -1822746850396045 116414:116414 2:"" -1822746850396685 116414:116414 2:"" -1822746858929349 116414:116414 0:"before hipLaunchKernel" -1822746858930929 116414:116414 1:"hipLaunchKernel" -1822746858974000 116414:116414 0:"after hipLaunchKernel" -1822746858975060 116414:116414 1:"hipMemcpy" -1822746863235857 116414:116414 2:"" -1822746863236417 116414:116414 2:"" -1822746871469829 116414:116414 0:"before hipLaunchKernel" -1822746871471599 116414:116414 1:"hipLaunchKernel" -1822746871506509 116414:116414 0:"after hipLaunchKernel" -1822746871507269 116414:116414 1:"hipMemcpy" -1822746875782647 116414:116414 2:"" -1822746875783527 116414:116414 2:"" -1822746884309081 116414:116414 0:"before hipLaunchKernel" -1822746884310891 116414:116414 1:"hipLaunchKernel" -1822746884353891 116414:116414 0:"after hipLaunchKernel" -1822746884355141 116414:116414 1:"hipMemcpy" -1822746888676259 116414:116414 2:"" -1822746888676809 116414:116414 2:"" -1822746897186943 116414:116414 0:"before hipLaunchKernel" -1822746897188273 116414:116414 1:"hipLaunchKernel" -1822746897222683 116414:116414 0:"after hipLaunchKernel" -1822746897223593 116414:116414 1:"hipMemcpy" -1822746901551981 116414:116414 2:"" -1822746901552501 116414:116414 2:"" -1822746910088165 116414:116414 0:"before hipLaunchKernel" -1822746910089685 116414:116414 1:"hipLaunchKernel" -1822746910134435 116414:116414 0:"after hipLaunchKernel" -1822746910135325 116414:116414 1:"hipMemcpy" -1822746914420963 116414:116414 2:"" -1822746914421563 116414:116414 2:"" -1822746922911487 116414:116414 0:"before hipLaunchKernel" -1822746922912937 116414:116414 1:"hipLaunchKernel" -1822746922947557 116414:116414 0:"after hipLaunchKernel" -1822746922948317 116414:116414 1:"hipMemcpy" -1822746927246104 116414:116414 2:"" -1822746927246624 116414:116414 2:"" -1822746935790968 116414:116414 0:"before hipLaunchKernel" -1822746935792308 116414:116414 1:"hipLaunchKernel" -1822746935827819 116414:116414 0:"after hipLaunchKernel" -1822746935828559 116414:116414 1:"hipMemcpy" -1822746940122006 116414:116414 2:"" -1822746940122596 116414:116414 2:"" -1822746948636931 116414:116414 0:"before hipLaunchKernel" -1822746948638371 116414:116414 1:"hipLaunchKernel" -1822746948672781 116414:116414 0:"after hipLaunchKernel" -1822746948673531 116414:116414 1:"hipMemcpy" -1822746952927188 116414:116414 2:"" -1822746952927708 116414:116414 2:"" -1822746961432932 116414:116414 0:"before hipLaunchKernel" -1822746961435752 116414:116414 1:"hipLaunchKernel" -1822746961471142 116414:116414 0:"after hipLaunchKernel" -1822746961471802 116414:116414 1:"hipMemcpy" -1822746965815570 116414:116414 2:"" -1822746965816100 116414:116414 2:"" -1822746974347674 116414:116414 0:"before hipLaunchKernel" -1822746974349324 116414:116414 1:"hipLaunchKernel" -1822746974384045 116414:116414 0:"after hipLaunchKernel" -1822746974385025 116414:116414 1:"hipMemcpy" -1822746978701042 116414:116414 2:"" -1822746978701592 116414:116414 2:"" -1822746987238836 116414:116414 0:"before hipLaunchKernel" -1822746987240226 116414:116414 1:"hipLaunchKernel" -1822746987274997 116414:116414 0:"after hipLaunchKernel" -1822746987275707 116414:116414 1:"hipMemcpy" -1822746991547893 116414:116414 2:"" -1822746991548494 116414:116414 2:"" -1822747000045978 116414:116414 0:"before hipLaunchKernel" -1822747000047348 116414:116414 1:"hipLaunchKernel" -1822747000090598 116414:116414 0:"after hipLaunchKernel" -1822747000091268 116414:116414 1:"hipMemcpy" -1822747004383755 116414:116414 2:"" -1822747004384265 116414:116414 2:"" -1822747012920530 116414:116414 0:"before hipLaunchKernel" -1822747012922090 116414:116414 1:"hipLaunchKernel" -1822747012956500 116414:116414 0:"after hipLaunchKernel" -1822747012957150 116414:116414 1:"hipMemcpy" -1822747017227137 116414:116414 2:"" -1822747017227777 116414:116414 2:"" -1822747025739591 116414:116414 0:"before hipLaunchKernel" -1822747025741081 116414:116414 1:"hipLaunchKernel" -1822747025783142 116414:116414 0:"after hipLaunchKernel" -1822747025783922 116414:116414 1:"hipMemcpy" -1822747030052989 116414:116414 2:"" -1822747030053759 116414:116414 2:"" -1822747038576853 116414:116414 0:"before hipLaunchKernel" -1822747038578503 116414:116414 1:"hipLaunchKernel" -1822747038612073 116414:116414 0:"after hipLaunchKernel" -1822747038612833 116414:116414 1:"hipMemcpy" -1822747042937871 116414:116414 2:"" -1822747042938471 116414:116414 2:"" -1822747051456945 116414:116414 0:"before hipLaunchKernel" -1822747051458345 116414:116414 1:"hipLaunchKernel" -1822747051503015 116414:116414 0:"after hipLaunchKernel" -1822747051503705 116414:116414 1:"hipMemcpy" -1822747055762813 116414:116414 2:"" -1822747055763443 116414:116414 2:"" -1822747064282657 116414:116414 0:"before hipLaunchKernel" -1822747064284077 116414:116414 1:"hipLaunchKernel" -1822747064318447 116414:116414 0:"after hipLaunchKernel" -1822747064319197 116414:116414 1:"hipMemcpy" -1822747068577384 116414:116414 2:"" -1822747068577934 116414:116414 2:"" -1822747077191129 116414:116414 0:"before hipLaunchKernel" -1822747077192549 116414:116414 1:"hipLaunchKernel" -1822747077226949 116414:116414 0:"after hipLaunchKernel" -1822747077227719 116414:116414 1:"hipMemcpy" -1822747081495256 116414:116414 2:"" -1822747081495776 116414:116414 2:"" -1822747089776589 116414:116414 0:"before hipLaunchKernel" -1822747089777999 116414:116414 1:"hipLaunchKernel" -1822747089813449 116414:116414 0:"after hipLaunchKernel" -1822747089814139 116414:116414 1:"hipMemcpy" -1822747094097527 116414:116414 2:"" -1822747094098047 116414:116414 2:"" -1822747102607691 116414:116414 0:"before hipLaunchKernel" -1822747102609421 116414:116414 1:"hipLaunchKernel" -1822747102643231 116414:116414 0:"after hipLaunchKernel" -1822747102643911 116414:116414 1:"hipMemcpy" -1822747106933368 116414:116414 2:"" -1822747106933978 116414:116414 2:"" -1822747115463482 116414:116414 0:"before hipLaunchKernel" -1822747115465012 116414:116414 1:"hipLaunchKernel" -1822747115499573 116414:116414 0:"after hipLaunchKernel" -1822747115500483 116414:116414 1:"hipMemcpy" -1822747119761130 116414:116414 2:"" -1822747119761640 116414:116414 2:"" -1822747128308084 116414:116414 0:"before hipLaunchKernel" -1822747128309904 116414:116414 1:"hipLaunchKernel" -1822747128345134 116414:116414 0:"after hipLaunchKernel" -1822747128346204 116414:116414 1:"hipMemcpy" -1822747132643762 116414:116414 2:"" -1822747132644392 116414:116414 2:"" -1822747141164966 116414:116414 0:"before hipLaunchKernel" -1822747141166346 116414:116414 1:"hipLaunchKernel" -1822747141208846 116414:116414 0:"after hipLaunchKernel" -1822747141209526 116414:116414 1:"hipMemcpy" -1822747145462743 116414:116414 2:"" -1822747145463293 116414:116414 2:"" -1822747153659646 116414:116414 0:"before hipLaunchKernel" -1822747153661386 116414:116414 1:"hipLaunchKernel" -1822747153697026 116414:116414 0:"after hipLaunchKernel" -1822747153697946 116414:116414 1:"hipMemcpy" -1822747157970553 116414:116414 2:"" -1822747157971203 116414:116414 2:"" -1822747166489167 116414:116414 0:"before hipLaunchKernel" -1822747166490847 116414:116414 1:"hipLaunchKernel" -1822747166534498 116414:116414 0:"after hipLaunchKernel" -1822747166535248 116414:116414 1:"hipMemcpy" -1822747170843355 116414:116414 2:"" -1822747170844005 116414:116414 2:"" -1822747179364369 116414:116414 0:"before hipLaunchKernel" -1822747179366319 116414:116414 1:"hipLaunchKernel" -1822747179408579 116414:116414 0:"after hipLaunchKernel" -1822747179409199 116414:116414 1:"hipMemcpy" -1822747183702187 116414:116414 2:"" -1822747183702787 116414:116414 2:"" -1822747192222161 116414:116414 0:"before hipLaunchKernel" -1822747192223991 116414:116414 1:"hipLaunchKernel" -1822747192269142 116414:116414 0:"after hipLaunchKernel" -1822747192269822 116414:116414 1:"hipMemcpy" -1822747196568598 116414:116414 2:"" -1822747196569168 116414:116414 2:"" -1822747205092893 116414:116414 0:"before hipLaunchKernel" -1822747205094473 116414:116414 1:"hipLaunchKernel" -1822747205129393 116414:116414 0:"after hipLaunchKernel" -1822747205130083 116414:116414 1:"hipMemcpy" -1822747209399201 116414:116414 2:"" -1822747209399821 116414:116414 2:"" -1822747217944995 116414:116414 0:"before hipLaunchKernel" -1822747217946345 116414:116414 1:"hipLaunchKernel" -1822747217981665 116414:116414 0:"after hipLaunchKernel" -1822747217982525 116414:116414 1:"hipMemcpy" -1822747222277472 116414:116414 2:"" -1822747222278072 116414:116414 2:"" -1822747230808677 116414:116414 0:"before hipLaunchKernel" -1822747230810017 116414:116414 1:"hipLaunchKernel" -1822747230844757 116414:116414 0:"after hipLaunchKernel" -1822747230845487 116414:116414 1:"hipMemcpy" -1822747235088884 116414:116414 2:"" -1822747235089394 116414:116414 2:"" -1822747243249936 116414:116414 0:"before hipLaunchKernel" -1822747243251626 116414:116414 1:"hipLaunchKernel" -1822747243285766 116414:116414 0:"after hipLaunchKernel" -1822747243286516 116414:116414 1:"hipMemcpy" -1822747247529393 116414:116414 2:"" -1822747247530013 116414:116414 2:"" -1822747256043087 116414:116414 0:"before hipLaunchKernel" -1822747256044427 116414:116414 1:"hipLaunchKernel" -1822747256087698 116414:116414 0:"after hipLaunchKernel" -1822747256088488 116414:116414 1:"hipMemcpy" -1822747260364015 116414:116414 2:"" -1822747260364585 116414:116414 2:"" -1822747268896409 116414:116414 0:"before hipLaunchKernel" -1822747268897949 116414:116414 1:"hipLaunchKernel" -1822747268932309 116414:116414 0:"after hipLaunchKernel" -1822747268933119 116414:116414 1:"hipMemcpy" -1822747273198687 116414:116414 2:"" -1822747273199287 116414:116414 2:"" -1822747281724171 116414:116414 0:"before hipLaunchKernel" -1822747281725431 116414:116414 1:"hipLaunchKernel" -1822747281769611 116414:116414 0:"after hipLaunchKernel" -1822747281770251 116414:116414 1:"hipMemcpy" -1822747286046789 116414:116414 2:"" -1822747286047509 116414:116414 2:"" -1822747294179420 116414:116414 0:"before hipLaunchKernel" -1822747294180750 116414:116414 1:"hipLaunchKernel" -1822747294215440 116414:116414 0:"after hipLaunchKernel" -1822747294216190 116414:116414 1:"hipMemcpy" -1822747298480488 116414:116414 2:"" -1822747298481088 116414:116414 2:"" -1822747306992672 116414:116414 0:"before hipLaunchKernel" -1822747306994192 116414:116414 1:"hipLaunchKernel" -1822747307037212 116414:116414 0:"after hipLaunchKernel" -1822747307037882 116414:116414 1:"hipMemcpy" -1822747311315539 116414:116414 2:"" -1822747311316169 116414:116414 2:"" -1822747319874703 116414:116414 0:"before hipLaunchKernel" -1822747319876163 116414:116414 1:"hipLaunchKernel" -1822747319911874 116414:116414 0:"after hipLaunchKernel" -1822747319912624 116414:116414 1:"hipMemcpy" -1822747324204331 116414:116414 2:"" -1822747324204961 116414:116414 2:"" -1822747332705286 116414:116414 0:"before hipLaunchKernel" -1822747332706706 116414:116414 1:"hipLaunchKernel" -1822747332741176 116414:116414 0:"after hipLaunchKernel" -1822747332741956 116414:116414 1:"hipMemcpy" -1822747337037743 116414:116414 2:"" -1822747337038363 116414:116414 2:"" -1822747345559747 116414:116414 0:"before hipLaunchKernel" -1822747345561087 116414:116414 1:"hipLaunchKernel" -1822747345596618 116414:116414 0:"after hipLaunchKernel" -1822747345597448 116414:116414 1:"hipMemcpy" -1822747349873355 116414:116414 2:"" -1822747349873885 116414:116414 2:"" -1822747358051257 116414:116414 0:"before hipLaunchKernel" -1822747358052777 116414:116414 1:"hipLaunchKernel" -1822747358087627 116414:116414 0:"after hipLaunchKernel" -1822747358088377 116414:116414 1:"hipMemcpy" -1822747362399145 116414:116414 2:"" -1822747362399835 116414:116414 2:"" -1822747370904859 116414:116414 0:"before hipLaunchKernel" -1822747370906179 116414:116414 1:"hipLaunchKernel" -1822747370939949 116414:116414 0:"after hipLaunchKernel" -1822747370940629 116414:116414 1:"hipMemcpy" -1822747375221976 116414:116414 2:"" -1822747375222496 116414:116414 2:"" -1822747383758011 116414:116414 0:"before hipLaunchKernel" -1822747383759461 116414:116414 1:"hipLaunchKernel" -1822747383792951 116414:116414 0:"after hipLaunchKernel" -1822747383793631 116414:116414 1:"hipMemcpy" -1822747388093298 116414:116414 2:"" -1822747388093808 116414:116414 2:"" -1822747396606582 116414:116414 0:"before hipLaunchKernel" -1822747396608512 116414:116414 1:"hipLaunchKernel" -1822747396653613 116414:116414 0:"after hipLaunchKernel" -1822747396654593 116414:116414 1:"hipMemcpy" -1822747400910840 116414:116414 2:"" -1822747400911400 116414:116414 2:"" -1822747409452094 116414:116414 0:"before hipLaunchKernel" -1822747409453434 116414:116414 1:"hipLaunchKernel" -1822747409489224 116414:116414 0:"after hipLaunchKernel" -1822747409489944 116414:116414 1:"hipMemcpy" -1822747413770832 116414:116414 2:"" -1822747413771422 116414:116414 2:"" -1822747421888943 116414:116414 0:"before hipLaunchKernel" -1822747421890693 116414:116414 1:"hipLaunchKernel" -1822747421933914 116414:116414 0:"after hipLaunchKernel" -1822747421934664 116414:116414 1:"hipMemcpy" -1822747426217861 116414:116414 2:"" -1822747426218411 116414:116414 2:"" -1822747434752365 116414:116414 0:"before hipLaunchKernel" -1822747434753675 116414:116414 1:"hipLaunchKernel" -1822747434787675 116414:116414 0:"after hipLaunchKernel" -1822747434788355 116414:116414 1:"hipMemcpy" -1822747439089323 116414:116414 2:"" -1822747439089873 116414:116414 2:"" -1822747447612967 116414:116414 0:"before hipLaunchKernel" -1822747447614377 116414:116414 1:"hipLaunchKernel" -1822747447654907 116414:116414 0:"after hipLaunchKernel" -1822747447655657 116414:116414 1:"hipMemcpy" -1822747451958285 116414:116414 2:"" -1822747451958855 116414:116414 2:"" -1822747460454349 116414:116414 0:"before hipLaunchKernel" -1822747460456039 116414:116414 1:"hipLaunchKernel" -1822747460491099 116414:116414 0:"after hipLaunchKernel" -1822747460491699 116414:116414 1:"hipMemcpy" -1822747464744336 116414:116414 2:"" -1822747464744886 116414:116414 2:"" -1822747473259650 116414:116414 0:"before hipLaunchKernel" -1822747473261100 116414:116414 1:"hipLaunchKernel" -1822747473295340 116414:116414 0:"after hipLaunchKernel" -1822747473296320 116414:116414 1:"hipMemcpy" -1822747477592178 116414:116414 2:"" -1822747477592778 116414:116414 2:"" -1822747486095772 116414:116414 0:"before hipLaunchKernel" -1822747486097132 116414:116414 1:"hipLaunchKernel" -1822747486131912 116414:116414 0:"after hipLaunchKernel" -1822747486132722 116414:116414 1:"hipMemcpy" -1822747490419909 116414:116414 2:"" -1822747490420420 116414:116414 2:"" -1822747498947114 116414:116414 0:"before hipLaunchKernel" -1822747498948454 116414:116414 1:"hipLaunchKernel" -1822747498982554 116414:116414 0:"after hipLaunchKernel" -1822747498983314 116414:116414 1:"hipMemcpy" -1822747503269211 116414:116414 2:"" -1822747503269801 116414:116414 2:"" -1822747511821906 116414:116414 0:"before hipLaunchKernel" -1822747511823506 116414:116414 1:"hipLaunchKernel" -1822747511857306 116414:116414 0:"after hipLaunchKernel" -1822747511858026 116414:116414 1:"hipMemcpy" -1822747516150773 116414:116414 2:"" -1822747516151333 116414:116414 2:"" -1822747524674428 116414:116414 0:"before hipLaunchKernel" -1822747524675968 116414:116414 1:"hipLaunchKernel" -1822747524709788 116414:116414 0:"after hipLaunchKernel" -1822747524710798 116414:116414 1:"hipMemcpy" -1822747528988735 116414:116414 2:"" -1822747528989295 116414:116414 2:"" -1822747537127717 116414:116414 0:"before hipLaunchKernel" -1822747537129107 116414:116414 1:"hipLaunchKernel" -1822747537165427 116414:116414 0:"after hipLaunchKernel" -1822747537166147 116414:116414 1:"hipMemcpy" -1822747541437164 116414:116414 2:"" -1822747541437674 116414:116414 2:"" -1822747549616007 116414:116414 0:"before hipLaunchKernel" -1822747549617497 116414:116414 1:"hipLaunchKernel" -1822747549652847 116414:116414 0:"after hipLaunchKernel" -1822747549653597 116414:116414 1:"hipMemcpy" -1822747553934464 116414:116414 2:"" -1822747553935054 116414:116414 2:"" -1822747562457678 116414:116414 0:"before hipLaunchKernel" -1822747562459548 116414:116414 1:"hipLaunchKernel" -1822747562503719 116414:116414 0:"after hipLaunchKernel" -1822747562504369 116414:116414 1:"hipMemcpy" -1822747566818976 116414:116414 2:"" -1822747566819486 116414:116414 2:"" -1822747574946208 116414:116414 0:"before hipLaunchKernel" -1822747574947718 116414:116414 1:"hipLaunchKernel" -1822747574982938 116414:116414 0:"after hipLaunchKernel" -1822747574983698 116414:116414 1:"hipMemcpy" -1822747579263685 116414:116414 2:"" -1822747579264285 116414:116414 2:"" -1822745846694606:1822745854958588 0:0 hcMemcpyHostToDevice:4 -1822746303429824:1822746304643366 0:0 hcCommandKernel:6 -1822746304795192:1822746307813551 0:0 hcMemcpyDeviceToHost:8 -1822746320723013:1822746322780696 0:0 hcMemcpyHostToDevice:9 -1822746322836451:1822746324030881 0:0 hcCommandKernel:11 -1822746304656289:1822746304698662 0:0 hcCommandMarker:8 -1822746324124125:1822746327106804 0:0 hcMemcpyDeviceToHost:13 -1822746333603475:1822746335656778 0:0 hcMemcpyHostToDevice:14 -1822746335705194:1822746336927625 0:0 hcCommandKernel:16 -1822746324035875:1822746324067433 0:0 hcCommandMarker:13 -1822746337021117:1822746340058236 0:0 hcMemcpyDeviceToHost:18 -1822746346523298:1822746348563591 0:0 hcMemcpyHostToDevice:19 -1822746348617706:1822746349814210 0:0 hcCommandKernel:21 -1822746336932682:1822746336964388 0:0 hcCommandMarker:18 -1822746349904929:1822746352899698 0:0 hcMemcpyDeviceToHost:23 -1822746359361629:1822746361400262 0:0 hcMemcpyHostToDevice:24 -1822746361450267:1822746362634919 0:0 hcCommandKernel:26 -1822746349819318:1822746349850875 0:0 hcCommandMarker:23 -1822746362727320:1822746365741009 0:0 hcMemcpyDeviceToHost:28 -1822746372218591:1822746374265654 0:0 hcMemcpyHostToDevice:29 -1822746374324206:1822746375517450 0:0 hcCommandKernel:31 -1822746362640070:1822746362671182 0:0 hcCommandMarker:28 -1822746375611153:1822746378591671 0:0 hcMemcpyDeviceToHost:33 -1822746384677870:1822746386718163 0:0 hcMemcpyHostToDevice:34 -1822746386768129:1822746387975152 0:0 hcCommandKernel:36 -1822746375522532:1822746375553645 0:0 hcCommandMarker:33 -1822746388063982:1822746391045151 0:0 hcMemcpyDeviceToHost:38 -1822746397130819:1822746399181603 0:0 hcMemcpyHostToDevice:39 -1822746399230436:1822746400431829 0:0 hcCommandKernel:41 -1822746387980100:1822746388011657 0:0 hcCommandMarker:38 -1822746400525301:1822746403526701 0:0 hcMemcpyDeviceToHost:43 -1822746410010991:1822746412053745 0:0 hcMemcpyHostToDevice:44 -1822746412101455:1822746413300181 0:0 hcCommandKernel:46 -1822746400437024:1822746400468582 0:0 hcCommandMarker:43 -1822746413389643:1822746416384192 0:0 hcMemcpyDeviceToHost:48 -1822746422842763:1822746424893916 0:0 hcMemcpyHostToDevice:49 -1822746424940744:1822746426133988 0:0 hcCommandKernel:51 -1822746413305352:1822746413337206 0:0 hcCommandMarker:48 -1822746426224225:1822746429214624 0:0 hcMemcpyDeviceToHost:53 -1822746435693165:1822746437717408 0:0 hcMemcpyHostToDevice:54 -1822746437774256:1822746438967204 0:0 hcCommandKernel:56 -1822746426139161:1822746426170866 0:0 hcCommandMarker:53 -1822746439056356:1822746442024226 0:0 hcMemcpyDeviceToHost:58 -1822746448099264:1822746450154407 0:0 hcMemcpyHostToDevice:59 -1822746450203751:1822746451407810 0:0 hcCommandKernel:61 -1822746438972231:1822746439004529 0:0 hcCommandMarker:58 -1822746451504346:1822746454499105 0:0 hcMemcpyDeviceToHost:63 -1822746460959016:1822746462998779 0:0 hcMemcpyHostToDevice:64 -1822746463055996:1822746464260649 0:0 hcCommandKernel:66 -1822746451412900:1822746451444753 0:0 hcCommandMarker:63 -1822746464350677:1822746467332667 0:0 hcMemcpyDeviceToHost:68 -1822746473833308:1822746475879361 0:0 hcMemcpyHostToDevice:69 -1822746475926642:1822746477121072 0:0 hcCommandKernel:71 -1822746464265472:1822746464296881 0:0 hcCommandMarker:68 -1822746477215419:1822746480220979 0:0 hcMemcpyDeviceToHost:73 -1822746486696960:1822746488734042 0:0 hcMemcpyHostToDevice:74 -1822746488789228:1822746489970324 0:0 hcCommandKernel:76 -1822746477126132:1822746477157837 0:0 hcCommandMarker:73 -1822746490060621:1822746493090540 0:0 hcMemcpyDeviceToHost:78 -1822746499548162:1822746501594625 0:0 hcMemcpyHostToDevice:79 -1822746501644245:1822746502848156 0:0 hcCommandKernel:81 -1822746489975370:1822746490006927 0:0 hcCommandMarker:78 -1822746502941603:1822746505924812 0:0 hcMemcpyDeviceToHost:83 -1822746512386853:1822746514441866 0:0 hcMemcpyHostToDevice:84 -1822746514502279:1822746515697005 0:0 hcCommandKernel:86 -1822746502853256:1822746502884961 0:0 hcCommandMarker:83 -1822746515786755:1822746518737674 0:0 hcMemcpyDeviceToHost:88 -1822746525208945:1822746527254418 0:0 hcMemcpyHostToDevice:89 -1822746527314585:1822746528529015 0:0 hcCommandKernel:91 -1822746515702008:1822746515733862 0:0 hcCommandMarker:88 -1822746528618736:1822746531582475 0:0 hcMemcpyDeviceToHost:93 -1822746538066317:1822746540119810 0:0 hcMemcpyHostToDevice:94 -1822746540169674:1822746541362622 0:0 hcCommandKernel:96 -1822746528533986:1822746528565692 0:0 hcCommandMarker:93 -1822746541452028:1822746544473877 0:0 hcMemcpyDeviceToHost:98 -1822746550920939:1822746552966602 0:0 hcMemcpyHostToDevice:99 -1822746553016227:1822746554220435 0:0 hcCommandKernel:101 -1822746541367502:1822746541398763 0:0 hcCommandMarker:98 -1822746554311330:1822746557328730 0:0 hcMemcpyDeviceToHost:103 -1822746563780720:1822746565842464 0:0 hcMemcpyHostToDevice:104 -1822746565891124:1822746567105259 0:0 hcCommandKernel:106 -1822746554225509:1822746554257214 0:0 hcCommandMarker:103 -1822746567198362:1822746570191461 0:0 hcMemcpyDeviceToHost:108 -1822746576284980:1822746578329193 0:0 hcMemcpyHostToDevice:109 -1822746578378206:1822746579570858 0:0 hcCommandKernel:111 -1822746567110536:1822746567142537 0:0 hcCommandMarker:108 -1822746579665522:1822746582639151 0:0 hcMemcpyDeviceToHost:113 -1822746589095511:1822746591153645 0:0 hcMemcpyHostToDevice:114 -1822746591202562:1822746592414029 0:0 hcCommandKernel:116 -1822746579575616:1822746579607321 0:0 hcCommandMarker:113 -1822746592512113:1822746595498623 0:0 hcMemcpyDeviceToHost:118 -1822746601964713:1822746604011647 0:0 hcMemcpyHostToDevice:119 -1822746604068569:1822746605275592 0:0 hcCommandKernel:121 -1822746592419251:1822746592450956 0:0 hcCommandMarker:118 -1822746605366435:1822746608325004 0:0 hcMemcpyDeviceToHost:123 -1822746614421063:1822746616465356 0:0 hcMemcpyHostToDevice:124 -1822746616513523:1822746617722176 0:0 hcCommandKernel:126 -1822746605280818:1822746605312523 0:0 hcCommandMarker:123 -1822746617819294:1822746620821664 0:0 hcMemcpyDeviceToHost:128 -1822746627278435:1822746629325708 0:0 hcMemcpyHostToDevice:129 -1822746629382265:1822746630589287 0:0 hcCommandKernel:131 -1822746617727168:1822746617758429 0:0 hcCommandMarker:128 -1822746630681996:1822746633692796 0:0 hcMemcpyDeviceToHost:133 -1822746639755754:1822746641806997 0:0 hcMemcpyHostToDevice:134 -1822746641862485:1822746643058248 0:0 hcCommandKernel:136 -1822746630594519:1822746630626669 0:0 hcCommandMarker:133 -1822746643146416:1822746646091634 0:0 hcMemcpyDeviceToHost:138 -1822746652551416:1822746654597369 0:0 hcMemcpyHostToDevice:139 -1822746654657047:1822746655860810 0:0 hcCommandKernel:141 -1822746643063731:1822746643095288 0:0 hcCommandMarker:138 -1822746655949307:1822746658915726 0:0 hcMemcpyDeviceToHost:143 -1822746665378267:1822746667423120 0:0 hcMemcpyHostToDevice:144 -1822746667470322:1822746668671419 0:0 hcCommandKernel:146 -1822746655865746:1822746655897451 0:0 hcCommandMarker:143 -1822746668766159:1822746671738128 0:0 hcMemcpyDeviceToHost:148 -1822746678206339:1822746680260102 0:0 hcMemcpyHostToDevice:149 -1822746680308232:1822746681508292 0:0 hcCommandKernel:151 -1822746668676544:1822746668708250 0:0 hcCommandMarker:148 -1822746681599051:1822746684596209 0:0 hcMemcpyDeviceToHost:153 -1822746691038381:1822746693080794 0:0 hcMemcpyHostToDevice:154 -1822746693129097:1822746694329749 0:0 hcCommandKernel:156 -1822746681513411:1822746681545116 0:0 hcCommandMarker:153 -1822746694422112:1822746697413751 0:0 hcMemcpyDeviceToHost:158 -1822746703858202:1822746705925495 0:0 hcMemcpyHostToDevice:159 -1822746705975818:1822746707175878 0:0 hcCommandKernel:161 -1822746694334649:1822746694366503 0:0 hcCommandMarker:158 -1822746707272574:1822746710263013 0:0 hcMemcpyDeviceToHost:163 -1822746716776915:1822746718815558 0:0 hcMemcpyHostToDevice:164 -1822746718861486:1822746720065694 0:0 hcCommandKernel:166 -1822746707180907:1822746707212316 0:0 hcCommandMarker:163 -1822746720157016:1822746723103705 0:0 hcMemcpyDeviceToHost:168 -1822746729598936:1822746731650979 0:0 hcMemcpyHostToDevice:169 -1822746731699480:1822746732898798 0:0 hcCommandKernel:171 -1822746720070755:1822746720102757 0:0 hcCommandMarker:168 -1822746732992668:1822746735976367 0:0 hcMemcpyDeviceToHost:173 -1822746742066876:1822746744106829 0:0 hcMemcpyHostToDevice:174 -1822746744164465:1822746745363784 0:0 hcCommandKernel:176 -1822746732903906:1822746732935759 0:0 hcCommandMarker:173 -1822746745455297:1822746748466206 0:0 hcMemcpyDeviceToHost:178 -1822746754556705:1822746756600518 0:0 hcMemcpyHostToDevice:179 -1822746756650492:1822746757849514 0:0 hcCommandKernel:181 -1822746745368748:1822746745401045 0:0 hcCommandMarker:178 -1822746757942356:1822746760950505 0:0 hcMemcpyDeviceToHost:183 -1822746767400787:1822746769456080 0:0 hcMemcpyHostToDevice:184 -1822746769515356:1822746770712897 0:0 hcCommandKernel:186 -1822746757854629:1822746757886186 0:0 hcCommandMarker:183 -1822746770802739:1822746773812208 0:0 hcMemcpyDeviceToHost:188 -1822746780284119:1822746782328902 0:0 hcMemcpyHostToDevice:189 -1822746782384783:1822746783584102 0:0 hcCommandKernel:191 -1822746770717687:1822746770749837 0:0 hcCommandMarker:188 -1822746783680311:1822746786656569 0:0 hcMemcpyDeviceToHost:193 -1822746793126570:1822746795170844 0:0 hcMemcpyHostToDevice:194 -1822746795229846:1822746796419535 0:0 hcCommandKernel:196 -1822746783589268:1822746783621714 0:0 hcCommandMarker:193 -1822746796514412:1822746799483541 0:0 hcMemcpyDeviceToHost:198 -1822746805752131:1822746807822864 0:0 hcMemcpyHostToDevice:199 -1822746807872258:1822746809066836 0:0 hcCommandKernel:201 -1822746796424432:1822746796456285 0:0 hcCommandMarker:198 -1822746809156563:1822746812160341 0:0 hcMemcpyDeviceToHost:203 -1822746818675413:1822746820715166 0:0 hcMemcpyHostToDevice:204 -1822746820761636:1822746821961547 0:0 hcCommandKernel:206 -1822746809071724:1822746809103577 0:0 hcCommandMarker:203 -1822746822049125:1822746825042094 0:0 hcMemcpyDeviceToHost:208 -1822746831174713:1822746833216666 0:0 hcMemcpyHostToDevice:209 -1822746833264354:1822746834474636 0:0 hcCommandKernel:211 -1822746821966609:1822746821998315 0:0 hcCommandMarker:208 -1822746834567874:1822746837570143 0:0 hcMemcpyDeviceToHost:213 -1822746844045945:1822746846094708 0:0 hcMemcpyHostToDevice:214 -1822746846143047:1822746847339107 0:0 hcCommandKernel:216 -1822746834479803:1822746834511657 0:0 hcCommandMarker:213 -1822746847430466:1822746850391535 0:0 hcMemcpyDeviceToHost:218 -1822746856872336:1822746858920879 0:0 hcMemcpyHostToDevice:219 -1822746858970905:1822746860163557 0:0 hcCommandKernel:221 -1822746847344106:1822746847375663 0:0 hcCommandMarker:218 -1822746860252348:1822746863231427 0:0 hcMemcpyDeviceToHost:223 -1822746869408556:1822746871462119 0:0 hcMemcpyHostToDevice:224 -1822746871511819:1822746872712620 0:0 hcCommandKernel:226 -1822746860168590:1822746860200147 0:0 hcCommandMarker:223 -1822746872809568:1822746875778157 0:0 hcMemcpyDeviceToHost:228 -1822746882258768:1822746884301771 0:0 hcMemcpyHostToDevice:229 -1822746884359118:1822746885560511 0:0 hcCommandKernel:231 -1822746872717651:1822746872748912 0:0 hcCommandMarker:228 -1822746885654319:1822746888672049 0:0 hcMemcpyDeviceToHost:233 -1822746895138610:1822746897179513 0:0 hcMemcpyHostToDevice:234 -1822746897227988:1822746898442271 0:0 hcCommandKernel:236 -1822746885565336:1822746885596449 0:0 hcCommandMarker:233 -1822746898540601:1822746901547421 0:0 hcMemcpyDeviceToHost:238 -1822746908021352:1822746910080635 0:0 hcMemcpyHostToDevice:239 -1822746910139374:1822746911351286 0:0 hcCommandKernel:241 -1822746898447386:1822746898478795 0:0 hcCommandMarker:238 -1822746911441983:1822746914414793 0:0 hcMemcpyDeviceToHost:243 -1822746920880104:1822746922904187 0:0 hcMemcpyHostToDevice:244 -1822746922952505:1822746924164417 0:0 hcCommandKernel:246 -1822746911356227:1822746911388229 0:0 hcCommandMarker:243 -1822746924255965:1822746927241634 0:0 hcMemcpyDeviceToHost:248 -1822746933728855:1822746935773338 0:0 hcMemcpyHostToDevice:249 -1822746935832849:1822746937031279 0:0 hcCommandKernel:251 -1822746924169308:1822746924201162 0:0 hcCommandMarker:248 -1822746937122477:1822746940117836 0:0 hcMemcpyDeviceToHost:253 -1822746946584908:1822746948629301 0:0 hcMemcpyHostToDevice:254 -1822746948677959:1822746949871056 0:0 hcCommandKernel:256 -1822746937036345:1822746937068199 0:0 hcCommandMarker:253 -1822746949961659:1822746952922958 0:0 hcMemcpyDeviceToHost:258 -1822746959384079:1822746961424632 0:0 hcMemcpyHostToDevice:259 -1822746961476400:1822746962686682 0:0 hcCommandKernel:261 -1822746949876121:1822746949907974 0:0 hcCommandMarker:258 -1822746962778350:1822746965811330 0:0 hcMemcpyDeviceToHost:263 -1822746972296521:1822746974340194 0:0 hcMemcpyHostToDevice:264 -1822746974389187:1822746975606581 0:0 hcCommandKernel:266 -1822746962691718:1822746962723423 0:0 hcCommandMarker:263 -1822746975700143:1822746978697102 0:0 hcMemcpyDeviceToHost:268 -1822746985173653:1822746987229176 0:0 hcMemcpyHostToDevice:269 -1822746987280002:1822746988484358 0:0 hcCommandKernel:271 -1822746975611572:1822746975643426 0:0 hcCommandMarker:268 -1822746988580485:1822746991543943 0:0 hcMemcpyDeviceToHost:273 -1822746998016495:1822747000038778 0:0 hcMemcpyHostToDevice:274 -1822747000087046:1822747001287995 0:0 hcCommandKernel:276 -1822746988489582:1822746988521436 0:0 hcCommandMarker:273 -1822747001376406:1822747004379455 0:0 hcMemcpyDeviceToHost:278 -1822747010852217:1822747012913010 0:0 hcMemcpyHostToDevice:279 -1822747012961691:1822747014161158 0:0 hcCommandKernel:281 -1822747001292965:1822747001324818 0:0 hcCommandMarker:278 -1822747014253818:1822747017222547 0:0 hcMemcpyDeviceToHost:283 -1822747023683838:1822747025732301 0:0 hcMemcpyHostToDevice:284 -1822747025788996:1822747026979574 0:0 hcCommandKernel:286 -1822747014166198:1822747014198052 0:0 hcCommandMarker:283 -1822747027070100:1822747030045629 0:0 hcMemcpyDeviceToHost:288 -1822747036522520:1822747038569243 0:0 hcMemcpyHostToDevice:289 -1822747038617312:1822747039808778 0:0 hcCommandKernel:291 -1822747026984734:1822747027016736 0:0 hcCommandMarker:288 -1822747039907842:1822747042933181 0:0 hcMemcpyDeviceToHost:293 -1822747049409322:1822747051449495 0:0 hcMemcpyHostToDevice:294 -1822747051506634:1822747052713805 0:0 hcCommandKernel:296 -1822747039813758:1822747039845760 0:0 hcCommandMarker:293 -1822747052806114:1822747055758003 0:0 hcMemcpyDeviceToHost:298 -1822747062251204:1822747064274377 0:0 hcMemcpyHostToDevice:299 -1822747064323523:1822747065521952 0:0 hcCommandKernel:301 -1822747052718948:1822747052751394 0:0 hcCommandMarker:298 -1822747065617495:1822747068572654 0:0 hcMemcpyDeviceToHost:303 -1822747075149726:1822747077173719 0:0 hcMemcpyHostToDevice:304 -1822747077232222:1822747078433170 0:0 hcCommandKernel:306 -1822747065527049:1822747065558902 0:0 hcCommandMarker:303 -1822747078526527:1822747081490286 0:0 hcMemcpyDeviceToHost:308 -1822747087713106:1822747089768539 0:0 hcMemcpyHostToDevice:309 -1822747089818113:1822747091020691 0:0 hcCommandKernel:311 -1822747078437994:1822747078469551 0:0 hcCommandMarker:308 -1822747091109837:1822747094093117 0:0 hcMemcpyDeviceToHost:313 -1822747100541217:1822747102599950 0:0 hcMemcpyHostToDevice:314 -1822747102648562:1822747103843436 0:0 hcCommandKernel:316 -1822747091025764:1822747091057617 0:0 hcCommandMarker:313 -1822747103936089:1822747106928978 0:0 hcMemcpyDeviceToHost:318 -1822747113411299:1822747115455572 0:0 hcMemcpyHostToDevice:319 -1822747115504503:1822747116704118 0:0 hcCommandKernel:321 -1822747103848517:1822747103880371 0:0 hcCommandMarker:318 -1822747116798531:1822747119756760 0:0 hcMemcpyDeviceToHost:323 -1822747126242471:1822747128298384 0:0 hcMemcpyHostToDevice:324 -1822747128349774:1822747129559908 0:0 hcCommandKernel:326 -1822747116709198:1822747116741051 0:0 hcCommandMarker:323 -1822747129656553:1822747132639572 0:0 hcMemcpyDeviceToHost:328 -1822747139110713:1822747141157876 0:0 hcMemcpyHostToDevice:329 -1822747141214126:1822747142402037 0:0 hcCommandKernel:331 -1822747129564956:1822747129596513 0:0 hcCommandMarker:328 -1822747142497014:1822747145458493 0:0 hcMemcpyDeviceToHost:333 -1822747151585243:1822747153651436 0:0 hcMemcpyHostToDevice:334 -1822747153701988:1822747154890936 0:0 hcCommandKernel:336 -1822747142407059:1822747142438764 0:0 hcCommandMarker:333 -1822747154985314:1822747157965553 0:0 hcMemcpyDeviceToHost:338 -1822747164440384:1822747166481917 0:0 hcMemcpyHostToDevice:339 -1822747166539009:1822747167736549 0:0 hcCommandKernel:341 -1822747154895913:1822747154927914 0:0 hcCommandMarker:338 -1822747167830796:1822747170835815 0:0 hcMemcpyDeviceToHost:343 -1822747177313656:1822747179357249 0:0 hcMemcpyHostToDevice:344 -1822747179413232:1822747180605143 0:0 hcCommandKernel:346 -1822747167741542:1822747167772803 0:0 hcCommandMarker:343 -1822747180702947:1822747183697477 0:0 hcMemcpyDeviceToHost:348 -1822747190170468:1822747192214061 0:0 hcMemcpyHostToDevice:349 -1822747192271730:1822747193468975 0:0 hcCommandKernel:351 -1822747180610263:1822747180642116 0:0 hcCommandMarker:348 -1822747193559770:1822747196564428 0:0 hcMemcpyDeviceToHost:353 -1822747203043420:1822747205085833 0:0 hcMemcpyHostToDevice:354 -1822747205134515:1822747206325833 0:0 hcCommandKernel:356 -1822747193473789:1822747193505346 0:0 hcCommandMarker:353 -1822747206413732:1822747209394461 0:0 hcMemcpyDeviceToHost:358 -1822747215878292:1822747217937415 0:0 hcMemcpyHostToDevice:359 -1822747217986743:1822747219210211 0:0 hcCommandKernel:361 -1822747206330906:1822747206362463 0:0 hcCommandMarker:358 -1822747219299404:1822747222273022 0:0 hcMemcpyDeviceToHost:363 -1822747228754164:1822747230801437 0:0 hcMemcpyHostToDevice:364 -1822747230850218:1822747232046722 0:0 hcCommandKernel:366 -1822747219215271:1822747219246828 0:0 hcCommandMarker:363 -1822747232123575:1822747235084824 0:0 hcMemcpyDeviceToHost:368 -1822747241190363:1822747243243166 0:0 hcMemcpyHostToDevice:369 -1822747243291089:1822747244488185 0:0 hcCommandKernel:371 -1822747232051717:1822747232082977 0:0 hcCommandMarker:368 -1822747244581325:1822747247525033 0:0 hcMemcpyDeviceToHost:373 -1822747253997974:1822747256034437 0:0 hcMemcpyHostToDevice:374 -1822747256084105:1822747257288164 0:0 hcCommandKernel:376 -1822747244493160:1822747244525014 0:0 hcCommandMarker:373 -1822747257378866:1822747260356555 0:0 hcMemcpyDeviceToHost:378 -1822747266833856:1822747268888449 0:0 hcMemcpyHostToDevice:379 -1822747268937397:1822747270141605 0:0 hcCommandKernel:381 -1822747257293264:1822747257325562 0:0 hcCommandMarker:378 -1822747270235958:1822747273193927 0:0 hcMemcpyDeviceToHost:383 -1822747279656308:1822747281716591 0:0 hcMemcpyHostToDevice:384 -1822747281774820:1822747282977250 0:0 hcCommandKernel:386 -1822747270146539:1822747270177948 0:0 hcCommandMarker:383 -1822747283067979:1822747286042298 0:0 hcMemcpyDeviceToHost:388 -1822747292114437:1822747294171210 0:0 hcMemcpyHostToDevice:389 -1822747294220474:1822747295414015 0:0 hcCommandKernel:391 -1822747282982287:1822747283014585 0:0 hcCommandMarker:388 -1822747295507938:1822747298475988 0:0 hcMemcpyDeviceToHost:393 -1822747304940839:1822747306985062 0:0 hcMemcpyHostToDevice:394 -1822747307042711:1822747308231511 0:0 hcCommandKernel:396 -1822747295419024:1822747295450877 0:0 hcCommandMarker:393 -1822747308321540:1822747311301569 0:0 hcMemcpyDeviceToHost:398 -1822747317808411:1822747319867173 0:0 hcMemcpyHostToDevice:399 -1822747319916853:1822747321117654 0:0 hcCommandKernel:401 -1822747308236422:1822747308268127 0:0 hcCommandMarker:398 -1822747321217272:1822747324200101 0:0 hcMemcpyDeviceToHost:403 -1822747330660573:1822747332688686 0:0 hcMemcpyHostToDevice:404 -1822747332746255:1822747333946167 0:0 hcCommandKernel:406 -1822747321122715:1822747321154421 0:0 hcCommandMarker:403 -1822747334035024:1822747337032983 0:0 hcMemcpyDeviceToHost:408 -1822747343499134:1822747345552477 0:0 hcMemcpyHostToDevice:409 -1822747345601712:1822747346815105 0:0 hcCommandKernel:411 -1822747333951209:1822747333982914 0:0 hcCommandMarker:408 -1822747346905206:1822747349868854 0:0 hcMemcpyDeviceToHost:413 -1822747355987174:1822747358043277 0:0 hcMemcpyHostToDevice:414 -1822747358092303:1822747359300955 0:0 hcCommandKernel:416 -1822747346820040:1822747346851746 0:0 hcCommandMarker:413 -1822747359392056:1822747362394634 0:0 hcMemcpyDeviceToHost:418 -1822747368869926:1822747370897079 0:0 hcMemcpyHostToDevice:419 -1822747370945085:1822747372132404 0:0 hcCommandKernel:421 -1822747359305990:1822747359338288 0:0 hcCommandMarker:418 -1822747372222717:1822747375217526 0:0 hcMemcpyDeviceToHost:423 -1822747381700097:1822747383750731 0:0 hcMemcpyHostToDevice:424 -1822747383798189:1822747384984766 0:0 hcCommandKernel:426 -1822747372137463:1822747372169168 0:0 hcCommandMarker:423 -1822747385077069:1822747388088828 0:0 hcMemcpyDeviceToHost:428 -1822747394554049:1822747396599412 0:0 hcMemcpyHostToDevice:429 -1822747396655845:1822747397870424 0:0 hcCommandKernel:431 -1822747384989637:1822747385021935 0:0 hcCommandMarker:428 -1822747397959161:1822747400906520 0:0 hcMemcpyDeviceToHost:433 -1822747407383351:1822747409443974 0:0 hcMemcpyHostToDevice:434 -1822747409494262:1822747410702915 0:0 hcCommandKernel:436 -1822747397875612:1822747397907318 0:0 hcCommandMarker:433 -1822747410795733:1822747413766601 0:0 hcMemcpyDeviceToHost:438 -1822747419832620:1822747421881393 0:0 hcMemcpyHostToDevice:439 -1822747421939077:1822747423137062 0:0 hcCommandKernel:441 -1822747410708150:1822747410740300 0:0 hcCommandMarker:438 -1822747423224492:1822747426213551 0:0 hcMemcpyDeviceToHost:443 -1822747432700682:1822747434745455 0:0 hcMemcpyHostToDevice:444 -1822747434792960:1822747435986205 0:0 hcCommandKernel:446 -1822747423141865:1822747423173570 0:0 hcCommandMarker:443 -1822747436078254:1822747439084853 0:0 hcMemcpyDeviceToHost:448 -1822747445561904:1822747447606207 0:0 hcMemcpyHostToDevice:449 -1822747447660064:1822747448858938 0:0 hcCommandKernel:451 -1822747435991337:1822747436023042 0:0 hcCommandMarker:448 -1822747448949705:1822747451950475 0:0 hcMemcpyDeviceToHost:453 -1822747458422776:1822747460445569 0:0 hcMemcpyHostToDevice:454 -1822747460495906:1822747461698632 0:0 hcCommandKernel:456 -1822747448864070:1822747448895924 0:0 hcCommandMarker:453 -1822747461786977:1822747464739946 0:0 hcMemcpyDeviceToHost:458 -1822747471195457:1822747473240880 0:0 hcMemcpyHostToDevice:459 -1822747473300770:1822747474507497 0:0 hcCommandKernel:461 -1822747461703602:1822747461735160 0:0 hcCommandMarker:458 -1822747474600889:1822747477587668 0:0 hcMemcpyDeviceToHost:463 -1822747484045419:1822747486088192 0:0 hcMemcpyHostToDevice:464 -1822747486136882:1822747487335904 0:0 hcCommandKernel:466 -1822747474512454:1822747474544456 0:0 hcCommandMarker:463 -1822747487425110:1822747490415609 0:0 hcMemcpyDeviceToHost:468 -1822747496882101:1822747498939404 0:0 hcMemcpyHostToDevice:469 -1822747498987881:1822747500189719 0:0 hcCommandKernel:471 -1822747487340934:1822747487372639 0:0 hcCommandMarker:468 -1822747500280762:1822747503264851 0:0 hcMemcpyDeviceToHost:473 -1822747509774463:1822747511814726 0:0 hcMemcpyHostToDevice:474 -1822747511862364:1822747513061831 0:0 hcCommandKernel:476 -1822747500194823:1822747500226973 0:0 hcCommandMarker:473 -1822747513151704:1822747516146383 0:0 hcMemcpyDeviceToHost:478 -1822747522614955:1822747524667498 0:0 hcMemcpyHostToDevice:479 -1822747524715308:1822747525917145 0:0 hcCommandKernel:481 -1822747513067026:1822747513098583 0:0 hcCommandMarker:478 -1822747526009976:1822747528984375 0:0 hcMemcpyDeviceToHost:483 -1822747535064804:1822747537109407 0:0 hcMemcpyHostToDevice:484 -1822747537169050:1822747538372221 0:0 hcCommandKernel:486 -1822747525922123:1822747525954272 0:0 hcCommandMarker:483 -1822747538461275:1822747541432984 0:0 hcMemcpyDeviceToHost:488 -1822747547551833:1822747549608487 0:0 hcMemcpyHostToDevice:489 -1822747549658235:1822747550859776 0:0 hcCommandKernel:491 -1822747538377083:1822747538408937 0:0 hcCommandMarker:488 -1822747550953385:1822747553930064 0:0 hcMemcpyDeviceToHost:493 -1822747560407595:1822747562450418 0:0 hcMemcpyHostToDevice:494 -1822747562508843:1822747563712606 0:0 hcCommandKernel:496 -1822747550865006:1822747550897008 0:0 hcCommandMarker:493 -1822747563807437:1822747566814536 0:0 hcMemcpyDeviceToHost:498 -1822747572896795:1822747574938758 0:0 hcMemcpyHostToDevice:499 -1822747574987797:1822747576184152 0:0 hcCommandKernel:501 -1822747563717609:1822747563749314 0:0 hcCommandMarker:498 -1822747576277226:1822747579259365 0:0 hcMemcpyDeviceToHost:503 -1822747576189041:1822747576220747 0:0 hcCommandMarker:503 diff --git a/test/MatrixTranspose_test/MatrixTranspose.cpp b/test/MatrixTranspose_test/MatrixTranspose.cpp index a18d244799..5be7127acb 100644 --- a/test/MatrixTranspose_test/MatrixTranspose.cpp +++ b/test/MatrixTranspose_test/MatrixTranspose.cpp @@ -20,7 +20,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include #include +#include #ifdef __cplusplus #include @@ -34,6 +36,28 @@ using namespace std; // roctracer extension API #include +const size_t msg_size = 512; +char* msg_buf = NULL; +char* message = NULL; +void SPRINT(const char* fmt, ...) { + if (msg_buf == NULL) { + msg_buf = (char*) calloc(msg_size, 1); + message = msg_buf; + } + + va_list args; + va_start(args, fmt); + message += vsnprintf(message, msg_size - (message - msg_buf), fmt, args); + va_end(args); +} +void SFLUSH() { + if (msg_buf == NULL) abort(); + message = msg_buf; + msg_buf[msg_size - 1] = 0; + fprintf(stdout, "%s", msg_buf); + fflush(stdout); +} + #if HIP_TEST // hip header file #include @@ -248,7 +272,7 @@ void api_callback( return; } const hip_api_data_t* data = (const hip_api_data_t*)(callback_data); - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s> ", + SPRINT("<%s id(%u)\tcorrelation_id(%lu) %s> ", roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), cid, data->correlation_id, @@ -256,39 +280,22 @@ void api_callback( if (data->phase == ACTIVITY_API_PHASE_ENTER) { switch (cid) { case HIP_API_ID_hipMemcpy: - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s>\n dst(%p) src(%p) size(0x%x) kind(%u)\n", - roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), - cid, - data->correlation_id, - "on-enter", + SPRINT("dst(%p) src(%p) size(0x%x) kind(%u)", data->args.hipMemcpy.dst, data->args.hipMemcpy.src, (uint32_t)(data->args.hipMemcpy.sizeBytes), (uint32_t)(data->args.hipMemcpy.kind)); break; case HIP_API_ID_hipMalloc: - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s>\n ptr(%p) size(0x%x)\n", - roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), - cid, - data->correlation_id, - "on-enter", + SPRINT("ptr(%p) size(0x%x)", data->args.hipMalloc.ptr, (uint32_t)(data->args.hipMalloc.size)); break; case HIP_API_ID_hipFree: - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s>\n ptr(%p)\n", - roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), - cid, - data->correlation_id, - "on-enter", - data->args.hipFree.ptr); + SPRINT("ptr(%p)", data->args.hipFree.ptr); break; case HIP_API_ID_hipModuleLaunchKernel: - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s>\n kernel(\"%s\") stream(%p)\n", - roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), - cid, - data->correlation_id, - "on-enter", + SPRINT("kernel(\"%s\") stream(%p)", hipKernelNameRef(data->args.hipModuleLaunchKernel.f), data->args.hipModuleLaunchKernel.stream); break; @@ -298,60 +305,52 @@ void api_callback( } else { switch (cid) { case HIP_API_ID_hipMalloc: - fprintf(stdout, "<%s id(%u)\tcorrelation_id(%lu) %s>\n *ptr(0x%p)\n", - roctracer_op_string(ACTIVITY_DOMAIN_HIP_API, cid, 0), - cid, - data->correlation_id, - "on-exit", - *(data->args.hipMalloc.ptr)); + SPRINT("*ptr(0x%p)", *(data->args.hipMalloc.ptr)); break; default: break; } } - //fprintf(stdout, "\n"); - fflush(stdout); + SPRINT("\n"); + SFLUSH(); } // Activity tracing callback // hipMalloc id(3) correlation_id(1): begin_ns(1525888652762640464) end_ns(1525888652762877067) void activity_callback(const char* begin, const char* end, void* arg) { const roctracer_record_t* record = (const roctracer_record_t*)(begin); const roctracer_record_t* end_record = (const roctracer_record_t*)(end); - fprintf(stdout, "\tActivity records:\n"); fflush(stdout); + + SPRINT("\tActivity records:\n"); while (record < end_record) { const char * name = roctracer_op_string(record->domain, record->op, record->kind); - fprintf(stdout, "\t%s\tcorrelation_id(%lu) time_ns(%lu:%lu)", + SPRINT("\t%s\tcorrelation_id(%lu) time_ns(%lu:%lu)", name, record->correlation_id, record->begin_ns, - record->end_ns - ); + record->end_ns); if ((record->domain == ACTIVITY_DOMAIN_HIP_API) || (record->domain == ACTIVITY_DOMAIN_KFD_API)) { - fprintf(stdout, " process_id(%u) thread_id(%u)", + SPRINT(" process_id(%u) thread_id(%u)", record->process_id, - record->thread_id - ); + record->thread_id); } else if (record->domain == ACTIVITY_DOMAIN_HCC_OPS) { - fprintf(stdout, " device_id(%d) queue_id(%lu)\n", + SPRINT(" device_id(%d) queue_id(%lu)", record->device_id, - record->queue_id - ); - if (record->op == HIP_OP_ID_COPY) fprintf(stdout, " bytes(0x%zx)", record->bytes); + record->queue_id); + if (record->op == HIP_OP_ID_COPY) SPRINT(" bytes(0x%zx)", record->bytes); } else if (record->domain == ACTIVITY_DOMAIN_HSA_OPS) { - fprintf(stdout, " se(%u) cycle(%lu) pc(%lx)", + SPRINT(" se(%u) cycle(%lu) pc(%lx)", record->pc_sample.se, record->pc_sample.cycle, - record->pc_sample.pc - ); + record->pc_sample.pc); } else if (record->domain == ACTIVITY_DOMAIN_EXT_API) { - fprintf(stdout, " external_id(%lu)\n", - record->external_id - ); + SPRINT(" external_id(%lu)", record->external_id); } else { fprintf(stderr, "Bad domain %d\n\n", record->domain); abort(); } - fflush(stdout); + SPRINT("\n"); + SFLUSH(); + ROCTRACER_CALL(roctracer_next_record(record, &record)); } } diff --git a/test/MatrixTranspose_test/MatrixTranspose_test_trace.txt b/test/MatrixTranspose_test/MatrixTranspose_test_trace.txt deleted file mode 100644 index cd3ddd4eae..0000000000 --- a/test/MatrixTranspose_test/MatrixTranspose_test_trace.txt +++ /dev/null @@ -1,7513 +0,0 @@ -# INIT ############################# -# START (99) ############################# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x29b6680) size(0x400000) kind(1) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dst(0x2db6690) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (98) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (97) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (96) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (95) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (94) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (93) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - hipSetDevice correlation_id(1) time_ns(6485124188342389:6485124188349979) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(2) time_ns(6485124188361079:6485124188364199) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(3) time_ns(6485124190850946:6485124191181268) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(4) time_ns(6485124191186178:6485124191250078) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(5) time_ns(6485124191288478:6485124199283372) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(5) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(5) time_ns(6485124191259308:6485124199287622) - process_id(6177) thread_id(6177) - (null) correlation_id(6) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(6) time_ns(6485124640180177:6485124645801785) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(6) time_ns(6485124645807460:6485124647017150) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(7) time_ns(6485124647151334:6485124650143834) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(7) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(7) time_ns(6485124645822755:6485124650148314) - process_id(6177) thread_id(6177) - (null) correlation_id(8) time_ns(0:0) - external_id(31) - hipFree correlation_id(8) time_ns(6485124659581497:6485124659705167) - process_id(6177) thread_id(6177) - (null) correlation_id(9) time_ns(0:0) - external_id(31) - hipFree correlation_id(9) time_ns(6485124659710827:6485124659733398) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(7) time_ns(6485124647030336:6485124647073153) - device_id(0) queue_id(0) - hipSetDevice correlation_id(10) time_ns(6485124677869969:6485124677886909) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(11) time_ns(6485124677891179:6485124677893879) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(12) time_ns(6485124682415410:6485124682739912) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(13) time_ns(6485124682750472:6485124682868843) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(14) time_ns(6485124682894193:6485124684919306) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(14) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(14) time_ns(6485124682876833:6485124684931606) - process_id(6177) thread_id(6177) - (null) correlation_id(15) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(15) time_ns(6485124684950576:6485124684973317) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(15) time_ns(6485124684980802:6485124686186195) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(16) time_ns(6485124686263055:6485124689285425) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(16) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(16) time_ns(6485124684993147:6485124689287775) - process_id(6177) thread_id(6177) - (null) correlation_id(17) time_ns(0:0) - external_id(31) - hipFree correlation_id(17) time_ns(6485124696618335:6485124696718255) - process_id(6177) thread_id(6177) - (null) correlation_id(18) time_ns(0:0) - external_id(31) - hipFree correlation_id(18) time_ns(6485124696740175:6485124696763135) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(16) time_ns(6485124686191973:6485124686223678) - device_id(0) queue_id(0) - hipSetDevice correlation_id(19) time_ns(6485124715256269:6485124715273659) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(20) time_ns(6485124715277519:6485124715280169) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(21) time_ns(6485124719811839:6485124720164651) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(22) time_ns(6485124720175962:6485124720293742) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(23) time_ns(6485124720318532:6485124722347146) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(23) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(23) time_ns(6485124720301602:6485124722360376) - process_id(6177) thread_id(6177) - (null) correlation_id(24) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(24) time_ns(6485124722379797:6485124722404127) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(24) time_ns(6485124722411451:6485124723600251) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(25) time_ns(6485124723698716:6485124726758446) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(25) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(25) time_ns(6485124722409707:6485124726761586) - process_id(6177) thread_id(6177) - (null) correlation_id(26) time_ns(0:0) - external_id(31) - hipFree correlation_id(26) time_ns(6485124735449544:6485124735549674) - process_id(6177) thread_id(6177) - (null) correlation_id(27) time_ns(0:0) - external_id(31) - hipFree correlation_id(27) time_ns(6485124735554444:6485124735577434) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(25) time_ns(6485124723606029:6485124723637734) - device_id(0) queue_id(0) - hipSetDevice correlation_id(28) time_ns(6485124753729076:6485124753745996) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(29) time_ns(6485124753749646:6485124753752446) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(30) time_ns(6485124758289177:6485124758598259) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(31) time_ns(6485124758609469:6485124758728329) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(32) time_ns(6485124758753490:6485124760777913) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(32) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(32) time_ns(6485124758736339:6485124760782643) - process_id(6177) thread_id(6177) - (null) correlation_id(33) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(33) time_ns(6485124760801583:6485124760824623) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(33) time_ns(6485124760832042:6485124762020841) - device_id(0) queue_id(0) -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (92) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (91) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (90) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (89) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (88) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (87) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (86) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (85) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - Activity records: - hcMemcpyDeviceToHost correlation_id(34) time_ns(6485124762108522:6485124765077142) - device_id(0) queue_id(0) - bytes(0x400000) - - (null) correlation_id(34) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(34) time_ns(6485124760843523:6485124765089362) - process_id(6177) thread_id(6177) - (null) correlation_id(35) time_ns(0:0) - external_id(31) - hipFree correlation_id(35) time_ns(6485124772381351:6485124772486441) - process_id(6177) thread_id(6177) - (null) correlation_id(36) time_ns(0:0) - external_id(31) - hipFree correlation_id(36) time_ns(6485124772492321:6485124772516012) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(34) time_ns(6485124762026619:6485124762058177) - device_id(0) queue_id(0) - hipSetDevice correlation_id(37) time_ns(6485124790641873:6485124790655893) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(38) time_ns(6485124790659513:6485124790662323) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(39) time_ns(6485124795188663:6485124795493815) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(40) time_ns(6485124795504665:6485124795623776) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(41) time_ns(6485124795649086:6485124797692450) - device_id(0) queue_id(0) - bytes(0x400000) - (null) correlation_id(41) time_ns(0:0) - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - external_id(32) - hipMemcpy correlation_id(41) time_ns(6485124795631956:6485124797706270) - process_id(6177) thread_id(6177) - - - - - (null) correlation_id(42) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(42) time_ns(6485124797726170:6485124797749800) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(42) time_ns(6485124797757372:6485124798960839) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(43) time_ns(6485124799058459:6485124802115559) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(43) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(43) time_ns(6485124797755110:6485124802118749) - process_id(6177) thread_id(6177) - (null) correlation_id(44) time_ns(0:0) - external_id(31) - hipFree correlation_id(44) time_ns(6485124810291284:6485124810382124) - process_id(6177) thread_id(6177) - (null) correlation_id(45) time_ns(0:0) - external_id(31) - hipFree correlation_id(45) time_ns(6485124810390914:6485124810407154) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(43) time_ns(6485124798966617:6485124798998618) - device_id(0) queue_id(0) - hipSetDevice correlation_id(46) time_ns(6485124829444052:6485124829458162) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(47) time_ns(6485124829461362:6485124829463392) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(48) time_ns(6485124832825245:6485124833251727) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(49) time_ns(6485124833261827:6485124833375128) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(50) time_ns(6485124833398678:6485124835420832) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(50) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(50) time_ns(6485124833382588:6485124835425832) - process_id(6177) thread_id(6177) - (null) correlation_id(51) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(51) time_ns(6485124835445012:6485124835468392) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(51) time_ns(6485124835475589:6485124836677130) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(52) time_ns(6485124836752701:6485124839759961) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(52) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(52) time_ns(6485124835473852:6485124839763401) - process_id(6177) thread_id(6177) - (null) correlation_id(53) time_ns(0:0) - external_id(31) - hipFree correlation_id(53) time_ns(6485124848528449:6485124848628190) - process_id(6177) thread_id(6177) - (null) correlation_id(54) time_ns(0:0) - external_id(31) - hipFree correlation_id(54) time_ns(6485124848634830:6485124848659320) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(52) time_ns(6485124836682908:6485124836715058) - device_id(0) queue_id(0) - hipSetDevice correlation_id(55) time_ns(6485124866755991:6485124866772241) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(56) time_ns(6485124866776191:6485124866778951) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(57) time_ns(6485124870622527:6485124870972449) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(58) time_ns(6485124870982259:6485124871093530) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(59) time_ns(6485124871117640:6485124873138493) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(59) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(59) time_ns(6485124871101170:6485124873143533) - process_id(6177) thread_id(6177) - (null) correlation_id(60) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(60) time_ns(6485124873163454:6485124873186134) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(60) time_ns(6485124873193873:6485124874392006) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(61) time_ns(6485124874477282:6485124877448242) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(61) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(61) time_ns(6485124873200854:6485124877450632) - process_id(6177) thread_id(6177) - (null) correlation_id(62) time_ns(0:0) - external_id(31) - hipFree correlation_id(62) time_ns(6485124884888052:6485124884985903) - process_id(6177) thread_id(6177) - (null) correlation_id(63) time_ns(0:0) - external_id(31) - hipFree correlation_id(63) time_ns(6485124884990933:6485124885015443) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(61) time_ns(6485124874397636:6485124874429342) - device_id(0) queue_id(0) - hipSetDevice correlation_id(64) time_ns(6485124903423796:6485124903439396) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(65) time_ns(6485124903443276:6485124903445946) - process_id(6177) thread_id(6177) - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (84) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (83) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (82) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (81) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (80) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (79) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - hipMalloc correlation_id(66) time_ns(6485124907739325:6485124908070797) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(67) time_ns(6485124908087987:6485124908215248) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(68) time_ns(6485124908250409:6485124910289862) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(68) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(68) time_ns(6485124908230598:6485124910295932) - process_id(6177) thread_id(6177) - (null) correlation_id(69) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(69) time_ns(6485124910317522:6485124910341342) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(69) time_ns(6485124910349167:6485124911550115) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(70) time_ns(6485124911643101:6485124914662701) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(70) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(70) time_ns(6485124910346692:6485124914666241) - process_id(6177) thread_id(6177) - (null) correlation_id(71) time_ns(0:0) - external_id(31) - hipFree correlation_id(71) time_ns(6485124921447276:6485124921542137) - process_id(6177) thread_id(6177) - (null) correlation_id(72) time_ns(0:0) - external_id(31) - hipFree correlation_id(72) time_ns(6485124921552307:6485124921569967) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(70) time_ns(6485124911556042:6485124911588191) - device_id(0) queue_id(0) - hipSetDevice correlation_id(73) time_ns(6485124938221628:6485124938238109) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(74) time_ns(6485124938241949:6485124938244519) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(75) time_ns(6485124942825359:6485124943238372) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(76) time_ns(6485124943249442:6485124943369353) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(77) time_ns(6485124943394993:6485124945427107) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(77) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(77) time_ns(6485124943377543:6485124945432437) - process_id(6177) thread_id(6177) - (null) correlation_id(78) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(78) time_ns(6485124945451667:6485124945474287) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(78) time_ns(6485124945481784:6485124946677696) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(79) time_ns(6485124946766615:6485124949731605) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(79) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(79) time_ns(6485124945490127:6485124949734065) - process_id(6177) thread_id(6177) - (null) correlation_id(80) time_ns(0:0) - external_id(31) - hipFree correlation_id(80) time_ns(6485124955842556:6485124955935977) - process_id(6177) thread_id(6177) - (null) correlation_id(81) time_ns(0:0) - external_id(31) - hipFree correlation_id(81) time_ns(6485124955943247:6485124955960887) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(79) time_ns(6485124946683622:6485124946715623) - device_id(0) queue_id(0) - hipSetDevice correlation_id(82) time_ns(6485124973677535:6485124973694366) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(83) time_ns(6485124973698336:6485124973701046) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(84) time_ns(6485124978289996:6485124978585128) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(85) time_ns(6485124978595728:6485124978714839) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(86) time_ns(6485124978740359:6485124980771332) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(86) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(86) time_ns(6485124978722979:6485124980776343) - process_id(6177) thread_id(6177) - (null) correlation_id(87) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(87) time_ns(6485124980795533:6485124980817973) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(87) time_ns(6485124980825375:6485124982013730) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(88) time_ns(6485124982098331:6485124985101221) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(88) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(88) time_ns(6485124980832783:6485124985104281) - process_id(6177) thread_id(6177) - (null) correlation_id(89) time_ns(0:0) - external_id(31) - hipFree correlation_id(89) time_ns(6485124992410340:6485124992510151) - process_id(6177) thread_id(6177) - (null) correlation_id(90) time_ns(0:0) - external_id(31) - hipFree correlation_id(90) time_ns(6485124992516671:6485124992541111) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(88) time_ns(6485124982019508:6485124982051213) - device_id(0) queue_id(0) - hipSetDevice correlation_id(91) time_ns(6485125010590112:6485125010607272) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(92) time_ns(6485125010611312:6485125010613982) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(93) time_ns(6485125015170873:6485125015470645) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(94) time_ns(6485125015481525:6485125015599466) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(95) time_ns(6485125015625666:6485125017667229) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(95) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(95) time_ns(6485125015607386:6485125017680670) - process_id(6177) thread_id(6177) - (null) correlation_id(96) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(96) time_ns(6485125017700280:6485125017723030) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(96) time_ns(6485125017730809:6485125018909830) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(97) time_ns(6485125018999358:6485125022007218) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(97) time_ns(0:0) - external_id(32) -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (78) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (77) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (76) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (75) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (74) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (73) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (72) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (71) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - Activity records: - hipMemcpy correlation_id(97) time_ns(6485125017738400:6485125022009588) - process_id(6177) thread_id(6177) - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - (null) correlation_id(98) time_ns(0:0) - external_id(31) - hipFree correlation_id(98) time_ns(6485125028209109:6485125028305320) - process_id(6177) thread_id(6177) - (null) correlation_id(99) time_ns(0:0) - external_id(31) - hipFree correlation_id(99) time_ns(6485125028311570:6485125028328850) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(97) time_ns(6485125018915757:6485125018947462) - device_id(0) queue_id(0) - hipSetDevice correlation_id(100) time_ns(6485125046374961:6485125046391121) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(101) time_ns(6485125046395231:6485125046398241) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(102) time_ns(6485125050978222:6485125051282294) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(103) time_ns(6485125051293184:6485125051410895) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(104) time_ns(6485125051436275:6485125053476828) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(104) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(104) time_ns(6485125051418915:6485125053489569) - process_id(6177) thread_id(6177) - (null) correlation_id(105) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(105) time_ns(6485125053509189:6485125053532709) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(105) time_ns(6485125053539668:6485125054732912) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(106) time_ns(6485125054822677:6485125057759917) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(106) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(106) time_ns(6485125053545599:6485125057762497) - process_id(6177) thread_id(6177) - (null) correlation_id(107) time_ns(0:0) - external_id(31) - hipFree correlation_id(107) time_ns(6485125065308738:6485125065409608) - process_id(6177) thread_id(6177) - (null) correlation_id(108) time_ns(0:0) - external_id(31) - hipFree correlation_id(108) time_ns(6485125065415058:6485125065438439) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(106) time_ns(6485125054738838:6485125054770692) - device_id(0) queue_id(0) - hipSetDevice correlation_id(109) time_ns(6485125083426279:6485125083440799) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(110) time_ns(6485125083444919:6485125083447609) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(111) time_ns(6485125087762127:6485125088084679) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(112) time_ns(6485125088095670:6485125088213620) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(113) time_ns(6485125088239350:6485125090276704) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(113) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(113) time_ns(6485125088221700:6485125090282114) - process_id(6177) thread_id(6177) - (null) correlation_id(114) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(114) time_ns(6485125090301814:6485125090325184) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(114) time_ns(6485125090332824:6485125091522809) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(115) time_ns(6485125091622083:6485125094668764) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(115) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(115) time_ns(6485125090338774:6485125094672314) - process_id(6177) thread_id(6177) - (null) correlation_id(116) time_ns(0:0) - external_id(31) - hipFree correlation_id(116) time_ns(6485125102644837:6485125102737917) - process_id(6177) thread_id(6177) - (null) correlation_id(117) time_ns(0:0) - external_id(31) - hipFree correlation_id(117) time_ns(6485125102759608:6485125102777838) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(115) time_ns(6485125091528587:6485125091560588) - - - - - - - device_id(0) queue_id(0) - hipSetDevice correlation_id(118) time_ns(6485125119027096:6485125119043226) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(119) time_ns(6485125119046196:6485125119048246) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(120) time_ns(6485125122350629:6485125122667941) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(121) time_ns(6485125122677931:6485125122791482) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(122) time_ns(6485125122815562:6485125124823835) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(122) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(122) time_ns(6485125122799142:6485125124842356) - process_id(6177) thread_id(6177) - (null) correlation_id(123) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(123) time_ns(6485125124861376:6485125124885406) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(123) time_ns(6485125124893328:6485125126095610) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(124) time_ns(6485125126180774:6485125129151474) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(124) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(124) time_ns(6485125124890936:6485125129154044) - process_id(6177) thread_id(6177) - (null) correlation_id(125) time_ns(0:0) - external_id(31) - hipFree correlation_id(125) time_ns(6485125136595454:6485125136698294) - process_id(6177) thread_id(6177) - (null) correlation_id(126) time_ns(0:0) - external_id(31) - hipFree correlation_id(126) time_ns(6485125136703614:6485125136726514) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(124) time_ns(6485125126101685:6485125126133983) - device_id(0) queue_id(0) - hipSetDevice correlation_id(127) time_ns(6485125155017987:6485125155034037) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(128) time_ns(6485125155038007:6485125155040637) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(129) time_ns(6485125159613978:6485125159951050) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(130) time_ns(6485125159961770:6485125160095411) - process_id(6177) thread_id(6177) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (70) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (69) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (68) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (67) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (66) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (65) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - - Activity records: - hcMemcpyHostToDevice correlation_id(131) time_ns(6485125160121931:6485125162152314) - device_id(0) queue_id(0) - bytes(0x400000)# START (64) ############################# - (null) correlation_id(131) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(131) time_ns(6485125160104451:6485125162171965) - process_id(6177) thread_id(6177) -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - (null) correlation_id(132) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(132) time_ns(6485125162191685:6485125162215525) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(132) time_ns(6485125162222454:6485125163414365) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(133) time_ns(6485125163514243:6485125166500743) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(133) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(133) time_ns(6485125162221245:6485125166504743) - process_id(6177) thread_id(6177) - (null) correlation_id(134) time_ns(0:0) - external_id(31) - hipFree correlation_id(134) time_ns(6485125173335879:6485125173428280) - process_id(6177) thread_id(6177) - (null) correlation_id(135) time_ns(0:0) - external_id(31) - hipFree correlation_id(135) time_ns(6485125173432150:6485125173450010) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(133) time_ns(6485125163420291:6485125163451700) - device_id(0) queue_id(0) - hipSetDevice correlation_id(136) time_ns(6485125190147252:6485125190163572) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(137) time_ns(6485125190167512:6485125190170072) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(138) time_ns(6485125193830126:6485125194234739) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(139) time_ns(6485125194245409:6485125194363390) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(140) time_ns(6485125194389240:6485125196422983) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(140) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(140) time_ns(6485125194371510:6485125196427913) - process_id(6177) thread_id(6177) - (null) correlation_id(141) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(141) time_ns(6485125196447853:6485125196472064) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(141) time_ns(6485125196479844:6485125197667607) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(142) time_ns(6485125197762752:6485125200793523) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(142) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(142) time_ns(6485125196477904:6485125200796833) - process_id(6177) thread_id(6177) - (null) correlation_id(143) time_ns(0:0) - external_id(31) - hipFree correlation_id(143) time_ns(6485125209397650:6485125209489691) - process_id(6177) thread_id(6177) - (null) correlation_id(144) time_ns(0:0) - external_id(31) - hipFree correlation_id(144) time_ns(6485125209499901:6485125209518311) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(142) time_ns(6485125197673385:6485125197705386) - device_id(0) queue_id(0) - hipSetDevice correlation_id(145) time_ns(6485125228529568:6485125228545878) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(146) time_ns(6485125228549808:6485125228552388) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(147) time_ns(6485125231902361:6485125232252733) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(148) time_ns(6485125232263173:6485125232374814) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(149) time_ns(6485125232399384:6485125234407477) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(149) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(149) time_ns(6485125232382954:6485125234420217) - process_id(6177) thread_id(6177) - (null) correlation_id(150) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(150) time_ns(6485125234439198:6485125234461798) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(150) time_ns(6485125234469226:6485125235662767) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(151) time_ns(6485125235754916:6485125238735816) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(151) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(151) time_ns(6485125234467228:6485125238738056) - process_id(6177) thread_id(6177) - (null) correlation_id(152) time_ns(0:0) - external_id(31) - hipFree correlation_id(152) time_ns(6485125246668569:6485125246771040) - process_id(6177) thread_id(6177) - (null) correlation_id(153) time_ns(0:0) - external_id(31) - hipFree correlation_id(153) time_ns(6485125246776470:6485125246799390) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(151) time_ns(6485125235668693:6485125235701139) - device_id(0) queue_id(0) - hipSetDevice correlation_id(154) time_ns(6485125264743910:6485125264759320) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(155) time_ns(6485125264763290:6485125264766030) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(156) time_ns(6485125269284030:6485125269590502) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(157) time_ns(6485125269601012:6485125269719363) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(158) time_ns(6485125269744393:6485125271764117) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(158) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(158) time_ns(6485125269727513:6485125271777117) - process_id(6177) thread_id(6177) - (null) correlation_id(159) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(159) time_ns(6485125271795907:6485125271819487) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(159) time_ns(6485125271826659:6485125273019904) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(160) time_ns(6485125273108596:6485125276121956) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(160) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(160) time_ns(6485125271833437:6485125276124536) - process_id(6177) thread_id(6177) - (null) correlation_id(161) time_ns(0:0) - external_id(31) -PASSED! -# START (63) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (62) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (61) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (60) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (59) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (58) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (57) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - Activity records: - hipFree correlation_id(161) time_ns(6485125283050922:6485125283151943) - process_id(6177) thread_id(6177) - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - (null) correlation_id(162) time_ns(0:0) - external_id(31) - hipFree correlation_id(162) time_ns(6485125283163723:6485125283186473) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(160) time_ns(6485125273025682:6485125273057535) - device_id(0) queue_id(0) - hipSetDevice correlation_id(163) time_ns(6485125300857361:6485125300874031) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(164) time_ns(6485125300877201:6485125300879211) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(165) time_ns(6485125305392331:6485125305700483) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(166) time_ns(6485125305711804:6485125305830694) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(167) time_ns(6485125305856655:6485125307889258) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(167) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(167) time_ns(6485125305839254:6485125307894638) - process_id(6177) thread_id(6177) - (null) correlation_id(168) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(168) time_ns(6485125307914299:6485125307938509) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(168) time_ns(6485125307946204:6485125309151597) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(169) time_ns(6485125309245767:6485125312309768) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(169) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(169) time_ns(6485125307944369:6485125312313368) - process_id(6177) thread_id(6177) - (null) correlation_id(170) time_ns(0:0) - external_id(31) - hipFree correlation_id(170) time_ns(6485125321031056:6485125321127676) - process_id(6177) thread_id(6177) - (null) correlation_id(171) time_ns(0:0) - external_id(31) - hipFree correlation_id(171) time_ns(6485125321135007:6485125321152917) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(169) time_ns(6485125309157375:6485125309189229) - device_id(0) queue_id(0) - hipSetDevice correlation_id(172) time_ns(6485125340134894:6485125340150784) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(173) time_ns(6485125340154814:6485125340157614) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(174) time_ns(6485125343605967:6485125343982349) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(175) time_ns(6485125343992549:6485125344126250) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(176) time_ns(6485125344155050:6485125346159074) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(176) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(176) time_ns(6485125344138090:6485125346178864) - process_id(6177) thread_id(6177) - (null) correlation_id(177) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(177) time_ns(6485125346197074:6485125346219574) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(177) time_ns(6485125346227140:6485125347426014) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(178) time_ns(6485125347517973:6485125350476022) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(178) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(178) time_ns(6485125346237594:6485125350478522) - process_id(6177) thread_id(6177) - (null) correlation_id(179) time_ns(0:0) - external_id(31) - hipFree correlation_id(179) time_ns(6485125358298355:6485125358402046) - process_id(6177) thread_id(6177) - (null) correlation_id(180) time_ns(0:0) - - - - - - - external_id(31) - hipFree correlation_id(180) time_ns(6485125358407906:6485125358431986) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(178) time_ns(6485125347432088:6485125347464090) - device_id(0) queue_id(0) - hipSetDevice correlation_id(181) time_ns(6485125376446966:6485125376461306) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(182) time_ns(6485125376465306:6485125376467846) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(183) time_ns(6485125380996816:6485125381301808) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(184) time_ns(6485125381313018:6485125381430899) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(185) time_ns(6485125381457459:6485125383493573) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(185) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(185) time_ns(6485125381439279:6485125383498673) - process_id(6177) thread_id(6177) - (null) correlation_id(186) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(186) time_ns(6485125383516823:6485125383538843) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(186) time_ns(6485125383546561:6485125384739509) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(187) time_ns(6485125384817902:6485125387818542) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(187) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(187) time_ns(6485125383553953:6485125387820962) - process_id(6177) thread_id(6177) - (null) correlation_id(188) time_ns(0:0) - external_id(31) - hipFree correlation_id(188) time_ns(6485125394405436:6485125394502887) - process_id(6177) thread_id(6177) - (null) correlation_id(189) time_ns(0:0) - external_id(31) - hipFree correlation_id(189) time_ns(6485125394508487:6485125394530467) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(187) time_ns(6485125384745287:6485125384777141) - device_id(0) queue_id(0) - hipSetDevice correlation_id(190) time_ns(6485125411150078:6485125411165148) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(191) time_ns(6485125411168268:6485125411170248) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(192) time_ns(6485125414451260:6485125414763022) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(193) time_ns(6485125414773232:6485125414896163) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(194) time_ns(6485125414921843:6485125416931547) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(194) time_ns(0:0) - external_id(32) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (56) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (55) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (54) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (53) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (52) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (51) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (50) ############################# - Activity records: - hipMemcpy correlation_id(194) time_ns(6485125414904133:6485125416944507) - process_id(6177) thread_id(6177) -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - (null) correlation_id(195) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(195) time_ns(6485125416968937:6485125417006657) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(195) time_ns(6485125416999005:6485125418200102) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(196) time_ns(6485125418285636:6485125421241395) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(196) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(196) time_ns(6485125417018547:6485125421244355) - process_id(6177) thread_id(6177) - (null) correlation_id(197) time_ns(0:0) - external_id(31) - hipFree correlation_id(197) time_ns(6485125428530684:6485125428631355) - process_id(6177) thread_id(6177) - (null) correlation_id(198) time_ns(0:0) - external_id(31) - hipFree correlation_id(198) time_ns(6485125428636905:6485125428658715) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(196) time_ns(6485125418205880:6485125418238030) - device_id(0) queue_id(0) - hipSetDevice correlation_id(199) time_ns(6485125447658692:6485125447676062) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(200) time_ns(6485125447680002:6485125447682562) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(201) time_ns(6485125452200222:6485125452539605) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(202) time_ns(6485125452558565:6485125452723966) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(203) time_ns(6485125452758366:6485125454795309) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(203) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(203) time_ns(6485125452739096:6485125454800289) - process_id(6177) thread_id(6177) - (null) correlation_id(204) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(204) time_ns(6485125454820290:6485125454844770) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(204) time_ns(6485125454852105:6485125456039275) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(205) time_ns(6485125456121018:6485125459134538) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(205) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(205) time_ns(6485125454855940:6485125459137698) - process_id(6177) thread_id(6177) - (null) correlation_id(206) time_ns(0:0) - external_id(31) - hipFree correlation_id(206) time_ns(6485125467849267:6485125467952367) - process_id(6177) thread_id(6177) - (null) correlation_id(207) time_ns(0:0) - external_id(31) - hipFree correlation_id(207) time_ns(6485125467957598:6485125467980518) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(205) time_ns(6485125456045053:6485125456076314) - device_id(0) queue_id(0) - hipSetDevice correlation_id(208) time_ns(6485125486195109:6485125486212519) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(209) time_ns(6485125486216729:6485125486219399) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(210) time_ns(6485125490737810:6485125491063452) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(211) time_ns(6485125491073842:6485125491193323) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(212) time_ns(6485125491218833:6485125493253937) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(212) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(212) time_ns(6485125491201443:6485125493258947) - process_id(6177) thread_id(6177) - (null) correlation_id(213) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(213) time_ns(6485125493278627:6485125493301717) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(213) time_ns(6485125493309268:6485125494499105) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(214) time_ns(6485125494583846:6485125497572065) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(214) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(214) time_ns(6485125493320957:6485125497574255) - process_id(6177) thread_id(6177) - (null) correlation_id(215) time_ns(0:0) - external_id(31) - hipFree correlation_id(215) time_ns(6485125505050285:6485125505149286) - process_id(6177) thread_id(6177) - (null) correlation_id(216) time_ns(0:0) - external_id(31) - hipFree correlation_id(216) time_ns(6485125505167736:6485125505190006) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(214) time_ns(6485125494504883:6485125494537033) - device_id(0) queue_id(0) - hipSetDevice correlation_id(217) time_ns(6485125523603839:6485125523621140) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(218) time_ns(6485125523625050:6485125523627540) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(219) time_ns(6485125528127730:6485125528433482) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(220) time_ns(6485125528444302:6485125528562802) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(221) time_ns(6485125528589153:6485125530624636) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(221) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(221) time_ns(6485125528571012:6485125530630086) - process_id(6177) thread_id(6177) - (null) correlation_id(222) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(222) time_ns(6485125530649636:6485125530672646) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(222) time_ns(6485125530680387:6485125531872149) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(223) time_ns(6485125531962655:6485125534929915) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(223) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(223) time_ns(6485125530691597:6485125534932405) - process_id(6177) thread_id(6177) - (null) correlation_id(224) time_ns(0:0) - external_id(31) - hipFree correlation_id(224) time_ns(6485125541181237:6485125541283648) - process_id(6177) thread_id(6177) - (null) correlation_id(225) time_ns(0:0) - external_id(31) -PASSED! -# START (49) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (48) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (47) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (46) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (45) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (44) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (43) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - Activity records: - hipFree correlation_id(225) time_ns(6485125541288608:6485125541311758) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(223) time_ns(6485125531877928:6485125531909633) - device_id(0) queue_id(0) - hipSetDevice correlation_id(226) time_ns(6485125561435592:6485125561453002) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(227) time_ns(6485125561456292:6485125561458642) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(228) time_ns(6485125564483582:6485125564787984) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(229) time_ns(6485125564798724:6485125564911415) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(230) time_ns(6485125564936305:6485125566954879) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(230) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(230) time_ns(6485125564919095:6485125566960089) - process_id(6177) thread_id(6177) - (null) correlation_id(231) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(231) time_ns(6485125566979039:6485125567002779) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(231) time_ns(6485125567010437:6485125568211533) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(232) time_ns(6485125568286318:6485125571332928) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(232) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(232) time_ns(6485125567027390:6485125571336208) - process_id(6177) thread_id(6177) - (null) correlation_id(233) time_ns(0:0) - external_id(31) - hipFree correlation_id(233) time_ns(6485125580078336:6485125580178137) - process_id(6177) thread_id(6177) - (null) correlation_id(234) time_ns(0:0) - external_id(31) - hipFree correlation_id(234) time_ns(6485125580185267:6485125580209227) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(232) time_ns(6485125568217459:6485125568249165) - device_id(0) queue_id(0) - hipSetDevice correlation_id(235) time_ns(6485125598212218:6485125598227898) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(236) time_ns(6485125598232088:6485125598234668) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(237) time_ns(6485125602247865:6485125602552447) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(238) time_ns(6485125602562577:6485125602675278) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(239) time_ns(6485125602700648:6485125604718891) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(239) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(239) time_ns(6485125602683278:6485125604724261) - process_id(6177) thread_id(6177) - (null) correlation_id(240) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(240) time_ns(6485125604744071:6485125604766502) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(240) time_ns(6485125604774146:6485125605969761) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(241) time_ns(6485125606053910:6485125609052940) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(241) time_ns(0:0) - external_id(32) - - - hipMemcpy correlation_id(241) time_ns(6485125604781072:6485125609055260) - process_id(6177) thread_id(6177) - - - - - (null) correlation_id(242) time_ns(0:0) - external_id(31) - hipFree correlation_id(242) time_ns(6485125616339709:6485125616435740) - process_id(6177) thread_id(6177) - (null) correlation_id(243) time_ns(0:0) - external_id(31) - hipFree correlation_id(243) time_ns(6485125616441130:6485125616465770) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(241) time_ns(6485125605975688:6485125606007689) - device_id(0) queue_id(0) - hipSetDevice correlation_id(244) time_ns(6485125634516150:6485125634530140) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(245) time_ns(6485125634533950:6485125634536561) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(246) time_ns(6485125638177085:6485125638473957) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(247) time_ns(6485125638485107:6485125638600427) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(248) time_ns(6485125638626878:6485125640661231) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(248) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(248) time_ns(6485125638608398:6485125640666501) - process_id(6177) thread_id(6177) - (null) correlation_id(249) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(249) time_ns(6485125640687701:6485125640711821) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(249) time_ns(6485125640719380:6485125641923292) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(250) time_ns(6485125642012910:6485125644978340) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(250) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(250) time_ns(6485125640718561:6485125644981060) - process_id(6177) thread_id(6177) - (null) correlation_id(251) time_ns(0:0) - external_id(31) - hipFree correlation_id(251) time_ns(6485125651149091:6485125651240892) - process_id(6177) thread_id(6177) - (null) correlation_id(252) time_ns(0:0) - external_id(31) - hipFree correlation_id(252) time_ns(6485125651244832:6485125651263552) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(250) time_ns(6485125641929070:6485125641961368) - device_id(0) queue_id(0) - hipSetDevice correlation_id(253) time_ns(6485125668738229:6485125668754979) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(254) time_ns(6485125668758859:6485125668761769) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(255) time_ns(6485125673339520:6485125673642822) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(256) time_ns(6485125673653362:6485125673772393) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(257) time_ns(6485125673798583:6485125675830197) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(257) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(257) time_ns(6485125673780473:6485125675835347) - process_id(6177) thread_id(6177) - (null) correlation_id(258) time_ns(0:0) - external_id(33) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (42) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (41) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (40) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (39) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (38) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (37) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (36) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (35) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - Activity records: - hipModuleLaunchKernel correlation_id(258) time_ns(6485125675854037:6485125675877457) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(258) time_ns(6485125675884879:6485125677098866) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(259) time_ns(6485125677188916:6485125680229416) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(259) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(259) time_ns(6485125675891477:6485125680232646) - process_id(6177) thread_id(6177) - (null) correlation_id(260) time_ns(0:0) - external_id(31) - hipFree correlation_id(260) time_ns(6485125687110121:6485125687209332) - process_id(6177) thread_id(6177) - (null) correlation_id(261) time_ns(0:0) - external_id(31) - hipFree correlation_id(261) time_ns(6485125687215272:6485125687237922) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(259) time_ns(6485125677104792:6485125677136794) - device_id(0) queue_id(0) - hipSetDevice correlation_id(262) time_ns(6485125706808823:6485125706824203) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(263) time_ns(6485125706827283:6485125706829303) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(264) time_ns(6485125710152476:6485125710459378) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(265) time_ns(6485125710469338:6485125710581789) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(266) time_ns(6485125710606449:6485125712616202) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(266) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(266) time_ns(6485125710589619:6485125712628852) - process_id(6177) thread_id(6177) - (null) correlation_id(267) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(267) time_ns(6485125712649152:6485125712672742) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(267) time_ns(6485125712680708:6485125713873508) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(268) time_ns(6485125713962571:6485125716943831) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(268) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(268) time_ns(6485125712678532:6485125716946381) - process_id(6177) thread_id(6177) - (null) correlation_id(269) time_ns(0:0) - external_id(31) - hipFree correlation_id(269) time_ns(6485125723120992:6485125723213593) - process_id(6177) thread_id(6177) - (null) correlation_id(270) time_ns(0:0) - external_id(31) - hipFree correlation_id(270) time_ns(6485125723223593:6485125723243223) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(268) time_ns(6485125713879434:6485125713911139) - device_id(0) queue_id(0) - hipSetDevice correlation_id(271) time_ns(6485125740776960:6485125740793370) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(272) time_ns(6485125740797300:6485125740799941) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(273) time_ns(6485125744786127:6485125745124359) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(274) time_ns(6485125745135879:6485125745254370) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(275) time_ns(6485125745281220:6485125747321894) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(275) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(275) time_ns(6485125745262760:6485125747327144) - process_id(6177) thread_id(6177) - (null) correlation_id(276) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(276) time_ns(6485125747346214:6485125747370054) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(276) time_ns(6485125747377310:6485125748577073) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(277) time_ns(6485125748653723:6485125751603003) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(277) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(277) time_ns(6485125747375634:6485125751605163) - process_id(6177) thread_id(6177) - (null) correlation_id(278) time_ns(0:0) - external_id(31) - hipFree correlation_id(278) time_ns(6485125758126676:6485125758227067) - process_id(6177) thread_id(6177) - (null) correlation_id(279) time_ns(0:0) - external_id(31) - hipFree correlation_id(279) time_ns(6485125758232877:6485125758257287) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(277) time_ns(6485125748582851:6485125748614556) - device_id(0) queue_id(0) - hipSetDevice correlation_id(280) time_ns(6485125775818474:6485125775833604) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(281) time_ns(6485125775836594:6485125775838344) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(282) time_ns(6485125779147596:6485125779441778) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(283) time_ns(6485125779450088:6485125779557329) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(284) time_ns(6485125779580079:6485125781581533) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(284) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(284) time_ns(6485125779564019:6485125781607663) - process_id(6177) thread_id(6177) - (null) correlation_id(285) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(285) time_ns(6485125781624083:6485125781643633) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(285) time_ns(6485125781651893:6485125782846767) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(286) time_ns(6485125782933402:6485125785912432) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(286) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(286) time_ns(6485125781664843:6485125785914672) - process_id(6177) thread_id(6177) - (null) correlation_id(287) time_ns(0:0) - external_id(31) - hipFree correlation_id(287) time_ns(6485125793604153:6485125793704194) - process_id(6177) thread_id(6177) - (null) correlation_id(288) time_ns(0:0) - external_id(31) - hipFree correlation_id(288) time_ns(6485125793709274:6485125793730844) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(286) time_ns(6485125782852693:6485125782884398) - device_id(0) queue_id(0) - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (34) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (33) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (32) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (31) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (30) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (29) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - hipSetDevice correlation_id(289) time_ns(6485125812340668:6485125812356778) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(290) time_ns(6485125812366068:6485125812368638) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(291) time_ns(6485125816925179:6485125817261271) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(292) time_ns(6485125817272301:6485125817390892) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(293) time_ns(6485125817417802:6485125819445496) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(293) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(293) time_ns(6485125817399052:6485125819458066) - process_id(6177) thread_id(6177) - (null) correlation_id(294) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(294) time_ns(6485125819477346:6485125819500506) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(294) time_ns(6485125819508274:6485125820714704) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(295) time_ns(6485125820790665:6485125823762434) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(295) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(295) time_ns(6485125819506066:6485125823764784) - process_id(6177) thread_id(6177) - (null) correlation_id(296) time_ns(0:0) - external_id(31) - hipFree correlation_id(296) time_ns(6485125832423953:6485125832523193) - process_id(6177) thread_id(6177) - (null) correlation_id(297) time_ns(0:0) - external_id(31) - hipFree correlation_id(297) time_ns(6485125832528353:6485125832550743) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(295) time_ns(6485125820720630:6485125820752335) - device_id(0) queue_id(0) - hipSetDevice correlation_id(298) time_ns(6485125850521463:6485125850537553) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(299) time_ns(6485125850541764:6485125850544424) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(300) time_ns(6485125854206848:6485125854497000) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(301) time_ns(6485125854507590:6485125854623431) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(302) time_ns(6485125854649771:6485125856679504) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(302) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(302) time_ns(6485125854631341:6485125856685894) - process_id(6177) thread_id(6177) - (null) correlation_id(303) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(303) time_ns(6485125856706615:6485125856730235) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(303) time_ns(6485125856738307:6485125857923847) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(304) time_ns(6485125858013393:6485125861007894) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(304) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(304) time_ns(6485125856747075:6485125861010554) - process_id(6177) thread_id(6177) - (null) correlation_id(305) time_ns(0:0) - external_id(31) - hipFree correlation_id(305) time_ns(6485125867174995:6485125867265525) - process_id(6177) thread_id(6177) - (null) correlation_id(306) time_ns(0:0) - external_id(31) - hipFree correlation_id(306) time_ns(6485125867276885:6485125867294845) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(304) time_ns(6485125857929625:6485125857961775) - device_id(0) queue_id(0) - hipSetDevice correlation_id(307) time_ns(6485125884936183:6485125884953063) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(308) time_ns(6485125884956903:6485125884959393) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(309) time_ns(6485125888871779:6485125889276482) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(310) time_ns(6485125889287172:6485125889405393) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(311) time_ns(6485125889432003:6485125891458317) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(311) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(311) time_ns(6485125889413873:6485125891470627) - process_id(6177) thread_id(6177) - (null) correlation_id(312) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(312) time_ns(6485125891489817:6485125891513327) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(312) time_ns(6485125891521573:6485125892722521) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(313) time_ns(6485125892797976:6485125895800796) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(313) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(313) time_ns(6485125891525027:6485125895802976) - process_id(6177) thread_id(6177) - (null) correlation_id(314) time_ns(0:0) - external_id(31) - hipFree correlation_id(314) time_ns(6485125902404140:6485125902502490) - process_id(6177) thread_id(6177) - (null) correlation_id(315) time_ns(0:0) - external_id(31) - hipFree correlation_id(315) time_ns(6485125902517500:6485125902539671) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(313) time_ns(6485125892728299:6485125892759708) - device_id(0) queue_id(0) - hipSetDevice correlation_id(316) time_ns(6485125919972637:6485125919989367) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(317) time_ns(6485125919992517:6485125919994347) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(318) time_ns(6485125923279160:6485125923587182) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(319) time_ns(6485125923597302:6485125923709363) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(320) time_ns(6485125923734713:6485125925771206) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(320) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(320) time_ns(6485125923717013:6485125925776726) - process_id(6177) thread_id(6177) - (null) correlation_id(321) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(321) time_ns(6485125925796976:6485125925819787) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(321) time_ns(6485125925827237:6485125927018704) - device_id(0) queue_id(0) -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (28) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (27) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (26) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (25) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (24) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (23) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (22) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (21) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - Activity records: - hcMemcpyDeviceToHost correlation_id(322) time_ns(6485125927107115:6485125930073545) - device_id(0) queue_id(0) - bytes(0x400000) - - (null) correlation_id(322) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(322) time_ns(6485125925836737:6485125930080605) - process_id(6177) thread_id(6177) - (null) correlation_id(323) time_ns(0:0) - external_id(31) - hipFree correlation_id(323) time_ns(6485125937813706:6485125937918227) - process_id(6177) thread_id(6177) - (null) correlation_id(324) time_ns(0:0) - external_id(31) - hipFree correlation_id(324) time_ns(6485125937924147:6485125937947627) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(322) time_ns(6485125927024630:6485125927056039) - device_id(0) queue_id(0) - hipSetDevice correlation_id(325) time_ns(6485125957437228:6485125957452428) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(326) time_ns(6485125957456408:6485125957459078) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(327) time_ns(6485125961320183:6485125961620445) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(328) time_ns(6485125961631136:6485125961740166) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(329) time_ns(6485125961766146:6485125963792030) - device_id(0) queue_id(0) - bytes(0x400000) - - (null) correlation_id(329) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(329) time_ns(6485125961747816:6485125963797840) - process_id(6177) thread_id(6177) - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - (null) correlation_id(330) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(330) time_ns(6485125963817360:6485125963840090) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(330) time_ns(6485125963848148:6485125965046727) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(331) time_ns(6485125965133949:6485125968113889) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(331) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(331) time_ns(6485125963851760:6485125968116709) - process_id(6177) thread_id(6177) - - - (null) correlation_id(332) time_ns(0:0) - external_id(31) - hipFree correlation_id(332) time_ns(6485125974906894:6485125975008865) - process_id(6177) thread_id(6177) - - - (null) correlation_id(333) time_ns(0:0) - external_id(31) - hipFree correlation_id(333) time_ns(6485125975014125:6485125975035615) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(331) time_ns(6485125965052653:6485125965084654) - device_id(0) queue_id(0) - hipSetDevice correlation_id(334) time_ns(6485125992595142:6485125992608652) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(335) time_ns(6485125992611972:6485125992614733) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(336) time_ns(6485125997175593:6485125997467365) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(337) time_ns(6485125997477975:6485125997595406) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(338) time_ns(6485125997622406:6485125999654870) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(338) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(338) time_ns(6485125997603516:6485125999660300) - process_id(6177) thread_id(6177) - (null) correlation_id(339) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(339) time_ns(6485125999679040:6485125999702710) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(339) time_ns(6485125999710183:6485126000891575) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(340) time_ns(6485126000985429:6485126003937298) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(340) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(340) time_ns(6485125999719030:6485126003940738) - process_id(6177) thread_id(6177) - (null) correlation_id(341) time_ns(0:0) - external_id(31) - hipFree correlation_id(341) time_ns(6485126012692877:6485126012792727) - process_id(6177) thread_id(6177) - (null) correlation_id(342) time_ns(0:0) - external_id(31) - hipFree correlation_id(342) time_ns(6485126012798037:6485126012820787) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(340) time_ns(6485126000897501:6485126000929651) - device_id(0) queue_id(0) - hipSetDevice correlation_id(343) time_ns(6485126030918609:6485126030934739) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(344) time_ns(6485126030938869:6485126030941529) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(345) time_ns(6485126034122910:6485126034430562) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(346) time_ns(6485126034440402:6485126034553343) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(347) time_ns(6485126034580453:6485126036589586) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(347) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(347) time_ns(6485126034561963:6485126036601757) - process_id(6177) thread_id(6177) - (null) correlation_id(348) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(348) time_ns(6485126036620687:6485126036643327) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(348) time_ns(6485126036651100:6485126037846270) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(349) time_ns(6485126037930125:6485126040913165) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(349) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(349) time_ns(6485126036648837:6485126040915835) - process_id(6177) thread_id(6177) - (null) correlation_id(350) time_ns(0:0) - external_id(31) - hipFree correlation_id(350) time_ns(6485126048142684:6485126048240464) - process_id(6177) thread_id(6177) - (null) correlation_id(351) time_ns(0:0) - external_id(31) - hipFree correlation_id(351) time_ns(6485126048258615:6485126048280265) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(349) time_ns(6485126037852196:6485126037883902) - device_id(0) queue_id(0) - hipSetDevice correlation_id(352) time_ns(6485126066174994:6485126066190844) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(353) time_ns(6485126066194634:6485126066197174) - process_id(6177) thread_id(6177) - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (20) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (19) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (18) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (17) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (16) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (15) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - - Activity records: - hipMalloc correlation_id(354) time_ns(6485126070748334:6485126071063737) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(355) time_ns(6485126071080297:6485126071199017) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(356) time_ns(6485126071292098:6485126073331272) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(356) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(356) time_ns(6485126071224898:6485126073336982) - process_id(6177) thread_id(6177) - (null) correlation_id(357) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(357) time_ns(6485126073359802:6485126073384062) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(357) time_ns(6485126073391879:6485126074587049) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(358) time_ns(6485126074681381:6485126077725752) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(358) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(358) time_ns(6485126073392232:6485126077729092) - process_id(6177) thread_id(6177) - (null) correlation_id(359) time_ns(0:0) - external_id(31) - hipFree correlation_id(359) time_ns(6485126086034167:6485126086127337) - process_id(6177) thread_id(6177) - (null) correlation_id(360) time_ns(0:0) - external_id(31) - hipFree correlation_id(360) time_ns(6485126086135297:6485126086152467) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(358) time_ns(6485126074592827:6485126074624088) - device_id(0) queue_id(0) - hipSetDevice correlation_id(361) time_ns(6485126105066254:6485126105082914) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(362) time_ns(6485126105086734:6485126105089434) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(363) time_ns(6485126108354316:6485126108670218) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(364) time_ns(6485126108680258:6485126108793509) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(365) time_ns(6485126108818819:6485126110837903) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(365) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(365) time_ns(6485126108801149:6485126110843013) - process_id(6177) thread_id(6177) - (null) correlation_id(366) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(366) time_ns(6485126110861403:6485126110884783) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(366) time_ns(6485126110892081:6485126112094066) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(367) time_ns(6485126112169551:6485126115192981) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(367) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(367) time_ns(6485126110910033:6485126115196291) - process_id(6177) thread_id(6177) - (null) correlation_id(368) time_ns(0:0) - external_id(31) - hipFree correlation_id(368) time_ns(6485126123952290:6485126124070911) - process_id(6177) thread_id(6177) - (null) correlation_id(369) time_ns(0:0) - external_id(31) - hipFree correlation_id(369) time_ns(6485126124077511:6485126124101031) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(367) time_ns(6485126112099992:6485126112131994) - device_id(0) queue_id(0) - hipSetDevice correlation_id(370) time_ns(6485126142221572:6485126142237802) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(371) time_ns(6485126142241732:6485126142244302) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(372) time_ns(6485126145628615:6485126146001867) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(373) time_ns(6485126146012167:6485126146125138) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(374) time_ns(6485126146151738:6485126148155702) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(374) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(374) time_ns(6485126146132798:6485126148174432) - process_id(6177) thread_id(6177) - (null) correlation_id(375) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(375) time_ns(6485126148194502:6485126148217222) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(375) time_ns(6485126148225186:6485126149420061) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(376) time_ns(6485126149509671:6485126152554652) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(376) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(376) time_ns(6485126148222582:6485126152557352) - process_id(6177) thread_id(6177) - (null) correlation_id(377) time_ns(0:0) - external_id(31) - hipFree correlation_id(377) time_ns(6485126159535798:6485126159633608) - process_id(6177) thread_id(6177) - (null) correlation_id(378) time_ns(0:0) - external_id(31) - hipFree correlation_id(378) time_ns(6485126159641068:6485126159663589) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(376) time_ns(6485126149425987:6485126149458285) - device_id(0) queue_id(0) - hipSetDevice correlation_id(379) time_ns(6485126177794230:6485126177809240) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(380) time_ns(6485126177812530:6485126177814530) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(381) time_ns(6485126181116742:6485126181425204) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(382) time_ns(6485126181435424:6485126181547815) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(383) time_ns(6485126181574055:6485126183593789) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(383) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(383) time_ns(6485126181555535:6485126183599069) - process_id(6177) thread_id(6177) - (null) correlation_id(384) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(384) time_ns(6485126183617339:6485126183639879) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(384) time_ns(6485126183647462:6485126184844114) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(385) time_ns(6485126184933898:6485126187918018) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(385) time_ns(0:0) - external_id(32) -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (14) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (13) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (12) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (11) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (10) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (9) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (8) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (7) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - Activity records: - hipMemcpy correlation_id(385) time_ns(6485126183660359:6485126187920148) - process_id(6177) thread_id(6177) - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - (null) correlation_id(386) time_ns(0:0) - external_id(31) - hipFree correlation_id(386) time_ns(6485126196373614:6485126196479464) - process_id(6177) thread_id(6177) - (null) correlation_id(387) time_ns(0:0) - external_id(31) - hipFree correlation_id(387) time_ns(6485126196484554:6485126196507065) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(385) time_ns(6485126184850040:6485126184881746) - device_id(0) queue_id(0) - hipSetDevice correlation_id(388) time_ns(6485126215708863:6485126215724833) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(389) time_ns(6485126215728813:6485126215731393) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(390) time_ns(6485126219339597:6485126219657230) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(391) time_ns(6485126219667570:6485126219779670) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(392) time_ns(6485126219805271:6485126221837084) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(392) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(392) time_ns(6485126219787760:6485126221842494) - process_id(6177) thread_id(6177) - (null) correlation_id(393) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(393) time_ns(6485126221861884:6485126221885114) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(393) time_ns(6485126221892706:6485126223095432) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(394) time_ns(6485126223187123:6485126226156263) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(394) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(394) time_ns(6485126221890844:6485126226158733) - process_id(6177) thread_id(6177) - (null) correlation_id(395) time_ns(0:0) - external_id(31) - hipFree correlation_id(395) time_ns(6485126233880295:6485126233981615) - process_id(6177) thread_id(6177) - (null) correlation_id(396) time_ns(0:0) - external_id(31) - hipFree correlation_id(396) time_ns(6485126233987025:6485126234010195) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(394) time_ns(6485126223101210:6485126223133212) - device_id(0) queue_id(0) - hipSetDevice correlation_id(397) time_ns(6485126252656730:6485126252672940) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(398) time_ns(6485126252677030:6485126252679870) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(399) time_ns(6485126257208460:6485126257516852) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(400) time_ns(6485126257527472:6485126257645053) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(401) time_ns(6485126257670593:6485126259684487) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(401) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(401) time_ns(6485126257652773:6485126259703367) - process_id(6177) thread_id(6177) - (null) correlation_id(402) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(402) time_ns(6485126259722137:6485126259745408) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(402) time_ns(6485126259753102:6485126260955236) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(403) time_ns(6485126261041926:6485126264031546) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(403) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(403) time_ns(6485126259771078:6485126264033916) - process_id(6177) thread_id(6177) - (null) correlation_id(404) time_ns(0:0) - external_id(31) - hipFree correlation_id(404) time_ns(6485126270768981:6485126270868161) - process_id(6177) thread_id(6177) - (null) correlation_id(405) time_ns(0:0) - external_id(31) - hipFree correlation_id(405) time_ns(6485126270873201:6485126270895902) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(403) time_ns(6485126260961014:6485126260992867) - device_id(0) queue_id(0) - hipSetDevice correlation_id(406) time_ns(6485126288605510:6485126288619470) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(407) time_ns(6485126288622410:6485126288624180) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(408) time_ns(6485126293073560:6485126293368472) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(409) time_ns(6485126293379422:6485126293497303) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(410) time_ns(6485126293524043:6485126295547917) - device_id(0) queue_id(0) - bytes(0x400000) - - (null) correlation_id(410) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(410) time_ns(6485126293505493:6485126295561457) - process_id(6177) thread_id(6177) - - - - - (null) correlation_id(411) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(411) time_ns(6485126295580427:6485126295605477) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(411) time_ns(6485126295613305:6485126296806698) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(412) time_ns(6485126296900126:6485126299890955) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(412) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(412) time_ns(6485126295632887:6485126299894195) - process_id(6177) thread_id(6177) - (null) correlation_id(413) time_ns(0:0) - external_id(31) - hipFree correlation_id(413) time_ns(6485126308424513:6485126308524433) - process_id(6177) thread_id(6177) - (null) correlation_id(414) time_ns(0:0) - external_id(31) - hipFree correlation_id(414) time_ns(6485126308530193:6485126308553384) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(412) time_ns(6485126296812476:6485126296844774) - device_id(0) queue_id(0) - hipSetDevice correlation_id(415) time_ns(6485126326661474:6485126326677245) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(416) time_ns(6485126326681515:6485126326684165) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(417) time_ns(6485126330528830:6485126331018123) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(418) time_ns(6485126331028253:6485126331142044) - process_id(6177) thread_id(6177) - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (6) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (5) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (4) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (3) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - - -# START (2) ############################# -Device 0 name: Vega 10 XT [Radeon RX Vega 64] -PASSED! -# START (1) ############################# - - - - - - - - -Device 0 name: Vega 10 XT [Radeon RX Vega 64] - - - - ptr(0x7ffe3359ea58) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29a00000) - - - - ptr(0x7ffe3359ea50) size(0x400000) - - - - - - - - *ptr(0x0x7f0f29400000) - - - - dst(0x7f0f29a00000) src(0x7e67bc0) size(0x400000) kind(1) - - - - - - - - - - - - - - kernel("_Z15matrixTransposePfS_i") stream((nil)) - - - - - - - - - - dst(0x29b6680) src(0x7f0f29400000) size(0x400000) kind(2) - - - - - - - - - - - - - - - - - - - - - - -PASSED! - - - - ptr(0x7f0f29a00000) - - - - - - - - - - ptr(0x7f0f29400000) - - - - - Activity records: - hcMemcpyHostToDevice correlation_id(419) time_ns(6485126331167054:6485126333185568) - device_id(0) queue_id(0) - bytes(0x400000) - -# START (0) ############################# - (null) correlation_id(419) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(419) time_ns(6485126331149904:6485126333196088) - process_id(6177) thread_id(6177) - (null) correlation_id(420) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(420) time_ns(6485126333215928:6485126333265288) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(420) time_ns(6485126333262196:6485126334460626) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(421) time_ns(6485126334550077:6485126337495197) - device_id(0) queue_id(0) - bytes(0x400000)Device 0 name: Vega 10 XT [Radeon RX Vega 64] - (null) correlation_id(421) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(421) time_ns(6485126333273509:6485126337497957) - process_id(6177) thread_id(6177) - (null) correlation_id(422) time_ns(0:0) - external_id(31) - hipFree correlation_id(422) time_ns(6485126344942256:6485126345043017) - process_id(6177) thread_id(6177) - (null) correlation_id(423) time_ns(0:0) - external_id(31) - hipFree correlation_id(423) time_ns(6485126345048867:6485126345072307) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(421) time_ns(6485126334466404:6485126334498109) - device_id(0) queue_id(0) - hipSetDevice correlation_id(424) time_ns(6485126363378789:6485126363395100) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(425) time_ns(6485126363399100:6485126363401700) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(426) time_ns(6485126367921470:6485126368271893) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(427) time_ns(6485126368283213:6485126368401584) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(428) time_ns(6485126368428414:6485126370463217) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(428) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(428) time_ns(6485126368409834:6485126370468377) - process_id(6177) thread_id(6177) - (null) correlation_id(429) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(429) time_ns(6485126370487507:6485126370510848) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(429) time_ns(6485126370517934:6485126371719772) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(430) time_ns(6485126371811346:6485126374795336) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(430) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(430) time_ns(6485126370529958:6485126374797486) - process_id(6177) thread_id(6177) - (null) correlation_id(431) time_ns(0:0) - external_id(31) - hipFree correlation_id(431) time_ns(6485126380903007:6485126380996247) - process_id(6177) thread_id(6177) - (null) correlation_id(432) time_ns(0:0) - external_id(31) - hipFree correlation_id(432) time_ns(6485126381006087:6485126381029487) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(430) time_ns(6485126371725698:6485126371757551) - device_id(0) queue_id(0) - hipSetDevice correlation_id(433) time_ns(6485126401264323:6485126401278843) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(434) time_ns(6485126401282183:6485126401284613) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(435) time_ns(6485126404332013:6485126404636125) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(436) time_ns(6485126404646615:6485126404760106) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(437) time_ns(6485126404785526:6485126406803720) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(437) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(437) time_ns(6485126404768246:6485126406808960) - process_id(6177) thread_id(6177) - (null) correlation_id(438) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(438) time_ns(6485126406827120:6485126406850360) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(438) time_ns(6485126406857898:6485126408069959) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(439) time_ns(6485126408144329:6485126411139689) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(439) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(439) time_ns(6485126406863470:6485126411143269) - process_id(6177) thread_id(6177) - (null) correlation_id(440) time_ns(0:0) - external_id(31) - hipFree correlation_id(440) time_ns(6485126419887627:6485126419988038) - process_id(6177) thread_id(6177) - (null) correlation_id(441) time_ns(0:0) - external_id(31) - hipFree correlation_id(441) time_ns(6485126419993158:6485126420039578) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(439) time_ns(6485126408075737:6485126408107887) - device_id(0) queue_id(0) - hipSetDevice correlation_id(442) time_ns(6485126438187709:6485126438204259) - process_id(6177) thread_id(6177) - hipGetDeviceProperties correlation_id(443) time_ns(6485126438208279:6485126438210829) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(444) time_ns(6485126442770370:6485126443102503) - process_id(6177) thread_id(6177) - hipMalloc correlation_id(445) time_ns(6485126443112943:6485126443229713) - process_id(6177) thread_id(6177) - hcMemcpyHostToDevice correlation_id(446) time_ns(6485126443255904:6485126445274137) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(446) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(446) time_ns(6485126443237743:6485126445292817) - process_id(6177) thread_id(6177) - (null) correlation_id(447) time_ns(0:0) - external_id(33) - hipModuleLaunchKernel correlation_id(447) time_ns(6485126445312157:6485126445335628) - process_id(6177) thread_id(6177) - hcCommandKernel correlation_id(447) time_ns(6485126445343403:6485126446549388) - device_id(0) queue_id(0) - hcMemcpyDeviceToHost correlation_id(448) time_ns(6485126446638196:6485126449646466) - device_id(0) queue_id(0) - bytes(0x400000) (null) correlation_id(448) time_ns(0:0) - external_id(32) - hipMemcpy correlation_id(448) time_ns(6485126445354228:6485126449648766) - process_id(6177) thread_id(6177) - (null) correlation_id(449) time_ns(0:0) - external_id(31) -PASSED! - Activity records: - hipFree correlation_id(449) time_ns(6485126457148196:6485126457245787) - process_id(6177) thread_id(6177) - (null) correlation_id(450) time_ns(0:0) - external_id(31) - hipFree correlation_id(450) time_ns(6485126457256857:6485126457299467) - process_id(6177) thread_id(6177) - hcCommandMarker correlation_id(448) time_ns(6485126446555166:6485126446587464) - device_id(0) queue_id(0) -# STOP ############################# - diff --git a/test/ctrl_hsa_input_trace.txt b/test/ctrl_hsa_input_trace.txt deleted file mode 100644 index 4175b83efd..0000000000 --- a/test/ctrl_hsa_input_trace.txt +++ /dev/null @@ -1,77 +0,0 @@ -tool HSA test input: "./test/hsa/ctrl" -ROCTracer (pid=116477): input from "input.xml" - HSA-trace( hsa_agent_get_info hsa_amd_memory_pool_allocate) - HSA-activity-trace() -> GPU agents : -> agent[0] : ->> Name : gfx900 ->> APU : 0 ->> HSAIL profile : 0 ->> Max Wave Size : 64 ->> Max Queue Size : 131072 ->> CU number : 64 ->> Waves per CU : 40 ->> SIMDs per CU : 4 ->> SE number : 4 ->> Shader Arrays per SE : 1 -TestHsa::Initialize : -> Using agent[0] : gfx900 -TestHsa::setup : -Code object filename: gfx9_DummyKernel.hsaco -TestHsa::run : -> Executing kernel: "DummyKernel" -> Waiting on kernel dispatch signal, que_idx=0 -> DONE, que_idx=0 -Test : Passed -Time taken for Setup by DummyKernel : 0.000853027 -Time taken for Dispatch by DummyKernel : 2.39258e-05 -Time taken in Total by DummyKernel : 0.000876953 -TestHsa::Initialize : -> Using agent[0] : gfx900 -TestHsa::setup : -Code object filename: gfx9_SimpleConvolution.hsaco -SimpleConvolution::init : -> Input[0] : -> 15 201 51 89 92 34 96 66 11 225 161 96 81 211 108 124 202 244 182 90 215 92 98 20 44 225 55 247 202 0 45 218 202 97 51 39 131 147 105 143 116 11 239 198 222 92 67 169 81 250 3 40 86 101 60 131 70 116 123 17 117 168 236 64 -> Mask : -> 0 0.2 0 -> 0.2 0.2 0.2 -> 0 0.2 0 -TestHsa::run : -> Executing kernel: "SimpleConvolution" -> Waiting on kernel dispatch signal, que_idx=1 -> DONE, que_idx=1 -> Output[0] : -> 45 60 89 75 79 86 45 43 104 82 144 105 99 90 109 124 123 146 149 124 120 87 43 36 88 91 113 103 98 53 68 104 113 106 76 90 90 122 82 92 102 124 95 149 112 102 69 82 146 116 103 62 50 96 99 87 84 110 88 81 61 105 134 71 -Test : Passed -Time taken for Setup by SimpleConvolution : 0.000602051 -Time taken for Dispatch by SimpleConvolution : 4.00391e-05 -Time taken in Total by SimpleConvolution : 0.00064209 -1822810967909998:1822810967921554 async-copy0 -1822810364769411:1822810364771941 116477:116477 hsa_agent_get_info(, 17, 0x7ffeac015fec) = 0 -1822810364778011:1822810364778611 116477:116477 hsa_agent_get_info(, 17, 0x7ffeac015fec) = 0 -1822810364779111:1822810364782691 116477:116477 hsa_agent_get_info(, 0, 0x8aac04) = 0 -1822810364784511:1822810364785051 116477:116477 hsa_agent_get_info(, 6, 0x8aac44) = 0 -1822810364785491:1822810364785841 116477:116477 hsa_agent_get_info(, 14, 0x8aac48) = 0 -1822810364786281:1822810364786611 116477:116477 hsa_agent_get_info(, 4, 0x8aac4c) = 0 -1822810364787051:1822810364787401 116477:116477 hsa_agent_get_info(, 40962, 0x8aac68) = 0 -1822810364787841:1822810364788181 116477:116477 hsa_agent_get_info(, 40970, 0x8aac6c) = 0 -1822810364788621:1822810364788951 116477:116477 hsa_agent_get_info(, 40971, 0x8aac70) = 0 -1822810364789381:1822810364789711 116477:116477 hsa_agent_get_info(, 40972, 0x8aac74) = 0 -1822810364790151:1822810364790471 116477:116477 hsa_agent_get_info(, 40973, 0x8aac78) = 0 -1822810966872900:1822810966889591 116477:116485 hsa_amd_memory_pool_allocate(, , , 0x7fe988df8c68) = 0 -1822810966960311:1822810966961441 116477:116485 hsa_amd_memory_pool_allocate(, , , 0x7fe988df8c70) = 0 -1822810966961951:1822810966973001 116477:116485 hsa_amd_memory_pool_allocate(, , , 0x7fe988df8c68) = 0 -1822810967025981:1822810967035781 116477:116485 hsa_amd_memory_pool_allocate(, , , 0x7fe988df8c68) = 0 -1822810967298203:1822810967317743 116477:116485 hsa_amd_memory_pool_allocate(, , , 0x7fe988df8c68) = 0 -1822810967384054:1822810967384814 116477:116485 hsa_agent_get_info(, 17, 0x7fe988df87bc) = 0 -1822810967387674:1822810967388054 116477:116485 hsa_agent_get_info(, 17, 0x7fe988df87bc) = 0 -1822810967388514:1822810967391744 116477:116485 hsa_agent_get_info(, 0, 0x7fe930006e04) = 0 -1822810967394494:1822810967394794 116477:116485 hsa_agent_get_info(, 6, 0x7fe930006e44) = 0 -1822810967395194:1822810967395514 116477:116485 hsa_agent_get_info(, 14, 0x7fe930006e48) = 0 -1822810967395924:1822810967396214 116477:116485 hsa_agent_get_info(, 4, 0x7fe930006e4c) = 0 -1822810967396604:1822810967396904 116477:116485 hsa_agent_get_info(, 40962, 0x7fe930006e68) = 0 -1822810967397294:1822810967397594 116477:116485 hsa_agent_get_info(, 40970, 0x7fe930006e6c) = 0 -1822810967397984:1822810967398284 116477:116485 hsa_agent_get_info(, 40971, 0x7fe930006e70) = 0 -1822810967398674:1822810967398974 116477:116485 hsa_agent_get_info(, 40972, 0x7fe930006e74) = 0 -1822810967399364:1822810967399654 116477:116485 hsa_agent_get_info(, 40973, 0x7fe930006e78) = 0 diff --git a/test/ctrl_hsa_trace.txt b/test/ctrl_hsa_trace.txt deleted file mode 100644 index 3f640fa8df..0000000000 --- a/test/ctrl_hsa_trace.txt +++ /dev/null @@ -1,163 +0,0 @@ -tool HSA test: "./test/hsa/ctrl" -ROCTracer (pid=116451): - HSA-trace() - HSA-activity-trace() -> GPU agents : -> agent[0] : ->> Name : gfx900 ->> APU : 0 ->> HSAIL profile : 0 ->> Max Wave Size : 64 ->> Max Queue Size : 131072 ->> CU number : 64 ->> Waves per CU : 40 ->> SIMDs per CU : 4 ->> SE number : 4 ->> Shader Arrays per SE : 1 -TestHsa::Initialize : -> Using agent[0] : gfx900 -TestHsa::setup : -Code object filename: gfx9_DummyKernel.hsaco -TestHsa::run : -> Executing kernel: "DummyKernel" -> Waiting on kernel dispatch signal, que_idx=0 -> DONE, que_idx=0 -Test : Passed -Time taken for Setup by DummyKernel : 0.000803955 -Time taken for Dispatch by DummyKernel : 2.68555e-05 -Time taken in Total by DummyKernel : 0.000830811 -TestHsa::Initialize : -> Using agent[0] : gfx900 -TestHsa::setup : -Code object filename: gfx9_SimpleConvolution.hsaco -SimpleConvolution::init : -> Input[0] : -> 15 201 51 89 92 34 96 66 11 225 161 96 81 211 108 124 202 244 182 90 215 92 98 20 44 225 55 247 202 0 45 218 202 97 51 39 131 147 105 143 116 11 239 198 222 92 67 169 81 250 3 40 86 101 60 131 70 116 123 17 117 168 236 64 -> Mask : -> 0 0.2 0 -> 0.2 0.2 0.2 -> 0 0.2 0 -TestHsa::run : -> Executing kernel: "SimpleConvolution" -> Waiting on kernel dispatch signal, que_idx=1 -> DONE, que_idx=1 -> Output[0] : -> 45 60 89 75 79 86 45 43 104 82 144 105 99 90 109 124 123 146 149 124 120 87 43 36 88 91 113 103 98 53 68 104 113 106 76 90 90 122 82 92 102 124 95 149 112 102 69 82 146 116 103 62 50 96 99 87 84 110 88 81 61 105 134 71 -Test : Passed -Time taken for Setup by SimpleConvolution : 0.00060498 -Time taken for Dispatch by SimpleConvolution : 4.29687e-05 -Time taken in Total by SimpleConvolution : 0.000647949 -1822787198892285:1822787198903100 async-copy0 -1822786593183215:1822786593187325 116451:116451 hsa_amd_profiling_async_copy_enable() = 0 -1822786593205695:1822786593206405 116451:116451 hsa_agent_get_info(, 17, 0x7ffd08170f5c) = 0 -1822786593211235:1822786593212485 116451:116451 hsa_amd_memory_pool_get_info(, 0, 0x7ffd08170df8) = 0 -1822786593213335:1822786593213925 116451:116451 hsa_amd_memory_pool_get_info(, 1, 0x7ffd08170dfc) = 0 -1822786593214745:1822786593215305 116451:116451 hsa_amd_memory_pool_get_info(, 0, 0x7ffd08170df8) = 0 -1822786593216065:1822786593216635 116451:116451 hsa_amd_memory_pool_get_info(, 1, 0x7ffd08170dfc) = 0 -1822786593216065:1822786593217435 116451:116451 hsa_amd_agent_iterate_memory_pools(, 1, 0x143cfc0) = 1 -1822786593219035:1822786593219605 116451:116451 hsa_amd_memory_pool_get_info(, 0, 0x7ffd08170df8) = 0 -1822786593220385:1822786593220945 116451:116451 hsa_amd_memory_pool_get_info(, 1, 0x7ffd08170dfc) = 0 -1822786593220385:1822786593221715 116451:116451 hsa_amd_agent_iterate_memory_pools(, 1, 0x143cfd0) = 1 -1822786593224085:1822786593224895 116451:116451 hsa_agent_get_info(, 17, 0x7ffd08170f5c) = 0 -1822786593225835:1822786593231426 116451:116451 hsa_agent_get_info(, 0, 0x143d094) = 0 -1822786593233936:1822786593234536 116451:116451 hsa_agent_get_info(, 6, 0x143d0d4) = 0 -1822786593235326:1822786593235926 116451:116451 hsa_agent_get_info(, 14, 0x143d0d8) = 0 -1822786593236696:1822786593237276 116451:116451 hsa_agent_get_info(, 4, 0x143d0dc) = 0 -1822786593238046:1822786593238646 116451:116451 hsa_agent_get_info(, 40962, 0x143d0f8) = 0 -1822786593239416:1822786593240136 116451:116451 hsa_agent_get_info(, 40970, 0x143d0fc) = 0 -1822786593240946:1822786593241526 116451:116451 hsa_agent_get_info(, 40971, 0x143d100) = 0 -1822786593242296:1822786593242886 116451:116451 hsa_agent_get_info(, 40972, 0x143d104) = 0 -1822786593243666:1822786593244246 116451:116451 hsa_agent_get_info(, 40973, 0x143d108) = 0 -1822786593245736:1822786593246326 116451:116451 hsa_amd_memory_pool_get_info(, 0, 0x7ffd08170de8) = 0 -1822786593247096:1822786593247676 116451:116451 hsa_amd_memory_pool_get_info(, 1, 0x7ffd08170dec) = 0 -1822786593247096:1822786593248456 116451:116451 hsa_amd_agent_iterate_memory_pools(, 1, 0x143d0e8) = 1 -1822786593247096:1822786593250036 116451:116451 hsa_iterate_agents(1, 0x13fd320) = 0 -1822786593251826:1822786593416117 116451:116451 hsa_system_get_extension_table(, , , 0x13fd3b8) = 0 -1822786593417707:1822786593420377 116451:116451 hsa_system_get_extension_table(, , , 0x13fd408) = 0 -1822786593422447:1822786593423047 116451:116451 hsa_system_get_info(3, 0x7ffd08171128) = 0 -1822786593658778:1822786608352362 116451:116459 hsa_queue_create(, , , 0, 0, , , ) = 0 -1822786902531377:1822786902535757 116451:116459 hsa_signal_create(1, , 0, 0x7fa610001f20) = 0 -1822786902571037:1822786902584537 116451:116459 hsa_code_object_reader_create_from_file(5, 0x7fa665ffcbe0) = 0 -1822786902586167:1822786902597097 116451:116459 hsa_executable_create_alt(1, 0, -1822786902598597:1822786902965610 116451:116459 hsa_executable_load_agent_code_object(, , , -1822786902967780:1822786903353172 116451:116459 hsa_executable_freeze(, ) = 0 -1822786903355162:1822786903356442 116451:116459 hsa_executable_get_symbol(, -1822786903362512:1822786903363052 116451:116459 hsa_executable_symbol_get_info(, 13, 0x7fa665ffcc44) = 0 -1822786903363492:1822786903363782 116451:116459 hsa_executable_symbol_get_info(, 14, 0x7fa665ffcc48) = 0 -1822786903364172:1822786903364492 116451:116459 hsa_executable_symbol_get_info(, 22, 0x7fa665ffcc58) = 0 -1822786903365702:1822786903366022 116451:116459 hsa_signal_store_relaxed(, 1) = void -1822786903370912:1822786903371252 116451:116459 hsa_queue_load_write_index_relaxed(0x7fa7a2ce1000) = 0 -1822786903372632:1822786903372942 116451:116459 hsa_queue_store_write_index_relaxed(0x7fa7a2ce1000, ) = void -1822786903374072:1822786903374512 116451:116459 hsa_queue_load_read_index_relaxed(0x7fa7a2ce1000) = 0 -1822786903375092:1822786903375562 116451:116459 hsa_signal_store_relaxed(, 0) = void -1822786903379112:1822786903393132 116451:116459 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822786903425033:1822786903474693 116451:116459 hsa_executable_destroy() = 0 -1822786903475683:1822786903476973 116451:116459 hsa_signal_destroy() = 0 -1822787197612807:1822787197613567 116451:116459 hsa_signal_create(1, , 0, 0x7fa610007340) = 0 -1822787197622077:1822787197628137 116451:116459 hsa_code_object_reader_create_from_file(7, 0x7fa665ffcbe0) = 0 -1822787197628677:1822787197629627 116451:116459 hsa_executable_create_alt(1, 0, -1822787197630087:1822787197791048 116451:116459 hsa_executable_load_agent_code_object(, , , -1822787197792018:1822787197833668 116451:116459 hsa_executable_freeze(, ) = 0 -1822787197834218:1822787197839559 116451:116459 hsa_executable_get_symbol(, -1822787197841769:1822787197856699 116451:116459 hsa_amd_memory_pool_allocate(, , , 0x7fa665ffcc68) = 0 -1822787197858079:1822787197924589 116451:116459 hsa_amd_agents_allow_access(, 0x7fa665ffcc70, 0, 0x7fa7a2cc4000) = 0 -1822787197926269:1822787197927179 116451:116459 hsa_amd_memory_pool_allocate(, , , 0x7fa665ffcc70) = 0 -1822787197927659:1822787197939219 116451:116459 hsa_amd_memory_pool_allocate(, , , 0x7fa665ffcc68) = 0 -1822787197939719:1822787197992339 116451:116459 hsa_amd_agents_allow_access(, 0x7fa665ffcc70, 0, 0x7fa7a2cd6000) = 0 -1822787197993039:1822787197993399 116451:116459 hsa_executable_symbol_get_info(, 11, 0x7fa665ffcca0) = 0 -1822787197995009:1822787198005070 116451:116459 hsa_amd_memory_pool_allocate(, , , 0x7fa665ffcc68) = 0 -1822787198005560:1822787198054310 116451:116459 hsa_amd_agents_allow_access(, 0x7fa665ffcc70, 0, 0x7fa7a2cd4000) = 0 -1822787198222651:1822787198223061 116451:116459 hsa_executable_symbol_get_info(, 13, 0x7fa665ffcc44) = 0 -1822787198223531:1822787198223831 116451:116459 hsa_executable_symbol_get_info(, 14, 0x7fa665ffcc48) = 0 -1822787198224221:1822787198224531 116451:116459 hsa_executable_symbol_get_info(, 22, 0x7fa665ffcc58) = 0 -1822787198224991:1822787198225351 116451:116459 hsa_signal_store_relaxed(, 1) = void -1822787198228821:1822787198229191 116451:116459 hsa_queue_load_write_index_relaxed(0x7fa7a2ce1000) = 1 -1822787198229651:1822787198229961 116451:116459 hsa_queue_store_write_index_relaxed(0x7fa7a2ce1000, ) = void -1822787198230421:1822787198230851 116451:116459 hsa_queue_load_read_index_relaxed(0x7fa7a2ce1000) = 1 -1822787198231381:1822787198231871 116451:116459 hsa_signal_store_relaxed(, 1) = void -1822787198234591:1822787198268311 116451:116459 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822787198271101:1822787198289651 116451:116459 hsa_amd_memory_pool_allocate(, , , 0x7fa665ffcc68) = 0 -1822787198290261:1822787198347092 116451:116459 hsa_amd_agents_allow_access(, 0x7fa665ffcc70, 0, 0x7fa7a2c78000) = 0 -1822787198347792:1822787198349312 116451:116459 hsa_signal_create(1, , 0, 0x7fa665ffcc40) = 0 -1822787198356932:1822787198357642 116451:116459 hsa_agent_get_info(, 17, 0x7fa665ffc7bc) = 0 -1822787198359432:1822787198360132 116451:116459 hsa_amd_memory_pool_get_info(, 0, 0x7fa665ffc658) = 0 -1822787198360542:1822787198360842 116451:116459 hsa_amd_memory_pool_get_info(, 1, 0x7fa665ffc65c) = 0 -1822787198361262:1822787198361552 116451:116459 hsa_amd_memory_pool_get_info(, 0, 0x7fa665ffc658) = 0 -1822787198361942:1822787198362232 116451:116459 hsa_amd_memory_pool_get_info(, 1, 0x7fa665ffc65c) = 0 -1822787198361942:1822787198362632 116451:116459 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fa610006d60) = 1 -1822787198363522:1822787198363812 116451:116459 hsa_amd_memory_pool_get_info(, 0, 0x7fa665ffc658) = 0 -1822787198364212:1822787198364502 116451:116459 hsa_amd_memory_pool_get_info(, 1, 0x7fa665ffc65c) = 0 -1822787198364212:1822787198364892 116451:116459 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fa610006d70) = 1 -1822787198365732:1822787198366072 116451:116459 hsa_agent_get_info(, 17, 0x7fa665ffc7bc) = 0 -1822787198366522:1822787198369532 116451:116459 hsa_agent_get_info(, 0, 0x7fa610006e34) = 0 -1822787198372162:1822787198372472 116451:116459 hsa_agent_get_info(, 6, 0x7fa610006e74) = 0 -1822787198372872:1822787198373172 116451:116459 hsa_agent_get_info(, 14, 0x7fa610006e78) = 0 -1822787198373572:1822787198373862 116451:116459 hsa_agent_get_info(, 4, 0x7fa610006e7c) = 0 -1822787198374262:1822787198374572 116451:116459 hsa_agent_get_info(, 40962, 0x7fa610006e98) = 0 -1822787198375892:1822787198376202 116451:116459 hsa_agent_get_info(, 40970, 0x7fa610006e9c) = 0 -1822787198376692:1822787198376992 116451:116459 hsa_agent_get_info(, 40971, 0x7fa610006ea0) = 0 -1822787198377392:1822787198377692 116451:116459 hsa_agent_get_info(, 40972, 0x7fa610006ea4) = 0 -1822787198378092:1822787198378392 116451:116459 hsa_agent_get_info(, 40973, 0x7fa610006ea8) = 0 -1822787198379162:1822787198379462 116451:116459 hsa_amd_memory_pool_get_info(, 0, 0x7fa665ffc648) = 0 -1822787198379852:1822787198380152 116451:116459 hsa_amd_memory_pool_get_info(, 1, 0x7fa665ffc64c) = 0 -1822787198379852:1822787198380542 116451:116459 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fa610006e88) = 1 -1822787198379852:1822787198381142 116451:116459 hsa_iterate_agents(1, 0x7fa610006980) = 0 -1822787198381692:1822787198397632 116451:116459 hsa_system_get_major_extension_table(, , , 0x7fa610006a18) = 0 -1822787198398112:1822787198398412 116451:116459 hsa_system_get_major_extension_table(, , , 0x7fa610006a68) = 0 -1822787198399032:1822787198399332 116451:116459 hsa_system_get_info(3, 0x7fa665ffc988) = 0 -1822787198399782:1822787198400322 116451:116459 hsa_system_get_info(2, 0x7fa665ffc9d0) = 0 -1822787198400762:1822787198401922 116451:116459 hsa_signal_create(1, , 0, 0x7fa68f797050) = 0 -1822787198402472:1822787198405132 116451:116459 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7fa68f797010) = 0 -1822787198405752:1822787198837475 116451:116459 hsa_amd_memory_async_copy(0x7fa7a2c78000, , 0x7fa688203000, , , , 0, ) = 0 -1822787198931945:1822787198941165 116451:116454 hsa_amd_profiling_get_async_copy_time(, 0x7fa7a092bc40) = 0 -1822787198944925:1822787198946035 116451:116454 hsa_system_get_info(2, 0x7fa7a092bc38) = 0 -1822787198947005:1822787198948155 116451:116454 hsa_signal_load_relaxed() = 1 -1822787198838365:1822787198950945 116451:116459 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 -1822787198949035:1822787198951965 116451:116454 hsa_signal_store_screlease(, 0) = void -1822787198952535:1822787198953995 116451:116459 hsa_signal_destroy() = 0 -1822787198953835:1822787198955305 116451:116454 hsa_signal_destroy() = 0 -1822787199054396:1822787199072966 116451:116459 hsa_memory_free(0x7fa7a2c78000) = 0 -1822787199096536:1822787199113536 116451:116459 hsa_executable_destroy() = 0 -1822787199114426:1822787199116066 116451:116459 hsa_signal_destroy() = 0 -1822787199118006:1822787200339674 116451:116459 hsa_queue_destroy() = 0 - diff --git a/test/MatrixTranspose/MatrixTranspose_ctest_trace.txt b/test/golden_traces/MatrixTranspose_ctest_trace.txt similarity index 99% rename from test/MatrixTranspose/MatrixTranspose_ctest_trace.txt rename to test/golden_traces/MatrixTranspose_ctest_trace.txt index 61e8730e44..833753d134 100644 --- a/test/MatrixTranspose/MatrixTranspose_ctest_trace.txt +++ b/test/golden_traces/MatrixTranspose_ctest_trace.txt @@ -1,4 +1,3 @@ -standalone C test: "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_ctest" # INIT ############################# # START (99) ############################# diff --git a/test/golden_traces/MatrixTranspose_hip_flush_trace.txt b/test/golden_traces/MatrixTranspose_hip_flush_trace.txt new file mode 100644 index 0000000000..5d8a96185b --- /dev/null +++ b/test/golden_traces/MatrixTranspose_hip_flush_trace.txt @@ -0,0 +1,412 @@ +ROCTracer (pid=26066): +ROCTracer: trace control flush rate(100000us) + HIP-trace() +ROCTracer (pid=26066): +ROCTracer: trace control flush rate(100000us) + HIP-trace() +Device name Ellesmere [Radeon RX 470/480/570/570X/580/580X] +## Iteration (99) ################# +43934932418043:43934932456496 26066:26066 hipGetDeviceProperties() +43934934626423:43934934675542 26066:26066 hipMalloc(ptr(0x902800000) size(0x400000)) +43934934677103:43934934698784 26066:26066 hipMalloc(ptr(0x903000000) size(0x400000)) +43934934708976:43934940336620 26066:26066 hipMemcpy(dst(0x902800000) src(0x1384170) size(0x400000) kind(1)) +43934940338871:43934940338872 26066:26066 MARK(name(before HIP LaunchKernel)) +43935225511780:43935227349863 0:0 hcCommandKernel:6 +43935227358980:43935227395780 0:0 hcCommandMarker:8 +PASSED! +## Iteration (98) ################# +PASSED! +## Iteration (97) ################# +PASSED! +## Iteration (96) ################# +PASSED! +## Iteration (95) ################# +PASSED! +## Iteration (94) ################# +43935243433550:43935245268113 0:0 hcCommandKernel:11 +43935245270936:43935245302936 0:0 hcCommandMarker:13 +43935261086822:43935262934346 0:0 hcCommandKernel:16 +43935262937310:43935262969310 0:0 hcCommandMarker:18 +43935278843800:43935280686843 0:0 hcCommandKernel:21 +43935280690009:43935280722009 0:0 hcCommandMarker:23 +43935296495925:43935298337528 0:0 hcCommandKernel:26 +43935298340338:43935298371858 0:0 hcCommandMarker:28 +43935314291986:43935316140949 0:0 hcCommandKernel:31 +43935316144062:43935316175422 0:0 hcCommandMarker:33 +PASSED! +## Iteration (93) ################# +PASSED! +## Iteration (92) ################# +PASSED! +## Iteration (91) ################# +PASSED! +## Iteration (90) ################# +PASSED! +## Iteration (89) ################# +43935332066943:43935333908066 0:0 hcCommandKernel:36 +43935333911153:43935333942513 0:0 hcCommandMarker:38 +43935350038934:43935351880697 0:0 hcCommandKernel:41 +43935351883641:43935351915001 0:0 hcCommandMarker:43 +43935367793257:43935369638700 0:0 hcCommandKernel:46 +43935369641744:43935369673104 0:0 hcCommandMarker:48 +43935385528005:43935387375368 0:0 hcCommandKernel:51 +43935387378362:43935387409722 0:0 hcCommandMarker:53 +43935403309412:43935405152295 0:0 hcCommandKernel:56 +43935405155209:43935405186569 0:0 hcCommandMarker:58 +PASSED! +## Iteration (88) ################# +43935421119359:43935422961442 0:0 hcCommandKernel:61 +43935422964474:43935422995834 0:0 hcCommandMarker:63 +PASSED! +## Iteration (87) ################# +PASSED! +## Iteration (86) ################# +PASSED! +## Iteration (85) ################# +PASSED! +## Iteration (84) ################# +PASSED! +## Iteration (83) ################# +43935438844897:43935440686660 0:0 hcCommandKernel:66 +43935440689713:43935440721393 0:0 hcCommandMarker:68 +43935456490502:43935458334505 0:0 hcCommandKernel:71 +43935458337617:43935458368977 0:0 hcCommandMarker:73 +43935474147631:43935475986514 0:0 hcCommandKernel:76 +43935475989587:43935476020947 0:0 hcCommandMarker:78 +43935491854358:43935492341878 0:0 hcCommandKernel:81 +43935492345644:43935492352044 0:0 hcCommandMarker:83 +43935508126004:43935508605044 0:0 hcCommandKernel:86 +43935508608028:43935508614588 0:0 hcCommandMarker:88 +PASSED! +## Iteration (82) ################# +43935524418876:43935524907836 0:0 hcCommandKernel:91 +43935524910557:43935524917117 0:0 hcCommandMarker:93 +PASSED! +## Iteration (81) ################# +PASSED! +## Iteration (80) ################# +PASSED! +## Iteration (79) ################# +PASSED! +## Iteration (78) ################# +PASSED! +## Iteration (77) ################# +43935540719417:43935541208217 0:0 hcCommandKernel:96 +43935541211437:43935541217997 0:0 hcCommandMarker:98 +43935556967811:43935557454211 0:0 hcCommandKernel:101 +43935557457796:43935557464356 0:0 hcCommandMarker:103 +43935573251751:43935573737511 0:0 hcCommandKernel:106 +43935573740418:43935573746978 0:0 hcCommandMarker:108 +43935589528260:43935590013700 0:0 hcCommandKernel:111 +43935590017484:43935590024044 0:0 hcCommandMarker:113 +43935605722549:43935606210549 0:0 hcCommandKernel:116 +43935606213595:43935606220155 0:0 hcCommandMarker:118 +PASSED! +## Iteration (76) ################# +43935621981951:43935622472991 0:0 hcCommandKernel:121 +43935622476644:43935622483204 0:0 hcCommandMarker:123 +PASSED! +## Iteration (75) ################# +PASSED! +## Iteration (74) ################# +PASSED! +## Iteration (73) ################# +PASSED! +## Iteration (72) ################# +PASSED! +## Iteration (71) ################# +43935638193139:43935638675859 0:0 hcCommandKernel:126 +43935638678816:43935638685216 0:0 hcCommandMarker:128 +43935654459215:43935654944496 0:0 hcCommandKernel:131 +43935654952142:43935654958862 0:0 hcCommandMarker:133 +43935670702708:43935671183508 0:0 hcCommandKernel:136 +43935671186548:43935671193108 0:0 hcCommandMarker:138 +43935686939367:43935687417768 0:0 hcCommandKernel:141 +43935687425608:43935687432168 0:0 hcCommandMarker:143 +43935703168285:43935703658045 0:0 hcCommandKernel:146 +43935703661042:43935703667442 0:0 hcCommandMarker:148 +PASSED! +## Iteration (70) ################# +43935719453292:43935719944172 0:0 hcCommandKernel:151 +43935719947859:43935719954419 0:0 hcCommandMarker:153 +PASSED! +## Iteration (69) ################# +PASSED! +## Iteration (68) ################# +PASSED! +## Iteration (67) ################# +PASSED! +## Iteration (66) ################# +PASSED! +## Iteration (65) ################# +43935735726735:43935736208335 0:0 hcCommandKernel:156 +43935736212026:43935736218586 0:0 hcCommandMarker:158 +43935751921190:43935752410790 0:0 hcCommandKernel:161 +43935752414441:43935752421001 0:0 hcCommandMarker:163 +43935768118205:43935768606045 0:0 hcCommandKernel:166 +43935768608995:43935768615555 0:0 hcCommandMarker:168 +43935784195088:43935784686608 0:0 hcCommandKernel:171 +43935784689436:43935784695996 0:0 hcCommandMarker:173 +43935800433600:43935800920160 0:0 hcCommandKernel:176 +43935800923246:43935800929646 0:0 hcCommandMarker:178 +PASSED! +## Iteration (64) ################# +43935816699624:43935817182024 0:0 hcCommandKernel:181 +43935817187808:43935817194368 0:0 hcCommandMarker:183 +PASSED! +## Iteration (63) ################# +PASSED! +## Iteration (62) ################# +PASSED! +## Iteration (61) ################# +PASSED! +## Iteration (60) ################# +PASSED! +## Iteration (59) ################# +43935832969893:43935833459333 0:0 hcCommandKernel:186 +43935833462980:43935833469540 0:0 hcCommandMarker:188 +43935849246062:43935851077905 0:0 hcCommandKernel:191 +43935851080726:43935851112246 0:0 hcCommandMarker:193 +43935866982020:43935868823143 0:0 hcCommandKernel:196 +43935868826123:43935868857483 0:0 hcCommandMarker:198 +43935884647922:43935886487605 0:0 hcCommandKernel:201 +43935886490571:43935886521931 0:0 hcCommandMarker:203 +43935902402549:43935904242232 0:0 hcCommandKernel:206 +43935904245256:43935904276776 0:0 hcCommandMarker:208 +PASSED! +## Iteration (58) ################# +43935920062038:43935921897081 0:0 hcCommandKernel:211 +43935921900164:43935921931524 0:0 hcCommandMarker:213 +PASSED! +## Iteration (57) ################# +PASSED! +## Iteration (56) ################# +PASSED! +## Iteration (55) ################# +PASSED! +## Iteration (54) ################# +PASSED! +## Iteration (53) ################# +43935937812069:43935939657512 0:0 hcCommandKernel:216 +43935939660443:43935939691803 0:0 hcCommandMarker:218 +43935955484682:43935957328525 0:0 hcCommandKernel:221 +43935957331582:43935957362942 0:0 hcCommandMarker:223 +43935973218819:43935975058982 0:0 hcCommandKernel:226 +43935975061799:43935975093159 0:0 hcCommandMarker:228 +43935990920488:43935992758411 0:0 hcCommandKernel:231 +43935992761237:43935992792757 0:0 hcCommandMarker:233 +43936008544679:43936010384682 0:0 hcCommandKernel:236 +43936010389056:43936010420416 0:0 hcCommandMarker:238 +PASSED! +## Iteration (52) ################# +43936026228358:43936028068841 0:0 hcCommandKernel:241 +43936028072005:43936028103685 0:0 hcCommandMarker:243 +PASSED! +## Iteration (51) ################# +PASSED! +## Iteration (50) ################# +PASSED! +## Iteration (49) ################# +PASSED! +## Iteration (48) ################# +PASSED! +## Iteration (47) ################# +43936043785925:43936045629448 0:0 hcCommandKernel:246 +43936045632305:43936045663985 0:0 hcCommandMarker:248 +43936061522848:43936063368291 0:0 hcCommandKernel:251 +43936063371344:43936063402864 0:0 hcCommandMarker:253 +43936079184681:43936081031404 0:0 hcCommandKernel:256 +43936081034470:43936081065830 0:0 hcCommandMarker:258 +43936096912019:43936098088660 0:0 hcCommandKernel:261 +43936098091778:43936098098338 0:0 hcCommandMarker:263 +43936113848983:43936114331063 0:0 hcCommandKernel:266 +43936114334738:43936114341298 0:0 hcCommandMarker:268 +PASSED! +## Iteration (46) ################# +43936130207157:43936130701557 0:0 hcCommandKernel:271 +43936130704352:43936130710912 0:0 hcCommandMarker:273 +PASSED! +## Iteration (45) ################# +PASSED! +## Iteration (44) ################# +PASSED! +## Iteration (43) ################# +PASSED! +## Iteration (42) ################# +PASSED! +## Iteration (41) ################# +43936146563182:43936147046062 0:0 hcCommandKernel:276 +43936147049151:43936147055711 0:0 hcCommandMarker:278 +43936162894728:43936163374888 0:0 hcCommandKernel:281 +43936163377872:43936163384592 0:0 hcCommandMarker:283 +43936179200342:43936179687382 0:0 hcCommandKernel:286 +43936179691196:43936179697756 0:0 hcCommandMarker:288 +43936195476376:43936195958456 0:0 hcCommandKernel:291 +43936195961532:43936195968092 0:0 hcCommandMarker:293 +43936211754702:43936212238862 0:0 hcCommandKernel:296 +43936212241993:43936212248553 0:0 hcCommandMarker:298 +PASSED! +## Iteration (40) ################# +43936228051680:43936228530400 0:0 hcCommandKernel:301 +43936228534046:43936228540606 0:0 hcCommandMarker:303 +PASSED! +## Iteration (39) ################# +PASSED! +## Iteration (38) ################# +PASSED! +## Iteration (37) ################# +PASSED! +## Iteration (36) ################# +PASSED! +## Iteration (35) ################# +43936244268347:43936244752187 0:0 hcCommandKernel:306 +43936244759707:43936244766107 0:0 hcCommandMarker:308 +43936260465746:43936260949906 0:0 hcCommandKernel:311 +43936260953781:43936260960181 0:0 hcCommandMarker:313 +43936276704103:43936277186183 0:0 hcCommandKernel:316 +43936277189819:43936277196379 0:0 hcCommandMarker:318 +43936292908367:43936293394927 0:0 hcCommandKernel:321 +43936293398665:43936293405065 0:0 hcCommandMarker:323 +43936309159941:43936309655781 0:0 hcCommandKernel:326 +43936309658663:43936309665223 0:0 hcCommandMarker:328 +PASSED! +## Iteration (34) ################# +43936325491676:43936325977116 0:0 hcCommandKernel:331 +43936325980102:43936325986662 0:0 hcCommandMarker:333 +PASSED! +## Iteration (33) ################# +PASSED! +## Iteration (32) ################# +PASSED! +## Iteration (31) ################# +PASSED! +## Iteration (30) ################# +PASSED! +## Iteration (29) ################# +43936341856430:43936342339790 0:0 hcCommandKernel:336 +43936342342883:43936342349283 0:0 hcCommandMarker:338 +43936358065666:43936358544706 0:0 hcCommandKernel:341 +43936358548573:43936358554973 0:0 hcCommandMarker:343 +43936374226834:43936374711954 0:0 hcCommandKernel:346 +43936374714957:43936374721517 0:0 hcCommandMarker:348 +43936390393107:43936390876947 0:0 hcCommandKernel:351 +43936390879989:43936390886549 0:0 hcCommandMarker:353 +43936406478567:43936406968327 0:0 hcCommandKernel:356 +43936406971190:43936406977750 0:0 hcCommandMarker:358 +PASSED! +## Iteration (28) ################# +43936422759883:43936423242603 0:0 hcCommandKernel:361 +43936423245282:43936423251842 0:0 hcCommandMarker:363 +PASSED! +## Iteration (27) ################# +PASSED! +## Iteration (26) ################# +PASSED! +## Iteration (25) ################# +PASSED! +## Iteration (24) ################# +PASSED! +## Iteration (23) ################# +43936439030746:43936439514266 0:0 hcCommandKernel:366 +43936439518052:43936439524612 0:0 hcCommandMarker:368 +43936455234140:43936455719900 0:0 hcCommandKernel:371 +43936455722741:43936455729141 0:0 hcCommandMarker:373 +43936471535617:43936473377220 0:0 hcCommandKernel:376 +43936473379982:43936473411502 0:0 hcCommandMarker:378 +43936489194662:43936491033065 0:0 hcCommandKernel:381 +43936491035944:43936491067304 0:0 hcCommandMarker:383 +43936506844418:43936508676581 0:0 hcCommandKernel:386 +43936508679657:43936508711177 0:0 hcCommandMarker:388 +PASSED! +## Iteration (22) ################# +43936524587883:43936526420846 0:0 hcCommandKernel:391 +43936526423835:43936526455195 0:0 hcCommandMarker:393 +PASSED! +## Iteration (21) ################# +PASSED! +## Iteration (20) ################# +PASSED! +## Iteration (19) ################# +PASSED! +## Iteration (18) ################# +PASSED! +## Iteration (17) ################# +43936542246761:43936544088524 0:0 hcCommandKernel:396 +43936544091588:43936544123268 0:0 hcCommandMarker:398 +43936559948159:43936561794402 0:0 hcCommandKernel:401 +43936561797239:43936561828759 0:0 hcCommandMarker:403 +43936577605213:43936579448896 0:0 hcCommandKernel:406 +43936579451894:43936579483254 0:0 hcCommandMarker:408 +43936595369090:43936597208613 0:0 hcCommandKernel:411 +43936597211572:43936597242932 0:0 hcCommandMarker:413 +43936613017192:43936614856075 0:0 hcCommandKernel:416 +43936614859107:43936614890467 0:0 hcCommandMarker:418 +PASSED! +## Iteration (16) ################# +43936630770153:43936632618476 0:0 hcCommandKernel:421 +43936632621411:43936632653091 0:0 hcCommandMarker:423 +PASSED! +## Iteration (15) ################# +PASSED! +## Iteration (14) ################# +PASSED! +## Iteration (13) ################# +PASSED! +## Iteration (12) ################# +43936648421451:43936650272014 0:0 hcCommandKernel:426 +43936650274717:43936650306397 0:0 hcCommandMarker:428 +43936666186176:43936668028259 0:0 hcCommandKernel:431 +43936668031033:43936668062553 0:0 hcCommandMarker:433 +43936683847105:43936685694788 0:0 hcCommandKernel:436 +43936685697850:43936685729530 0:0 hcCommandMarker:438 +43936701611894:43936703454617 0:0 hcCommandKernel:441 +43936703457617:43936703488977 0:0 hcCommandMarker:443 +PASSED! +## Iteration (11) ################# +43936719264608:43936719749728 0:0 hcCommandKernel:446 +43936719752843:43936719759403 0:0 hcCommandMarker:448 +PASSED! +## Iteration (10) ################# +PASSED! +## Iteration (9) ################# +PASSED! +## Iteration (8) ################# +PASSED! +## Iteration (7) ################# +PASSED! +## Iteration (6) ################# +PASSED! +## Iteration (5) ################# +43936735528823:43936736005623 0:0 hcCommandKernel:451 +43936736008904:43936736015464 0:0 hcCommandMarker:453 +43936751784154:43936752265434 0:0 hcCommandKernel:456 +43936752268477:43936752274877 0:0 hcCommandMarker:458 +43936768038508:43936768522508 0:0 hcCommandKernel:461 +43936768526347:43936768532907 0:0 hcCommandMarker:463 +43936784289295:43936784779215 0:0 hcCommandKernel:466 +43936784782982:43936784789542 0:0 hcCommandMarker:468 +43936800538297:43936801016857 0:0 hcCommandKernel:471 +43936801019748:43936801026468 0:0 hcCommandMarker:473 +PASSED! +## Iteration (4) ################# +43936816815614:43936817294654 0:0 hcCommandKernel:476 +43936817297320:43936817303880 0:0 hcCommandMarker:478 +PASSED! +## Iteration (3) ################# +PASSED! +## Iteration (2) ################# +PASSED! +## Iteration (1) ################# +PASSED! +## Iteration (0) ################# +43936833089833:43936833579433 0:0 hcCommandKernel:481 +43936833582286:43936833588846 0:0 hcCommandMarker:483 +43936849646904:43936850132504 0:0 hcCommandKernel:486 +43936850135326:43936850141886 0:0 hcCommandMarker:488 +43936867294430:43936867780350 0:0 hcCommandKernel:491 +43936867783055:43936867789615 0:0 hcCommandMarker:493 +43936884613213:43936885103133 0:0 hcCommandKernel:496 +43936885106028:43936885112748 0:0 hcCommandMarker:498 +43936901844607:43936902331647 0:0 hcCommandKernel:501 +43936902334630:43936902341030 0:0 hcCommandMarker:503 +PASSED! diff --git a/test/golden_traces/MatrixTranspose_hip_period_trace.txt b/test/golden_traces/MatrixTranspose_hip_period_trace.txt new file mode 100644 index 0000000000..468e672c76 --- /dev/null +++ b/test/golden_traces/MatrixTranspose_hip_period_trace.txt @@ -0,0 +1,443 @@ +ROCTracer (pid=26055): +ROCTracer: trace control: delay(10us), length(100000us), rate(1000000us) + HIP-trace() +ROCTracer (pid=26055): +ROCTracer: trace control: delay(10us), length(100000us), rate(1000000us) + HIP-trace() +Device name Ellesmere [Radeon RX 470/480/570/570X/580/580X] +## Iteration (99) ################# +PASSED! +## Iteration (98) ################# +PASSED! +## Iteration (97) ################# +PASSED! +## Iteration (96) ################# +PASSED! +## Iteration (95) ################# +PASSED! +## Iteration (94) ################# +PASSED! +## Iteration (93) ################# +PASSED! +## Iteration (92) ################# +PASSED! +## Iteration (91) ################# +PASSED! +## Iteration (90) ################# +PASSED! +## Iteration (89) ################# +PASSED! +## Iteration (88) ################# +PASSED! +## Iteration (87) ################# +PASSED! +## Iteration (86) ################# +PASSED! +## Iteration (85) ################# +PASSED! +## Iteration (84) ################# +PASSED! +## Iteration (83) ################# +PASSED! +## Iteration (82) ################# +PASSED! +## Iteration (81) ################# +PASSED! +## Iteration (80) ################# +PASSED! +## Iteration (79) ################# +PASSED! +## Iteration (78) ################# +PASSED! +## Iteration (77) ################# +PASSED! +## Iteration (76) ################# +PASSED! +## Iteration (75) ################# +PASSED! +## Iteration (74) ################# +PASSED! +## Iteration (73) ################# +PASSED! +## Iteration (72) ################# +PASSED! +## Iteration (71) ################# +PASSED! +## Iteration (70) ################# +PASSED! +## Iteration (69) ################# +PASSED! +## Iteration (68) ################# +PASSED! +## Iteration (67) ################# +PASSED! +## Iteration (66) ################# +PASSED! +## Iteration (65) ################# +PASSED! +## Iteration (64) ################# +PASSED! +## Iteration (63) ################# +PASSED! +## Iteration (62) ################# +PASSED! +## Iteration (61) ################# +PASSED! +## Iteration (60) ################# +PASSED! +## Iteration (59) ################# +PASSED! +## Iteration (58) ################# +PASSED! +## Iteration (57) ################# +PASSED! +## Iteration (56) ################# +PASSED! +## Iteration (55) ################# +PASSED! +## Iteration (54) ################# +PASSED! +## Iteration (53) ################# +PASSED! +## Iteration (52) ################# +PASSED! +## Iteration (51) ################# +PASSED! +## Iteration (50) ################# +PASSED! +## Iteration (49) ################# +PASSED! +## Iteration (48) ################# +PASSED! +## Iteration (47) ################# +PASSED! +## Iteration (46) ################# +PASSED! +## Iteration (45) ################# +PASSED! +## Iteration (44) ################# +PASSED! +## Iteration (43) ################# +PASSED! +## Iteration (42) ################# +PASSED! +## Iteration (41) ################# +PASSED! +## Iteration (40) ################# +PASSED! +## Iteration (39) ################# +PASSED! +## Iteration (38) ################# +PASSED! +## Iteration (37) ################# +PASSED! +## Iteration (36) ################# +PASSED! +## Iteration (35) ################# +PASSED! +## Iteration (34) ################# +PASSED! +## Iteration (33) ################# +PASSED! +## Iteration (32) ################# +PASSED! +## Iteration (31) ################# +PASSED! +## Iteration (30) ################# +PASSED! +## Iteration (29) ################# +PASSED! +## Iteration (28) ################# +PASSED! +## Iteration (27) ################# +PASSED! +## Iteration (26) ################# +PASSED! +## Iteration (25) ################# +PASSED! +## Iteration (24) ################# +PASSED! +## Iteration (23) ################# +PASSED! +## Iteration (22) ################# +PASSED! +## Iteration (21) ################# +PASSED! +## Iteration (20) ################# +PASSED! +## Iteration (19) ################# +PASSED! +## Iteration (18) ################# +PASSED! +## Iteration (17) ################# +PASSED! +## Iteration (16) ################# +PASSED! +## Iteration (15) ################# +PASSED! +## Iteration (14) ################# +PASSED! +## Iteration (13) ################# +PASSED! +## Iteration (12) ################# +PASSED! +## Iteration (11) ################# +PASSED! +## Iteration (10) ################# +PASSED! +## Iteration (9) ################# +PASSED! +## Iteration (8) ################# +PASSED! +## Iteration (7) ################# +PASSED! +## Iteration (6) ################# +PASSED! +## Iteration (5) ################# +PASSED! +## Iteration (4) ################# +PASSED! +## Iteration (3) ################# +PASSED! +## Iteration (2) ################# +PASSED! +## Iteration (1) ################# +PASSED! +## Iteration (0) ################# +PASSED! +43932016356046:43932016397500 26055:26055 hipGetDeviceProperties() +43932018579649:43932018627633 26055:26055 hipMalloc(ptr(0x903400000) size(0x400000)) +43932018629101:43932018648692 26055:26055 hipMalloc(ptr(0x903c00000) size(0x400000)) +43932018657045:43932024206624 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43932024210084:43932024210085 26055:26055 MARK(name(before HIP LaunchKernel)) +43932309367516:43932309367517 26055:26055 MARK(name(after HIP LaunchKernel)) +43932325768070:43932325768071 26055:26055 MARK(name(before HIP LaunchKernel)) +43932325806211:43932325806212 26055:26055 MARK(name(after HIP LaunchKernel)) +43932342067435:43932342067436 26055:26055 MARK(name(before HIP LaunchKernel)) +43932342101677:43932342101678 26055:26055 MARK(name(after HIP LaunchKernel)) +43932358360160:43932358360161 26055:26055 MARK(name(before HIP LaunchKernel)) +43932358394862:43932358394863 26055:26055 MARK(name(after HIP LaunchKernel)) +43932374818865:43932374818866 26055:26055 MARK(name(before HIP LaunchKernel)) +43932374857099:43932374857100 26055:26055 MARK(name(after HIP LaunchKernel)) +43932392553937:43932392553938 26055:26055 MARK(name(before HIP LaunchKernel)) +43932392587074:43932392587075 26055:26055 MARK(name(after HIP LaunchKernel)) +43932410322278:43932410322279 26055:26055 MARK(name(before HIP LaunchKernel)) +43932410356222:43932410356223 26055:26055 MARK(name(after HIP LaunchKernel)) +43932428013622:43932428013623 26055:26055 MARK(name(before HIP LaunchKernel)) +43932428047370:43932428047371 26055:26055 MARK(name(after HIP LaunchKernel)) +43932445823875:43932445823876 26055:26055 MARK(name(before HIP LaunchKernel)) +43932445858364:43932445858365 26055:26055 MARK(name(after HIP LaunchKernel)) +43932463522521:43932463522522 26055:26055 MARK(name(before HIP LaunchKernel)) +43932463556106:43932463556107 26055:26055 MARK(name(after HIP LaunchKernel)) +43932481264157:43932481264158 26055:26055 MARK(name(before HIP LaunchKernel)) +43932481302264:43932481302265 26055:26055 MARK(name(after HIP LaunchKernel)) +43932498957147:43932498957148 26055:26055 MARK(name(before HIP LaunchKernel)) +43932499007307:43932499007308 26055:26055 MARK(name(after HIP LaunchKernel)) +43932516701532:43932516701533 26055:26055 MARK(name(before HIP LaunchKernel)) +43932516740634:43932516740635 26055:26055 MARK(name(after HIP LaunchKernel)) +43932534396161:43932534396162 26055:26055 MARK(name(before HIP LaunchKernel)) +43932534430109:43932534430110 26055:26055 MARK(name(after HIP LaunchKernel)) +43932552136507:43932552136508 26055:26055 MARK(name(before HIP LaunchKernel)) +43932552174955:43932552174956 26055:26055 MARK(name(after HIP LaunchKernel)) +43932569838372:43932569838373 26055:26055 MARK(name(before HIP LaunchKernel)) +43932569873357:43932569873358 26055:26055 MARK(name(after HIP LaunchKernel)) +43932587582936:43932587582937 26055:26055 MARK(name(before HIP LaunchKernel)) +43932587616530:43932587616531 26055:26055 MARK(name(after HIP LaunchKernel)) +43932605271897:43932605271898 26055:26055 MARK(name(before HIP LaunchKernel)) +43932605306872:43932605306873 26055:26055 MARK(name(after HIP LaunchKernel)) +43932623037986:43932623037987 26055:26055 MARK(name(before HIP LaunchKernel)) +43932623072073:43932623072074 26055:26055 MARK(name(after HIP LaunchKernel)) +43932640747873:43932640747874 26055:26055 MARK(name(before HIP LaunchKernel)) +43932640782515:43932640782516 26055:26055 MARK(name(after HIP LaunchKernel)) +43932657068887:43932657068888 26055:26055 MARK(name(before HIP LaunchKernel)) +43932657102762:43932657102763 26055:26055 MARK(name(after HIP LaunchKernel)) +43932673379533:43932673379534 26055:26055 MARK(name(before HIP LaunchKernel)) +43932673413702:43932673413703 26055:26055 MARK(name(after HIP LaunchKernel)) +43932689650275:43932689650276 26055:26055 MARK(name(before HIP LaunchKernel)) +43932689688120:43932689688121 26055:26055 MARK(name(after HIP LaunchKernel)) +43932706024306:43932706024307 26055:26055 MARK(name(before HIP LaunchKernel)) +43932706061892:43932706061893 26055:26055 MARK(name(after HIP LaunchKernel)) +43932722404114:43932722404115 26055:26055 MARK(name(before HIP LaunchKernel)) +43932722450953:43932722450954 26055:26055 MARK(name(after HIP LaunchKernel)) +43932738747072:43932738747073 26055:26055 MARK(name(before HIP LaunchKernel)) +43932738783895:43932738783896 26055:26055 MARK(name(after HIP LaunchKernel)) +43932755053911:43932755053912 26055:26055 MARK(name(before HIP LaunchKernel)) +43932755086752:43932755086753 26055:26055 MARK(name(after HIP LaunchKernel)) +43932771329207:43932771329208 26055:26055 MARK(name(before HIP LaunchKernel)) +43932771347101:43932771347102 26055:26055 MARK(name(after HIP LaunchKernel)) +43932787609603:43932787609604 26055:26055 MARK(name(before HIP LaunchKernel)) +43932787626372:43932787626373 26055:26055 MARK(name(after HIP LaunchKernel)) +43932803880283:43932803880284 26055:26055 MARK(name(before HIP LaunchKernel)) +43932803913740:43932803913741 26055:26055 MARK(name(after HIP LaunchKernel)) +43932820132122:43932820132123 26055:26055 MARK(name(before HIP LaunchKernel)) +43932820170233:43932820170234 26055:26055 MARK(name(after HIP LaunchKernel)) +43932836497613:43932836497614 26055:26055 MARK(name(before HIP LaunchKernel)) +43932836535605:43932836535606 26055:26055 MARK(name(after HIP LaunchKernel)) +43932852904822:43932852904823 26055:26055 MARK(name(before HIP LaunchKernel)) +43932852942407:43932852942408 26055:26055 MARK(name(after HIP LaunchKernel)) +43932869290524:43932869290525 26055:26055 MARK(name(before HIP LaunchKernel)) +43932869329866:43932869329867 26055:26055 MARK(name(after HIP LaunchKernel)) +43932885635307:43932885635308 26055:26055 MARK(name(before HIP LaunchKernel)) +43932885669256:43932885669257 26055:26055 MARK(name(after HIP LaunchKernel)) +43932901970155:43932901970156 26055:26055 MARK(name(before HIP LaunchKernel)) +43932901989697:43932901989698 26055:26055 MARK(name(after HIP LaunchKernel)) +43932918260839:43932918260840 26055:26055 MARK(name(before HIP LaunchKernel)) +43932918293762:43932918293763 26055:26055 MARK(name(after HIP LaunchKernel)) +43932934545610:43932934545611 26055:26055 MARK(name(before HIP LaunchKernel)) +43932934577595:43932934577596 26055:26055 MARK(name(after HIP LaunchKernel)) +43932950855037:43932950855038 26055:26055 MARK(name(before HIP LaunchKernel)) +43932950906554:43932950906555 26055:26055 MARK(name(after HIP LaunchKernel)) +43932967158140:43932967158141 26055:26055 MARK(name(before HIP LaunchKernel)) +43932967204959:43932967204960 26055:26055 MARK(name(after HIP LaunchKernel)) +43932983443711:43932983443712 26055:26055 MARK(name(before HIP LaunchKernel)) +43932983481045:43932983481046 26055:26055 MARK(name(after HIP LaunchKernel)) +43932998919789:43932999777243 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43932999778933:43932999778934 26055:26055 MARK(name(before HIP LaunchKernel)) +43932999790858:43932999857966 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43932999869719:43932999869720 26055:26055 MARK(name(after HIP LaunchKernel)) +43932999871831:43933002727304 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933016724230:43933017583617 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43933017585152:43933017585153 26055:26055 MARK(name(before HIP LaunchKernel)) +43933017597371:43933017637628 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43933017639250:43933017639251 26055:26055 MARK(name(after HIP LaunchKernel)) +43933017641217:43933020520010 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933034542756:43933035404131 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43933035405703:43933035405704 26055:26055 MARK(name(before HIP LaunchKernel)) +43933035417664:43933035457991 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43933035459677:43933035459678 26055:26055 MARK(name(after HIP LaunchKernel)) +43933035461554:43933038337624 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933052293417:43933053160408 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43933053162015:43933053162016 26055:26055 MARK(name(before HIP LaunchKernel)) +43933053174382:43933053196225 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43933053198167:43933053198168 26055:26055 MARK(name(after HIP LaunchKernel)) +43933053200026:43933056101223 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933070121982:43933070978773 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43933070980262:43933070980263 26055:26055 MARK(name(before HIP LaunchKernel)) +43933070997704:43933071038037 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43933071039939:43933071039940 26055:26055 MARK(name(after HIP LaunchKernel)) +43933071041871:43933073922115 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933087857070:43933088762523 26055:26055 hipMemcpy(dst(0x903400000) src(0x25fd170) size(0x400000) kind(1)) +43933088764032:43933088764033 26055:26055 MARK(name(before HIP LaunchKernel)) +43933088775969:43933088816379 26055:26055 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43933088818233:43933088818234 26055:26055 MARK(name(after HIP LaunchKernel)) +43933088830023:43933091723027 26055:26055 hipMemcpy(dst(0x29fd180) src(0x903c00000) size(0x400000) kind(2)) +43933106593182:43933106593183 26055:26055 MARK(name(before HIP LaunchKernel)) +43933106631182:43933106631183 26055:26055 MARK(name(after HIP LaunchKernel)) +43933124264790:43933124264791 26055:26055 MARK(name(before HIP LaunchKernel)) +43933124299416:43933124299417 26055:26055 MARK(name(after HIP LaunchKernel)) +43933141986334:43933141986335 26055:26055 MARK(name(before HIP LaunchKernel)) +43933142020652:43933142020653 26055:26055 MARK(name(after HIP LaunchKernel)) +43933159656263:43933159656264 26055:26055 MARK(name(before HIP LaunchKernel)) +43933159689392:43933159689393 26055:26055 MARK(name(after HIP LaunchKernel)) +43933177421632:43933177421633 26055:26055 MARK(name(before HIP LaunchKernel)) +43933177460424:43933177460425 26055:26055 MARK(name(after HIP LaunchKernel)) +43933195118213:43933195118214 26055:26055 MARK(name(before HIP LaunchKernel)) +43933195156305:43933195156306 26055:26055 MARK(name(after HIP LaunchKernel)) +43933212858769:43933212858770 26055:26055 MARK(name(before HIP LaunchKernel)) +43933212892428:43933212892429 26055:26055 MARK(name(after HIP LaunchKernel)) +43933230550599:43933230550600 26055:26055 MARK(name(before HIP LaunchKernel)) +43933230584794:43933230584795 26055:26055 MARK(name(after HIP LaunchKernel)) +43933248275723:43933248275724 26055:26055 MARK(name(before HIP LaunchKernel)) +43933248310176:43933248310177 26055:26055 MARK(name(after HIP LaunchKernel)) +43933264626153:43933264626154 26055:26055 MARK(name(before HIP LaunchKernel)) +43933264665629:43933264665630 26055:26055 MARK(name(after HIP LaunchKernel)) +43933280992560:43933280992561 26055:26055 MARK(name(before HIP LaunchKernel)) +43933281027422:43933281027423 26055:26055 MARK(name(after HIP LaunchKernel)) +43933297321505:43933297321506 26055:26055 MARK(name(before HIP LaunchKernel)) +43933297359452:43933297359453 26055:26055 MARK(name(after HIP LaunchKernel)) +43933313662994:43933313662995 26055:26055 MARK(name(before HIP LaunchKernel)) +43933313700705:43933313700706 26055:26055 MARK(name(after HIP LaunchKernel)) +43933329971419:43933329971420 26055:26055 MARK(name(before HIP LaunchKernel)) +43933330018417:43933330018418 26055:26055 MARK(name(after HIP LaunchKernel)) +43933346273054:43933346273055 26055:26055 MARK(name(before HIP LaunchKernel)) +43933346306837:43933346306838 26055:26055 MARK(name(after HIP LaunchKernel)) +43933362521760:43933362521761 26055:26055 MARK(name(before HIP LaunchKernel)) +43933362540391:43933362540392 26055:26055 MARK(name(after HIP LaunchKernel)) +43933378827233:43933378827234 26055:26055 MARK(name(before HIP LaunchKernel)) +43933378845241:43933378845242 26055:26055 MARK(name(after HIP LaunchKernel)) +43933395183216:43933395183217 26055:26055 MARK(name(before HIP LaunchKernel)) +43933395215386:43933395215387 26055:26055 MARK(name(after HIP LaunchKernel)) +43933411559286:43933411559287 26055:26055 MARK(name(before HIP LaunchKernel)) +43933411596821:43933411596822 26055:26055 MARK(name(after HIP LaunchKernel)) +43933427865512:43933427865513 26055:26055 MARK(name(before HIP LaunchKernel)) +43933427898752:43933427898753 26055:26055 MARK(name(after HIP LaunchKernel)) +43933444147624:43933444147625 26055:26055 MARK(name(before HIP LaunchKernel)) +43933444175808:43933444175809 26055:26055 MARK(name(after HIP LaunchKernel)) +43933460414293:43933460414294 26055:26055 MARK(name(before HIP LaunchKernel)) +43933460446208:43933460446209 26055:26055 MARK(name(after HIP LaunchKernel)) +43933476718044:43933476718045 26055:26055 MARK(name(before HIP LaunchKernel)) +43933476749715:43933476749716 26055:26055 MARK(name(after HIP LaunchKernel)) +43933492989969:43933492989970 26055:26055 MARK(name(before HIP LaunchKernel)) +43933493020764:43933493020765 26055:26055 MARK(name(after HIP LaunchKernel)) +43933509257931:43933509257932 26055:26055 MARK(name(before HIP LaunchKernel)) +43933509289509:43933509289510 26055:26055 MARK(name(after HIP LaunchKernel)) +43933525557224:43933525557225 26055:26055 MARK(name(before HIP LaunchKernel)) +43933525588932:43933525588933 26055:26055 MARK(name(after HIP LaunchKernel)) +43933541884683:43933541884684 26055:26055 MARK(name(before HIP LaunchKernel)) +43933541916037:43933541916038 26055:26055 MARK(name(after HIP LaunchKernel)) +43933558234802:43933558234803 26055:26055 MARK(name(before HIP LaunchKernel)) +43933558266471:43933558266472 26055:26055 MARK(name(after HIP LaunchKernel)) +43933574598996:43933574598997 26055:26055 MARK(name(before HIP LaunchKernel)) +43933574630471:43933574630472 26055:26055 MARK(name(after HIP LaunchKernel)) +43933590916499:43933590916500 26055:26055 MARK(name(before HIP LaunchKernel)) +43933590946901:43933590946902 26055:26055 MARK(name(after HIP LaunchKernel)) +43933607216207:43933607216208 26055:26055 MARK(name(before HIP LaunchKernel)) +43933607247236:43933607247237 26055:26055 MARK(name(after HIP LaunchKernel)) +43933624120350:43933624120351 26055:26055 MARK(name(before HIP LaunchKernel)) +43933624138017:43933624138018 26055:26055 MARK(name(after HIP LaunchKernel)) +43933641790135:43933641790136 26055:26055 MARK(name(before HIP LaunchKernel)) +43933641807143:43933641807144 26055:26055 MARK(name(after HIP LaunchKernel)) +43933659509173:43933659509174 26055:26055 MARK(name(before HIP LaunchKernel)) +43933659526749:43933659526750 26055:26055 MARK(name(after HIP LaunchKernel)) +43933677219727:43933677219728 26055:26055 MARK(name(before HIP LaunchKernel)) +43933677254061:43933677254062 26055:26055 MARK(name(after HIP LaunchKernel)) +43933694974650:43933694974651 26055:26055 MARK(name(before HIP LaunchKernel)) +43933695009347:43933695009348 26055:26055 MARK(name(after HIP LaunchKernel)) +43933712659673:43933712659674 26055:26055 MARK(name(before HIP LaunchKernel)) +43933712708655:43933712708656 26055:26055 MARK(name(after HIP LaunchKernel)) +43933730412868:43933730412869 26055:26055 MARK(name(before HIP LaunchKernel)) +43933730446931:43933730446932 26055:26055 MARK(name(after HIP LaunchKernel)) +43933748101862:43933748101863 26055:26055 MARK(name(before HIP LaunchKernel)) +43933748139940:43933748139941 26055:26055 MARK(name(after HIP LaunchKernel)) +43933765877856:43933765877857 26055:26055 MARK(name(before HIP LaunchKernel)) +43933765916382:43933765916383 26055:26055 MARK(name(after HIP LaunchKernel)) +43933783570361:43933783570362 26055:26055 MARK(name(before HIP LaunchKernel)) +43933783603616:43933783603617 26055:26055 MARK(name(after HIP LaunchKernel)) +43933801334338:43933801334339 26055:26055 MARK(name(before HIP LaunchKernel)) +43933801368467:43933801368468 26055:26055 MARK(name(after HIP LaunchKernel)) +43933819035225:43933819035226 26055:26055 MARK(name(before HIP LaunchKernel)) +43933819068314:43933819068315 26055:26055 MARK(name(after HIP LaunchKernel)) +43933836809157:43933836809158 26055:26055 MARK(name(before HIP LaunchKernel)) +43933836847860:43933836847861 26055:26055 MARK(name(after HIP LaunchKernel)) +43933854512746:43933854512747 26055:26055 MARK(name(before HIP LaunchKernel)) +43933854546024:43933854546025 26055:26055 MARK(name(after HIP LaunchKernel)) +43933872241982:43933872241983 26055:26055 MARK(name(before HIP LaunchKernel)) +43933872276613:43933872276614 26055:26055 MARK(name(after HIP LaunchKernel)) +43933888625718:43933888625719 26055:26055 MARK(name(before HIP LaunchKernel)) +43933888659297:43933888659298 26055:26055 MARK(name(after HIP LaunchKernel)) +43933904989760:43933904989761 26055:26055 MARK(name(before HIP LaunchKernel)) +43933905023554:43933905023555 26055:26055 MARK(name(after HIP LaunchKernel)) +43933921307079:43933921307080 26055:26055 MARK(name(before HIP LaunchKernel)) +43933921344505:43933921344506 26055:26055 MARK(name(after HIP LaunchKernel)) +43933937634499:43933937634500 26055:26055 MARK(name(before HIP LaunchKernel)) +43933937681958:43933937681959 26055:26055 MARK(name(after HIP LaunchKernel)) +43933953935834:43933953935835 26055:26055 MARK(name(before HIP LaunchKernel)) +43933953973608:43933953973609 26055:26055 MARK(name(after HIP LaunchKernel)) +43933970237558:43933970237559 26055:26055 MARK(name(before HIP LaunchKernel)) +43933970274704:43933970274705 26055:26055 MARK(name(after HIP LaunchKernel)) +43933986518798:43933986518799 26055:26055 MARK(name(before HIP LaunchKernel)) +43933986551047:43933986551048 26055:26055 MARK(name(after HIP LaunchKernel)) +43934001936907:43934002013320 26055:26055 hipFree(ptr(0x903400000)) +43934002015215:43934002031122 26055:26055 hipFree(ptr(0x903c00000)) +43932999861577:43933001699020 0:0 hcCommandKernel:89 +43933001702044:43933001733884 0:0 hcCommandMarker:91 +43933017641348:43933019466951 0:0 hcCommandKernel:94 +43933019470002:43933019501362 0:0 hcCommandMarker:96 +43933035461722:43933037295325 0:0 hcCommandKernel:99 +43933037298331:43933037330011 0:0 hcCommandMarker:101 +43933053199946:43933055040429 0:0 hcCommandKernel:104 +43933055043394:43933055075234 0:0 hcCommandMarker:106 +43933071041680:43933072880403 0:0 hcCommandKernel:109 +43933072883281:43933072915281 0:0 hcCommandMarker:111 +43933088820348:43933090670751 0:0 hcCommandKernel:114 +43933090673779:43933090705459 0:0 hcCommandMarker:116 diff --git a/test/golden_traces/MatrixTranspose_mgpu_trace.txt b/test/golden_traces/MatrixTranspose_mgpu_trace.txt new file mode 100644 index 0000000000..77cb13f9c2 --- /dev/null +++ b/test/golden_traces/MatrixTranspose_mgpu_trace.txt @@ -0,0 +1,6595 @@ +# INIT ############################# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Number of GPUs: 1 +# START (99) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x2401810) size(0x400000) kind(1) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dst(0x2801820) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (98) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (97) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (96) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (95) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (94) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (93) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (92) ############################# + Activity records: + hipGetDeviceCount correlation_id(1) time_ns(43922570338225:43922570350816) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(2) time_ns(43922570414991:43922570417305) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(3) time_ns(43922570420850:43922570423976) process_id(26027) thread_id(26027) + hipMalloc correlation_id(4) time_ns(43922572625420:43922572708261) process_id(26027) thread_id(26027) + hipMalloc correlation_id(5) time_ns(43922572712560:43922572747856) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(6) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(6) time_ns(43922572757735:43922578884743) process_id(26027) thread_id(26027) + (null) correlation_id(7) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(7) time_ns(43922865127791:43922867209453) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(7) time_ns(43922867213507:43922867700708) device_id(0) queue_id(0) + hcCommandMarker correlation_id(8) time_ns(43922867711310:43922867722670) device_id(0) queue_id(0) + (null) correlation_id(8) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(8) time_ns(43922867233547:43922868704626) process_id(26027) thread_id(26027) + (null) correlation_id(9) time_ns(0:0) external_id(31) + hipFree correlation_id(9) time_ns(43922883606933:43922883712731) process_id(26027) thread_id(26027) + (null) correlation_id(10) time_ns(0:0) external_id(31) + hipFree correlation_id(10) time_ns(43922883719077:43922883747673) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(11) time_ns(43922902865915:43922902875804) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(12) time_ns(43922902879544:43922902881949) process_id(26027) thread_id(26027) + hipMalloc correlation_id(13) time_ns(43922905081211:43922905131288) process_id(26027) thread_id(26027) + hipMalloc correlation_id(14) time_ns(43922905146451:43922905187584) process_id(26027) thread_id(26027) + (null) correlation_id(15) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(15) time_ns(43922905201487:43922905857939) process_id(26027) thread_id(26027) + (null) correlation_id(16) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(16) time_ns(43922905888719:43922905928943) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(16) time_ns(43922905933474:43922906414755) device_id(0) queue_id(0) + hcCommandMarker correlation_id(17) time_ns(43922906417604:43922906424164) device_id(0) queue_id(0) + (null) correlation_id(17) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(17) time_ns(43922905933657:43922907330226) process_id(26027) thread_id(26027) + (null) correlation_id(18) time_ns(0:0) external_id(31) + hipFree correlation_id(18) time_ns(43922921951233:43922922047039) process_id(26027) thread_id(26027) + (null) correlation_id(19) time_ns(0:0) external_id(31) + hipFree correlation_id(19) time_ns(43922922053161:43922922081237) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(20) time_ns(43922941195766:43922941205679) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(21) time_ns(43922941209377:43922941211772) process_id(26027) thread_id(26027) + hipMalloc correlation_id(22) time_ns(43922943401847:43922943451557) process_id(26027) thread_id(26027) + hipMalloc correlation_id(23) time_ns(43922943468086:43922943496477) process_id(26027) thread_id(26027) + (null) correlation_id(24) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(24) time_ns(43922943500706:43922944138743) process_id(26027) thread_id(26027) + (null) correlation_id(25) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(25) time_ns(43922944170568:43922944210833) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(25) time_ns(43922944215327:43922944693408) device_id(0) queue_id(0) + hcCommandMarker correlation_id(26) time_ns(43922944696507:43922944703067) device_id(0) queue_id(0) + (null) correlation_id(26) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(26) time_ns(43922944229530:43922945636180) process_id(26027) thread_id(26027) + (null) correlation_id(27) time_ns(0:0) external_id(31) + hipFree correlation_id(27) time_ns(43922960282096:43922960379572) process_id(26027) thread_id(26027) + (null) correlation_id(28) time_ns(0:0) external_id(31) + hipFree correlation_id(28) time_ns(43922960385405:43922960421244) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(29) time_ns(43922980986535:43922980996620) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(30) time_ns(43922981000314:43922981002675) process_id(26027) thread_id(26027) + hipMalloc correlation_id(31) time_ns(43922983193110:43922983242775) process_id(26027) thread_id(26027) + hipMalloc correlation_id(32) time_ns(43922983258259:43922983298673) process_id(26027) thread_id(26027) + (null) correlation_id(33) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(33) time_ns(43922983303455:43922983991193) process_id(26027) thread_id(26027) + (null) correlation_id(34) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(34) time_ns(43922984026885:43922984067158) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(34) time_ns(43922984072743:43922985918186) device_id(0) queue_id(0) + hcCommandMarker correlation_id(35) time_ns(43922985922415:43922985953935) device_id(0) queue_id(0) + (null) correlation_id(35) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(35) time_ns(43922984082183:43922986890265) process_id(26027) thread_id(26027) + (null) correlation_id(36) time_ns(0:0) external_id(31) + hipFree correlation_id(36) time_ns(43923001493780:43923001593783) process_id(26027) thread_id(26027) + (null) correlation_id(37) time_ns(0:0) external_id(31) +PASSED! +# START (91) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (90) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (89) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (88) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (87) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (86) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (85) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (84) ############################# + Activity records: + hipFree correlation_id(37) time_ns(43923001599628:43923001629383) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(38) time_ns(43923022566379:43923022577111) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(39) time_ns(43923022580804:43923022583438) process_id(26027) thread_id(26027) + hipMalloc correlation_id(40) time_ns(43923024855074:43923024907454) process_id(26027) thread_id(26027) + hipMalloc correlation_id(41) time_ns(43923024911894:43923024931794) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(42) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(42) time_ns(43923024936698:43923025616946) process_id(26027) thread_id(26027) + (null) correlation_id(43) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(43) time_ns(43923025640747:43923025662374) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(43) time_ns(43923025667862:43923027514585) device_id(0) queue_id(0) + hcCommandMarker correlation_id(44) time_ns(43923027518869:43923027550069) device_id(0) queue_id(0) + (null) correlation_id(44) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(44) time_ns(43923025682586:43923028481953) process_id(26027) thread_id(26027) + (null) correlation_id(45) time_ns(0:0) external_id(31) + hipFree correlation_id(45) time_ns(43923043071306:43923043170243) process_id(26027) thread_id(26027) + (null) correlation_id(46) time_ns(0:0) external_id(31) + hipFree correlation_id(46) time_ns(43923043176011:43923043203101) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(47) time_ns(43923063702211:43923063712585) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(48) time_ns(43923063716382:43923063718832) process_id(26027) thread_id(26027) + hipMalloc correlation_id(49) time_ns(43923065915567:43923065966184) process_id(26027) thread_id(26027) + hipMalloc correlation_id(50) time_ns(43923065982886:43923066011591) process_id(26027) thread_id(26027) + (null) correlation_id(51) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(51) time_ns(43923066015842:43923066671501) process_id(26027) thread_id(26027) + (null) correlation_id(52) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(52) time_ns(43923066702430:43923066742257) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(52) time_ns(43923066747787:43923068582030) device_id(0) queue_id(0) + hcCommandMarker correlation_id(53) time_ns(43923068586194:43923068617714) device_id(0) queue_id(0) + (null) correlation_id(53) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(53) time_ns(43923066747235:43923069558816) process_id(26027) thread_id(26027) + (null) correlation_id(54) time_ns(0:0) external_id(31) + hipFree correlation_id(54) time_ns(43923084166434:43923084250009) process_id(26027) thread_id(26027) + (null) correlation_id(55) time_ns(0:0) external_id(31) + hipFree correlation_id(55) time_ns(43923084265884:43923084283599) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(56) time_ns(43923104742826:43923104752374) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(57) time_ns(43923104756067:43923104758528) process_id(26027) thread_id(26027) + hipMalloc correlation_id(58) time_ns(43923106948971:43923106998942) process_id(26027) thread_id(26027) + hipMalloc correlation_id(59) time_ns(43923107014427:43923107055323) process_id(26027) thread_id(26027) + (null) correlation_id(60) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(60) time_ns(43923107069378:43923107751363) process_id(26027) thread_id(26027) + (null) correlation_id(61) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(61) time_ns(43923107782202:43923107823928) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(61) time_ns(43923107829290:43923109660973) device_id(0) queue_id(0) + hcCommandMarker correlation_id(62) time_ns(43923109664904:43923109696424) device_id(0) queue_id(0) + (null) correlation_id(62) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(62) time_ns(43923107840747:43923110646206) process_id(26027) thread_id(26027) + (null) correlation_id(63) time_ns(0:0) external_id(31) + hipFree correlation_id(63) time_ns(43923125304818:43923125389418) process_id(26027) thread_id(26027) + (null) correlation_id(64) time_ns(0:0) external_id(31) + hipFree correlation_id(64) time_ns(43923125404917:43923125433357) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(65) time_ns(43923145921261:43923145931435) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(66) time_ns(43923145935238:43923145937651) process_id(26027) thread_id(26027) + hipMalloc correlation_id(67) time_ns(43923148135273:43923148184877) process_id(26027) thread_id(26027) + hipMalloc correlation_id(68) time_ns(43923148202166:43923148230717) process_id(26027) thread_id(26027) + (null) correlation_id(69) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(69) time_ns(43923148235195:43923148890206) process_id(26027) thread_id(26027) + (null) correlation_id(70) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(70) time_ns(43923148921619:43923148962298) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(70) time_ns(43923148967771:43923150804894) device_id(0) queue_id(0) + hcCommandMarker correlation_id(71) time_ns(43923150808892:43923150841052) device_id(0) queue_id(0) + (null) correlation_id(71) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(71) time_ns(43923148967011:43923151783982) process_id(26027) thread_id(26027) + (null) correlation_id(72) time_ns(0:0) external_id(31) + hipFree correlation_id(72) time_ns(43923166413821:43923166495698) process_id(26027) thread_id(26027) + (null) correlation_id(73) time_ns(0:0) external_id(31) +PASSED! +# START (83) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (82) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (81) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (80) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (79) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (78) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (77) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (76) ############################# + Activity records: + hipFree correlation_id(73) time_ns(43923166501544:43923166529122) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(74) time_ns(43923187472300:43923187482793) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(75) time_ns(43923187486628:43923187489165) process_id(26027) thread_id(26027) + hipMalloc correlation_id(76) time_ns(43923189740883:43923189792175) process_id(26027) thread_id(26027) + hipMalloc correlation_id(77) time_ns(43923189796556:43923189816149) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(78) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(78) time_ns(43923189821160:43923190481532) process_id(26027) thread_id(26027) + (null) correlation_id(79) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(79) time_ns(43923190506640:43923190528706) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(79) time_ns(43923190534173:43923192373536) device_id(0) queue_id(0) + hcCommandMarker correlation_id(80) time_ns(43923192377643:43923192409483) device_id(0) queue_id(0) + (null) correlation_id(80) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(80) time_ns(43923190543949:43923193343331) process_id(26027) thread_id(26027) + (null) correlation_id(81) time_ns(0:0) external_id(31) + hipFree correlation_id(81) time_ns(43923207940666:43923208041035) process_id(26027) thread_id(26027) + (null) correlation_id(82) time_ns(0:0) external_id(31) + hipFree correlation_id(82) time_ns(43923208047021:43923208064334) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(83) time_ns(43923228537278:43923228546788) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(84) time_ns(43923228550628:43923228553109) process_id(26027) thread_id(26027) + hipMalloc correlation_id(85) time_ns(43923230723589:43923230773155) process_id(26027) thread_id(26027) + hipMalloc correlation_id(86) time_ns(43923230777434:43923230806756) process_id(26027) thread_id(26027) + (null) correlation_id(87) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(87) time_ns(43923230810974:43923231437837) process_id(26027) thread_id(26027) + (null) correlation_id(88) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(88) time_ns(43923231468999:43923231510014) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(88) time_ns(43923231514484:43923231997685) device_id(0) queue_id(0) + hcCommandMarker correlation_id(89) time_ns(43923232000725:43923232007605) device_id(0) queue_id(0) + (null) correlation_id(89) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(89) time_ns(43923231514870:43923232945021) process_id(26027) thread_id(26027) + (null) correlation_id(90) time_ns(0:0) external_id(31) + hipFree correlation_id(90) time_ns(43923247555347:43923247652887) process_id(26027) thread_id(26027) + (null) correlation_id(91) time_ns(0:0) external_id(31) + hipFree correlation_id(91) time_ns(43923247658848:43923247675545) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(92) time_ns(43923266790798:43923266800885) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(93) time_ns(43923266804638:43923266807088) process_id(26027) thread_id(26027) + hipMalloc correlation_id(94) time_ns(43923269004204:43923269054294) process_id(26027) thread_id(26027) + hipMalloc correlation_id(95) time_ns(43923269071335:43923269099836) process_id(26027) thread_id(26027) + (null) correlation_id(96) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(96) time_ns(43923269104178:43923269741867) process_id(26027) thread_id(26027) + (null) correlation_id(97) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(97) time_ns(43923269773387:43923269813869) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(97) time_ns(43923269818278:43923270309158) device_id(0) queue_id(0) + hcCommandMarker correlation_id(98) time_ns(43923270312110:43923270318830) device_id(0) queue_id(0) + (null) correlation_id(98) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(98) time_ns(43923269829999:43923271227540) process_id(26027) thread_id(26027) + (null) correlation_id(99) time_ns(0:0) external_id(31) + hipFree correlation_id(99) time_ns(43923285847908:43923285945374) process_id(26027) thread_id(26027) + (null) correlation_id(100) time_ns(0:0) external_id(31) + hipFree correlation_id(100) time_ns(43923285951361:43923285968041) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(101) time_ns(43923305073815:43923305083067) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(102) time_ns(43923305087221:43923305089606) process_id(26027) thread_id(26027) + hipMalloc correlation_id(103) time_ns(43923307263948:43923307313870) process_id(26027) thread_id(26027) + hipMalloc correlation_id(104) time_ns(43923307318020:43923307356703) process_id(26027) thread_id(26027) + (null) correlation_id(105) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(105) time_ns(43923307360879:43923308032277) process_id(26027) thread_id(26027) + (null) correlation_id(106) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(106) time_ns(43923308056868:43923308096612) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(106) time_ns(43923308101054:43923308579934) device_id(0) queue_id(0) + hcCommandMarker correlation_id(107) time_ns(43923308582862:43923308589422) device_id(0) queue_id(0) + (null) correlation_id(107) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(107) time_ns(43923308101603:43923309526202) process_id(26027) thread_id(26027) + (null) correlation_id(108) time_ns(0:0) external_id(31) + hipFree correlation_id(108) time_ns(43923324159330:43923324253297) process_id(26027) thread_id(26027) + (null) correlation_id(109) time_ns(0:0) external_id(31) +PASSED! +# START (75) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (74) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (73) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (72) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (71) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (70) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (69) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (68) ############################# + Activity records: + hipFree correlation_id(109) time_ns(43923324259607:43923324296890) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(110) time_ns(43923343783441:43923343792602) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(111) time_ns(43923343796414:43923343798915) process_id(26027) thread_id(26027) + hipMalloc correlation_id(112) time_ns(43923346029952:43923346080708) process_id(26027) thread_id(26027) + hipMalloc correlation_id(113) time_ns(43923346085241:43923346103704) process_id(26027) thread_id(26027) + (null) correlation_id(114) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(114) time_ns(43923346117301:43923346791409) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(115) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(115) time_ns(43923346826463:43923346848239) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(115) time_ns(43923346852975:43923347343055) device_id(0) queue_id(0) + hcCommandMarker correlation_id(116) time_ns(43923347347000:43923347353880) device_id(0) queue_id(0) + (null) correlation_id(116) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(116) time_ns(43923346861840:43923348270921) process_id(26027) thread_id(26027) + (null) correlation_id(117) time_ns(0:0) external_id(31) + hipFree correlation_id(117) time_ns(43923362918776:43923363013264) process_id(26027) thread_id(26027) + (null) correlation_id(118) time_ns(0:0) external_id(31) + hipFree correlation_id(118) time_ns(43923363018807:43923363056010) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(119) time_ns(43923382164288:43923382173905) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(120) time_ns(43923382177905:43923382180619) process_id(26027) thread_id(26027) + hipMalloc correlation_id(121) time_ns(43923384379713:43923384430553) process_id(26027) thread_id(26027) + hipMalloc correlation_id(122) time_ns(43923384447265:43923384476233) process_id(26027) thread_id(26027) + (null) correlation_id(123) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(123) time_ns(43923384480482:43923385117773) process_id(26027) thread_id(26027) + (null) correlation_id(124) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(124) time_ns(43923385148848:43923385188553) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(124) time_ns(43923385193190:43923385682470) device_id(0) queue_id(0) + hcCommandMarker correlation_id(125) time_ns(43923385685409:43923385691969) device_id(0) queue_id(0) + (null) correlation_id(125) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(125) time_ns(43923385193330:43923386599747) process_id(26027) thread_id(26027) + (null) correlation_id(126) time_ns(0:0) external_id(31) + hipFree correlation_id(126) time_ns(43923401224065:43923401322747) process_id(26027) thread_id(26027) + (null) correlation_id(127) time_ns(0:0) external_id(31) + hipFree correlation_id(127) time_ns(43923401328833:43923401356064) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(128) time_ns(43923420505471:43923420514646) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(129) time_ns(43923420518402:43923420520840) process_id(26027) thread_id(26027) + hipMalloc correlation_id(130) time_ns(43923422695255:43923422745429) process_id(26027) thread_id(26027) + hipMalloc correlation_id(131) time_ns(43923422749520:43923422787237) process_id(26027) thread_id(26027) + (null) correlation_id(132) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(132) time_ns(43923422791618:43923423435484) process_id(26027) thread_id(26027) + (null) correlation_id(133) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(133) time_ns(43923423466950:43923423508155) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(133) time_ns(43923423512949:43923423996309) device_id(0) queue_id(0) + hcCommandMarker correlation_id(134) time_ns(43923423999174:43923424005894) device_id(0) queue_id(0) + (null) correlation_id(134) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(134) time_ns(43923423525127:43923424991816) process_id(26027) thread_id(26027) + (null) correlation_id(135) time_ns(0:0) external_id(31) + hipFree correlation_id(135) time_ns(43923439636628:43923439721518) process_id(26027) thread_id(26027) + (null) correlation_id(136) time_ns(0:0) external_id(31) + hipFree correlation_id(136) time_ns(43923439737564:43923439767604) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(137) time_ns(43923458908892:43923458918725) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(138) time_ns(43923458922419:43923458924977) process_id(26027) thread_id(26027) + hipMalloc correlation_id(139) time_ns(43923461119944:43923461169258) process_id(26027) thread_id(26027) + hipMalloc correlation_id(140) time_ns(43923461186478:43923461214108) process_id(26027) thread_id(26027) + (null) correlation_id(141) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(141) time_ns(43923461218204:43923461856445) process_id(26027) thread_id(26027) + (null) correlation_id(142) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(142) time_ns(43923461887128:43923461928559) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(142) time_ns(43923461933371:43923462413371) device_id(0) queue_id(0) + hcCommandMarker correlation_id(143) time_ns(43923462416318:43923462422878) device_id(0) queue_id(0) + (null) correlation_id(143) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(143) time_ns(43923461944949:43923463384786) process_id(26027) thread_id(26027) + (null) correlation_id(144) time_ns(0:0) external_id(31) + hipFree correlation_id(144) time_ns(43923478031514:43923478101679) process_id(26027) thread_id(26027) + (null) correlation_id(145) time_ns(0:0) external_id(31) +PASSED! +# START (67) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (66) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (65) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (64) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (63) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (62) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (61) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (60) ############################# + Activity records: + hipFree correlation_id(145) time_ns(43923478107118:43923478133836) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(146) time_ns(43923497787053:43923497797057) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(147) time_ns(43923497800893:43923497803502) process_id(26027) thread_id(26027) + hipMalloc correlation_id(148) time_ns(43923500074115:43923500125579) process_id(26027) thread_id(26027) + hipMalloc correlation_id(149) time_ns(43923500129967:43923500149866) process_id(26027) thread_id(26027) + (null) correlation_id(150) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(150) time_ns(43923500154821:43923500796762) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(151) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(151) time_ns(43923500821675:43923500843166) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(151) time_ns(43923500847739:43923501333819) device_id(0) queue_id(0) + hcCommandMarker correlation_id(152) time_ns(43923501336746:43923501343306) device_id(0) queue_id(0) + (null) correlation_id(152) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(152) time_ns(43923500856672:43923502262652) process_id(26027) thread_id(26027) + (null) correlation_id(153) time_ns(0:0) external_id(31) + hipFree correlation_id(153) time_ns(43923516890979:43923516974407) process_id(26027) thread_id(26027) + (null) correlation_id(154) time_ns(0:0) external_id(31) + hipFree correlation_id(154) time_ns(43923516980172:43923517007413) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(155) time_ns(43923536185924:43923536195427) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(156) time_ns(43923536199375:43923536202001) process_id(26027) thread_id(26027) + hipMalloc correlation_id(157) time_ns(43923538372414:43923538422093) process_id(26027) thread_id(26027) + hipMalloc correlation_id(158) time_ns(43923538426404:43923538465287) process_id(26027) thread_id(26027) + (null) correlation_id(159) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(159) time_ns(43923538469387:43923539112786) process_id(26027) thread_id(26027) + (null) correlation_id(160) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(160) time_ns(43923539143922:43923539184637) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(160) time_ns(43923539189018:43923539679258) device_id(0) queue_id(0) + hcCommandMarker correlation_id(161) time_ns(43923539682215:43923539688775) device_id(0) queue_id(0) + (null) correlation_id(161) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(161) time_ns(43923539189370:43923540652339) process_id(26027) thread_id(26027) + (null) correlation_id(162) time_ns(0:0) external_id(31) + hipFree correlation_id(162) time_ns(43923555281370:43923555351858) process_id(26027) thread_id(26027) + (null) correlation_id(163) time_ns(0:0) external_id(31) + hipFree correlation_id(163) time_ns(43923555357808:43923555384570) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(164) time_ns(43923574559865:43923574568423) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(165) time_ns(43923574571947:43923574574268) process_id(26027) thread_id(26027) + hipMalloc correlation_id(166) time_ns(43923576768554:43923576816971) process_id(26027) thread_id(26027) + hipMalloc correlation_id(167) time_ns(43923576834755:43923576853291) process_id(26027) thread_id(26027) + (null) correlation_id(168) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(168) time_ns(43923576857952:43923577531887) process_id(26027) thread_id(26027) + (null) correlation_id(169) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(169) time_ns(43923577562527:43923577601613) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(169) time_ns(43923577606603:43923578089483) device_id(0) queue_id(0) + hcCommandMarker correlation_id(170) time_ns(43923578092421:43923578099301) device_id(0) queue_id(0) + (null) correlation_id(170) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(170) time_ns(43923577606200:43923579133582) process_id(26027) thread_id(26027) + (null) correlation_id(171) time_ns(0:0) external_id(31) + hipFree correlation_id(171) time_ns(43923593783428:43923593854144) process_id(26027) thread_id(26027) + (null) correlation_id(172) time_ns(0:0) external_id(31) + hipFree correlation_id(172) time_ns(43923593859731:43923593886059) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(173) time_ns(43923614371074:43923614381008) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(174) time_ns(43923614384837:43923614387415) process_id(26027) thread_id(26027) + hipMalloc correlation_id(175) time_ns(43923616587729:43923616637841) process_id(26027) thread_id(26027) + hipMalloc correlation_id(176) time_ns(43923616653716:43923616682292) process_id(26027) thread_id(26027) + (null) correlation_id(177) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(177) time_ns(43923616686661:43923617367358) process_id(26027) thread_id(26027) + (null) correlation_id(178) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(178) time_ns(43923617398197:43923617439007) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(178) time_ns(43923617444410:43923619286333) device_id(0) queue_id(0) + hcCommandMarker correlation_id(179) time_ns(43923619289400:43923619321400) device_id(0) queue_id(0) + (null) correlation_id(179) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(179) time_ns(43923617443875:43923620346684) process_id(26027) thread_id(26027) + (null) correlation_id(180) time_ns(0:0) external_id(31) + hipFree correlation_id(180) time_ns(43923634950544:43923635035155) process_id(26027) thread_id(26027) + (null) correlation_id(181) time_ns(0:0) external_id(31) +PASSED! +# START (59) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (58) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (57) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (56) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (55) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (54) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (53) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (52) ############################# + Activity records: + hipFree correlation_id(181) time_ns(43923635040796:43923635067423) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(182) time_ns(43923655974843:43923655985986) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(183) time_ns(43923655989930:43923655993147) process_id(26027) thread_id(26027) + hipMalloc correlation_id(184) time_ns(43923658246101:43923658298790) process_id(26027) thread_id(26027) + hipMalloc correlation_id(185) time_ns(43923658303339:43923658323309) process_id(26027) thread_id(26027) + (null) correlation_id(186) time_ns(0:0) external_id(32) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + hipMemcpy correlation_id(186) time_ns(43923658328717:43923659005376) process_id(26027) thread_id(26027) + (null) correlation_id(187) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(187) time_ns(43923659029806:43923659052256) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(187) time_ns(43923659063291:43923660906334) device_id(0) queue_id(0) + hcCommandMarker correlation_id(188) time_ns(43923660909068:43923660940908) device_id(0) queue_id(0) + (null) correlation_id(188) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(188) time_ns(43923659068015:43923661955500) process_id(26027) thread_id(26027) + (null) correlation_id(189) time_ns(0:0) external_id(31) + hipFree correlation_id(189) time_ns(43923676770003:43923676860623) process_id(26027) thread_id(26027) + (null) correlation_id(190) time_ns(0:0) external_id(31) + hipFree correlation_id(190) time_ns(43923676876968:43923676895497) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(191) time_ns(43923697660900:43923697669089) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(192) time_ns(43923697682986:43923697685330) process_id(26027) thread_id(26027) + hipMalloc correlation_id(193) time_ns(43923699891927:43923699953112) process_id(26027) thread_id(26027) + hipMalloc correlation_id(194) time_ns(43923699966662:43923699996846) process_id(26027) thread_id(26027) + (null) correlation_id(195) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(195) time_ns(43923700007081:43923700671536) process_id(26027) thread_id(26027) + (null) correlation_id(196) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(196) time_ns(43923700705997:43923700746728) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(196) time_ns(43923700748397:43923702591920) device_id(0) queue_id(0) + hcCommandMarker correlation_id(197) time_ns(43923702594931:43923702627091) device_id(0) queue_id(0) + (null) correlation_id(197) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(197) time_ns(43923700758715:43923703651888) process_id(26027) thread_id(26027) + (null) correlation_id(198) time_ns(0:0) external_id(31) + hipFree correlation_id(198) time_ns(43923718320201:43923718404644) process_id(26027) thread_id(26027) + (null) correlation_id(199) time_ns(0:0) external_id(31) + hipFree correlation_id(199) time_ns(43923718410462:43923718437157) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(200) time_ns(43923739065926:43923739076200) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(201) time_ns(43923739090270:43923739092867) process_id(26027) thread_id(26027) + hipMalloc correlation_id(202) time_ns(43923741261081:43923741311830) process_id(26027) thread_id(26027) + hipMalloc correlation_id(203) time_ns(43923741316146:43923741354541) process_id(26027) thread_id(26027) + (null) correlation_id(204) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(204) time_ns(43923741358648:43923742048288) process_id(26027) thread_id(26027) + (null) correlation_id(205) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(205) time_ns(43923742079823:43923742119846) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(205) time_ns(43923742125361:43923743966164) device_id(0) queue_id(0) + hcCommandMarker correlation_id(206) time_ns(43923743969118:43923744001278) device_id(0) queue_id(0) + (null) correlation_id(206) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(206) time_ns(43923742124688:43923745002387) process_id(26027) thread_id(26027) + (null) correlation_id(207) time_ns(0:0) external_id(31) + hipFree correlation_id(207) time_ns(43923759598842:43923759684702) process_id(26027) thread_id(26027) + (null) correlation_id(208) time_ns(0:0) external_id(31) + hipFree correlation_id(208) time_ns(43923759700758:43923759730435) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(209) time_ns(43923780293722:43923780303409) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(210) time_ns(43923780307271:43923780309737) process_id(26027) thread_id(26027) + hipMalloc correlation_id(211) time_ns(43923782500661:43923782550435) process_id(26027) thread_id(26027) + hipMalloc correlation_id(212) time_ns(43923782566769:43923782595397) process_id(26027) thread_id(26027) + (null) correlation_id(213) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(213) time_ns(43923782599606:43923783256624) process_id(26027) thread_id(26027) + (null) correlation_id(214) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(214) time_ns(43923783287682:43923783328269) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(214) time_ns(43923783334160:43923785178163) device_id(0) queue_id(0) + hcCommandMarker correlation_id(215) time_ns(43923785181076:43923785213076) device_id(0) queue_id(0) + (null) correlation_id(215) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(215) time_ns(43923783333005:43923786216665) process_id(26027) thread_id(26027) + (null) correlation_id(216) time_ns(0:0) external_id(31) + hipFree correlation_id(216) time_ns(43923800877367:43923800968284) process_id(26027) thread_id(26027) + (null) correlation_id(217) time_ns(0:0) external_id(31) +PASSED! +# START (51) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (50) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (49) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (48) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (47) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (46) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (45) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (44) ############################# + Activity records: + hipFree correlation_id(217) time_ns(43923800974193:43923801002074) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(218) time_ns(43923821923676:43923821933811) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(219) time_ns(43923821937522:43923821940063) process_id(26027) thread_id(26027) + hipMalloc correlation_id(220) time_ns(43923824213169:43923824264743) process_id(26027) thread_id(26027) + hipMalloc correlation_id(221) time_ns(43923824269322:43923824289224) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(222) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(222) time_ns(43923824294155:43923824954754) process_id(26027) thread_id(26027) + (null) correlation_id(223) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(223) time_ns(43923824979430:43923825001473) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(223) time_ns(43923825007133:43923826844896) device_id(0) queue_id(0) + hcCommandMarker correlation_id(224) time_ns(43923826847709:43923826879549) device_id(0) queue_id(0) + (null) correlation_id(224) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(224) time_ns(43923825015022:43923827883491) process_id(26027) thread_id(26027) + (null) correlation_id(225) time_ns(0:0) external_id(31) + hipFree correlation_id(225) time_ns(43923842537911:43923842620877) process_id(26027) thread_id(26027) + (null) correlation_id(226) time_ns(0:0) external_id(31) + hipFree correlation_id(226) time_ns(43923842637318:43923842666493) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(227) time_ns(43923861766130:43923861776321) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(228) time_ns(43923861780019:43923861782446) process_id(26027) thread_id(26027) + hipMalloc correlation_id(229) time_ns(43923863972094:43923864039954) process_id(26027) thread_id(26027) + hipMalloc correlation_id(230) time_ns(43923864057471:43923864089047) process_id(26027) thread_id(26027) + (null) correlation_id(231) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(231) time_ns(43923864094177:43923864740876) process_id(26027) thread_id(26027) + (null) correlation_id(232) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(232) time_ns(43923864771362:43923864812507) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(232) time_ns(43923864817106:43923865301106) device_id(0) queue_id(0) + hcCommandMarker correlation_id(233) time_ns(43923865304184:43923865310744) device_id(0) queue_id(0) + (null) correlation_id(233) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(233) time_ns(43923864817292:43923866255059) process_id(26027) thread_id(26027) + (null) correlation_id(234) time_ns(0:0) external_id(31) + hipFree correlation_id(234) time_ns(43923880888738:43923880989206) process_id(26027) thread_id(26027) + (null) correlation_id(235) time_ns(0:0) external_id(31) + hipFree correlation_id(235) time_ns(43923881003862:43923881030622) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(236) time_ns(43923900186141:43923900195829) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(237) time_ns(43923900199802:43923900202255) process_id(26027) thread_id(26027) + hipMalloc correlation_id(238) time_ns(43923902393152:43923902454943) process_id(26027) thread_id(26027) + hipMalloc correlation_id(239) time_ns(43923902459292:43923902487918) process_id(26027) thread_id(26027) + (null) correlation_id(240) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(240) time_ns(43923902492113:43923903128658) process_id(26027) thread_id(26027) + (null) correlation_id(241) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(241) time_ns(43923903159454:43923903200555) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(241) time_ns(43923903205033:43923903690473) device_id(0) queue_id(0) + hcCommandMarker correlation_id(242) time_ns(43923903693465:43923903700025) device_id(0) queue_id(0) + (null) correlation_id(242) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(242) time_ns(43923903205188:43923904663132) process_id(26027) thread_id(26027) + (null) correlation_id(243) time_ns(0:0) external_id(31) + hipFree correlation_id(243) time_ns(43923919295931:43923919365533) process_id(26027) thread_id(26027) + (null) correlation_id(244) time_ns(0:0) external_id(31) + hipFree correlation_id(244) time_ns(43923919370940:43923919397404) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(245) time_ns(43923938489404:43923938499380) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(246) time_ns(43923938503077:43923938505438) process_id(26027) thread_id(26027) + hipMalloc correlation_id(247) time_ns(43923940680966:43923940730786) process_id(26027) thread_id(26027) + hipMalloc correlation_id(248) time_ns(43923940735372:43923940764971) process_id(26027) thread_id(26027) + (null) correlation_id(249) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(249) time_ns(43923940769209:43923941386237) process_id(26027) thread_id(26027) + (null) correlation_id(250) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(250) time_ns(43923941417772:43923941458957) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(250) time_ns(43923941463395:43923941944675) device_id(0) queue_id(0) + hcCommandMarker correlation_id(251) time_ns(43923941947651:43923941954211) device_id(0) queue_id(0) + (null) correlation_id(251) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(251) time_ns(43923941463630:43923942895196) process_id(26027) thread_id(26027) + (null) correlation_id(252) time_ns(0:0) external_id(31) + hipFree correlation_id(252) time_ns(43923957484127:43923957580001) process_id(26027) thread_id(26027) + (null) correlation_id(253) time_ns(0:0) external_id(31) +PASSED! +# START (43) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (42) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (41) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (40) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (39) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (38) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (37) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (36) ############################# + Activity records: + hipFree correlation_id(253) time_ns(43923957585741:43923957612870) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(254) time_ns(43923977085513:43923977095289) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(255) time_ns(43923977109029:43923977111674) process_id(26027) thread_id(26027) + hipMalloc correlation_id(256) time_ns(43923979317852:43923979378871) process_id(26027) thread_id(26027) + hipMalloc correlation_id(257) time_ns(43923979392472:43923979422257) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(258) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(258) time_ns(43923979426410:43923980064921) process_id(26027) thread_id(26027) + (null) correlation_id(259) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(259) time_ns(43923980096048:43923980137087) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(259) time_ns(43923980141801:43923980625481) device_id(0) queue_id(0) + hcCommandMarker correlation_id(260) time_ns(43923980628295:43923980635015) device_id(0) queue_id(0) + (null) correlation_id(260) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(260) time_ns(43923980141914:43923981601157) process_id(26027) thread_id(26027) + (null) correlation_id(261) time_ns(0:0) external_id(31) + hipFree correlation_id(261) time_ns(43923996238184:43923996331957) process_id(26027) thread_id(26027) + (null) correlation_id(262) time_ns(0:0) external_id(31) + hipFree correlation_id(262) time_ns(43923996337229:43923996353339) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(263) time_ns(43924015379706:43924015389299) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(264) time_ns(43924015392814:43924015395121) process_id(26027) thread_id(26027) + hipMalloc correlation_id(265) time_ns(43924017571212:43924017619824) process_id(26027) thread_id(26027) + hipMalloc correlation_id(266) time_ns(43924017623918:43924017651953) process_id(26027) thread_id(26027) + (null) correlation_id(267) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(267) time_ns(43924017656734:43924018300772) process_id(26027) thread_id(26027) + (null) correlation_id(268) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(268) time_ns(43924018332018:43924018372394) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(268) time_ns(43924018377238:43924018857878) device_id(0) queue_id(0) + hcCommandMarker correlation_id(269) time_ns(43924018860661:43924018867381) device_id(0) queue_id(0) + (null) correlation_id(269) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(269) time_ns(43924018376979:43924019807931) process_id(26027) thread_id(26027) + (null) correlation_id(270) time_ns(0:0) external_id(31) + hipFree correlation_id(270) time_ns(43924034370733:43924034462002) process_id(26027) thread_id(26027) + (null) correlation_id(271) time_ns(0:0) external_id(31) + hipFree correlation_id(271) time_ns(43924034467948:43924034967481) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(272) time_ns(43924053901958:43924053911808) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(273) time_ns(43924053915503:43924053917837) process_id(26027) thread_id(26027) + hipMalloc correlation_id(274) time_ns(43924056115847:43924056166685) process_id(26027) thread_id(26027) + hipMalloc correlation_id(275) time_ns(43924056183398:43924056212459) process_id(26027) thread_id(26027) + (null) correlation_id(276) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(276) time_ns(43924056216824:43924056854100) process_id(26027) thread_id(26027) + (null) correlation_id(277) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(277) time_ns(43924056885223:43924056926049) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(277) time_ns(43924056930476:43924057416876) device_id(0) queue_id(0) + hcCommandMarker correlation_id(278) time_ns(43924057419895:43924057426455) device_id(0) queue_id(0) + (null) correlation_id(278) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(278) time_ns(43924056930872:43924058371562) process_id(26027) thread_id(26027) + (null) correlation_id(279) time_ns(0:0) external_id(31) + hipFree correlation_id(279) time_ns(43924073259129:43924073333323) process_id(26027) thread_id(26027) + (null) correlation_id(280) time_ns(0:0) external_id(31) + hipFree correlation_id(280) time_ns(43924073339755:43924073367492) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(281) time_ns(43924092286009:43924092295684) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(282) time_ns(43924092299467:43924092301851) process_id(26027) thread_id(26027) + hipMalloc correlation_id(283) time_ns(43924094476650:43924094526050) process_id(26027) thread_id(26027) + hipMalloc correlation_id(284) time_ns(43924094530264:43924094560138) process_id(26027) thread_id(26027) + (null) correlation_id(285) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(285) time_ns(43924094564860:43924095209172) process_id(26027) thread_id(26027) + (null) correlation_id(286) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(286) time_ns(43924095240065:43924095281039) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(286) time_ns(43924095285353:43924095767273) device_id(0) queue_id(0) + hcCommandMarker correlation_id(287) time_ns(43924095770342:43924095777222) device_id(0) queue_id(0) + (null) correlation_id(287) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(287) time_ns(43924095285700:43924096717062) process_id(26027) thread_id(26027) + (null) correlation_id(288) time_ns(0:0) external_id(31) + hipFree correlation_id(288) time_ns(43924111647330:43924111719564) process_id(26027) thread_id(26027) + (null) correlation_id(289) time_ns(0:0) external_id(31) +PASSED! +# START (35) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (34) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (33) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (32) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (31) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (30) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (29) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (28) ############################# + Activity records: + hipFree correlation_id(289) time_ns(43924111725499:43924111752081) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(290) time_ns(43924133010932:43924133020346) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(291) time_ns(43924133024098:43924133026658) process_id(26027) thread_id(26027) + hipMalloc correlation_id(292) time_ns(43924135252772:43924135304037) process_id(26027) thread_id(26027) + hipMalloc correlation_id(293) time_ns(43924135308510:43924135327613) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(294) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(294) time_ns(43924135332515:43924135972906) process_id(26027) thread_id(26027) + (null) correlation_id(295) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(295) time_ns(43924135997252:43924136035107) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(295) time_ns(43924136036842:43924136524682) device_id(0) queue_id(0) + hcCommandMarker correlation_id(296) time_ns(43924136527613:43924136534173) device_id(0) queue_id(0) + (null) correlation_id(296) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(296) time_ns(43924136039997:43924137456346) process_id(26027) thread_id(26027) + (null) correlation_id(297) time_ns(0:0) external_id(31) + hipFree correlation_id(297) time_ns(43924151908771:43924151983651) process_id(26027) thread_id(26027) + (null) correlation_id(298) time_ns(0:0) external_id(31) + hipFree correlation_id(298) time_ns(43924151989360:43924152022262) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(299) time_ns(43924171088698:43924171097139) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(300) time_ns(43924171100734:43924171103152) process_id(26027) thread_id(26027) + hipMalloc correlation_id(301) time_ns(43924173304593:43924173354672) process_id(26027) thread_id(26027) + hipMalloc correlation_id(302) time_ns(43924173371642:43924173400059) process_id(26027) thread_id(26027) + (null) correlation_id(303) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(303) time_ns(43924173404405:43924174044683) process_id(26027) thread_id(26027) + (null) correlation_id(304) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(304) time_ns(43924174076253:43924174116723) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(304) time_ns(43924174121204:43924174603444) device_id(0) queue_id(0) + hcCommandMarker correlation_id(305) time_ns(43924174606317:43924174612877) device_id(0) queue_id(0) + (null) correlation_id(305) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(305) time_ns(43924174133069:43924175557594) process_id(26027) thread_id(26027) + (null) correlation_id(306) time_ns(0:0) external_id(31) + hipFree correlation_id(306) time_ns(43924190219735:43924190303515) process_id(26027) thread_id(26027) + (null) correlation_id(307) time_ns(0:0) external_id(31) + hipFree correlation_id(307) time_ns(43924190319242:43924190347098) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(308) time_ns(43924209447139:43924209456906) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(309) time_ns(43924209460535:43924209463004) process_id(26027) thread_id(26027) + hipMalloc correlation_id(310) time_ns(43924211678128:43924211727787) process_id(26027) thread_id(26027) + hipMalloc correlation_id(311) time_ns(43924211745058:43924211773876) process_id(26027) thread_id(26027) + (null) correlation_id(312) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(312) time_ns(43924211778084:43924212443036) process_id(26027) thread_id(26027) + (null) correlation_id(313) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(313) time_ns(43924212474572:43924212518890) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(313) time_ns(43924212523859:43924214375062) device_id(0) queue_id(0) + hcCommandMarker correlation_id(314) time_ns(43924214378145:43924214409665) device_id(0) queue_id(0) + (null) correlation_id(314) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(314) time_ns(43924212537767:43924215426654) process_id(26027) thread_id(26027) + (null) correlation_id(315) time_ns(0:0) external_id(31) + hipFree correlation_id(315) time_ns(43924229894349:43924229979101) process_id(26027) thread_id(26027) + (null) correlation_id(316) time_ns(0:0) external_id(31) + hipFree correlation_id(316) time_ns(43924229995319:43924230026120) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(317) time_ns(43924250535564:43924250545872) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(318) time_ns(43924250549624:43924250552072) process_id(26027) thread_id(26027) + hipMalloc correlation_id(319) time_ns(43924252752966:43924252802481) process_id(26027) thread_id(26027) + hipMalloc correlation_id(320) time_ns(43924252819847:43924252848213) process_id(26027) thread_id(26027) + (null) correlation_id(321) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(321) time_ns(43924252852306:43924253543113) process_id(26027) thread_id(26027) + (null) correlation_id(322) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(322) time_ns(43924253574635:43924253615072) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(322) time_ns(43924253620622:43924255453105) device_id(0) queue_id(0) + hcCommandMarker correlation_id(323) time_ns(43924255456151:43924255487831) device_id(0) queue_id(0) + (null) correlation_id(323) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(323) time_ns(43924253632295:43924256514921) process_id(26027) thread_id(26027) + (null) correlation_id(324) time_ns(0:0) external_id(31) + hipFree correlation_id(324) time_ns(43924271073847:43924271169352) process_id(26027) thread_id(26027) + (null) correlation_id(325) time_ns(0:0) external_id(31) +PASSED! +# START (27) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (26) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (25) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (24) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (23) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (22) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (21) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (20) ############################# + Activity records: + hipFree correlation_id(325) time_ns(43924271175070:43924271192040) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(326) time_ns(43924291762988:43924291771076) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(327) time_ns(43924291774642:43924291777092) process_id(26027) thread_id(26027) + hipMalloc correlation_id(328) time_ns(43924294026024:43924294085514) process_id(26027) thread_id(26027) + hipMalloc correlation_id(329) time_ns(43924294090994:43924294129855) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(330) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(330) time_ns(43924294134205:43924294800341) process_id(26027) thread_id(26027) + (null) correlation_id(331) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(331) time_ns(43924294835233:43924294876561) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(331) time_ns(43924294882266:43924296713789) device_id(0) queue_id(0) + hcCommandMarker correlation_id(332) time_ns(43924296716869:43924296748069) device_id(0) queue_id(0) + (null) correlation_id(332) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(332) time_ns(43924294888013:43924297778419) process_id(26027) thread_id(26027) + (null) correlation_id(333) time_ns(0:0) external_id(31) + hipFree correlation_id(333) time_ns(43924312395860:43924312492979) process_id(26027) thread_id(26027) + (null) correlation_id(334) time_ns(0:0) external_id(31) + hipFree correlation_id(334) time_ns(43924312507649:43924312535945) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(335) time_ns(43924333052377:43924333062076) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(336) time_ns(43924333065817:43924333068268) process_id(26027) thread_id(26027) + hipMalloc correlation_id(337) time_ns(43924335264198:43924335313660) process_id(26027) thread_id(26027) + hipMalloc correlation_id(338) time_ns(43924335329255:43924335357001) process_id(26027) thread_id(26027) + (null) correlation_id(339) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(339) time_ns(43924335361097:43924336036253) process_id(26027) thread_id(26027) + (null) correlation_id(340) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(340) time_ns(43924336051007:43924336094552) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(340) time_ns(43924336100184:43924337940187) device_id(0) queue_id(0) + hcCommandMarker correlation_id(341) time_ns(43924337943034:43924337974394) device_id(0) queue_id(0) + (null) correlation_id(341) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(341) time_ns(43924336099635:43924338934658) process_id(26027) thread_id(26027) + (null) correlation_id(342) time_ns(0:0) external_id(31) + hipFree correlation_id(342) time_ns(43924353465028:43924353550492) process_id(26027) thread_id(26027) + (null) correlation_id(343) time_ns(0:0) external_id(31) + hipFree correlation_id(343) time_ns(43924353566871:43924353597370) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(344) time_ns(43924374057647:43924374067442) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(345) time_ns(43924374071233:43924374073570) process_id(26027) thread_id(26027) + hipMalloc correlation_id(346) time_ns(43924376274104:43924376324074) process_id(26027) thread_id(26027) + hipMalloc correlation_id(347) time_ns(43924376341080:43924376369346) process_id(26027) thread_id(26027) + (null) correlation_id(348) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(348) time_ns(43924376373655:43924377031921) process_id(26027) thread_id(26027) + (null) correlation_id(349) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(349) time_ns(43924377046388:43924377090396) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(349) time_ns(43924377095818:43924378930381) device_id(0) queue_id(0) + hcCommandMarker correlation_id(350) time_ns(43924378933281:43924378964641) device_id(0) queue_id(0) + (null) correlation_id(350) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(350) time_ns(43924377095637:43924379989699) process_id(26027) thread_id(26027) + (null) correlation_id(351) time_ns(0:0) external_id(31) + hipFree correlation_id(351) time_ns(43924394485102:43924394572492) process_id(26027) thread_id(26027) + (null) correlation_id(352) time_ns(0:0) external_id(31) + hipFree correlation_id(352) time_ns(43924394588538:43924394617306) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(353) time_ns(43924415129763:43924415138209) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(354) time_ns(43924415141941:43924415144362) process_id(26027) thread_id(26027) + hipMalloc correlation_id(355) time_ns(43924417363809:43924417413267) process_id(26027) thread_id(26027) + hipMalloc correlation_id(356) time_ns(43924417430049:43924417458479) process_id(26027) thread_id(26027) + (null) correlation_id(357) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(357) time_ns(43924417462767:43924418136752) process_id(26027) thread_id(26027) + (null) correlation_id(358) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(358) time_ns(43924418151104:43924418195069) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(358) time_ns(43924418200313:43924420038236) device_id(0) queue_id(0) + hcCommandMarker correlation_id(359) time_ns(43924420044513:43924420076353) device_id(0) queue_id(0) + (null) correlation_id(359) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(359) time_ns(43924418200328:43924421028788) process_id(26027) thread_id(26027) + (null) correlation_id(360) time_ns(0:0) external_id(31) + hipFree correlation_id(360) time_ns(43924435641433:43924435737289) process_id(26027) thread_id(26027) + (null) correlation_id(361) time_ns(0:0) external_id(31) +PASSED! +# START (19) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (18) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (17) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (16) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (15) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (14) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (13) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (12) ############################# + Activity records: + hipFree correlation_id(361) time_ns(43924435753844:43924435782472) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(362) time_ns(43924456417081:43924456426453) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(363) time_ns(43924456430167:43924456432757) process_id(26027) thread_id(26027) + hipMalloc correlation_id(364) time_ns(43924458612031:43924458674256) process_id(26027) thread_id(26027) + hipMalloc correlation_id(365) time_ns(43924458687741:43924458718593) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(366) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(366) time_ns(43924458724143:43924459369768) process_id(26027) thread_id(26027) + (null) correlation_id(367) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(367) time_ns(43924459394827:43924459441024) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(367) time_ns(43924459445624:43924459936504) device_id(0) queue_id(0) + hcCommandMarker correlation_id(368) time_ns(43924459939526:43924459945926) device_id(0) queue_id(0) + (null) correlation_id(368) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(368) time_ns(43924459456241:43924460891352) process_id(26027) thread_id(26027) + (null) correlation_id(369) time_ns(0:0) external_id(31) + hipFree correlation_id(369) time_ns(43924475335127:43924475426517) process_id(26027) thread_id(26027) + (null) correlation_id(370) time_ns(0:0) external_id(31) + hipFree correlation_id(370) time_ns(43924475432213:43924475458809) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(371) time_ns(43924494473089:43924494483454) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(372) time_ns(43924494487147:43924494489484) process_id(26027) thread_id(26027) + hipMalloc correlation_id(373) time_ns(43924496708487:43924496758343) process_id(26027) thread_id(26027) + hipMalloc correlation_id(374) time_ns(43924496775079:43924496803210) process_id(26027) thread_id(26027) + (null) correlation_id(375) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(375) time_ns(43924496807329:43924497445337) process_id(26027) thread_id(26027) + (null) correlation_id(376) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(376) time_ns(43924497459798:43924497503949) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(376) time_ns(43924497508311:43924497993431) device_id(0) queue_id(0) + hcCommandMarker correlation_id(377) time_ns(43924497996249:43924498002969) device_id(0) queue_id(0) + (null) correlation_id(377) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(377) time_ns(43924497509090:43924498986358) process_id(26027) thread_id(26027) + (null) correlation_id(378) time_ns(0:0) external_id(31) + hipFree correlation_id(378) time_ns(43924513614351:43924513708581) process_id(26027) thread_id(26027) + (null) correlation_id(379) time_ns(0:0) external_id(31) + hipFree correlation_id(379) time_ns(43924513723691:43924513751429) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(380) time_ns(43924532893579:43924532903634) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(381) time_ns(43924532907691:43924532910260) process_id(26027) thread_id(26027) + hipMalloc correlation_id(382) time_ns(43924535105549:43924535155671) process_id(26027) thread_id(26027) + hipMalloc correlation_id(383) time_ns(43924535174732:43924535212783) process_id(26027) thread_id(26027) + (null) correlation_id(384) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(384) time_ns(43924535216917:43924535856633) process_id(26027) thread_id(26027) + (null) correlation_id(385) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(385) time_ns(43924535871470:43924535916117) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(385) time_ns(43924535920351:43924536404511) device_id(0) queue_id(0) + hcCommandMarker correlation_id(386) time_ns(43924536407570:43924536413970) device_id(0) queue_id(0) + (null) correlation_id(386) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(386) time_ns(43924535930585:43924537355425) process_id(26027) thread_id(26027) + (null) correlation_id(387) time_ns(0:0) external_id(31) + hipFree correlation_id(387) time_ns(43924551986515:43924552084664) process_id(26027) thread_id(26027) + (null) correlation_id(388) time_ns(0:0) external_id(31) + hipFree correlation_id(388) time_ns(43924552099468:43924552128239) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(389) time_ns(43924571253670:43924571263558) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(390) time_ns(43924571267289:43924571269725) process_id(26027) thread_id(26027) + hipMalloc correlation_id(391) time_ns(43924573449916:43924573500705) process_id(26027) thread_id(26027) + hipMalloc correlation_id(392) time_ns(43924573517682:43924573546177) process_id(26027) thread_id(26027) + (null) correlation_id(393) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(393) time_ns(43924573550373:43924574188815) process_id(26027) thread_id(26027) + (null) correlation_id(394) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(394) time_ns(43924574202362:43924574246767) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(394) time_ns(43924574251113:43924574731273) device_id(0) queue_id(0) + hcCommandMarker correlation_id(395) time_ns(43924574734047:43924574740767) device_id(0) queue_id(0) + (null) correlation_id(395) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(395) time_ns(43924574252163:43924575708203) process_id(26027) thread_id(26027) + (null) correlation_id(396) time_ns(0:0) external_id(31) + hipFree correlation_id(396) time_ns(43924590306093:43924590390382) process_id(26027) thread_id(26027) + (null) correlation_id(397) time_ns(0:0) external_id(31) +PASSED! +# START (11) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (10) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (9) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (8) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (7) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (6) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (5) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (4) ############################# + Activity records: + hipFree correlation_id(397) time_ns(43924590406775:43924590434772) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(398) time_ns(43924609307484:43924609316400) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(399) time_ns(43924609330707:43924609333163) process_id(26027) thread_id(26027) + hipMalloc correlation_id(400) time_ns(43924611536977:43924611585257) process_id(26027) thread_id(26027) + hipMalloc correlation_id(401) time_ns(43924611589444:43924611612016) process_id(26027) thread_id(26027) +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + (null) correlation_id(402) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(402) time_ns(43924611616893:43924612253700) process_id(26027) thread_id(26027) + (null) correlation_id(403) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(403) time_ns(43924612277792:43924612321418) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(403) time_ns(43924612321873:43924612798673) device_id(0) queue_id(0) + hcCommandMarker correlation_id(404) time_ns(43924612801648:43924612808048) device_id(0) queue_id(0) + (null) correlation_id(404) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(404) time_ns(43924612327977:43924613721928) process_id(26027) thread_id(26027) + (null) correlation_id(405) time_ns(0:0) external_id(31) + hipFree correlation_id(405) time_ns(43924628152462:43924628234778) process_id(26027) thread_id(26027) + (null) correlation_id(406) time_ns(0:0) external_id(31) + hipFree correlation_id(406) time_ns(43924628241577:43924628258879) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(407) time_ns(43924647370765:43924647379809) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(408) time_ns(43924647393625:43924647395924) process_id(26027) thread_id(26027) + hipMalloc correlation_id(409) time_ns(43924649646742:43924649698074) process_id(26027) thread_id(26027) + hipMalloc correlation_id(410) time_ns(43924649702498:43924649726483) process_id(26027) thread_id(26027) + (null) correlation_id(411) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(411) time_ns(43924649740436:43924650367679) process_id(26027) thread_id(26027) + (null) correlation_id(412) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(412) time_ns(43924650381865:43924650425898) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(412) time_ns(43924650430530:43924650921250) device_id(0) queue_id(0) + hcCommandMarker correlation_id(413) time_ns(43924650924099:43924650930499) device_id(0) queue_id(0) + (null) correlation_id(413) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(413) time_ns(43924650442002:43924651843203) process_id(26027) thread_id(26027) + (null) correlation_id(414) time_ns(0:0) external_id(31) + hipFree correlation_id(414) time_ns(43924666222121:43924666301439) process_id(26027) thread_id(26027) + (null) correlation_id(415) time_ns(0:0) external_id(31) + hipFree correlation_id(415) time_ns(43924666307003:43924666342180) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(416) time_ns(43924685034845:43924685043440) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(417) time_ns(43924685046918:43924685049180) process_id(26027) thread_id(26027) + hipMalloc correlation_id(418) time_ns(43924687222858:43924687270046) process_id(26027) thread_id(26027) + hipMalloc correlation_id(419) time_ns(43924687274152:43924687295655) process_id(26027) thread_id(26027) + (null) correlation_id(420) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(420) time_ns(43924687300729:43924687952269) process_id(26027) thread_id(26027) + (null) correlation_id(421) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(421) time_ns(43924687986953:43924688013077) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(421) time_ns(43924688018217:43924688500938) device_id(0) queue_id(0) + hcCommandMarker correlation_id(422) time_ns(43924688503978:43924688510378) device_id(0) queue_id(0) + (null) correlation_id(422) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(422) time_ns(43924688018510:43924689429970) process_id(26027) thread_id(26027) + (null) correlation_id(423) time_ns(0:0) external_id(31) + hipFree correlation_id(423) time_ns(43924703932199:43924704014713) process_id(26027) thread_id(26027) + (null) correlation_id(424) time_ns(0:0) external_id(31) + hipFree correlation_id(424) time_ns(43924704020644:43924704040647) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(425) time_ns(43924723051279:43924723060173) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(426) time_ns(43924723073743:43924723076102) process_id(26027) thread_id(26027) + hipMalloc correlation_id(427) time_ns(43924725307181:43924725358517) process_id(26027) thread_id(26027) + hipMalloc correlation_id(428) time_ns(43924725362871:43924725385936) process_id(26027) thread_id(26027) + (null) correlation_id(429) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(429) time_ns(43924725390694:43924726048510) process_id(26027) thread_id(26027) + (null) correlation_id(430) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(430) time_ns(43924726071761:43924726114911) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(430) time_ns(43924726119461:43924726600901) device_id(0) queue_id(0) + hcCommandMarker correlation_id(431) time_ns(43924726603712:43924726610432) device_id(0) queue_id(0) + (null) correlation_id(431) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(431) time_ns(43924726119857:43924727502384) process_id(26027) thread_id(26027) + (null) correlation_id(432) time_ns(0:0) external_id(31) + hipFree correlation_id(432) time_ns(43924741848451:43924741920620) process_id(26027) thread_id(26027) + (null) correlation_id(433) time_ns(0:0) external_id(31) +PASSED! +# START (3) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (2) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (1) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffdc052b378) size(0x400000) + + + + + + + *ptr(0x0x903400000) + + + ptr(0x7ffdc052b370) size(0x400000) + + + + + + + *ptr(0x0x903c00000) + + + dst(0x903400000) src(0x7f1879f80010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x30c1e60) src(0x903c00000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903400000) + + + + + + + + + + ptr(0x903c00000) + + + + + + + +# START (0) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! + Activity records: + hipFree correlation_id(433) time_ns(43924741926422:43924741958578) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(434) time_ns(43924761216886:43924761225167) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(435) time_ns(43924761228808:43924761231248) process_id(26027) thread_id(26027) + hipMalloc correlation_id(436) time_ns(43924763457381:43924763515635) process_id(26027) thread_id(26027) + hipMalloc correlation_id(437) time_ns(43924763519639:43924763548024) process_id(26027) thread_id(26027) + (null) correlation_id(438) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(438) time_ns(43924763552948:43924764207043) process_id(26027) thread_id(26027) + (null) correlation_id(439) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(439) time_ns(43924764230619:43924764274761) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(439) time_ns(43924764274974:43924764760734) device_id(0) queue_id(0) + hcCommandMarker correlation_id(440) time_ns(43924764763639:43924764770199) device_id(0) queue_id(0) + (null) correlation_id(440) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(440) time_ns(43924764285853:43924765677534) process_id(26027) thread_id(26027) + (null) correlation_id(441) time_ns(0:0) external_id(31) + hipFree correlation_id(441) time_ns(43924780374843:43924780443668) process_id(26027) thread_id(26027) + (null) correlation_id(442) time_ns(0:0) external_id(31) + hipFree correlation_id(442) time_ns(43924780449734:43924780471282) process_id(26027) thread_id(26027) + hipSetDevice correlation_id(443) time_ns(43924799708096:43924799716960) process_id(26027) thread_id(26027) + hipGetDeviceProperties correlation_id(444) time_ns(43924799720376:43924799722561) process_id(26027) thread_id(26027) + hipMalloc correlation_id(445) time_ns(43924801896671:43924801948463) process_id(26027) thread_id(26027) + hipMalloc correlation_id(446) time_ns(43924801952845:43924801975714) process_id(26027) thread_id(26027) + (null) correlation_id(447) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(447) time_ns(43924801990209:43924802616444) process_id(26027) thread_id(26027) + (null) correlation_id(448) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(448) time_ns(43924802629888:43924802670261) process_id(26027) thread_id(26027) + hcCommandKernel correlation_id(448) time_ns(43924802675198:43924803158398) device_id(0) queue_id(0) + hcCommandMarker correlation_id(449) time_ns(43924803161402:43924803167802) device_id(0) queue_id(0) + (null) correlation_id(449) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(449) time_ns(43924802675647:43924804134907) process_id(26027) thread_id(26027) + (null) correlation_id(450) time_ns(0:0) external_id(31) + hipFree correlation_id(450) time_ns(43924818672850:43924818752150) process_id(26027) thread_id(26027) + (null) correlation_id(451) time_ns(0:0) external_id(31) + hipFree correlation_id(451) time_ns(43924818757801:43924818793634) process_id(26027) thread_id(26027) +# STOP ############################# + diff --git a/test/golden_traces/MatrixTranspose_sys_hsa_trace.txt b/test/golden_traces/MatrixTranspose_sys_hsa_trace.txt new file mode 100644 index 0000000000..d418387700 --- /dev/null +++ b/test/golden_traces/MatrixTranspose_sys_hsa_trace.txt @@ -0,0 +1,8968 @@ +ROCTracer (pid=26045): + rocTX-trace() + HSA-trace() + HSA-activity-trace() + HIP-trace() +43928801217964:43928801221015 26045:26045 hsa_amd_profiling_async_copy_enable() = 0 +43928801708283:43928801708869 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38914) = 0 +43928801708283:43928801710116 26045:26045 hsa_iterate_agents(1, 0x7fffcdc38a70) = 1 +43928801711586:43928801711979 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38914) = 0 +43928801711586:43928801712879 26045:26045 hsa_iterate_agents(1, 0x7fffcdc38a70) = 1 +43928801716090:43928801716732 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc38a34) = 0 +43928801717791:43928801718222 26045:26045 hsa_region_get_info(, 1, 0x7fffcdc38a30) = 0 +43928801719585:43928801719982 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38784) = 0 +43928801719585:43928801720856 26045:26045 hsa_iterate_agents(1, 0x7fffcdc388e0) = 1 +43928801722745:43928801723431 26045:26045 hsa_amd_agent_memory_pool_get_info(, , 0, 0x7fffcdc38a2c) = 0 +43928801724363:43928801724793 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc38a34) = 0 +43928801725795:43928801726200 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc38a34) = 0 +43928801727108:43928801727528 26045:26045 hsa_region_get_info(, 1, 0x7fffcdc38a30) = 0 +43928801728475:43928801728867 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc38a64) = 0 +43928801729761:43928801730166 26045:26045 hsa_region_get_info(, 1, 0x7fffcdc38a60) = 0 +43928801731509:43928801731902 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc387b4) = 0 +43928801731509:43928801732776 26045:26045 hsa_iterate_agents(1, 0x7fffcdc38910) = 1 +43928801733702:43928801734141 26045:26045 hsa_amd_agent_memory_pool_get_info(, , 0, 0x7fffcdc38a5c) = 0 +43928801733702:43928801735023 26045:26045 hsa_agent_iterate_regions(, 1, 0x7fffcdc38d0f) = 0 +43928801733702:43928801735967 26045:26045 hsa_iterate_agents(1, 0x7fffcdc38d0f) = 0 +ROCTracer (pid=26045): + rocTX-trace() + HSA-trace() + HSA-activity-trace() + HIP-trace() +Device name Ellesmere [Radeon RX 470/480/570/570X/580/580X] +## Iteration (99) ################# +PASSED! +## Iteration (98) ################# +PASSED! +## Iteration (97) ################# +PASSED! +## Iteration (96) ################# +PASSED! +## Iteration (95) ################# +PASSED! +## Iteration (94) ################# +PASSED! +## Iteration (93) ################# +PASSED! +## Iteration (92) ################# +PASSED! +## Iteration (91) ################# +PASSED! +## Iteration (90) ################# +PASSED! +## Iteration (89) ################# +PASSED! +## Iteration (88) ################# +PASSED! +## Iteration (87) ################# +PASSED! +## Iteration (86) ################# +PASSED! +## Iteration (85) ################# +PASSED! +## Iteration (84) ################# +PASSED! +## Iteration (83) ################# +PASSED! +## Iteration (82) ################# +PASSED! +## Iteration (81) ################# +PASSED! +## Iteration (80) ################# +PASSED! +## Iteration (79) ################# +PASSED! +## Iteration (78) ################# +PASSED! +## Iteration (77) ################# +PASSED! +## Iteration (76) ################# +PASSED! +## Iteration (75) ################# +PASSED! +## Iteration (74) ################# +PASSED! +## Iteration (73) ################# +PASSED! +## Iteration (72) ################# +PASSED! +## Iteration (71) ################# +PASSED! +## Iteration (70) ################# +PASSED! +## Iteration (69) ################# +PASSED! +## Iteration (68) ################# +PASSED! +## Iteration (67) ################# +PASSED! +## Iteration (66) ################# +PASSED! +## Iteration (65) ################# +PASSED! +## Iteration (64) ################# +PASSED! +## Iteration (63) ################# +PASSED! +## Iteration (62) ################# +PASSED! +## Iteration (61) ################# +PASSED! +## Iteration (60) ################# +PASSED! +## Iteration (59) ################# +PASSED! +## Iteration (58) ################# +PASSED! +## Iteration (57) ################# +PASSED! +## Iteration (56) ################# +PASSED! +## Iteration (55) ################# +PASSED! +## Iteration (54) ################# +PASSED! +## Iteration (53) ################# +PASSED! +## Iteration (52) ################# +PASSED! +## Iteration (51) ################# +PASSED! +## Iteration (50) ################# +PASSED! +## Iteration (49) ################# +PASSED! +## Iteration (48) ################# +PASSED! +## Iteration (47) ################# +PASSED! +## Iteration (46) ################# +PASSED! +## Iteration (45) ################# +PASSED! +## Iteration (44) ################# +PASSED! +## Iteration (43) ################# +PASSED! +## Iteration (42) ################# +PASSED! +## Iteration (41) ################# +PASSED! +## Iteration (40) ################# +PASSED! +## Iteration (39) ################# +PASSED! +## Iteration (38) ################# +PASSED! +## Iteration (37) ################# +PASSED! +## Iteration (36) ################# +PASSED! +## Iteration (35) ################# +PASSED! +## Iteration (34) ################# +PASSED! +## Iteration (33) ################# +PASSED! +## Iteration (32) ################# +PASSED! +## Iteration (31) ################# +PASSED! +## Iteration (30) ################# +PASSED! +## Iteration (29) ################# +PASSED! +## Iteration (28) ################# +PASSED! +## Iteration (27) ################# +PASSED! +## Iteration (26) ################# +PASSED! +## Iteration (25) ################# +PASSED! +## Iteration (24) ################# +PASSED! +## Iteration (23) ################# +PASSED! +## Iteration (22) ################# +PASSED! +## Iteration (21) ################# +PASSED! +## Iteration (20) ################# +PASSED! +## Iteration (19) ################# +PASSED! +## Iteration (18) ################# +PASSED! +## Iteration (17) ################# +PASSED! +## Iteration (16) ################# +PASSED! +## Iteration (15) ################# +PASSED! +## Iteration (14) ################# +PASSED! +## Iteration (13) ################# +PASSED! +## Iteration (12) ################# +PASSED! +## Iteration (11) ################# +PASSED! +## Iteration (10) ################# +PASSED! +## Iteration (9) ################# +PASSED! +## Iteration (8) ################# +PASSED! +## Iteration (7) ################# +PASSED! +## Iteration (6) ################# +PASSED! +## Iteration (5) ################# +PASSED! +## Iteration (4) ################# +PASSED! +## Iteration (3) ################# +PASSED! +## Iteration (2) ################# +PASSED! +## Iteration (1) ################# +PASSED! +## Iteration (0) ################# +PASSED! +43928821349789:43928821382009 26045:26045 hipGetDeviceProperties() +43928823527393:43928823577974 26045:26045 hipMalloc(ptr(0x903200000) size(0x400000)) +43928823580565:43928823607854 26045:26045 hipMalloc(ptr(0x903a00000) size(0x400000)) +43928823618546:43928832187179 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43928832189412:43928832189413 26045:26045 MARK(name(before HIP LaunchKernel)) +43929122496932:43929124505488 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929124519437:43929124519438 26045:26045 MARK(name(after HIP LaunchKernel)) +43929124529204:43929127422610 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929141921543:43929142892842 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929142894231:43929142894232 26045:26045 MARK(name(before HIP LaunchKernel)) +43929142907733:43929142930236 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929142932044:43929142932045 26045:26045 MARK(name(after HIP LaunchKernel)) +43929142936456:43929145768755 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929160301367:43929161269439 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929161270889:43929161270890 26045:26045 MARK(name(before HIP LaunchKernel)) +43929161283815:43929161299219 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929161300780:43929161300781 26045:26045 MARK(name(after HIP LaunchKernel)) +43929161305118:43929164149544 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929178652936:43929179622531 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929179623829:43929179623830 26045:26045 MARK(name(before HIP LaunchKernel)) +43929179636377:43929179650908 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929179652469:43929179652470 26045:26045 MARK(name(after HIP LaunchKernel)) +43929179656703:43929182557129 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929197182256:43929198153490 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929198154846:43929198154847 26045:26045 MARK(name(before HIP LaunchKernel)) +43929198169114:43929198185792 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929198187846:43929198187847 26045:26045 MARK(name(after HIP LaunchKernel)) +43929198193630:43929201091542 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929215721844:43929216707350 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929216708830:43929216708831 26045:26045 MARK(name(before HIP LaunchKernel)) +43929216722891:43929216739780 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929216741314:43929216741315 26045:26045 MARK(name(after HIP LaunchKernel)) +43929216745737:43929219645262 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929234221351:43929235190720 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929235192054:43929235192055 26045:26045 MARK(name(before HIP LaunchKernel)) +43929235206946:43929235223433 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929235225313:43929235225314 26045:26045 MARK(name(after HIP LaunchKernel)) +43929235230023:43929238131668 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929252729048:43929253700499 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929253701831:43929253701832 26045:26045 MARK(name(before HIP LaunchKernel)) +43929253715993:43929253737526 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929253739391:43929253739392 26045:26045 MARK(name(after HIP LaunchKernel)) +43929253743905:43929256643340 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929271255048:43929272229323 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929272230670:43929272230671 26045:26045 MARK(name(before HIP LaunchKernel)) +43929272245263:43929272262213 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929272264308:43929272264309 26045:26045 MARK(name(after HIP LaunchKernel)) +43929272268826:43929275174379 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929289817600:43929290791393 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929290792785:43929290792786 26045:26045 MARK(name(before HIP LaunchKernel)) +43929290807162:43929290824056 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929290826013:43929290826014 26045:26045 MARK(name(after HIP LaunchKernel)) +43929290830506:43929293734020 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929308308422:43929309314931 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929309317553:43929309317554 26045:26045 MARK(name(before HIP LaunchKernel)) +43929309333035:43929309350822 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929309352607:43929309352608 26045:26045 MARK(name(after HIP LaunchKernel)) +43929309357142:43929312250349 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929326892762:43929327880929 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929327882165:43929327882166 26045:26045 MARK(name(before HIP LaunchKernel)) +43929327894340:43929327908796 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929327910663:43929327910664 26045:26045 MARK(name(after HIP LaunchKernel)) +43929327915093:43929330816721 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929345439572:43929346418675 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929346419914:43929346419915 26045:26045 MARK(name(before HIP LaunchKernel)) +43929346438063:43929346455270 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929346457386:43929346457387 26045:26045 MARK(name(after HIP LaunchKernel)) +43929346461928:43929349365087 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929363942268:43929364947812 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929364949253:43929364949254 26045:26045 MARK(name(before HIP LaunchKernel)) +43929364964354:43929364986157 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929364988058:43929364988059 26045:26045 MARK(name(after HIP LaunchKernel)) +43929364992701:43929367892049 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929382529646:43929383531855 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929383533188:43929383533189 26045:26045 MARK(name(before HIP LaunchKernel)) +43929383547883:43929383564546 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929383566538:43929383566539 26045:26045 MARK(name(after HIP LaunchKernel)) +43929383571074:43929386468526 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929401101455:43929402069444 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929402070723:43929402070724 26045:26045 MARK(name(before HIP LaunchKernel)) +43929402085183:43929402101918 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929402105362:43929402105363 26045:26045 MARK(name(after HIP LaunchKernel)) +43929402110067:43929403670323 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929418301360:43929419270002 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929419271377:43929419271378 26045:26045 MARK(name(before HIP LaunchKernel)) +43929419285635:43929419302710 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929419304452:43929419304453 26045:26045 MARK(name(after HIP LaunchKernel)) +43929419308978:43929420883859 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929435493327:43929436476008 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929436477432:43929436477433 26045:26045 MARK(name(before HIP LaunchKernel)) +43929436494492:43929436511649 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929436513747:43929436513748 26045:26045 MARK(name(after HIP LaunchKernel)) +43929436518496:43929438080614 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929452742813:43929453737889 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929453739162:43929453739163 26045:26045 MARK(name(before HIP LaunchKernel)) +43929453753668:43929453774624 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929453776747:43929453776748 26045:26045 MARK(name(after HIP LaunchKernel)) +43929453781324:43929455345104 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929470000946:43929470966021 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929470967494:43929470967495 26045:26045 MARK(name(before HIP LaunchKernel)) +43929470981847:43929471003818 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929471005900:43929471005901 26045:26045 MARK(name(after HIP LaunchKernel)) +43929471010424:43929472568178 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929487189277:43929488164343 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929488165660:43929488165661 26045:26045 MARK(name(before HIP LaunchKernel)) +43929488180179:43929488197188 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929488199280:43929488199281 26045:26045 MARK(name(after HIP LaunchKernel)) +43929488203862:43929489765538 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929504402971:43929505388745 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929505390102:43929505390103 26045:26045 MARK(name(before HIP LaunchKernel)) +43929505405352:43929505422489 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929505424500:43929505424501 26045:26045 MARK(name(after HIP LaunchKernel)) +43929505429035:43929506982440 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929521609819:43929522583407 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929522584846:43929522584847 26045:26045 MARK(name(before HIP LaunchKernel)) +43929522597766:43929522612691 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929522614261:43929522614262 26045:26045 MARK(name(after HIP LaunchKernel)) +43929522618856:43929524182689 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929538841270:43929539819001 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929539820281:43929539820282 26045:26045 MARK(name(before HIP LaunchKernel)) +43929539833263:43929539847633 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929539849269:43929539849270 26045:26045 MARK(name(after HIP LaunchKernel)) +43929539853886:43929541402153 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929556036676:43929557029288 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929557030559:43929557030560 26045:26045 MARK(name(before HIP LaunchKernel)) +43929557042992:43929557063048 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929557064565:43929557064566 26045:26045 MARK(name(after HIP LaunchKernel)) +43929557068884:43929558636054 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929573278566:43929574270860 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929574272189:43929574272190 26045:26045 MARK(name(before HIP LaunchKernel)) +43929574286316:43929574303663 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929574305580:43929574305581 26045:26045 MARK(name(after HIP LaunchKernel)) +43929574314651:43929575872259 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929590508650:43929591490352 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929591491958:43929591491959 26045:26045 MARK(name(before HIP LaunchKernel)) +43929591507760:43929591524650 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929591526538:43929591526539 26045:26045 MARK(name(after HIP LaunchKernel)) +43929591531100:43929593086012 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929607748065:43929608731693 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929608732974:43929608732975 26045:26045 MARK(name(before HIP LaunchKernel)) +43929608747553:43929608764469 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929608766546:43929608766547 26045:26045 MARK(name(after HIP LaunchKernel)) +43929608771185:43929610285256 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929624886784:43929625864553 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929625865841:43929625865842 26045:26045 MARK(name(before HIP LaunchKernel)) +43929625880655:43929625897635 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929625899489:43929625899490 26045:26045 MARK(name(after HIP LaunchKernel)) +43929625904163:43929627431462 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929642026246:43929643003975 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929643005437:43929643005438 26045:26045 MARK(name(before HIP LaunchKernel)) +43929643019632:43929643036773 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929643038718:43929643038719 26045:26045 MARK(name(after HIP LaunchKernel)) +43929643043285:43929644565233 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929659153449:43929660129188 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929660130544:43929660130545 26045:26045 MARK(name(before HIP LaunchKernel)) +43929660145548:43929660165863 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929660167692:43929660167693 26045:26045 MARK(name(after HIP LaunchKernel)) +43929660172313:43929661686620 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929676270210:43929677243437 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929677244739:43929677244740 26045:26045 MARK(name(before HIP LaunchKernel)) +43929677257264:43929677272645 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929677274225:43929677274226 26045:26045 MARK(name(after HIP LaunchKernel)) +43929677282356:43929678790765 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929693378035:43929694356235 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929694357510:43929694357511 26045:26045 MARK(name(before HIP LaunchKernel)) +43929694369691:43929694384356 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929694385686:43929694385687 26045:26045 MARK(name(after HIP LaunchKernel)) +43929694390045:43929695900043 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929710495732:43929711471850 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929711473373:43929711473374 26045:26045 MARK(name(before HIP LaunchKernel)) +43929711486434:43929711501181 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929711502830:43929711502831 26045:26045 MARK(name(after HIP LaunchKernel)) +43929711507135:43929713044889 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929727642513:43929728628456 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929728629717:43929728629718 26045:26045 MARK(name(before HIP LaunchKernel)) +43929728647568:43929728664780 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929728666876:43929728666877 26045:26045 MARK(name(after HIP LaunchKernel)) +43929728671361:43929730222453 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929744878127:43929745854187 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929745855666:43929745855667 26045:26045 MARK(name(before HIP LaunchKernel)) +43929745870466:43929745887246 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929745889089:43929745889090 26045:26045 MARK(name(after HIP LaunchKernel)) +43929745893525:43929747458083 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929762120482:43929763114733 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929763116321:43929763116322 26045:26045 MARK(name(before HIP LaunchKernel)) +43929763130435:43929763152286 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929763154418:43929763154419 26045:26045 MARK(name(after HIP LaunchKernel)) +43929763159253:43929766058943 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929780644100:43929781643799 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929781649981:43929781649982 26045:26045 MARK(name(before HIP LaunchKernel)) +43929781664297:43929781680995 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929781682824:43929781682825 26045:26045 MARK(name(after HIP LaunchKernel)) +43929781687300:43929784586554 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929799171951:43929800170206 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929800171627:43929800171628 26045:26045 MARK(name(before HIP LaunchKernel)) +43929800186144:43929800203730 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929800205270:43929800205271 26045:26045 MARK(name(after HIP LaunchKernel)) +43929800210147:43929803113820 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929817751760:43929818737989 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929818739578:43929818739579 26045:26045 MARK(name(before HIP LaunchKernel)) +43929818753620:43929818770501 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929818772529:43929818772530 26045:26045 MARK(name(after HIP LaunchKernel)) +43929818777286:43929821683223 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929836371578:43929837334679 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929837335903:43929837335904 26045:26045 MARK(name(before HIP LaunchKernel)) +43929837350613:43929837367783 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929837369672:43929837369673 26045:26045 MARK(name(after HIP LaunchKernel)) +43929837374282:43929840272873 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929854836173:43929855815577 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929855816867:43929855816868 26045:26045 MARK(name(before HIP LaunchKernel)) +43929855837334:43929855854414 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929855856567:43929855856568 26045:26045 MARK(name(after HIP LaunchKernel)) +43929855861443:43929858764402 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929873402372:43929874391539 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929874393389:43929874393390 26045:26045 MARK(name(before HIP LaunchKernel)) +43929874407960:43929874430066 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929874433041:43929874433042 26045:26045 MARK(name(after HIP LaunchKernel)) +43929874437815:43929877343712 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929891975736:43929892975981 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929892977348:43929892977349 26045:26045 MARK(name(before HIP LaunchKernel)) +43929892992275:43929893009629 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929893011596:43929893011597 26045:26045 MARK(name(after HIP LaunchKernel)) +43929893016078:43929895902827 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929910484980:43929911479912 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929911481273:43929911481274 26045:26045 MARK(name(before HIP LaunchKernel)) +43929911495863:43929911512596 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929911514242:43929911514243 26045:26045 MARK(name(after HIP LaunchKernel)) +43929911518973:43929914424417 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929929134999:43929930128112 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929930129548:43929930129549 26045:26045 MARK(name(before HIP LaunchKernel)) +43929930144415:43929930161218 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929930163168:43929930163169 26045:26045 MARK(name(after HIP LaunchKernel)) +43929930167782:43929933071093 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929947660378:43929948658331 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929948659695:43929948659696 26045:26045 MARK(name(before HIP LaunchKernel)) +43929948674143:43929948691079 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929948692920:43929948692921 26045:26045 MARK(name(after HIP LaunchKernel)) +43929948697776:43929951598994 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929966216132:43929967193717 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929967195384:43929967195385 26045:26045 MARK(name(before HIP LaunchKernel)) +43929967213512:43929967230254 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929967232110:43929967232111 26045:26045 MARK(name(after HIP LaunchKernel)) +43929967236622:43929970133543 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43929984790368:43929985782108 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43929985783397:43929985783398 26045:26045 MARK(name(before HIP LaunchKernel)) +43929985797877:43929985820890 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43929985822734:43929985822735 26045:26045 MARK(name(after HIP LaunchKernel)) +43929985827494:43929988724371 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930003343601:43930004346293 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930004347550:43930004347551 26045:26045 MARK(name(before HIP LaunchKernel)) +43930004362452:43930004379248 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930004381133:43930004381134 26045:26045 MARK(name(after HIP LaunchKernel)) +43930004385760:43930007279098 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930021912118:43930022892399 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930022893764:43930022893765 26045:26045 MARK(name(before HIP LaunchKernel)) +43930022908179:43930022925044 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930022926648:43930022926649 26045:26045 MARK(name(after HIP LaunchKernel)) +43930022931180:43930024457641 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930039081409:43930040065932 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930040067274:43930040067275 26045:26045 MARK(name(before HIP LaunchKernel)) +43930040092047:43930040108647 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930040110596:43930040110597 26045:26045 MARK(name(after HIP LaunchKernel)) +43930040115091:43930041642494 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930056277901:43930057256648 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930057257977:43930057257978 26045:26045 MARK(name(before HIP LaunchKernel)) +43930057272223:43930057289480 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930057291332:43930057291333 26045:26045 MARK(name(after HIP LaunchKernel)) +43930057295873:43930058824334 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930073425379:43930074399760 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930074401252:43930074401253 26045:26045 MARK(name(before HIP LaunchKernel)) +43930074419817:43930074438268 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930074440170:43930074440171 26045:26045 MARK(name(after HIP LaunchKernel)) +43930074444725:43930075965254 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930090573064:43930091549310 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930091550651:43930091550652 26045:26045 MARK(name(before HIP LaunchKernel)) +43930091565318:43930091586526 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930091588403:43930091588404 26045:26045 MARK(name(after HIP LaunchKernel)) +43930091593005:43930093154139 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930107762046:43930108750345 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930108751815:43930108751816 26045:26045 MARK(name(before HIP LaunchKernel)) +43930108766235:43930108783875 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930108785788:43930108785789 26045:26045 MARK(name(after HIP LaunchKernel)) +43930108790444:43930110347879 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930125002524:43930125982636 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930125983908:43930125983909 26045:26045 MARK(name(before HIP LaunchKernel)) +43930125996898:43930126011708 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930126013155:43930126013156 26045:26045 MARK(name(after HIP LaunchKernel)) +43930126017486:43930127543710 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930142196077:43930143170122 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930143171557:43930143171558 26045:26045 MARK(name(before HIP LaunchKernel)) +43930143183967:43930143198412 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930143200095:43930143200096 26045:26045 MARK(name(after HIP LaunchKernel)) +43930143204452:43930144771054 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930159403691:43930160393521 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930160394814:43930160394815 26045:26045 MARK(name(before HIP LaunchKernel)) +43930160407201:43930160421674 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930160423285:43930160423286 26045:26045 MARK(name(after HIP LaunchKernel)) +43930160428657:43930161976186 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930176596876:43930177567385 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930177568762:43930177568763 26045:26045 MARK(name(before HIP LaunchKernel)) +43930177580617:43930177599106 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930177600622:43930177600623 26045:26045 MARK(name(after HIP LaunchKernel)) +43930177605236:43930179156766 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930193786814:43930194761708 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930194763193:43930194763194 26045:26045 MARK(name(before HIP LaunchKernel)) +43930194775546:43930194789719 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930194791198:43930194791199 26045:26045 MARK(name(after HIP LaunchKernel)) +43930194799346:43930196371655 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930211027029:43930212004351 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930212005914:43930212005915 26045:26045 MARK(name(before HIP LaunchKernel)) +43930212028861:43930212043049 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930212053785:43930212053786 26045:26045 MARK(name(after HIP LaunchKernel)) +43930212058354:43930213609958 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930228262713:43930229240371 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930229241594:43930229241595 26045:26045 MARK(name(before HIP LaunchKernel)) +43930229253718:43930229267338 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930229268677:43930229268678 26045:26045 MARK(name(after HIP LaunchKernel)) +43930229273036:43930230828395 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930245480631:43930246455490 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930246456769:43930246456770 26045:26045 MARK(name(before HIP LaunchKernel)) +43930246469196:43930246482896 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930246484464:43930246484465 26045:26045 MARK(name(after HIP LaunchKernel)) +43930246488848:43930248045447 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930262674151:43930263651803 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930263654095:43930263654096 26045:26045 MARK(name(before HIP LaunchKernel)) +43930263666279:43930263680027 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930263681543:43930263681544 26045:26045 MARK(name(after HIP LaunchKernel)) +43930263685887:43930265246396 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930279853420:43930280852934 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930280854474:43930280854475 26045:26045 MARK(name(before HIP LaunchKernel)) +43930280866659:43930280883869 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930280885482:43930280885483 26045:26045 MARK(name(after HIP LaunchKernel)) +43930280889840:43930282443424 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930297113151:43930298086759 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930298088033:43930298088034 26045:26045 MARK(name(before HIP LaunchKernel)) +43930298100887:43930298114444 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930298115954:43930298115955 26045:26045 MARK(name(after HIP LaunchKernel)) +43930298120290:43930299667942 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930314333956:43930315310609 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930315311820:43930315311821 26045:26045 MARK(name(before HIP LaunchKernel)) +43930315324785:43930315338444 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930315339975:43930315339976 26045:26045 MARK(name(after HIP LaunchKernel)) +43930315344661:43930316915748 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930331551482:43930332535669 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930332536980:43930332536981 26045:26045 MARK(name(before HIP LaunchKernel)) +43930332549985:43930332563637 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930332565027:43930332565028 26045:26045 MARK(name(after HIP LaunchKernel)) +43930332569394:43930334124047 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930348756805:43930349735833 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930349737337:43930349737338 26045:26045 MARK(name(before HIP LaunchKernel)) +43930349749102:43930349762696 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930349766394:43930349766395 26045:26045 MARK(name(after HIP LaunchKernel)) +43930349770821:43930351318643 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930365952737:43930366927280 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930366928543:43930366928544 26045:26045 MARK(name(before HIP LaunchKernel)) +43930366940834:43930366954672 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930366956265:43930366956266 26045:26045 MARK(name(after HIP LaunchKernel)) +43930366960759:43930368468025 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930383042804:43930384031864 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930384033125:43930384033126 26045:26045 MARK(name(before HIP LaunchKernel)) +43930384045585:43930384064690 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930384066187:43930384066188 26045:26045 MARK(name(after HIP LaunchKernel)) +43930384070873:43930386956640 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930401606890:43930402595595 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930402596786:43930402596787 26045:26045 MARK(name(before HIP LaunchKernel)) +43930402609403:43930402623248 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930402624768:43930402624769 26045:26045 MARK(name(after HIP LaunchKernel)) +43930402629125:43930405512214 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930420155344:43930421144143 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930421145457:43930421145458 26045:26045 MARK(name(before HIP LaunchKernel)) +43930421158149:43930421171754 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930421173279:43930421173280 26045:26045 MARK(name(after HIP LaunchKernel)) +43930421177671:43930424086855 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930438638964:43930439630170 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930439631448:43930439631449 26045:26045 MARK(name(before HIP LaunchKernel)) +43930439643417:43930439656783 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930439658236:43930439658237 26045:26045 MARK(name(after HIP LaunchKernel)) +43930439662612:43930442556618 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930457234588:43930458235604 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930458236944:43930458236945 26045:26045 MARK(name(before HIP LaunchKernel)) +43930458252561:43930458270034 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930458271946:43930458271947 26045:26045 MARK(name(after HIP LaunchKernel)) +43930458276581:43930461174006 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930475767073:43930476761677 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930476763074:43930476763075 26045:26045 MARK(name(before HIP LaunchKernel)) +43930476780668:43930476797506 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930476799292:43930476799293 26045:26045 MARK(name(after HIP LaunchKernel)) +43930476803907:43930479695341 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930494306470:43930495297876 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930495299303:43930495299304 26045:26045 MARK(name(before HIP LaunchKernel)) +43930495313946:43930495336102 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930495338219:43930495338220 26045:26045 MARK(name(after HIP LaunchKernel)) +43930495342911:43930498227245 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930512881639:43930513864262 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930513865712:43930513865713 26045:26045 MARK(name(before HIP LaunchKernel)) +43930513880258:43930513897477 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930513899274:43930513899275 26045:26045 MARK(name(after HIP LaunchKernel)) +43930513903971:43930516803453 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930531430328:43930532437431 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930532438771:43930532438772 26045:26045 MARK(name(before HIP LaunchKernel)) +43930532453106:43930532469898 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930532471967:43930532471968 26045:26045 MARK(name(after HIP LaunchKernel)) +43930532476519:43930535371401 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930549945202:43930550940770 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930550942142:43930550942143 26045:26045 MARK(name(before HIP LaunchKernel)) +43930550957781:43930550974611 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930550976381:43930550976382 26045:26045 MARK(name(after HIP LaunchKernel)) +43930550980977:43930553876692 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930568599586:43930569594162 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930569595844:43930569595845 26045:26045 MARK(name(before HIP LaunchKernel)) +43930569611408:43930569628942 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930569631114:43930569631115 26045:26045 MARK(name(after HIP LaunchKernel)) +43930569635683:43930572531861 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930587121462:43930588126225 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930588127701:43930588127702 26045:26045 MARK(name(before HIP LaunchKernel)) +43930588142491:43930588164272 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930588166135:43930588166136 26045:26045 MARK(name(after HIP LaunchKernel)) +43930588170741:43930591053523 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930605678019:43930606669058 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930606670431:43930606670432 26045:26045 MARK(name(before HIP LaunchKernel)) +43930606684605:43930606707405 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930606709278:43930606709279 26045:26045 MARK(name(after HIP LaunchKernel)) +43930606713964:43930609614815 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930624303095:43930625294059 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930625295402:43930625295403 26045:26045 MARK(name(before HIP LaunchKernel)) +43930625309834:43930625326524 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930625328474:43930625328475 26045:26045 MARK(name(after HIP LaunchKernel)) +43930625332967:43930628237487 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930642855151:43930643835333 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930643837061:43930643837062 26045:26045 MARK(name(before HIP LaunchKernel)) +43930643852287:43930643869129 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930643870964:43930643870965 26045:26045 MARK(name(after HIP LaunchKernel)) +43930643876458:43930645418991 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930660043380:43930661017218 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930661018732:43930661018733 26045:26045 MARK(name(before HIP LaunchKernel)) +43930661033444:43930661050116 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930661051826:43930661051827 26045:26045 MARK(name(after HIP LaunchKernel)) +43930661056328:43930662619508 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930677239065:43930678215639 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930678217048:43930678217049 26045:26045 MARK(name(before HIP LaunchKernel)) +43930678231055:43930678247980 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930678250226:43930678250227 26045:26045 MARK(name(after HIP LaunchKernel)) +43930678254748:43930679817672 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930694477507:43930695453612 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930695454921:43930695454922 26045:26045 MARK(name(before HIP LaunchKernel)) +43930695469868:43930695490917 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930695492677:43930695492678 26045:26045 MARK(name(after HIP LaunchKernel)) +43930695497229:43930697062436 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930711713021:43930712688922 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930712690236:43930712690237 26045:26045 MARK(name(before HIP LaunchKernel)) +43930712705309:43930712722139 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930712724002:43930712724003 26045:26045 MARK(name(after HIP LaunchKernel)) +43930712732625:43930714284929 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930728920088:43930729903146 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930729904509:43930729904510 26045:26045 MARK(name(before HIP LaunchKernel)) +43930729919170:43930729935894 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930729937815:43930729937816 26045:26045 MARK(name(after HIP LaunchKernel)) +43930729942327:43930731499310 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930746137535:43930747115076 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930747117381:43930747117382 26045:26045 MARK(name(before HIP LaunchKernel)) +43930747132166:43930747148830 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930747150641:43930747150642 26045:26045 MARK(name(after HIP LaunchKernel)) +43930747155075:43930748712751 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930763363169:43930764354316 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930764355479:43930764355480 26045:26045 MARK(name(before HIP LaunchKernel)) +43930764368427:43930764383862 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930764385419:43930764385420 26045:26045 MARK(name(after HIP LaunchKernel)) +43930764389726:43930765937408 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930780592450:43930781566891 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930781568219:43930781568220 26045:26045 MARK(name(before HIP LaunchKernel)) +43930781581007:43930781595946 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930781597557:43930781597558 26045:26045 MARK(name(after HIP LaunchKernel)) +43930781601983:43930783151888 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930797819027:43930798792755 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930798794155:43930798794156 26045:26045 MARK(name(before HIP LaunchKernel)) +43930798806903:43930798825095 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930798826655:43930798826656 26045:26045 MARK(name(after HIP LaunchKernel)) +43930798831124:43930800419144 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930815032961:43930816039623 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930816041071:43930816041072 26045:26045 MARK(name(before HIP LaunchKernel)) +43930816064413:43930816082004 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930816083866:43930816083867 26045:26045 MARK(name(after HIP LaunchKernel)) +43930816088481:43930817652051 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930832157120:43930833136126 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930833137623:43930833137624 26045:26045 MARK(name(before HIP LaunchKernel)) +43930833153662:43930833170115 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930833171924:43930833171925 26045:26045 MARK(name(after HIP LaunchKernel)) +43930833176374:43930834734585 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930849335968:43930850310035 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930850311309:43930850311310 26045:26045 MARK(name(before HIP LaunchKernel)) +43930850325544:43930850342153 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930850343996:43930850343997 26045:26045 MARK(name(after HIP LaunchKernel)) +43930850348482:43930851912663 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930866546277:43930867526754 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930867528163:43930867528164 26045:26045 MARK(name(before HIP LaunchKernel)) +43930867543160:43930867559785 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930867561512:43930867561513 26045:26045 MARK(name(after HIP LaunchKernel)) +43930867565902:43930869091920 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930883716131:43930884677342 26045:26045 hipMemcpy(dst(0x903200000) src(0x215b170) size(0x400000) kind(1)) +43930884678631:43930884678632 26045:26045 MARK(name(before HIP LaunchKernel)) +43930884694101:43930884711548 26045:26045 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43930884713779:43930884713780 26045:26045 MARK(name(after HIP LaunchKernel)) +43930884718249:43930886238842 26045:26045 hipMemcpy(dst(0x255b180) src(0x903a00000) size(0x400000) kind(2)) +43930900879693:43930900961693 26045:26045 hipFree(ptr(0x903200000)) +43930900964643:43930900983784 26045:26045 hipFree(ptr(0x903a00000)) +43928818806550:43928818808630 26045:26045 hsa_amd_profiling_async_copy_enable() = 0 +43928819009702:43928819010128 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc37d64) = 0 +43928819013500:43928819014204 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc37d64) = 0 +43928819013500:43928819015077 26045:26045 hsa_iterate_agents(1, 0x1d6ef58) = 0 +43928819016342:43928819016680 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc37f6c) = 0 +43928819016342:43928819017415 26045:26045 hsa_iterate_agents(1, 0x1d6ef50) = 1 +43928819020487:43928819020874 26045:26045 hsa_agent_get_info(, 4, 0x7fffcdc37c80) = 0 +43928819021766:43928819024997 26045:26045 hsa_agent_get_info(, 0, 0x7fffcdc37c40) = 0 +43928819025767:43928819026140 26045:26045 hsa_agent_get_info(, 16, 0x1d43968) = 0 +43928819037072:43928819037444 26045:26045 hsa_agent_get_info(, 21, 0x1d43900) = 0 +43928819038207:43928819038547 26045:26045 hsa_agent_get_info(, 22, 0x1d43902) = 0 +43928819039564:43928819039908 26045:26045 hsa_agent_get_info(, 14, 0x1d437a0) = 0 +43928819041336:43928819041729 26045:26045 hsa_amd_profiling_async_copy_enable() = 0 +43928819044307:43928819044915 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3790c) = 0 +43928819045706:43928819046046 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3790c) = 0 +43928819046840:43928819047178 26045:26045 hsa_amd_memory_pool_get_info(, 2, 0x7fffcdc37910) = 0 +43928819046840:43928819047918 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d43798) = 1 +43928819049101:43928819049438 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37764) = 0 +43928819050193:43928819050544 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc37754) = 0 +43928819051283:43928819051621 26045:26045 hsa_amd_memory_pool_get_info(, 2, 0x7fffcdc37758) = 0 +43928819052572:43928819052919 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37764) = 0 +43928819052572:43928819053656 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d43858) = 0 +43928819054808:43928819055135 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3791c) = 0 +43928819055878:43928819056221 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc3778c) = 0 +43928819056962:43928819057294 26045:26045 hsa_amd_memory_pool_get_info(, 2, 0x7fffcdc37780) = 0 +43928819058408:43928819058750 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3791c) = 0 +43928819059487:43928819059824 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc3778c) = 0 +43928819060566:43928819060904 26045:26045 hsa_amd_memory_pool_get_info(, 2, 0x7fffcdc37780) = 0 +43928819060566:43928819061658 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d43858) = 0 +43928819064729:43928819134507 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x7fffcdc37a18) = 0 +43928819136448:43928819149090 26045:26045 hsa_amd_agents_allow_access(, 0x1d43790, 0, 0x3d00000) = 0 +43928819155469:43928819155860 26045:26045 hsa_agent_get_info(, 8, 0x1d438b4) = 0 +43928819156659:43928819156997 26045:26045 hsa_agent_get_info(, 7, 0x1d438b8) = 0 +43928819157733:43928819158075 26045:26045 hsa_agent_get_info(, 4, 0x7fffcdc37e80) = 0 +43928819160373:43928819160778 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc377cc) = 0 +43928819161713:43928819162069 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc377c8) = 0 +43928819162907:43928819163243 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc377cc) = 0 +43928819164025:43928819164363 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc377c8) = 0 +43928819164025:43928819165141 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fffcdc37a10) = 0 +43928819166352:43928819166715 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc377f4) = 0 +43928819167483:43928819167828 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc377f4) = 0 +43928819167483:43928819168617 26045:26045 hsa_iterate_agents(1, 0x7fffcdc37970) = 0 +43928819169589:43928819653388 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x1d43cd0) = 0 +43928819654666:43928819672465 26045:26045 hsa_amd_agents_allow_access(, 0x1d6a7f0, 0, 0x4000000) = 0 +43928819674787:43928819676489 26045:26045 hsa_signal_create(0, , 0, 0x1d43cf0) = 0 +43928819677286:43928819678215 26045:26045 hsa_signal_create(0, , 0, 0x1d43d10) = 0 +43928819679042:43928820154075 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x1d43cd8) = 0 +43928820155264:43928820171958 26045:26045 hsa_amd_agents_allow_access(, 0x1d6a7f0, 0, 0x4800000) = 0 +43928820172893:43928820174180 26045:26045 hsa_signal_create(0, , 0, 0x1d43cf8) = 0 +43928820175016:43928820175885 26045:26045 hsa_signal_create(0, , 0, 0x1d43d18) = 0 +43928820177416:43928820177793 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc377cc) = 0 +43928820178637:43928820178982 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc377c8) = 0 +43928820179817:43928820180150 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc377cc) = 0 +43928820180988:43928820181324 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc377c8) = 0 +43928820180988:43928820182100 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fffcdc37a10) = 0 +43928820183361:43928820183769 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc377f4) = 0 +43928820184543:43928820184953 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc377f4) = 0 +43928820184543:43928820186848 26045:26045 hsa_iterate_agents(1, 0x7fffcdc37970) = 0 +43928820187774:43928820661205 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x1d44310) = 0 +43928820662276:43928820678100 26045:26045 hsa_amd_agents_allow_access(, 0x1d6a7f0, 0, 0x5000000) = 0 +43928820679016:43928820680215 26045:26045 hsa_signal_create(0, , 0, 0x1d44330) = 0 +43928820680967:43928820681811 26045:26045 hsa_signal_create(0, , 0, 0x1d44350) = 0 +43928820682618:43928821157014 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x1d44318) = 0 +43928821158075:43928821173448 26045:26045 hsa_amd_agents_allow_access(, 0x1d6a7f0, 0, 0x5800000) = 0 +43928821174359:43928821175500 26045:26045 hsa_signal_create(0, , 0, 0x1d44338) = 0 +43928821176233:43928821177104 26045:26045 hsa_signal_create(0, , 0, 0x1d44358) = 0 +43928821180446:43928821197812 26045:26045 hsa_amd_memory_lock(0x7f153c4b8380, , 0x1d6a4b0, 1, 0x7f153c4b8388) = 0 +43928821203025:43928821203421 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc382a4) = 0 +43928821203025:43928821204162 26045:26045 hsa_iterate_agents(1, 0x7f153b86f1d8) = 1 +43928821206149:43928821206557 26045:26045 hsa_agent_get_info(, 40962, 0x1d44ac8) = 0 +43928821207918:43928821208256 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc380bc) = 0 +43928821209223:43928821209574 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc380bc) = 0 +43928821209223:43928821210347 26045:26045 hsa_iterate_agents(1, 0x7fffcdc3821c) = 0 +43928821211105:43928821211536 26045:26045 hsa_agent_get_info(, 40969, 0x1d44ad0) = 0 +43928821212270:43928821214862 26045:26045 hsa_agent_get_info(, 0, 0x7fffcdc38290) = 0 +43928821216805:43928821217171 26045:26045 hsa_agent_get_info(, 16, 0x7fffcdc3824c) = 0 +43928821217964:43928821218310 26045:26045 hsa_agent_get_info(, 6, 0x1d44be4) = 0 +43928821219050:43928821219389 26045:26045 hsa_agent_get_info(, 8, 0x1d44be8) = 0 +43928821220239:43928821220583 26045:26045 hsa_agent_get_info(, 7, 0x7fffcdc3820e) = 0 +43928821221351:43928821221696 26045:26045 hsa_agent_get_info(, 9, 0x7fffcdc38230) = 0 +43928821222484:43928821222850 26045:26045 hsa_agent_get_info(, 40963, 0x1d44c04) = 0 +43928821224207:43928821224568 26045:26045 hsa_system_get_info(3, 0x7fffcdc38240) = 0 +43928821225350:43928821225703 26045:26045 hsa_agent_get_info(, 40966, 0x7fffcdc3820c) = 0 +43928821226439:43928821226794 26045:26045 hsa_agent_get_info(, 40975, 0x1d44c3c) = 0 +43928821227531:43928821227880 26045:26045 hsa_agent_get_info(, 40962, 0x1d44c20) = 0 +43928821228621:43928821228976 26045:26045 hsa_agent_get_info(, 18, 0x7fffcdc38280) = 0 +43928821231522:43928821231888 26045:26045 hsa_agent_get_info(, 40970, 0x7fffcdc38218) = 0 +43928821234216:43928821234593 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3807c) = 0 +43928821236636:43928821236975 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc3807c) = 0 +43928821237796:43928821238130 26045:26045 hsa_amd_memory_pool_get_info(, 2, 0x1d44bd8) = 0 +43928821237796:43928821238867 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d44ad0) = 0 +43928821252280:43928821253380 26045:26045 hsa_signal_create(1, , 0x7fffcdc37f48, 0x1d44e88) = 0 +43928821258394:43928821258839 26045:26045 hsa_region_get_info(, 2, 0x1d44bd0) = 0 +43928821259604:43928821259949 26045:26045 hsa_region_get_info(, 40963, 0x1d44c08) = 0 +43928821260721:43928821261054 26045:26045 hsa_region_get_info(, 40962, 0x1d44c0c) = 0 +43928821261841:43928821262197 26045:26045 hsa_agent_get_info(, 4, 0x7fffcdc38214) = 0 +43928821262967:43928821303493 26045:26045 hsa_agent_get_info(, 12288, 0x1d44c68) = 0 +43928821304373:43928821304811 26045:26045 hsa_agent_get_info(, 12291, 0x1d44c6c) = 0 +43928821305590:43928821305966 26045:26045 hsa_agent_get_info(, 12295, 0x1d44c74) = 0 +43928821306735:43928821307105 26045:26045 hsa_agent_get_info(, 40974, 0x7fffcdc38270) = 0 +43928821307876:43928821308226 26045:26045 hsa_agent_get_info(, 19, 0x7fffcdc38228) = 0 +43928821310002:43928821323222 26045:26045 hsa_isa_get_info_alt(, 0, 0x7fffcdc38220) = 0 +43928821326057:43928821329564 26045:26045 hsa_isa_get_info_alt(, 1, 0x1d447d0) = 0 +43928821345785:43928821346161 26045:26045 hsa_system_get_info(3, 0x7fffcdc385b0) = 0 +43928821347112:43928821347751 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928821351324:43928821351976 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928823525445:43928823526222 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928823534661:43928823571234 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x7fffcdc383a8) = 0 +43928823575592:43928823576221 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928823579162:43928823579793 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928823581249:43928823604613 26045:26045 hsa_amd_memory_pool_allocate(, , , 0x7fffcdc383a8) = 0 +43928823605991:43928823606632 26045:26045 hsa_system_get_info(2, 0x7fffcdc385e0) = 0 +43928823617129:43928823617774 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43928823622797:43928823624003 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43928823626445:43928823626902 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43928823627752:43928823628314 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43928823629092:43928823629471 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43928823631185:43928823631524 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38264) = 0 +43928823631185:43928823632334 26045:26045 hsa_iterate_agents(1, 0x7fffcdc383c0) = 1 +43928823633956:43928823634463 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc383bc) = 0 +43928823635500:43928823635957 26045:26045 hsa_region_get_info(, 1, 0x7fffcdc383b8) = 0 +43928823636957:43928823637408 26045:26045 hsa_region_get_info(, 0, 0x7fffcdc383bc) = 0 +43928823638320:43928823638752 26045:26045 hsa_region_get_info(, 1, 0x7fffcdc383b8) = 0 +43928823638320:43928823639683 26045:26045 hsa_agent_iterate_regions(, 1, 0x7fffcdc38500) = 1 +43928823651914:43928824161501 26045:26045 hsa_memory_allocate(, , 0x7fffcdc38508) = 0 +43928824163804:43928824164195 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38264) = 0 +43928824163804:43928824164975 26045:26045 hsa_iterate_agents(1, 0x7fffcdc383c0) = 1 +43928824166461:43928824168385 26045:26045 hsa_signal_create(1, , 0x7fffcdc38508, 0x7fffcdc38500) = 0 +43928824429542:43928824430152 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43928824434116:43928824434498 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc37ec0) = 0 +43928824436034:43928824436471 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37d40) = 0 +43928824437266:43928824437611 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc37d44) = 0 +43928824438425:43928824438782 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37d40) = 0 +43928824439515:43928824439856 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc37d44) = 0 +43928824439515:43928824440636 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d4a850) = 1 +43928824441793:43928824442130 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37d40) = 0 +43928824442859:43928824443191 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc37d44) = 0 +43928824442859:43928824443950 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d4a860) = 1 +43928824456520:43928824456961 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc37ec0) = 0 +43928824457818:43928824461936 26045:26045 hsa_agent_get_info(, 0, 0x1d4a944) = 0 +43928824464336:43928824464696 26045:26045 hsa_agent_get_info(, 6, 0x1d4a984) = 0 +43928824465437:43928824465796 26045:26045 hsa_agent_get_info(, 14, 0x1d4a988) = 0 +43928824466532:43928824466883 26045:26045 hsa_agent_get_info(, 4, 0x1d4a98c) = 0 +43928824469219:43928824469569 26045:26045 hsa_agent_get_info(, 40962, 0x1d4a9a8) = 0 +43928824470307:43928824470649 26045:26045 hsa_agent_get_info(, 40970, 0x1d4a9ac) = 0 +43928824471384:43928824471720 26045:26045 hsa_agent_get_info(, 40971, 0x1d4a9b0) = 0 +43928824472458:43928824472808 26045:26045 hsa_agent_get_info(, 40972, 0x1d4a9b4) = 0 +43928824473541:43928824473877 26045:26045 hsa_agent_get_info(, 40973, 0x1d4a9b8) = 0 +43928824475087:43928824475419 26045:26045 hsa_amd_memory_pool_get_info(, 0, 0x7fffcdc37d30) = 0 +43928824476149:43928824476494 26045:26045 hsa_amd_memory_pool_get_info(, 1, 0x7fffcdc37d34) = 0 +43928824476149:43928824477252 26045:26045 hsa_amd_agent_iterate_memory_pools(, 1, 0x1d4a998) = 1 +43928824476149:43928824481825 26045:26045 hsa_iterate_agents(1, 0x1d4a660) = 0 +43928824482797:43928824589956 26045:26045 hsa_system_get_major_extension_table(, , , 0x1d4a6f8) = 0 +43928824591434:43928824591840 26045:26045 hsa_system_get_major_extension_table(, , , 0x1d4a748) = 0 +43928824592784:43928824593135 26045:26045 hsa_system_get_info(3, 0x7fffcdc38038) = 0 +43928824606887:43928824607534 26045:26045 hsa_system_get_info(2, 0x1d4b210) = 0 +43928824609541:43928824610168 26045:26045 hsa_system_get_info(2, 0x1d4b218) = 0 +43928824610956:43928824611577 26045:26045 hsa_system_get_info(2, 0x1d4b220) = 0 +43928824612326:43928824612946 26045:26045 hsa_system_get_info(2, 0x1d4b228) = 0 +43928824613693:43928824614311 26045:26045 hsa_system_get_info(2, 0x1d4b230) = 0 +43928824615060:43928824615679 26045:26045 hsa_system_get_info(2, 0x1d4b238) = 0 +43928824616427:43928824617043 26045:26045 hsa_system_get_info(2, 0x1d4b240) = 0 +43928824617790:43928824618408 26045:26045 hsa_system_get_info(2, 0x1d4b248) = 0 +43928824619153:43928824619775 26045:26045 hsa_system_get_info(2, 0x1d4b250) = 0 +43928824620521:43928824621161 26045:26045 hsa_system_get_info(2, 0x1d4b258) = 0 +43928824621907:43928824622522 26045:26045 hsa_system_get_info(2, 0x1d4b260) = 0 +43928824623272:43928824623887 26045:26045 hsa_system_get_info(2, 0x1d4b268) = 0 +43928824624629:43928824625250 26045:26045 hsa_system_get_info(2, 0x1d4b270) = 0 +43928824625998:43928824626620 26045:26045 hsa_system_get_info(2, 0x1d4b278) = 0 +43928824627369:43928824627991 26045:26045 hsa_system_get_info(2, 0x1d4b280) = 0 +43928824628741:43928824629358 26045:26045 hsa_system_get_info(2, 0x1d4b288) = 0 +43928824631362:43928824631982 26045:26045 hsa_system_get_info(2, 0x1d4b290) = 0 +43928824632731:43928824633349 26045:26045 hsa_system_get_info(2, 0x1d4b298) = 0 +43928824634095:43928824634714 26045:26045 hsa_system_get_info(2, 0x1d4b2a0) = 0 +43928824635461:43928824636078 26045:26045 hsa_system_get_info(2, 0x1d4b2a8) = 0 +43928824636824:43928824637441 26045:26045 hsa_system_get_info(2, 0x1d4b2b0) = 0 +43928824638186:43928824638806 26045:26045 hsa_system_get_info(2, 0x1d4b2b8) = 0 +43928824639612:43928824640233 26045:26045 hsa_system_get_info(2, 0x1d4b2c0) = 0 +43928824640979:43928824641598 26045:26045 hsa_system_get_info(2, 0x1d4b2c8) = 0 +43928824642346:43928824642960 26045:26045 hsa_system_get_info(2, 0x1d4b2d0) = 0 +43928824643708:43928824644327 26045:26045 hsa_system_get_info(2, 0x1d4b2d8) = 0 +43928824645076:43928824645699 26045:26045 hsa_system_get_info(2, 0x1d4b2e0) = 0 +43928824646448:43928824647068 26045:26045 hsa_system_get_info(2, 0x1d4b2e8) = 0 +43928824647817:43928824648438 26045:26045 hsa_system_get_info(2, 0x1d4b2f0) = 0 +43928824649186:43928824649822 26045:26045 hsa_system_get_info(2, 0x1d4b2f8) = 0 +43928824650571:43928824651189 26045:26045 hsa_system_get_info(2, 0x1d4b300) = 0 +43928824651934:43928824652561 26045:26045 hsa_system_get_info(2, 0x1d4b308) = 0 +43928824653306:43928824653924 26045:26045 hsa_system_get_info(2, 0x1d4b310) = 0 +43928824654671:43928824655292 26045:26045 hsa_system_get_info(2, 0x1d4b318) = 0 +43928824656041:43928824656658 26045:26045 hsa_system_get_info(2, 0x1d4b320) = 0 +43928824657406:43928824658034 26045:26045 hsa_system_get_info(2, 0x1d4b328) = 0 +43928824658782:43928824659403 26045:26045 hsa_system_get_info(2, 0x1d4b330) = 0 +43928824660154:43928824660772 26045:26045 hsa_system_get_info(2, 0x1d4b338) = 0 +43928824661519:43928824662144 26045:26045 hsa_system_get_info(2, 0x1d4b340) = 0 +43928824662890:43928824663516 26045:26045 hsa_system_get_info(2, 0x1d4b348) = 0 +43928824664265:43928824664885 26045:26045 hsa_system_get_info(2, 0x1d4b350) = 0 +43928824665631:43928824666252 26045:26045 hsa_system_get_info(2, 0x1d4b358) = 0 +43928824667001:43928824667621 26045:26045 hsa_system_get_info(2, 0x1d4b360) = 0 +43928824668372:43928824668995 26045:26045 hsa_system_get_info(2, 0x1d4b368) = 0 +43928824669763:43928824670382 26045:26045 hsa_system_get_info(2, 0x1d4b370) = 0 +43928824671921:43928824672540 26045:26045 hsa_system_get_info(2, 0x1d4b378) = 0 +43928824673290:43928824673910 26045:26045 hsa_system_get_info(2, 0x1d4b380) = 0 +43928824674655:43928824675275 26045:26045 hsa_system_get_info(2, 0x1d4b388) = 0 +43928824676019:43928824676638 26045:26045 hsa_system_get_info(2, 0x1d4b390) = 0 +43928824677386:43928824678007 26045:26045 hsa_system_get_info(2, 0x1d4b398) = 0 +43928824678759:43928824679380 26045:26045 hsa_system_get_info(2, 0x1d4b3a0) = 0 +43928824680124:43928824680741 26045:26045 hsa_system_get_info(2, 0x1d4b3a8) = 0 +43928824681488:43928824682108 26045:26045 hsa_system_get_info(2, 0x1d4b3b0) = 0 +43928824682851:43928824683476 26045:26045 hsa_system_get_info(2, 0x1d4b3b8) = 0 +43928824684219:43928824684840 26045:26045 hsa_system_get_info(2, 0x1d4b3c0) = 0 +43928824685582:43928824686207 26045:26045 hsa_system_get_info(2, 0x1d4b3c8) = 0 +43928824686953:43928824687575 26045:26045 hsa_system_get_info(2, 0x1d4b3d0) = 0 +43928824688322:43928824688943 26045:26045 hsa_system_get_info(2, 0x1d4b3d8) = 0 +43928824689692:43928824690316 26045:26045 hsa_system_get_info(2, 0x1d4b3e0) = 0 +43928824691063:43928824691684 26045:26045 hsa_system_get_info(2, 0x1d4b3e8) = 0 +43928824692434:43928824693073 26045:26045 hsa_system_get_info(2, 0x1d4b3f0) = 0 +43928824693818:43928824694438 26045:26045 hsa_system_get_info(2, 0x1d4b3f8) = 0 +43928824695186:43928824695804 26045:26045 hsa_system_get_info(2, 0x1d4b400) = 0 +43928824696551:43928824697173 26045:26045 hsa_system_get_info(2, 0x1d4b408) = 0 +43928824697920:43928824698538 26045:26045 hsa_system_get_info(2, 0x1d4b410) = 0 +43928824699282:43928824699902 26045:26045 hsa_system_get_info(2, 0x1d4b418) = 0 +43928824700649:43928824701267 26045:26045 hsa_system_get_info(2, 0x1d4b420) = 0 +43928824702016:43928824702637 26045:26045 hsa_system_get_info(2, 0x1d4b428) = 0 +43928824703384:43928824703999 26045:26045 hsa_system_get_info(2, 0x1d4b430) = 0 +43928824704744:43928824705361 26045:26045 hsa_system_get_info(2, 0x1d4b438) = 0 +43928824706109:43928824706726 26045:26045 hsa_system_get_info(2, 0x1d4b440) = 0 +43928824707474:43928824708101 26045:26045 hsa_system_get_info(2, 0x1d4b448) = 0 +43928824708848:43928824709465 26045:26045 hsa_system_get_info(2, 0x1d4b450) = 0 +43928824710967:43928824711595 26045:26045 hsa_system_get_info(2, 0x1d4b458) = 0 +43928824712339:43928824712957 26045:26045 hsa_system_get_info(2, 0x1d4b460) = 0 +43928824713707:43928824714324 26045:26045 hsa_system_get_info(2, 0x1d4b468) = 0 +43928824715070:43928824715692 26045:26045 hsa_system_get_info(2, 0x1d4b470) = 0 +43928824716440:43928824717059 26045:26045 hsa_system_get_info(2, 0x1d4b478) = 0 +43928824717803:43928824718421 26045:26045 hsa_system_get_info(2, 0x1d4b480) = 0 +43928824719170:43928824719793 26045:26045 hsa_system_get_info(2, 0x1d4b488) = 0 +43928824720541:43928824721169 26045:26045 hsa_system_get_info(2, 0x1d4b490) = 0 +43928824721913:43928824722535 26045:26045 hsa_system_get_info(2, 0x1d4b498) = 0 +43928824723283:43928824723904 26045:26045 hsa_system_get_info(2, 0x1d4b4a0) = 0 +43928824724647:43928824725267 26045:26045 hsa_system_get_info(2, 0x1d4b4a8) = 0 +43928824726012:43928824726630 26045:26045 hsa_system_get_info(2, 0x1d4b4b0) = 0 +43928824727376:43928824728007 26045:26045 hsa_system_get_info(2, 0x1d4b4b8) = 0 +43928824728752:43928824729369 26045:26045 hsa_system_get_info(2, 0x1d4b4c0) = 0 +43928824730115:43928824730733 26045:26045 hsa_system_get_info(2, 0x1d4b4c8) = 0 +43928824731480:43928824732095 26045:26045 hsa_system_get_info(2, 0x1d4b4d0) = 0 +43928824732839:43928824733460 26045:26045 hsa_system_get_info(2, 0x1d4b4d8) = 0 +43928824734205:43928824734823 26045:26045 hsa_system_get_info(2, 0x1d4b4e0) = 0 +43928824735567:43928824736189 26045:26045 hsa_system_get_info(2, 0x1d4b4e8) = 0 +43928824736931:43928824737551 26045:26045 hsa_system_get_info(2, 0x1d4b4f0) = 0 +43928824738297:43928824738917 26045:26045 hsa_system_get_info(2, 0x1d4b4f8) = 0 +43928824739662:43928824740282 26045:26045 hsa_system_get_info(2, 0x1d4b500) = 0 +43928824741029:43928824741645 26045:26045 hsa_system_get_info(2, 0x1d4b508) = 0 +43928824742391:43928824743007 26045:26045 hsa_system_get_info(2, 0x1d4b510) = 0 +43928824743754:43928824744375 26045:26045 hsa_system_get_info(2, 0x1d4b518) = 0 +43928824745121:43928824745738 26045:26045 hsa_system_get_info(2, 0x1d4b520) = 0 +43928824746483:43928824747105 26045:26045 hsa_system_get_info(2, 0x1d4b528) = 0 +43928824747869:43928824748488 26045:26045 hsa_system_get_info(2, 0x1d4b530) = 0 +43928824749940:43928824750565 26045:26045 hsa_system_get_info(2, 0x1d4b538) = 0 +43928824751325:43928824751945 26045:26045 hsa_system_get_info(2, 0x1d4b540) = 0 +43928824752692:43928824753316 26045:26045 hsa_system_get_info(2, 0x1d4b548) = 0 +43928824754061:43928824754682 26045:26045 hsa_system_get_info(2, 0x1d4b550) = 0 +43928824755429:43928824756050 26045:26045 hsa_system_get_info(2, 0x1d4b558) = 0 +43928824756795:43928824757413 26045:26045 hsa_system_get_info(2, 0x1d4b560) = 0 +43928824758162:43928824758781 26045:26045 hsa_system_get_info(2, 0x1d4b568) = 0 +43928824759525:43928824760146 26045:26045 hsa_system_get_info(2, 0x1d4b570) = 0 +43928824760912:43928824761526 26045:26045 hsa_system_get_info(2, 0x1d4b578) = 0 +43928824762273:43928824762894 26045:26045 hsa_system_get_info(2, 0x1d4b580) = 0 +43928824763639:43928824764259 26045:26045 hsa_system_get_info(2, 0x1d4b588) = 0 +43928824765006:43928824765624 26045:26045 hsa_system_get_info(2, 0x1d4b590) = 0 +43928824766367:43928824766990 26045:26045 hsa_system_get_info(2, 0x1d4b598) = 0 +43928824767741:43928824768369 26045:26045 hsa_system_get_info(2, 0x1d4b5a0) = 0 +43928824769120:43928824769742 26045:26045 hsa_system_get_info(2, 0x1d4b5a8) = 0 +43928824770489:43928824771113 26045:26045 hsa_system_get_info(2, 0x1d4b5b0) = 0 +43928824771862:43928824772487 26045:26045 hsa_system_get_info(2, 0x1d4b5b8) = 0 +43928824773232:43928824773855 26045:26045 hsa_system_get_info(2, 0x1d4b5c0) = 0 +43928824774601:43928824775224 26045:26045 hsa_system_get_info(2, 0x1d4b5c8) = 0 +43928824775972:43928824776593 26045:26045 hsa_system_get_info(2, 0x1d4b5d0) = 0 +43928824777340:43928824777952 26045:26045 hsa_system_get_info(2, 0x1d4b5d8) = 0 +43928824778702:43928824779324 26045:26045 hsa_system_get_info(2, 0x1d4b5e0) = 0 +43928824780071:43928824780713 26045:26045 hsa_system_get_info(2, 0x1d4b5e8) = 0 +43928824781459:43928824782084 26045:26045 hsa_system_get_info(2, 0x1d4b5f0) = 0 +43928824782833:43928824783453 26045:26045 hsa_system_get_info(2, 0x1d4b5f8) = 0 +43928824784200:43928824784821 26045:26045 hsa_system_get_info(2, 0x1d4b600) = 0 +43928824785572:43928824786195 26045:26045 hsa_system_get_info(2, 0x1d4b608) = 0 +43928824786969:43928824787591 26045:26045 hsa_system_get_info(2, 0x1d4b610) = 0 +43928824788340:43928824788964 26045:26045 hsa_system_get_info(2, 0x1d4b618) = 0 +43928824790477:43928824791097 26045:26045 hsa_system_get_info(2, 0x1d4b620) = 0 +43928824791844:43928824792462 26045:26045 hsa_system_get_info(2, 0x1d4b628) = 0 +43928824793211:43928824793830 26045:26045 hsa_system_get_info(2, 0x1d4b630) = 0 +43928824794575:43928824795191 26045:26045 hsa_system_get_info(2, 0x1d4b638) = 0 +43928824795934:43928824796553 26045:26045 hsa_system_get_info(2, 0x1d4b640) = 0 +43928824797301:43928824797921 26045:26045 hsa_system_get_info(2, 0x1d4b648) = 0 +43928824798668:43928824799286 26045:26045 hsa_system_get_info(2, 0x1d4b650) = 0 +43928824800033:43928824800654 26045:26045 hsa_system_get_info(2, 0x1d4b658) = 0 +43928824801399:43928824802018 26045:26045 hsa_system_get_info(2, 0x1d4b660) = 0 +43928824802764:43928824803380 26045:26045 hsa_system_get_info(2, 0x1d4b668) = 0 +43928824804122:43928824804745 26045:26045 hsa_system_get_info(2, 0x1d4b670) = 0 +43928824805492:43928824806109 26045:26045 hsa_system_get_info(2, 0x1d4b678) = 0 +43928824806857:43928824807477 26045:26045 hsa_system_get_info(2, 0x1d4b680) = 0 +43928824808237:43928824808855 26045:26045 hsa_system_get_info(2, 0x1d4b688) = 0 +43928824809605:43928824810230 26045:26045 hsa_system_get_info(2, 0x1d4b690) = 0 +43928824810980:43928824811596 26045:26045 hsa_system_get_info(2, 0x1d4b698) = 0 +43928824812342:43928824812962 26045:26045 hsa_system_get_info(2, 0x1d4b6a0) = 0 +43928824813713:43928824814335 26045:26045 hsa_system_get_info(2, 0x1d4b6a8) = 0 +43928824815083:43928824815704 26045:26045 hsa_system_get_info(2, 0x1d4b6b0) = 0 +43928824816449:43928824817066 26045:26045 hsa_system_get_info(2, 0x1d4b6b8) = 0 +43928824817819:43928824818438 26045:26045 hsa_system_get_info(2, 0x1d4b6c0) = 0 +43928824819180:43928824819799 26045:26045 hsa_system_get_info(2, 0x1d4b6c8) = 0 +43928824820549:43928824821171 26045:26045 hsa_system_get_info(2, 0x1d4b6d0) = 0 +43928824821918:43928824822539 26045:26045 hsa_system_get_info(2, 0x1d4b6d8) = 0 +43928824823289:43928824823908 26045:26045 hsa_system_get_info(2, 0x1d4b6e0) = 0 +43928824824654:43928824825280 26045:26045 hsa_system_get_info(2, 0x1d4b6e8) = 0 +43928824826030:43928824826650 26045:26045 hsa_system_get_info(2, 0x1d4b6f0) = 0 +43928824827405:43928824828042 26045:26045 hsa_system_get_info(2, 0x1d4b6f8) = 0 +43928824829561:43928824830182 26045:26045 hsa_system_get_info(2, 0x1d4b700) = 0 +43928824830932:43928824831552 26045:26045 hsa_system_get_info(2, 0x1d4b708) = 0 +43928824832296:43928824832921 26045:26045 hsa_system_get_info(2, 0x1d4b710) = 0 +43928824833672:43928824834295 26045:26045 hsa_system_get_info(2, 0x1d4b718) = 0 +43928824835044:43928824835665 26045:26045 hsa_system_get_info(2, 0x1d4b720) = 0 +43928824836411:43928824837029 26045:26045 hsa_system_get_info(2, 0x1d4b728) = 0 +43928824837775:43928824838396 26045:26045 hsa_system_get_info(2, 0x1d4b730) = 0 +43928824839142:43928824839766 26045:26045 hsa_system_get_info(2, 0x1d4b738) = 0 +43928824840513:43928824841137 26045:26045 hsa_system_get_info(2, 0x1d4b740) = 0 +43928824841887:43928824842508 26045:26045 hsa_system_get_info(2, 0x1d4b748) = 0 +43928824843258:43928824843879 26045:26045 hsa_system_get_info(2, 0x1d4b750) = 0 +43928824844625:43928824845249 26045:26045 hsa_system_get_info(2, 0x1d4b758) = 0 +43928824846009:43928824846629 26045:26045 hsa_system_get_info(2, 0x1d4b760) = 0 +43928824847374:43928824848001 26045:26045 hsa_system_get_info(2, 0x1d4b768) = 0 +43928824848748:43928824849364 26045:26045 hsa_system_get_info(2, 0x1d4b770) = 0 +43928824850111:43928824850728 26045:26045 hsa_system_get_info(2, 0x1d4b778) = 0 +43928824851475:43928824852095 26045:26045 hsa_system_get_info(2, 0x1d4b780) = 0 +43928824852843:43928824853464 26045:26045 hsa_system_get_info(2, 0x1d4b788) = 0 +43928824854208:43928824854827 26045:26045 hsa_system_get_info(2, 0x1d4b790) = 0 +43928824855574:43928824856189 26045:26045 hsa_system_get_info(2, 0x1d4b798) = 0 +43928824856939:43928824857557 26045:26045 hsa_system_get_info(2, 0x1d4b7a0) = 0 +43928824858301:43928824858920 26045:26045 hsa_system_get_info(2, 0x1d4b7a8) = 0 +43928824859668:43928824860287 26045:26045 hsa_system_get_info(2, 0x1d4b7b0) = 0 +43928824861033:43928824861653 26045:26045 hsa_system_get_info(2, 0x1d4b7b8) = 0 +43928824862404:43928824863030 26045:26045 hsa_system_get_info(2, 0x1d4b7c0) = 0 +43928824863773:43928824864390 26045:26045 hsa_system_get_info(2, 0x1d4b7c8) = 0 +43928824865136:43928824865754 26045:26045 hsa_system_get_info(2, 0x1d4b7d0) = 0 +43928824866535:43928824867152 26045:26045 hsa_system_get_info(2, 0x1d4b7d8) = 0 +43928824867896:43928824868515 26045:26045 hsa_system_get_info(2, 0x1d4b7e0) = 0 +43928824869994:43928824870619 26045:26045 hsa_system_get_info(2, 0x1d4b7e8) = 0 +43928824871365:43928824871990 26045:26045 hsa_system_get_info(2, 0x1d4b7f0) = 0 +43928824872738:43928824873361 26045:26045 hsa_system_get_info(2, 0x1d4b7f8) = 0 +43928824874108:43928824874732 26045:26045 hsa_system_get_info(2, 0x1d4b800) = 0 +43928824875480:43928824876107 26045:26045 hsa_system_get_info(2, 0x1d4b808) = 0 +43928824876854:43928824877480 26045:26045 hsa_system_get_info(2, 0x1d4b810) = 0 +43928824878224:43928824878850 26045:26045 hsa_system_get_info(2, 0x1d4b818) = 0 +43928824879594:43928824880215 26045:26045 hsa_system_get_info(2, 0x1d4b820) = 0 +43928824880963:43928824881582 26045:26045 hsa_system_get_info(2, 0x1d4b828) = 0 +43928824882331:43928824882951 26045:26045 hsa_system_get_info(2, 0x1d4b830) = 0 +43928824883701:43928824884318 26045:26045 hsa_system_get_info(2, 0x1d4b838) = 0 +43928824885065:43928824885686 26045:26045 hsa_system_get_info(2, 0x1d4b840) = 0 +43928824886435:43928824887056 26045:26045 hsa_system_get_info(2, 0x1d4b848) = 0 +43928824887814:43928824888434 26045:26045 hsa_system_get_info(2, 0x1d4b850) = 0 +43928824889184:43928824889800 26045:26045 hsa_system_get_info(2, 0x1d4b858) = 0 +43928824890548:43928824891168 26045:26045 hsa_system_get_info(2, 0x1d4b860) = 0 +43928824891919:43928824892538 26045:26045 hsa_system_get_info(2, 0x1d4b868) = 0 +43928824893286:43928824893907 26045:26045 hsa_system_get_info(2, 0x1d4b870) = 0 +43928824894652:43928824895268 26045:26045 hsa_system_get_info(2, 0x1d4b878) = 0 +43928824896018:43928824896636 26045:26045 hsa_system_get_info(2, 0x1d4b880) = 0 +43928824897382:43928824897996 26045:26045 hsa_system_get_info(2, 0x1d4b888) = 0 +43928824898745:43928824899366 26045:26045 hsa_system_get_info(2, 0x1d4b890) = 0 +43928824900113:43928824900732 26045:26045 hsa_system_get_info(2, 0x1d4b898) = 0 +43928824901481:43928824902098 26045:26045 hsa_system_get_info(2, 0x1d4b8a0) = 0 +43928824902845:43928824903469 26045:26045 hsa_system_get_info(2, 0x1d4b8a8) = 0 +43928824904216:43928824904837 26045:26045 hsa_system_get_info(2, 0x1d4b8b0) = 0 +43928824905581:43928824906220 26045:26045 hsa_system_get_info(2, 0x1d4b8b8) = 0 +43928824906975:43928824907589 26045:26045 hsa_system_get_info(2, 0x1d4b8c0) = 0 +43928824909051:43928824909671 26045:26045 hsa_system_get_info(2, 0x1d4b8c8) = 0 +43928824910418:43928824911039 26045:26045 hsa_system_get_info(2, 0x1d4b8d0) = 0 +43928824911783:43928824912401 26045:26045 hsa_system_get_info(2, 0x1d4b8d8) = 0 +43928824913154:43928824913775 26045:26045 hsa_system_get_info(2, 0x1d4b8e0) = 0 +43928824914523:43928824915140 26045:26045 hsa_system_get_info(2, 0x1d4b8e8) = 0 +43928824915889:43928824916509 26045:26045 hsa_system_get_info(2, 0x1d4b8f0) = 0 +43928824917255:43928824917872 26045:26045 hsa_system_get_info(2, 0x1d4b8f8) = 0 +43928824918617:43928824919237 26045:26045 hsa_system_get_info(2, 0x1d4b900) = 0 +43928824919986:43928824920609 26045:26045 hsa_system_get_info(2, 0x1d4b908) = 0 +43928824921359:43928824921983 26045:26045 hsa_system_get_info(2, 0x1d4b910) = 0 +43928824922729:43928824923354 26045:26045 hsa_system_get_info(2, 0x1d4b918) = 0 +43928824924098:43928824924717 26045:26045 hsa_system_get_info(2, 0x1d4b920) = 0 +43928824925462:43928824926085 26045:26045 hsa_system_get_info(2, 0x1d4b928) = 0 +43928824926850:43928824927467 26045:26045 hsa_system_get_info(2, 0x1d4b930) = 0 +43928824928211:43928824928832 26045:26045 hsa_system_get_info(2, 0x1d4b938) = 0 +43928824929579:43928824930199 26045:26045 hsa_system_get_info(2, 0x1d4b940) = 0 +43928824930945:43928824931571 26045:26045 hsa_system_get_info(2, 0x1d4b948) = 0 +43928824932316:43928824932935 26045:26045 hsa_system_get_info(2, 0x1d4b950) = 0 +43928824933683:43928824934302 26045:26045 hsa_system_get_info(2, 0x1d4b958) = 0 +43928824935051:43928824935670 26045:26045 hsa_system_get_info(2, 0x1d4b960) = 0 +43928824936417:43928824937035 26045:26045 hsa_system_get_info(2, 0x1d4b968) = 0 +43928824937784:43928824938404 26045:26045 hsa_system_get_info(2, 0x1d4b970) = 0 +43928824939146:43928824939766 26045:26045 hsa_system_get_info(2, 0x1d4b978) = 0 +43928824940514:43928824941134 26045:26045 hsa_system_get_info(2, 0x1d4b980) = 0 +43928824941880:43928824942502 26045:26045 hsa_system_get_info(2, 0x1d4b988) = 0 +43928824943252:43928824943869 26045:26045 hsa_system_get_info(2, 0x1d4b990) = 0 +43928824944632:43928824945252 26045:26045 hsa_system_get_info(2, 0x1d4b998) = 0 +43928824946013:43928824946637 26045:26045 hsa_system_get_info(2, 0x1d4b9a0) = 0 +43928824947383:43928824948005 26045:26045 hsa_system_get_info(2, 0x1d4b9a8) = 0 +43928824949482:43928824950111 26045:26045 hsa_system_get_info(2, 0x1d4b9b0) = 0 +43928824950864:43928824951506 26045:26045 hsa_system_get_info(2, 0x1d4b9b8) = 0 +43928824952260:43928824952877 26045:26045 hsa_system_get_info(2, 0x1d4b9c0) = 0 +43928824953622:43928824954245 26045:26045 hsa_system_get_info(2, 0x1d4b9c8) = 0 +43928824954993:43928824955614 26045:26045 hsa_system_get_info(2, 0x1d4b9d0) = 0 +43928824956364:43928824956989 26045:26045 hsa_system_get_info(2, 0x1d4b9d8) = 0 +43928824957738:43928824958361 26045:26045 hsa_system_get_info(2, 0x1d4b9e0) = 0 +43928824959111:43928824959730 26045:26045 hsa_system_get_info(2, 0x1d4b9e8) = 0 +43928824960476:43928824961100 26045:26045 hsa_system_get_info(2, 0x1d4b9f0) = 0 +43928824961851:43928824962470 26045:26045 hsa_system_get_info(2, 0x1d4b9f8) = 0 +43928824963219:43928824963833 26045:26045 hsa_system_get_info(2, 0x1d4ba00) = 0 +43928824964581:43928824965204 26045:26045 hsa_system_get_info(2, 0x1d4ba08) = 0 +43928824965952:43928824966570 26045:26045 hsa_system_get_info(2, 0x1d4ba10) = 0 +43928824967316:43928824967939 26045:26045 hsa_system_get_info(2, 0x1d4ba18) = 0 +43928824968686:43928824969304 26045:26045 hsa_system_get_info(2, 0x1d4ba20) = 0 +43928824970050:43928824970668 26045:26045 hsa_system_get_info(2, 0x1d4ba28) = 0 +43928824971431:43928824972045 26045:26045 hsa_system_get_info(2, 0x1d4ba30) = 0 +43928824972792:43928824973415 26045:26045 hsa_system_get_info(2, 0x1d4ba38) = 0 +43928824974160:43928824974780 26045:26045 hsa_system_get_info(2, 0x1d4ba40) = 0 +43928824975526:43928824976151 26045:26045 hsa_system_get_info(2, 0x1d4ba48) = 0 +43928824976898:43928824977520 26045:26045 hsa_system_get_info(2, 0x1d4ba50) = 0 +43928824978270:43928824978890 26045:26045 hsa_system_get_info(2, 0x1d4ba58) = 0 +43928824979638:43928824980259 26045:26045 hsa_system_get_info(2, 0x1d4ba60) = 0 +43928824981008:43928824981623 26045:26045 hsa_system_get_info(2, 0x1d4ba68) = 0 +43928824982370:43928824982984 26045:26045 hsa_system_get_info(2, 0x1d4ba70) = 0 +43928824983732:43928824984353 26045:26045 hsa_system_get_info(2, 0x1d4ba78) = 0 +43928824985101:43928824985722 26045:26045 hsa_system_get_info(2, 0x1d4ba80) = 0 +43928824986472:43928824987090 26045:26045 hsa_system_get_info(2, 0x1d4ba88) = 0 +43928824988553:43928824989169 26045:26045 hsa_system_get_info(2, 0x1d4ba90) = 0 +43928824989918:43928824990542 26045:26045 hsa_system_get_info(2, 0x1d4ba98) = 0 +43928824991287:43928824991906 26045:26045 hsa_system_get_info(2, 0x1d4baa0) = 0 +43928824992649:43928824993269 26045:26045 hsa_system_get_info(2, 0x1d4baa8) = 0 +43928824994017:43928824994639 26045:26045 hsa_system_get_info(2, 0x1d4bab0) = 0 +43928824995386:43928824996002 26045:26045 hsa_system_get_info(2, 0x1d4bab8) = 0 +43928824996750:43928824997371 26045:26045 hsa_system_get_info(2, 0x1d4bac0) = 0 +43928824998119:43928824998738 26045:26045 hsa_system_get_info(2, 0x1d4bac8) = 0 +43928824999485:43928825000109 26045:26045 hsa_system_get_info(2, 0x1d4bad0) = 0 +43928825000855:43928825001479 26045:26045 hsa_system_get_info(2, 0x1d4bad8) = 0 +43928825002224:43928825002846 26045:26045 hsa_system_get_info(2, 0x1d4bae0) = 0 +43928825003593:43928825004212 26045:26045 hsa_system_get_info(2, 0x1d4bae8) = 0 +43928825004960:43928825005595 26045:26045 hsa_system_get_info(2, 0x1d4baf0) = 0 +43928825006342:43928825006959 26045:26045 hsa_system_get_info(2, 0x1d4baf8) = 0 +43928825007707:43928825008326 26045:26045 hsa_system_get_info(2, 0x1d4bb00) = 0 +43928825009073:43928825009690 26045:26045 hsa_system_get_info(2, 0x1d4bb08) = 0 +43928825010439:43928825011060 26045:26045 hsa_system_get_info(2, 0x1d4bb10) = 0 +43928825011808:43928825012425 26045:26045 hsa_system_get_info(2, 0x1d4bb18) = 0 +43928825013172:43928825013795 26045:26045 hsa_system_get_info(2, 0x1d4bb20) = 0 +43928825014542:43928825015159 26045:26045 hsa_system_get_info(2, 0x1d4bb28) = 0 +43928825015907:43928825016528 26045:26045 hsa_system_get_info(2, 0x1d4bb30) = 0 +43928825017272:43928825017899 26045:26045 hsa_system_get_info(2, 0x1d4bb38) = 0 +43928825018642:43928825019259 26045:26045 hsa_system_get_info(2, 0x1d4bb40) = 0 +43928825020006:43928825020625 26045:26045 hsa_system_get_info(2, 0x1d4bb48) = 0 +43928825021371:43928825021994 26045:26045 hsa_system_get_info(2, 0x1d4bb50) = 0 +43928825022741:43928825023363 26045:26045 hsa_system_get_info(2, 0x1d4bb58) = 0 +43928825024109:43928825024728 26045:26045 hsa_system_get_info(2, 0x1d4bb60) = 0 +43928825025495:43928825026109 26045:26045 hsa_system_get_info(2, 0x1d4bb68) = 0 +43928825026860:43928825027480 26045:26045 hsa_system_get_info(2, 0x1d4bb70) = 0 +43928825028935:43928825029559 26045:26045 hsa_system_get_info(2, 0x1d4bb78) = 0 +43928825030310:43928825030931 26045:26045 hsa_system_get_info(2, 0x1d4bb80) = 0 +43928825031677:43928825032299 26045:26045 hsa_system_get_info(2, 0x1d4bb88) = 0 +43928825033044:43928825033669 26045:26045 hsa_system_get_info(2, 0x1d4bb90) = 0 +43928825034417:43928825035034 26045:26045 hsa_system_get_info(2, 0x1d4bb98) = 0 +43928825035791:43928825036413 26045:26045 hsa_system_get_info(2, 0x1d4bba0) = 0 +43928825037161:43928825037777 26045:26045 hsa_system_get_info(2, 0x1d4bba8) = 0 +43928825038526:43928825039150 26045:26045 hsa_system_get_info(2, 0x1d4bbb0) = 0 +43928825039898:43928825040517 26045:26045 hsa_system_get_info(2, 0x1d4bbb8) = 0 +43928825041265:43928825041884 26045:26045 hsa_system_get_info(2, 0x1d4bbc0) = 0 +43928825042633:43928825043253 26045:26045 hsa_system_get_info(2, 0x1d4bbc8) = 0 +43928825043999:43928825044624 26045:26045 hsa_system_get_info(2, 0x1d4bbd0) = 0 +43928825045369:43928825045990 26045:26045 hsa_system_get_info(2, 0x1d4bbd8) = 0 +43928825046755:43928825047378 26045:26045 hsa_system_get_info(2, 0x1d4bbe0) = 0 +43928825048127:43928825048750 26045:26045 hsa_system_get_info(2, 0x1d4bbe8) = 0 +43928825049500:43928825050121 26045:26045 hsa_system_get_info(2, 0x1d4bbf0) = 0 +43928825050870:43928825051494 26045:26045 hsa_system_get_info(2, 0x1d4bbf8) = 0 +43928825052248:43928825052869 26045:26045 hsa_system_get_info(2, 0x1d4bc00) = 0 +43928825053619:43928825054244 26045:26045 hsa_system_get_info(2, 0x1d4bc08) = 0 +43928825054987:43928825055610 26045:26045 hsa_system_get_info(2, 0x1d4bc10) = 0 +43928825056355:43928825056977 26045:26045 hsa_system_get_info(2, 0x1d4bc18) = 0 +43928825057725:43928825058346 26045:26045 hsa_system_get_info(2, 0x1d4bc20) = 0 +43928825059093:43928825059709 26045:26045 hsa_system_get_info(2, 0x1d4bc28) = 0 +43928825060459:43928825061080 26045:26045 hsa_system_get_info(2, 0x1d4bc30) = 0 +43928825061829:43928825062447 26045:26045 hsa_system_get_info(2, 0x1d4bc38) = 0 +43928825063210:43928825063830 26045:26045 hsa_system_get_info(2, 0x1d4bc40) = 0 +43928825064576:43928825065191 26045:26045 hsa_system_get_info(2, 0x1d4bc48) = 0 +43928825065941:43928825066568 26045:26045 hsa_system_get_info(2, 0x1d4bc50) = 0 +43928825068028:43928825068651 26045:26045 hsa_system_get_info(2, 0x1d4bc58) = 0 +43928825069398:43928825070024 26045:26045 hsa_system_get_info(2, 0x1d4bc60) = 0 +43928825070768:43928825071380 26045:26045 hsa_system_get_info(2, 0x1d4bc68) = 0 +43928825072126:43928825072749 26045:26045 hsa_system_get_info(2, 0x1d4bc70) = 0 +43928825073496:43928825074115 26045:26045 hsa_system_get_info(2, 0x1d4bc78) = 0 +43928825074864:43928825075484 26045:26045 hsa_system_get_info(2, 0x1d4bc80) = 0 +43928825076229:43928825076849 26045:26045 hsa_system_get_info(2, 0x1d4bc88) = 0 +43928825077602:43928825078223 26045:26045 hsa_system_get_info(2, 0x1d4bc90) = 0 +43928825078970:43928825079590 26045:26045 hsa_system_get_info(2, 0x1d4bc98) = 0 +43928825080339:43928825080959 26045:26045 hsa_system_get_info(2, 0x1d4bca0) = 0 +43928825081710:43928825082328 26045:26045 hsa_system_get_info(2, 0x1d4bca8) = 0 +43928825083078:43928825083701 26045:26045 hsa_system_get_info(2, 0x1d4bcb0) = 0 +43928825084449:43928825085067 26045:26045 hsa_system_get_info(2, 0x1d4bcb8) = 0 +43928825085831:43928825086451 26045:26045 hsa_system_get_info(2, 0x1d4bcc0) = 0 +43928825087195:43928825087822 26045:26045 hsa_system_get_info(2, 0x1d4bcc8) = 0 +43928825088566:43928825089183 26045:26045 hsa_system_get_info(2, 0x1d4bcd0) = 0 +43928825089933:43928825090555 26045:26045 hsa_system_get_info(2, 0x1d4bcd8) = 0 +43928825091303:43928825091921 26045:26045 hsa_system_get_info(2, 0x1d4bce0) = 0 +43928825092666:43928825093288 26045:26045 hsa_system_get_info(2, 0x1d4bce8) = 0 +43928825094037:43928825094652 26045:26045 hsa_system_get_info(2, 0x1d4bcf0) = 0 +43928825095396:43928825096024 26045:26045 hsa_system_get_info(2, 0x1d4bcf8) = 0 +43928825096773:43928825097389 26045:26045 hsa_system_get_info(2, 0x1d4bd00) = 0 +43928825098139:43928825098758 26045:26045 hsa_system_get_info(2, 0x1d4bd08) = 0 +43928825099506:43928825100128 26045:26045 hsa_system_get_info(2, 0x1d4bd10) = 0 +43928825100875:43928825101491 26045:26045 hsa_system_get_info(2, 0x1d4bd18) = 0 +43928825102239:43928825102858 26045:26045 hsa_system_get_info(2, 0x1d4bd20) = 0 +43928825103602:43928825104222 26045:26045 hsa_system_get_info(2, 0x1d4bd28) = 0 +43928825104984:43928825105606 26045:26045 hsa_system_get_info(2, 0x1d4bd30) = 0 +43928825107069:43928825107701 26045:26045 hsa_system_get_info(2, 0x1d4bd38) = 0 +43928825108446:43928825109072 26045:26045 hsa_system_get_info(2, 0x1d4bd40) = 0 +43928825109831:43928825110456 26045:26045 hsa_system_get_info(2, 0x1d4bd48) = 0 +43928825111207:43928825111832 26045:26045 hsa_system_get_info(2, 0x1d4bd50) = 0 +43928825112580:43928825113198 26045:26045 hsa_system_get_info(2, 0x1d4bd58) = 0 +43928825113949:43928825114571 26045:26045 hsa_system_get_info(2, 0x1d4bd60) = 0 +43928825115321:43928825115949 26045:26045 hsa_system_get_info(2, 0x1d4bd68) = 0 +43928825116700:43928825117317 26045:26045 hsa_system_get_info(2, 0x1d4bd70) = 0 +43928825118066:43928825118686 26045:26045 hsa_system_get_info(2, 0x1d4bd78) = 0 +43928825119433:43928825120056 26045:26045 hsa_system_get_info(2, 0x1d4bd80) = 0 +43928825120804:43928825121429 26045:26045 hsa_system_get_info(2, 0x1d4bd88) = 0 +43928825122173:43928825122795 26045:26045 hsa_system_get_info(2, 0x1d4bd90) = 0 +43928825123543:43928825124166 26045:26045 hsa_system_get_info(2, 0x1d4bd98) = 0 +43928825124913:43928825125532 26045:26045 hsa_system_get_info(2, 0x1d4bda0) = 0 +43928825126278:43928825126900 26045:26045 hsa_system_get_info(2, 0x1d4bda8) = 0 +43928825127651:43928825128266 26045:26045 hsa_system_get_info(2, 0x1d4bdb0) = 0 +43928825129015:43928825129632 26045:26045 hsa_system_get_info(2, 0x1d4bdb8) = 0 +43928825130397:43928825131015 26045:26045 hsa_system_get_info(2, 0x1d4bdc0) = 0 +43928825131761:43928825132379 26045:26045 hsa_system_get_info(2, 0x1d4bdc8) = 0 +43928825133130:43928825133749 26045:26045 hsa_system_get_info(2, 0x1d4bdd0) = 0 +43928825134496:43928825135112 26045:26045 hsa_system_get_info(2, 0x1d4bdd8) = 0 +43928825135860:43928825136479 26045:26045 hsa_system_get_info(2, 0x1d4bde0) = 0 +43928825137228:43928825137843 26045:26045 hsa_system_get_info(2, 0x1d4bde8) = 0 +43928825138587:43928825139205 26045:26045 hsa_system_get_info(2, 0x1d4bdf0) = 0 +43928825139953:43928825140572 26045:26045 hsa_system_get_info(2, 0x1d4bdf8) = 0 +43928825141321:43928825141939 26045:26045 hsa_system_get_info(2, 0x1d4be00) = 0 +43928825142686:43928825143311 26045:26045 hsa_system_get_info(2, 0x1d4be08) = 0 +43928825144068:43928825144688 26045:26045 hsa_system_get_info(2, 0x1d4be10) = 0 +43928825145435:43928825146056 26045:26045 hsa_system_get_info(2, 0x1d4be18) = 0 +43928825148259:43928825148896 26045:26045 hsa_system_get_info(2, 0x1d4be20) = 0 +43928825149646:43928825150266 26045:26045 hsa_system_get_info(2, 0x1d4be28) = 0 +43928825151011:43928825151640 26045:26045 hsa_system_get_info(2, 0x1d4be30) = 0 +43928825152389:43928825153013 26045:26045 hsa_system_get_info(2, 0x1d4be38) = 0 +43928825153761:43928825154386 26045:26045 hsa_system_get_info(2, 0x1d4be40) = 0 +43928825155133:43928825155760 26045:26045 hsa_system_get_info(2, 0x1d4be48) = 0 +43928825156507:43928825157129 26045:26045 hsa_system_get_info(2, 0x1d4be50) = 0 +43928825157882:43928825158499 26045:26045 hsa_system_get_info(2, 0x1d4be58) = 0 +43928825159245:43928825159864 26045:26045 hsa_system_get_info(2, 0x1d4be60) = 0 +43928825160611:43928825161230 26045:26045 hsa_system_get_info(2, 0x1d4be68) = 0 +43928825161976:43928825162597 26045:26045 hsa_system_get_info(2, 0x1d4be70) = 0 +43928825163345:43928825163966 26045:26045 hsa_system_get_info(2, 0x1d4be78) = 0 +43928825164735:43928825165353 26045:26045 hsa_system_get_info(2, 0x1d4be80) = 0 +43928825166103:43928825166721 26045:26045 hsa_system_get_info(2, 0x1d4be88) = 0 +43928825167469:43928825168092 26045:26045 hsa_system_get_info(2, 0x1d4be90) = 0 +43928825168842:43928825169459 26045:26045 hsa_system_get_info(2, 0x1d4be98) = 0 +43928825170208:43928825170833 26045:26045 hsa_system_get_info(2, 0x1d4bea0) = 0 +43928825171582:43928825172203 26045:26045 hsa_system_get_info(2, 0x1d4bea8) = 0 +43928825172954:43928825173575 26045:26045 hsa_system_get_info(2, 0x1d4beb0) = 0 +43928825174325:43928825174949 26045:26045 hsa_system_get_info(2, 0x1d4beb8) = 0 +43928825175696:43928825176320 26045:26045 hsa_system_get_info(2, 0x1d4bec0) = 0 +43928825177067:43928825177690 26045:26045 hsa_system_get_info(2, 0x1d4bec8) = 0 +43928825178440:43928825179063 26045:26045 hsa_system_get_info(2, 0x1d4bed0) = 0 +43928825179812:43928825180434 26045:26045 hsa_system_get_info(2, 0x1d4bed8) = 0 +43928825181182:43928825181804 26045:26045 hsa_system_get_info(2, 0x1d4bee0) = 0 +43928825182566:43928825183188 26045:26045 hsa_system_get_info(2, 0x1d4bee8) = 0 +43928825183938:43928825184559 26045:26045 hsa_system_get_info(2, 0x1d4bef0) = 0 +43928825185311:43928825185935 26045:26045 hsa_system_get_info(2, 0x1d4bef8) = 0 +43928825187397:43928825188026 26045:26045 hsa_system_get_info(2, 0x1d4bf00) = 0 +43928825188770:43928825189392 26045:26045 hsa_system_get_info(2, 0x1d4bf08) = 0 +43928825190142:43928825190758 26045:26045 hsa_system_get_info(2, 0x1d4bf10) = 0 +43928825191504:43928825192122 26045:26045 hsa_system_get_info(2, 0x1d4bf18) = 0 +43928825192870:43928825193485 26045:26045 hsa_system_get_info(2, 0x1d4bf20) = 0 +43928825194235:43928825194855 26045:26045 hsa_system_get_info(2, 0x1d4bf28) = 0 +43928825195604:43928825196224 26045:26045 hsa_system_get_info(2, 0x1d4bf30) = 0 +43928825196971:43928825197591 26045:26045 hsa_system_get_info(2, 0x1d4bf38) = 0 +43928825198338:43928825198959 26045:26045 hsa_system_get_info(2, 0x1d4bf40) = 0 +43928825199706:43928825200326 26045:26045 hsa_system_get_info(2, 0x1d4bf48) = 0 +43928825201074:43928825201693 26045:26045 hsa_system_get_info(2, 0x1d4bf50) = 0 +43928825202440:43928825203058 26045:26045 hsa_system_get_info(2, 0x1d4bf58) = 0 +43928825203822:43928825204440 26045:26045 hsa_system_get_info(2, 0x1d4bf60) = 0 +43928825205185:43928825205807 26045:26045 hsa_system_get_info(2, 0x1d4bf68) = 0 +43928825206551:43928825207172 26045:26045 hsa_system_get_info(2, 0x1d4bf70) = 0 +43928825207920:43928825208542 26045:26045 hsa_system_get_info(2, 0x1d4bf78) = 0 +43928825209292:43928825209914 26045:26045 hsa_system_get_info(2, 0x1d4bf80) = 0 +43928825210664:43928825211290 26045:26045 hsa_system_get_info(2, 0x1d4bf88) = 0 +43928825212037:43928825212661 26045:26045 hsa_system_get_info(2, 0x1d4bf90) = 0 +43928825213404:43928825214032 26045:26045 hsa_system_get_info(2, 0x1d4bf98) = 0 +43928825214777:43928825215397 26045:26045 hsa_system_get_info(2, 0x1d4bfa0) = 0 +43928825216145:43928825216763 26045:26045 hsa_system_get_info(2, 0x1d4bfa8) = 0 +43928825217509:43928825218136 26045:26045 hsa_system_get_info(2, 0x1d4bfb0) = 0 +43928825218885:43928825219504 26045:26045 hsa_system_get_info(2, 0x1d4bfb8) = 0 +43928825220248:43928825220869 26045:26045 hsa_system_get_info(2, 0x1d4bfc0) = 0 +43928825221617:43928825222237 26045:26045 hsa_system_get_info(2, 0x1d4bfc8) = 0 +43928825222996:43928825223614 26045:26045 hsa_system_get_info(2, 0x1d4bfd0) = 0 +43928825224370:43928825224990 26045:26045 hsa_system_get_info(2, 0x1d4bfd8) = 0 +43928825225739:43928825226358 26045:26045 hsa_system_get_info(2, 0x1d4bfe0) = 0 +43928825227813:43928825228434 26045:26045 hsa_system_get_info(2, 0x1d4bfe8) = 0 +43928825229184:43928825229802 26045:26045 hsa_system_get_info(2, 0x1d4bff0) = 0 +43928825230551:43928825231171 26045:26045 hsa_system_get_info(2, 0x1d4bff8) = 0 +43928825231917:43928825232541 26045:26045 hsa_system_get_info(2, 0x1d4c000) = 0 +43928825233286:43928825233906 26045:26045 hsa_system_get_info(2, 0x1d4c008) = 0 +43928825234654:43928825235276 26045:26045 hsa_system_get_info(2, 0x1d4c010) = 0 +43928825236026:43928825236646 26045:26045 hsa_system_get_info(2, 0x1d4c018) = 0 +43928825237396:43928825238018 26045:26045 hsa_system_get_info(2, 0x1d4c020) = 0 +43928825238768:43928825239388 26045:26045 hsa_system_get_info(2, 0x1d4c028) = 0 +43928825240136:43928825240751 26045:26045 hsa_system_get_info(2, 0x1d4c030) = 0 +43928825241500:43928825242118 26045:26045 hsa_system_get_info(2, 0x1d4c038) = 0 +43928825242864:43928825243487 26045:26045 hsa_system_get_info(2, 0x1d4c040) = 0 +43928825244234:43928825244853 26045:26045 hsa_system_get_info(2, 0x1d4c048) = 0 +43928825245614:43928825246235 26045:26045 hsa_system_get_info(2, 0x1d4c050) = 0 +43928825246982:43928825247604 26045:26045 hsa_system_get_info(2, 0x1d4c058) = 0 +43928825248352:43928825248968 26045:26045 hsa_system_get_info(2, 0x1d4c060) = 0 +43928825249715:43928825250336 26045:26045 hsa_system_get_info(2, 0x1d4c068) = 0 +43928825251078:43928825251700 26045:26045 hsa_system_get_info(2, 0x1d4c070) = 0 +43928825252450:43928825253074 26045:26045 hsa_system_get_info(2, 0x1d4c078) = 0 +43928825253821:43928825254440 26045:26045 hsa_system_get_info(2, 0x1d4c080) = 0 +43928825255187:43928825255806 26045:26045 hsa_system_get_info(2, 0x1d4c088) = 0 +43928825256551:43928825257169 26045:26045 hsa_system_get_info(2, 0x1d4c090) = 0 +43928825257917:43928825258536 26045:26045 hsa_system_get_info(2, 0x1d4c098) = 0 +43928825259282:43928825259899 26045:26045 hsa_system_get_info(2, 0x1d4c0a0) = 0 +43928825260647:43928825261265 26045:26045 hsa_system_get_info(2, 0x1d4c0a8) = 0 +43928825262013:43928825262631 26045:26045 hsa_system_get_info(2, 0x1d4c0b0) = 0 +43928825263379:43928825263994 26045:26045 hsa_system_get_info(2, 0x1d4c0b8) = 0 +43928825264740:43928825265373 26045:26045 hsa_system_get_info(2, 0x1d4c0c0) = 0 +43928825267852:43928825268475 26045:26045 hsa_system_get_info(2, 0x1d4c0c8) = 0 +43928825269223:43928825269846 26045:26045 hsa_system_get_info(2, 0x1d4c0d0) = 0 +43928825270589:43928825271214 26045:26045 hsa_system_get_info(2, 0x1d4c0d8) = 0 +43928825271969:43928825272605 26045:26045 hsa_system_get_info(2, 0x1d4c0e0) = 0 +43928825273351:43928825273972 26045:26045 hsa_system_get_info(2, 0x1d4c0e8) = 0 +43928825274721:43928825275336 26045:26045 hsa_system_get_info(2, 0x1d4c0f0) = 0 +43928825276083:43928825276704 26045:26045 hsa_system_get_info(2, 0x1d4c0f8) = 0 +43928825277448:43928825278068 26045:26045 hsa_system_get_info(2, 0x1d4c100) = 0 +43928825278813:43928825279431 26045:26045 hsa_system_get_info(2, 0x1d4c108) = 0 +43928825280179:43928825280796 26045:26045 hsa_system_get_info(2, 0x1d4c110) = 0 +43928825281546:43928825282162 26045:26045 hsa_system_get_info(2, 0x1d4c118) = 0 +43928825282908:43928825283525 26045:26045 hsa_system_get_info(2, 0x1d4c120) = 0 +43928825284273:43928825284895 26045:26045 hsa_system_get_info(2, 0x1d4c128) = 0 +43928825285643:43928825286262 26045:26045 hsa_system_get_info(2, 0x1d4c130) = 0 +43928825287005:43928825287626 26045:26045 hsa_system_get_info(2, 0x1d4c138) = 0 +43928825288371:43928825288988 26045:26045 hsa_system_get_info(2, 0x1d4c140) = 0 +43928825289736:43928825290352 26045:26045 hsa_system_get_info(2, 0x1d4c148) = 0 +43928825291099:43928825291720 26045:26045 hsa_system_get_info(2, 0x1d4c150) = 0 +43928825292486:43928825293122 26045:26045 hsa_system_get_info(2, 0x1d4c158) = 0 +43928825293869:43928825294492 26045:26045 hsa_system_get_info(2, 0x1d4c160) = 0 +43928825295240:43928825295855 26045:26045 hsa_system_get_info(2, 0x1d4c168) = 0 +43928825296605:43928825297226 26045:26045 hsa_system_get_info(2, 0x1d4c170) = 0 +43928825297974:43928825298596 26045:26045 hsa_system_get_info(2, 0x1d4c178) = 0 +43928825299345:43928825299970 26045:26045 hsa_system_get_info(2, 0x1d4c180) = 0 +43928825300715:43928825301334 26045:26045 hsa_system_get_info(2, 0x1d4c188) = 0 +43928825302081:43928825302699 26045:26045 hsa_system_get_info(2, 0x1d4c190) = 0 +43928825303446:43928825304066 26045:26045 hsa_system_get_info(2, 0x1d4c198) = 0 +43928825304826:43928825305444 26045:26045 hsa_system_get_info(2, 0x1d4c1a0) = 0 +43928825306193:43928825306815 26045:26045 hsa_system_get_info(2, 0x1d4c1a8) = 0 +43928825308302:43928825308928 26045:26045 hsa_system_get_info(2, 0x1d4c1b0) = 0 +43928825309680:43928825310301 26045:26045 hsa_system_get_info(2, 0x1d4c1b8) = 0 +43928825311046:43928825311668 26045:26045 hsa_system_get_info(2, 0x1d4c1c0) = 0 +43928825312418:43928825313038 26045:26045 hsa_system_get_info(2, 0x1d4c1c8) = 0 +43928825313789:43928825314412 26045:26045 hsa_system_get_info(2, 0x1d4c1d0) = 0 +43928825315159:43928825315781 26045:26045 hsa_system_get_info(2, 0x1d4c1d8) = 0 +43928825316530:43928825317151 26045:26045 hsa_system_get_info(2, 0x1d4c1e0) = 0 +43928825317895:43928825318512 26045:26045 hsa_system_get_info(2, 0x1d4c1e8) = 0 +43928825319258:43928825319876 26045:26045 hsa_system_get_info(2, 0x1d4c1f0) = 0 +43928825320624:43928825321243 26045:26045 hsa_system_get_info(2, 0x1d4c1f8) = 0 +43928825321988:43928825322610 26045:26045 hsa_system_get_info(2, 0x1d4c200) = 0 +43928825323357:43928825323977 26045:26045 hsa_system_get_info(2, 0x1d4c208) = 0 +43928825324721:43928825325344 26045:26045 hsa_system_get_info(2, 0x1d4c210) = 0 +43928825326112:43928825326730 26045:26045 hsa_system_get_info(2, 0x1d4c218) = 0 +43928825327477:43928825328091 26045:26045 hsa_system_get_info(2, 0x1d4c220) = 0 +43928825328839:43928825329457 26045:26045 hsa_system_get_info(2, 0x1d4c228) = 0 +43928825330208:43928825330828 26045:26045 hsa_system_get_info(2, 0x1d4c230) = 0 +43928825331571:43928825332195 26045:26045 hsa_system_get_info(2, 0x1d4c238) = 0 +43928825332939:43928825333557 26045:26045 hsa_system_get_info(2, 0x1d4c240) = 0 +43928825334305:43928825334927 26045:26045 hsa_system_get_info(2, 0x1d4c248) = 0 +43928825335677:43928825336294 26045:26045 hsa_system_get_info(2, 0x1d4c250) = 0 +43928825337041:43928825337657 26045:26045 hsa_system_get_info(2, 0x1d4c258) = 0 +43928825338404:43928825339022 26045:26045 hsa_system_get_info(2, 0x1d4c260) = 0 +43928825339769:43928825340388 26045:26045 hsa_system_get_info(2, 0x1d4c268) = 0 +43928825341134:43928825341757 26045:26045 hsa_system_get_info(2, 0x1d4c270) = 0 +43928825342504:43928825343122 26045:26045 hsa_system_get_info(2, 0x1d4c278) = 0 +43928825343870:43928825344495 26045:26045 hsa_system_get_info(2, 0x1d4c280) = 0 +43928825345269:43928825345892 26045:26045 hsa_system_get_info(2, 0x1d4c288) = 0 +43928825347423:43928825348053 26045:26045 hsa_system_get_info(2, 0x1d4c290) = 0 +43928825348801:43928825349422 26045:26045 hsa_system_get_info(2, 0x1d4c298) = 0 +43928825350161:43928825350775 26045:26045 hsa_system_get_info(2, 0x1d4c2a0) = 0 +43928825351520:43928825352137 26045:26045 hsa_system_get_info(2, 0x1d4c2a8) = 0 +43928825352890:43928825353506 26045:26045 hsa_system_get_info(2, 0x1d4c2b0) = 0 +43928825354254:43928825354874 26045:26045 hsa_system_get_info(2, 0x1d4c2b8) = 0 +43928825355617:43928825356240 26045:26045 hsa_system_get_info(2, 0x1d4c2c0) = 0 +43928825356985:43928825357601 26045:26045 hsa_system_get_info(2, 0x1d4c2c8) = 0 +43928825358349:43928825358969 26045:26045 hsa_system_get_info(2, 0x1d4c2d0) = 0 +43928825359718:43928825360348 26045:26045 hsa_system_get_info(2, 0x1d4c2d8) = 0 +43928825361098:43928825361719 26045:26045 hsa_system_get_info(2, 0x1d4c2e0) = 0 +43928825362483:43928825363106 26045:26045 hsa_system_get_info(2, 0x1d4c2e8) = 0 +43928825363852:43928825364474 26045:26045 hsa_system_get_info(2, 0x1d4c2f0) = 0 +43928825365223:43928825365845 26045:26045 hsa_system_get_info(2, 0x1d4c2f8) = 0 +43928825366594:43928825367216 26045:26045 hsa_system_get_info(2, 0x1d4c300) = 0 +43928825367971:43928825368590 26045:26045 hsa_system_get_info(2, 0x1d4c308) = 0 +43928825369337:43928825369962 26045:26045 hsa_system_get_info(2, 0x1d4c310) = 0 +43928825370713:43928825371331 26045:26045 hsa_system_get_info(2, 0x1d4c318) = 0 +43928825372079:43928825372698 26045:26045 hsa_system_get_info(2, 0x1d4c320) = 0 +43928825373446:43928825374068 26045:26045 hsa_system_get_info(2, 0x1d4c328) = 0 +43928825374820:43928825375439 26045:26045 hsa_system_get_info(2, 0x1d4c330) = 0 +43928825376190:43928825376808 26045:26045 hsa_system_get_info(2, 0x1d4c338) = 0 +43928825377557:43928825378176 26045:26045 hsa_system_get_info(2, 0x1d4c340) = 0 +43928825378925:43928825379546 26045:26045 hsa_system_get_info(2, 0x1d4c348) = 0 +43928825380293:43928825380913 26045:26045 hsa_system_get_info(2, 0x1d4c350) = 0 +43928825381662:43928825382282 26045:26045 hsa_system_get_info(2, 0x1d4c358) = 0 +43928825383043:43928825383661 26045:26045 hsa_system_get_info(2, 0x1d4c360) = 0 +43928825384413:43928825385032 26045:26045 hsa_system_get_info(2, 0x1d4c368) = 0 +43928825385776:43928825386395 26045:26045 hsa_system_get_info(2, 0x1d4c370) = 0 +43928825387936:43928825388564 26045:26045 hsa_system_get_info(2, 0x1d4c378) = 0 +43928825389316:43928825389933 26045:26045 hsa_system_get_info(2, 0x1d4c380) = 0 +43928825390677:43928825391290 26045:26045 hsa_system_get_info(2, 0x1d4c388) = 0 +43928825392036:43928825392657 26045:26045 hsa_system_get_info(2, 0x1d4c390) = 0 +43928825393405:43928825394017 26045:26045 hsa_system_get_info(2, 0x1d4c398) = 0 +43928825394767:43928825395386 26045:26045 hsa_system_get_info(2, 0x1d4c3a0) = 0 +43928825396135:43928825396751 26045:26045 hsa_system_get_info(2, 0x1d4c3a8) = 0 +43928825397499:43928825398118 26045:26045 hsa_system_get_info(2, 0x1d4c3b0) = 0 +43928825398863:43928825399483 26045:26045 hsa_system_get_info(2, 0x1d4c3b8) = 0 +43928825400231:43928825400845 26045:26045 hsa_system_get_info(2, 0x1d4c3c0) = 0 +43928825401593:43928825402212 26045:26045 hsa_system_get_info(2, 0x1d4c3c8) = 0 +43928825402957:43928825403574 26045:26045 hsa_system_get_info(2, 0x1d4c3d0) = 0 +43928825404323:43928825404942 26045:26045 hsa_system_get_info(2, 0x1d4c3d8) = 0 +43928825405686:43928825406309 26045:26045 hsa_system_get_info(2, 0x1d4c3e0) = 0 +43928825407074:43928825407695 26045:26045 hsa_system_get_info(2, 0x1d4c3e8) = 0 +43928825408444:43928825409067 26045:26045 hsa_system_get_info(2, 0x1d4c3f0) = 0 +43928825409815:43928825410434 26045:26045 hsa_system_get_info(2, 0x1d4c3f8) = 0 +43928825411180:43928825411798 26045:26045 hsa_system_get_info(2, 0x1d4c400) = 0 +43928825412546:43928825413161 26045:26045 hsa_system_get_info(2, 0x1d4c408) = 0 +43928825413910:43928825414523 26045:26045 hsa_system_get_info(2, 0x1d4c410) = 0 +43928825415269:43928825415887 26045:26045 hsa_system_get_info(2, 0x1d4c418) = 0 +43928825416634:43928825417257 26045:26045 hsa_system_get_info(2, 0x1d4c420) = 0 +43928825418003:43928825418621 26045:26045 hsa_system_get_info(2, 0x1d4c428) = 0 +43928825419365:43928825419981 26045:26045 hsa_system_get_info(2, 0x1d4c430) = 0 +43928825420731:43928825421347 26045:26045 hsa_system_get_info(2, 0x1d4c438) = 0 +43928825422096:43928825422715 26045:26045 hsa_system_get_info(2, 0x1d4c440) = 0 +43928825423464:43928825424088 26045:26045 hsa_system_get_info(2, 0x1d4c448) = 0 +43928825424837:43928825425476 26045:26045 hsa_system_get_info(2, 0x1d4c450) = 0 +43928825426970:43928825427599 26045:26045 hsa_system_get_info(2, 0x1d4c458) = 0 +43928825428345:43928825428962 26045:26045 hsa_system_get_info(2, 0x1d4c460) = 0 +43928825429707:43928825430326 26045:26045 hsa_system_get_info(2, 0x1d4c468) = 0 +43928825431070:43928825431689 26045:26045 hsa_system_get_info(2, 0x1d4c470) = 0 +43928825432438:43928825433052 26045:26045 hsa_system_get_info(2, 0x1d4c478) = 0 +43928825433800:43928825434415 26045:26045 hsa_system_get_info(2, 0x1d4c480) = 0 +43928825435162:43928825435783 26045:26045 hsa_system_get_info(2, 0x1d4c488) = 0 +43928825436525:43928825437145 26045:26045 hsa_system_get_info(2, 0x1d4c490) = 0 +43928825437893:43928825438510 26045:26045 hsa_system_get_info(2, 0x1d4c498) = 0 +43928825439253:43928825439876 26045:26045 hsa_system_get_info(2, 0x1d4c4a0) = 0 +43928825440625:43928825441245 26045:26045 hsa_system_get_info(2, 0x1d4c4a8) = 0 +43928825441988:43928825442609 26045:26045 hsa_system_get_info(2, 0x1d4c4b0) = 0 +43928825443365:43928825443989 26045:26045 hsa_system_get_info(2, 0x1d4c4b8) = 0 +43928825444734:43928825445374 26045:26045 hsa_system_get_info(2, 0x1d4c4c0) = 0 +43928825446121:43928825446742 26045:26045 hsa_system_get_info(2, 0x1d4c4c8) = 0 +43928825447487:43928825448108 26045:26045 hsa_system_get_info(2, 0x1d4c4d0) = 0 +43928825448856:43928825449480 26045:26045 hsa_system_get_info(2, 0x1d4c4d8) = 0 +43928825450230:43928825450850 26045:26045 hsa_system_get_info(2, 0x1d4c4e0) = 0 +43928825451600:43928825452221 26045:26045 hsa_system_get_info(2, 0x1d4c4e8) = 0 +43928825452970:43928825453588 26045:26045 hsa_system_get_info(2, 0x1d4c4f0) = 0 +43928825454335:43928825454962 26045:26045 hsa_system_get_info(2, 0x1d4c4f8) = 0 +43928825455713:43928825456334 26045:26045 hsa_system_get_info(2, 0x1d4c500) = 0 +43928825457083:43928825457706 26045:26045 hsa_system_get_info(2, 0x1d4c508) = 0 +43928825458456:43928825459076 26045:26045 hsa_system_get_info(2, 0x1d4c510) = 0 +43928825459825:43928825460448 26045:26045 hsa_system_get_info(2, 0x1d4c518) = 0 +43928825461193:43928825461810 26045:26045 hsa_system_get_info(2, 0x1d4c520) = 0 +43928825462556:43928825463176 26045:26045 hsa_system_get_info(2, 0x1d4c528) = 0 +43928825463925:43928825464546 26045:26045 hsa_system_get_info(2, 0x1d4c530) = 0 +43928825466100:43928825466728 26045:26045 hsa_system_get_info(2, 0x1d4c538) = 0 +43928825467474:43928825468098 26045:26045 hsa_system_get_info(2, 0x1d4c540) = 0 +43928825468841:43928825469464 26045:26045 hsa_system_get_info(2, 0x1d4c548) = 0 +43928825470211:43928825470834 26045:26045 hsa_system_get_info(2, 0x1d4c550) = 0 +43928825471584:43928825472211 26045:26045 hsa_system_get_info(2, 0x1d4c558) = 0 +43928825472959:43928825473582 26045:26045 hsa_system_get_info(2, 0x1d4c560) = 0 +43928825474327:43928825474950 26045:26045 hsa_system_get_info(2, 0x1d4c568) = 0 +43928825475696:43928825476321 26045:26045 hsa_system_get_info(2, 0x1d4c570) = 0 +43928825477069:43928825477693 26045:26045 hsa_system_get_info(2, 0x1d4c578) = 0 +43928825478443:43928825479065 26045:26045 hsa_system_get_info(2, 0x1d4c580) = 0 +43928825479816:43928825480437 26045:26045 hsa_system_get_info(2, 0x1d4c588) = 0 +43928825481184:43928825481802 26045:26045 hsa_system_get_info(2, 0x1d4c590) = 0 +43928825482547:43928825483165 26045:26045 hsa_system_get_info(2, 0x1d4c598) = 0 +43928825483910:43928825484548 26045:26045 hsa_system_get_info(2, 0x1d4c5a0) = 0 +43928825485298:43928825485918 26045:26045 hsa_system_get_info(2, 0x1d4c5a8) = 0 +43928825486662:43928825487282 26045:26045 hsa_system_get_info(2, 0x1d4c5b0) = 0 +43928825488028:43928825488650 26045:26045 hsa_system_get_info(2, 0x1d4c5b8) = 0 +43928825489395:43928825490016 26045:26045 hsa_system_get_info(2, 0x1d4c5c0) = 0 +43928825490764:43928825491391 26045:26045 hsa_system_get_info(2, 0x1d4c5c8) = 0 +43928825492136:43928825492758 26045:26045 hsa_system_get_info(2, 0x1d4c5d0) = 0 +43928825493507:43928825494133 26045:26045 hsa_system_get_info(2, 0x1d4c5d8) = 0 +43928825494884:43928825495504 26045:26045 hsa_system_get_info(2, 0x1d4c5e0) = 0 +43928825496250:43928825496873 26045:26045 hsa_system_get_info(2, 0x1d4c5e8) = 0 +43928825497620:43928825498238 26045:26045 hsa_system_get_info(2, 0x1d4c5f0) = 0 +43928825498987:43928825499606 26045:26045 hsa_system_get_info(2, 0x1d4c5f8) = 0 +43928825500352:43928825500970 26045:26045 hsa_system_get_info(2, 0x1d4c600) = 0 +43928825501718:43928825502337 26045:26045 hsa_system_get_info(2, 0x1d4c608) = 0 +43928825503111:43928825503727 26045:26045 hsa_system_get_info(2, 0x1d4c610) = 0 +43928825504492:43928825505110 26045:26045 hsa_system_get_info(2, 0x1d4c618) = 0 +43928825506652:43928825507274 26045:26045 hsa_system_get_info(2, 0x1d4c620) = 0 +43928825508021:43928825508636 26045:26045 hsa_system_get_info(2, 0x1d4c628) = 0 +43928825509384:43928825509996 26045:26045 hsa_system_get_info(2, 0x1d4c630) = 0 +43928825510747:43928825511362 26045:26045 hsa_system_get_info(2, 0x1d4c638) = 0 +43928825512104:43928825512725 26045:26045 hsa_system_get_info(2, 0x1d4c640) = 0 +43928825513473:43928825514090 26045:26045 hsa_system_get_info(2, 0x1d4c648) = 0 +43928825514836:43928825515455 26045:26045 hsa_system_get_info(2, 0x1d4c650) = 0 +43928825516200:43928825516820 26045:26045 hsa_system_get_info(2, 0x1d4c658) = 0 +43928825517569:43928825518188 26045:26045 hsa_system_get_info(2, 0x1d4c660) = 0 +43928825518931:43928825519549 26045:26045 hsa_system_get_info(2, 0x1d4c668) = 0 +43928825520297:43928825520911 26045:26045 hsa_system_get_info(2, 0x1d4c670) = 0 +43928825521658:43928825522274 26045:26045 hsa_system_get_info(2, 0x1d4c678) = 0 +43928825523021:43928825523640 26045:26045 hsa_system_get_info(2, 0x1d4c680) = 0 +43928825524385:43928825525002 26045:26045 hsa_system_get_info(2, 0x1d4c688) = 0 +43928825525764:43928825526387 26045:26045 hsa_system_get_info(2, 0x1d4c690) = 0 +43928825527131:43928825527752 26045:26045 hsa_system_get_info(2, 0x1d4c698) = 0 +43928825528498:43928825529117 26045:26045 hsa_system_get_info(2, 0x1d4c6a0) = 0 +43928825529859:43928825530477 26045:26045 hsa_system_get_info(2, 0x1d4c6a8) = 0 +43928825531223:43928825531847 26045:26045 hsa_system_get_info(2, 0x1d4c6b0) = 0 +43928825532590:43928825533210 26045:26045 hsa_system_get_info(2, 0x1d4c6b8) = 0 +43928825533956:43928825534578 26045:26045 hsa_system_get_info(2, 0x1d4c6c0) = 0 +43928825535325:43928825535941 26045:26045 hsa_system_get_info(2, 0x1d4c6c8) = 0 +43928825536688:43928825537301 26045:26045 hsa_system_get_info(2, 0x1d4c6d0) = 0 +43928825538047:43928825538669 26045:26045 hsa_system_get_info(2, 0x1d4c6d8) = 0 +43928825539418:43928825540035 26045:26045 hsa_system_get_info(2, 0x1d4c6e0) = 0 +43928825540785:43928825541404 26045:26045 hsa_system_get_info(2, 0x1d4c6e8) = 0 +43928825542152:43928825542769 26045:26045 hsa_system_get_info(2, 0x1d4c6f0) = 0 +43928825543524:43928825544158 26045:26045 hsa_system_get_info(2, 0x1d4c6f8) = 0 +43928825545639:43928825546267 26045:26045 hsa_system_get_info(2, 0x1d4c700) = 0 +43928825547018:43928825547637 26045:26045 hsa_system_get_info(2, 0x1d4c708) = 0 +43928825548387:43928825549009 26045:26045 hsa_system_get_info(2, 0x1d4c710) = 0 +43928825549755:43928825550374 26045:26045 hsa_system_get_info(2, 0x1d4c718) = 0 +43928825551119:43928825551741 26045:26045 hsa_system_get_info(2, 0x1d4c720) = 0 +43928825552488:43928825553099 26045:26045 hsa_system_get_info(2, 0x1d4c728) = 0 +43928825553842:43928825554464 26045:26045 hsa_system_get_info(2, 0x1d4c730) = 0 +43928825555213:43928825555840 26045:26045 hsa_system_get_info(2, 0x1d4c738) = 0 +43928825556583:43928825557209 26045:26045 hsa_system_get_info(2, 0x1d4c740) = 0 +43928825557956:43928825558576 26045:26045 hsa_system_get_info(2, 0x1d4c748) = 0 +43928825559325:43928825559947 26045:26045 hsa_system_get_info(2, 0x1d4c750) = 0 +43928825560695:43928825561320 26045:26045 hsa_system_get_info(2, 0x1d4c758) = 0 +43928825562066:43928825562684 26045:26045 hsa_system_get_info(2, 0x1d4c760) = 0 +43928825563433:43928825564056 26045:26045 hsa_system_get_info(2, 0x1d4c768) = 0 +43928825564803:43928825565422 26045:26045 hsa_system_get_info(2, 0x1d4c770) = 0 +43928825566180:43928825566808 26045:26045 hsa_system_get_info(2, 0x1d4c778) = 0 +43928825567558:43928825568179 26045:26045 hsa_system_get_info(2, 0x1d4c780) = 0 +43928825568930:43928825569557 26045:26045 hsa_system_get_info(2, 0x1d4c788) = 0 +43928825570302:43928825570919 26045:26045 hsa_system_get_info(2, 0x1d4c790) = 0 +43928825571670:43928825572289 26045:26045 hsa_system_get_info(2, 0x1d4c798) = 0 +43928825573034:43928825573652 26045:26045 hsa_system_get_info(2, 0x1d4c7a0) = 0 +43928825574399:43928825575022 26045:26045 hsa_system_get_info(2, 0x1d4c7a8) = 0 +43928825575770:43928825576392 26045:26045 hsa_system_get_info(2, 0x1d4c7b0) = 0 +43928825577137:43928825577761 26045:26045 hsa_system_get_info(2, 0x1d4c7b8) = 0 +43928825578513:43928825579133 26045:26045 hsa_system_get_info(2, 0x1d4c7c0) = 0 +43928825579882:43928825580502 26045:26045 hsa_system_get_info(2, 0x1d4c7c8) = 0 +43928825581247:43928825581864 26045:26045 hsa_system_get_info(2, 0x1d4c7d0) = 0 +43928825582628:43928825583244 26045:26045 hsa_system_get_info(2, 0x1d4c7d8) = 0 +43928825584004:43928825584625 26045:26045 hsa_system_get_info(2, 0x1d4c7e0) = 0 +43928825586109:43928825586736 26045:26045 hsa_system_get_info(2, 0x1d4c7e8) = 0 +43928825587480:43928825588099 26045:26045 hsa_system_get_info(2, 0x1d4c7f0) = 0 +43928825588847:43928825589469 26045:26045 hsa_system_get_info(2, 0x1d4c7f8) = 0 +43928825590219:43928825590838 26045:26045 hsa_system_get_info(2, 0x1d4c800) = 0 +43928825591583:43928825592204 26045:26045 hsa_system_get_info(2, 0x1d4c808) = 0 +43928825592952:43928825593574 26045:26045 hsa_system_get_info(2, 0x1d4c810) = 0 +43928825594325:43928825594946 26045:26045 hsa_system_get_info(2, 0x1d4c818) = 0 +43928825595694:43928825596314 26045:26045 hsa_system_get_info(2, 0x1d4c820) = 0 +43928825597063:43928825597685 26045:26045 hsa_system_get_info(2, 0x1d4c828) = 0 +43928825598429:43928825599046 26045:26045 hsa_system_get_info(2, 0x1d4c830) = 0 +43928825599796:43928825600414 26045:26045 hsa_system_get_info(2, 0x1d4c838) = 0 +43928825601160:43928825601776 26045:26045 hsa_system_get_info(2, 0x1d4c840) = 0 +43928825602520:43928825603139 26045:26045 hsa_system_get_info(2, 0x1d4c848) = 0 +43928825603885:43928825604522 26045:26045 hsa_system_get_info(2, 0x1d4c850) = 0 +43928825605266:43928825605883 26045:26045 hsa_system_get_info(2, 0x1d4c858) = 0 +43928825606631:43928825607257 26045:26045 hsa_system_get_info(2, 0x1d4c860) = 0 +43928825607999:43928825608618 26045:26045 hsa_system_get_info(2, 0x1d4c868) = 0 +43928825609364:43928825609983 26045:26045 hsa_system_get_info(2, 0x1d4c870) = 0 +43928825610730:43928825611349 26045:26045 hsa_system_get_info(2, 0x1d4c878) = 0 +43928825612094:43928825612715 26045:26045 hsa_system_get_info(2, 0x1d4c880) = 0 +43928825613463:43928825614080 26045:26045 hsa_system_get_info(2, 0x1d4c888) = 0 +43928825614828:43928825615452 26045:26045 hsa_system_get_info(2, 0x1d4c890) = 0 +43928825616199:43928825616815 26045:26045 hsa_system_get_info(2, 0x1d4c898) = 0 +43928825617566:43928825618184 26045:26045 hsa_system_get_info(2, 0x1d4c8a0) = 0 +43928825618934:43928825619554 26045:26045 hsa_system_get_info(2, 0x1d4c8a8) = 0 +43928825620301:43928825620919 26045:26045 hsa_system_get_info(2, 0x1d4c8b0) = 0 +43928825621668:43928825622287 26045:26045 hsa_system_get_info(2, 0x1d4c8b8) = 0 +43928825623039:43928825623658 26045:26045 hsa_system_get_info(2, 0x1d4c8c0) = 0 +43928825625129:43928825625762 26045:26045 hsa_system_get_info(2, 0x1d4c8c8) = 0 +43928825626510:43928825627133 26045:26045 hsa_system_get_info(2, 0x1d4c8d0) = 0 +43928825627881:43928825628499 26045:26045 hsa_system_get_info(2, 0x1d4c8d8) = 0 +43928825629250:43928825629870 26045:26045 hsa_system_get_info(2, 0x1d4c8e0) = 0 +43928825630616:43928825631243 26045:26045 hsa_system_get_info(2, 0x1d4c8e8) = 0 +43928825631991:43928825632609 26045:26045 hsa_system_get_info(2, 0x1d4c8f0) = 0 +43928825633355:43928825633976 26045:26045 hsa_system_get_info(2, 0x1d4c8f8) = 0 +43928825634724:43928825635343 26045:26045 hsa_system_get_info(2, 0x1d4c900) = 0 +43928825636093:43928825636709 26045:26045 hsa_system_get_info(2, 0x1d4c908) = 0 +43928825637456:43928825638078 26045:26045 hsa_system_get_info(2, 0x1d4c910) = 0 +43928825638822:43928825639447 26045:26045 hsa_system_get_info(2, 0x1d4c918) = 0 +43928825640191:43928825640812 26045:26045 hsa_system_get_info(2, 0x1d4c920) = 0 +43928825641558:43928825642183 26045:26045 hsa_system_get_info(2, 0x1d4c928) = 0 +43928825642930:43928825643569 26045:26045 hsa_system_get_info(2, 0x1d4c930) = 0 +43928825644314:43928825644933 26045:26045 hsa_system_get_info(2, 0x1d4c938) = 0 +43928825645680:43928825646299 26045:26045 hsa_system_get_info(2, 0x1d4c940) = 0 +43928825647044:43928825647666 26045:26045 hsa_system_get_info(2, 0x1d4c948) = 0 +43928825648420:43928825649045 26045:26045 hsa_system_get_info(2, 0x1d4c950) = 0 +43928825649796:43928825650409 26045:26045 hsa_system_get_info(2, 0x1d4c958) = 0 +43928825651156:43928825651779 26045:26045 hsa_system_get_info(2, 0x1d4c960) = 0 +43928825652525:43928825653143 26045:26045 hsa_system_get_info(2, 0x1d4c968) = 0 +43928825653889:43928825654506 26045:26045 hsa_system_get_info(2, 0x1d4c970) = 0 +43928825655254:43928825655868 26045:26045 hsa_system_get_info(2, 0x1d4c978) = 0 +43928825656616:43928825657245 26045:26045 hsa_system_get_info(2, 0x1d4c980) = 0 +43928825657993:43928825658617 26045:26045 hsa_system_get_info(2, 0x1d4c988) = 0 +43928825659361:43928825659978 26045:26045 hsa_system_get_info(2, 0x1d4c990) = 0 +43928825660724:43928825661343 26045:26045 hsa_system_get_info(2, 0x1d4c998) = 0 +43928825662091:43928825662728 26045:26045 hsa_system_get_info(2, 0x1d4c9a0) = 0 +43928825663475:43928825664097 26045:26045 hsa_system_get_info(2, 0x1d4c9a8) = 0 +43928825665585:43928825666205 26045:26045 hsa_system_get_info(2, 0x1d4c9b0) = 0 +43928825666957:43928825667576 26045:26045 hsa_system_get_info(2, 0x1d4c9b8) = 0 +43928825668322:43928825668944 26045:26045 hsa_system_get_info(2, 0x1d4c9c0) = 0 +43928825669690:43928825670307 26045:26045 hsa_system_get_info(2, 0x1d4c9c8) = 0 +43928825671053:43928825671669 26045:26045 hsa_system_get_info(2, 0x1d4c9d0) = 0 +43928825672414:43928825673034 26045:26045 hsa_system_get_info(2, 0x1d4c9d8) = 0 +43928825673781:43928825674399 26045:26045 hsa_system_get_info(2, 0x1d4c9e0) = 0 +43928825675147:43928825675768 26045:26045 hsa_system_get_info(2, 0x1d4c9e8) = 0 +43928825676512:43928825677131 26045:26045 hsa_system_get_info(2, 0x1d4c9f0) = 0 +43928825677879:43928825678499 26045:26045 hsa_system_get_info(2, 0x1d4c9f8) = 0 +43928825679245:43928825679862 26045:26045 hsa_system_get_info(2, 0x1d4ca00) = 0 +43928825680609:43928825681233 26045:26045 hsa_system_get_info(2, 0x1d4ca08) = 0 +43928825681979:43928825682604 26045:26045 hsa_system_get_info(2, 0x1d4ca10) = 0 +43928825683351:43928825683992 26045:26045 hsa_system_get_info(2, 0x1d4ca18) = 0 +43928825684741:43928825685363 26045:26045 hsa_system_get_info(2, 0x1d4ca20) = 0 +43928825686128:43928825686746 26045:26045 hsa_system_get_info(2, 0x1d4ca28) = 0 +43928825687488:43928825688114 26045:26045 hsa_system_get_info(2, 0x1d4ca30) = 0 +43928825688858:43928825689480 26045:26045 hsa_system_get_info(2, 0x1d4ca38) = 0 +43928825690228:43928825690856 26045:26045 hsa_system_get_info(2, 0x1d4ca40) = 0 +43928825691602:43928825692227 26045:26045 hsa_system_get_info(2, 0x1d4ca48) = 0 +43928825692977:43928825693597 26045:26045 hsa_system_get_info(2, 0x1d4ca50) = 0 +43928825694344:43928825694962 26045:26045 hsa_system_get_info(2, 0x1d4ca58) = 0 +43928825695710:43928825696330 26045:26045 hsa_system_get_info(2, 0x1d4ca60) = 0 +43928825697079:43928825697698 26045:26045 hsa_system_get_info(2, 0x1d4ca68) = 0 +43928825698446:43928825699069 26045:26045 hsa_system_get_info(2, 0x1d4ca70) = 0 +43928825699836:43928825700457 26045:26045 hsa_system_get_info(2, 0x1d4ca78) = 0 +43928825701211:43928825701832 26045:26045 hsa_system_get_info(2, 0x1d4ca80) = 0 +43928825702584:43928825703203 26045:26045 hsa_system_get_info(2, 0x1d4ca88) = 0 +43928825705260:43928825705893 26045:26045 hsa_system_get_info(2, 0x1d4ca90) = 0 +43928825706641:43928825707275 26045:26045 hsa_system_get_info(2, 0x1d4ca98) = 0 +43928825708021:43928825708648 26045:26045 hsa_system_get_info(2, 0x1d4caa0) = 0 +43928825709399:43928825710017 26045:26045 hsa_system_get_info(2, 0x1d4caa8) = 0 +43928825710766:43928825711388 26045:26045 hsa_system_get_info(2, 0x1d4cab0) = 0 +43928825712142:43928825712765 26045:26045 hsa_system_get_info(2, 0x1d4cab8) = 0 +43928825713511:43928825714130 26045:26045 hsa_system_get_info(2, 0x1d4cac0) = 0 +43928825714875:43928825715496 26045:26045 hsa_system_get_info(2, 0x1d4cac8) = 0 +43928825716245:43928825716865 26045:26045 hsa_system_get_info(2, 0x1d4cad0) = 0 +43928825717613:43928825718230 26045:26045 hsa_system_get_info(2, 0x1d4cad8) = 0 +43928825718975:43928825719593 26045:26045 hsa_system_get_info(2, 0x1d4cae0) = 0 +43928825720358:43928825720977 26045:26045 hsa_system_get_info(2, 0x1d4cae8) = 0 +43928825721722:43928825722339 26045:26045 hsa_system_get_info(2, 0x1d4caf0) = 0 +43928825723087:43928825723708 26045:26045 hsa_system_get_info(2, 0x1d4caf8) = 0 +43928825724456:43928825725077 26045:26045 hsa_system_get_info(2, 0x1d4cb00) = 0 +43928825725826:43928825726447 26045:26045 hsa_system_get_info(2, 0x1d4cb08) = 0 +43928825727191:43928825727812 26045:26045 hsa_system_get_info(2, 0x1d4cb10) = 0 +43928825728560:43928825729178 26045:26045 hsa_system_get_info(2, 0x1d4cb18) = 0 +43928825729924:43928825730542 26045:26045 hsa_system_get_info(2, 0x1d4cb20) = 0 +43928825731291:43928825731914 26045:26045 hsa_system_get_info(2, 0x1d4cb28) = 0 +43928825732660:43928825733281 26045:26045 hsa_system_get_info(2, 0x1d4cb30) = 0 +43928825734031:43928825734646 26045:26045 hsa_system_get_info(2, 0x1d4cb38) = 0 +43928825735393:43928825736012 26045:26045 hsa_system_get_info(2, 0x1d4cb40) = 0 +43928825736758:43928825737379 26045:26045 hsa_system_get_info(2, 0x1d4cb48) = 0 +43928825738126:43928825738749 26045:26045 hsa_system_get_info(2, 0x1d4cb50) = 0 +43928825739510:43928825740127 26045:26045 hsa_system_get_info(2, 0x1d4cb58) = 0 +43928825740876:43928825741494 26045:26045 hsa_system_get_info(2, 0x1d4cb60) = 0 +43928825742249:43928825742868 26045:26045 hsa_system_get_info(2, 0x1d4cb68) = 0 +43928825743616:43928825744232 26045:26045 hsa_system_get_info(2, 0x1d4cb70) = 0 +43928825745823:43928825746451 26045:26045 hsa_system_get_info(2, 0x1d4cb78) = 0 +43928825747199:43928825747822 26045:26045 hsa_system_get_info(2, 0x1d4cb80) = 0 +43928825748569:43928825749185 26045:26045 hsa_system_get_info(2, 0x1d4cb88) = 0 +43928825749929:43928825750545 26045:26045 hsa_system_get_info(2, 0x1d4cb90) = 0 +43928825751292:43928825751905 26045:26045 hsa_system_get_info(2, 0x1d4cb98) = 0 +43928825752656:43928825753275 26045:26045 hsa_system_get_info(2, 0x1d4cba0) = 0 +43928825754023:43928825754645 26045:26045 hsa_system_get_info(2, 0x1d4cba8) = 0 +43928825755386:43928825756008 26045:26045 hsa_system_get_info(2, 0x1d4cbb0) = 0 +43928825756757:43928825757376 26045:26045 hsa_system_get_info(2, 0x1d4cbb8) = 0 +43928825758120:43928825758741 26045:26045 hsa_system_get_info(2, 0x1d4cbc0) = 0 +43928825759489:43928825760116 26045:26045 hsa_system_get_info(2, 0x1d4cbc8) = 0 +43928825760866:43928825761488 26045:26045 hsa_system_get_info(2, 0x1d4cbd0) = 0 +43928825762236:43928825762857 26045:26045 hsa_system_get_info(2, 0x1d4cbd8) = 0 +43928825763602:43928825764222 26045:26045 hsa_system_get_info(2, 0x1d4cbe0) = 0 +43928825764985:43928825765610 26045:26045 hsa_system_get_info(2, 0x1d4cbe8) = 0 +43928825766360:43928825766974 26045:26045 hsa_system_get_info(2, 0x1d4cbf0) = 0 +43928825767723:43928825768343 26045:26045 hsa_system_get_info(2, 0x1d4cbf8) = 0 +43928825769091:43928825769712 26045:26045 hsa_system_get_info(2, 0x1d4cc00) = 0 +43928825770460:43928825771078 26045:26045 hsa_system_get_info(2, 0x1d4cc08) = 0 +43928825771827:43928825772445 26045:26045 hsa_system_get_info(2, 0x1d4cc10) = 0 +43928825773194:43928825773815 26045:26045 hsa_system_get_info(2, 0x1d4cc18) = 0 +43928825774557:43928825775181 26045:26045 hsa_system_get_info(2, 0x1d4cc20) = 0 +43928825775928:43928825776548 26045:26045 hsa_system_get_info(2, 0x1d4cc28) = 0 +43928825777290:43928825777908 26045:26045 hsa_system_get_info(2, 0x1d4cc30) = 0 +43928825778655:43928825779273 26045:26045 hsa_system_get_info(2, 0x1d4cc38) = 0 +43928825780020:43928825780639 26045:26045 hsa_system_get_info(2, 0x1d4cc40) = 0 +43928825781387:43928825782008 26045:26045 hsa_system_get_info(2, 0x1d4cc48) = 0 +43928825782754:43928825783392 26045:26045 hsa_system_get_info(2, 0x1d4cc50) = 0 +43928825784931:43928825785555 26045:26045 hsa_system_get_info(2, 0x1d4cc58) = 0 +43928825786305:43928825786926 26045:26045 hsa_system_get_info(2, 0x1d4cc60) = 0 +43928825787674:43928825788294 26045:26045 hsa_system_get_info(2, 0x1d4cc68) = 0 +43928825789041:43928825789663 26045:26045 hsa_system_get_info(2, 0x1d4cc70) = 0 +43928825790412:43928825791029 26045:26045 hsa_system_get_info(2, 0x1d4cc78) = 0 +43928825791778:43928825792400 26045:26045 hsa_system_get_info(2, 0x1d4cc80) = 0 +43928825793148:43928825793771 26045:26045 hsa_system_get_info(2, 0x1d4cc88) = 0 +43928825794519:43928825795136 26045:26045 hsa_system_get_info(2, 0x1d4cc90) = 0 +43928825795880:43928825796499 26045:26045 hsa_system_get_info(2, 0x1d4cc98) = 0 +43928825797247:43928825797866 26045:26045 hsa_system_get_info(2, 0x1d4cca0) = 0 +43928825798614:43928825799234 26045:26045 hsa_system_get_info(2, 0x1d4cca8) = 0 +43928825799978:43928825800600 26045:26045 hsa_system_get_info(2, 0x1d4ccb0) = 0 +43928825801344:43928825801963 26045:26045 hsa_system_get_info(2, 0x1d4ccb8) = 0 +43928825802711:43928825803353 26045:26045 hsa_system_get_info(2, 0x1d4ccc0) = 0 +43928825804100:43928825804720 26045:26045 hsa_system_get_info(2, 0x1d4ccc8) = 0 +43928825805466:43928825806088 26045:26045 hsa_system_get_info(2, 0x1d4ccd0) = 0 +43928825806837:43928825807455 26045:26045 hsa_system_get_info(2, 0x1d4ccd8) = 0 +43928825808202:43928825808823 26045:26045 hsa_system_get_info(2, 0x1d4cce0) = 0 +43928825809569:43928825810188 26045:26045 hsa_system_get_info(2, 0x1d4cce8) = 0 +43928825810935:43928825811561 26045:26045 hsa_system_get_info(2, 0x1d4ccf0) = 0 +43928825812310:43928825812926 26045:26045 hsa_system_get_info(2, 0x1d4ccf8) = 0 +43928825813671:43928825814291 26045:26045 hsa_system_get_info(2, 0x1d4cd00) = 0 +43928825815038:43928825815656 26045:26045 hsa_system_get_info(2, 0x1d4cd08) = 0 +43928825816400:43928825817020 26045:26045 hsa_system_get_info(2, 0x1d4cd10) = 0 +43928825817763:43928825818390 26045:26045 hsa_system_get_info(2, 0x1d4cd18) = 0 +43928825819134:43928825819752 26045:26045 hsa_system_get_info(2, 0x1d4cd20) = 0 +43928825820501:43928825821123 26045:26045 hsa_system_get_info(2, 0x1d4cd28) = 0 +43928825821883:43928825822503 26045:26045 hsa_system_get_info(2, 0x1d4cd30) = 0 +43928825823981:43928825824608 26045:26045 hsa_system_get_info(2, 0x1d4cd38) = 0 +43928825825355:43928825825975 26045:26045 hsa_system_get_info(2, 0x1d4cd40) = 0 +43928825826723:43928825827343 26045:26045 hsa_system_get_info(2, 0x1d4cd48) = 0 +43928825828107:43928825828727 26045:26045 hsa_system_get_info(2, 0x1d4cd50) = 0 +43928825829475:43928825830088 26045:26045 hsa_system_get_info(2, 0x1d4cd58) = 0 +43928825830837:43928825831452 26045:26045 hsa_system_get_info(2, 0x1d4cd60) = 0 +43928825832196:43928825832812 26045:26045 hsa_system_get_info(2, 0x1d4cd68) = 0 +43928825833561:43928825834183 26045:26045 hsa_system_get_info(2, 0x1d4cd70) = 0 +43928825834931:43928825835554 26045:26045 hsa_system_get_info(2, 0x1d4cd78) = 0 +43928825836301:43928825836915 26045:26045 hsa_system_get_info(2, 0x1d4cd80) = 0 +43928825837662:43928825838284 26045:26045 hsa_system_get_info(2, 0x1d4cd88) = 0 +43928825839033:43928825839651 26045:26045 hsa_system_get_info(2, 0x1d4cd90) = 0 +43928825840396:43928825841014 26045:26045 hsa_system_get_info(2, 0x1d4cd98) = 0 +43928825841756:43928825842377 26045:26045 hsa_system_get_info(2, 0x1d4cda0) = 0 +43928825843122:43928825843745 26045:26045 hsa_system_get_info(2, 0x1d4cda8) = 0 +43928825844494:43928825845111 26045:26045 hsa_system_get_info(2, 0x1d4cdb0) = 0 +43928825845859:43928825846479 26045:26045 hsa_system_get_info(2, 0x1d4cdb8) = 0 +43928825847238:43928825847856 26045:26045 hsa_system_get_info(2, 0x1d4cdc0) = 0 +43928825848607:43928825849231 26045:26045 hsa_system_get_info(2, 0x1d4cdc8) = 0 +43928825849979:43928825850597 26045:26045 hsa_system_get_info(2, 0x1d4cdd0) = 0 +43928825851343:43928825851961 26045:26045 hsa_system_get_info(2, 0x1d4cdd8) = 0 +43928825852708:43928825853324 26045:26045 hsa_system_get_info(2, 0x1d4cde0) = 0 +43928825854073:43928825854691 26045:26045 hsa_system_get_info(2, 0x1d4cde8) = 0 +43928825855441:43928825856055 26045:26045 hsa_system_get_info(2, 0x1d4cdf0) = 0 +43928825856803:43928825857422 26045:26045 hsa_system_get_info(2, 0x1d4cdf8) = 0 +43928825858172:43928825858789 26045:26045 hsa_system_get_info(2, 0x1d4ce00) = 0 +43928825859534:43928825860153 26045:26045 hsa_system_get_info(2, 0x1d4ce08) = 0 +43928825860923:43928825861548 26045:26045 hsa_system_get_info(2, 0x1d4ce10) = 0 +43928825862296:43928825862915 26045:26045 hsa_system_get_info(2, 0x1d4ce18) = 0 +43928825864399:43928825865032 26045:26045 hsa_system_get_info(2, 0x1d4ce20) = 0 +43928825865783:43928825866400 26045:26045 hsa_system_get_info(2, 0x1d4ce28) = 0 +43928825867146:43928825867760 26045:26045 hsa_system_get_info(2, 0x1d4ce30) = 0 +43928825868508:43928825869123 26045:26045 hsa_system_get_info(2, 0x1d4ce38) = 0 +43928825869870:43928825870493 26045:26045 hsa_system_get_info(2, 0x1d4ce40) = 0 +43928825871238:43928825871855 26045:26045 hsa_system_get_info(2, 0x1d4ce48) = 0 +43928825872602:43928825873215 26045:26045 hsa_system_get_info(2, 0x1d4ce50) = 0 +43928825873956:43928825874583 26045:26045 hsa_system_get_info(2, 0x1d4ce58) = 0 +43928825875328:43928825875951 26045:26045 hsa_system_get_info(2, 0x1d4ce60) = 0 +43928825876693:43928825877313 26045:26045 hsa_system_get_info(2, 0x1d4ce68) = 0 +43928825878058:43928825878675 26045:26045 hsa_system_get_info(2, 0x1d4ce70) = 0 +43928825879423:43928825880047 26045:26045 hsa_system_get_info(2, 0x1d4ce78) = 0 +43928825880790:43928825881414 26045:26045 hsa_system_get_info(2, 0x1d4ce80) = 0 +43928825882162:43928825882785 26045:26045 hsa_system_get_info(2, 0x1d4ce88) = 0 +43928825883547:43928825884163 26045:26045 hsa_system_get_info(2, 0x1d4ce90) = 0 +43928825884909:43928825885528 26045:26045 hsa_system_get_info(2, 0x1d4ce98) = 0 +43928825886274:43928825886894 26045:26045 hsa_system_get_info(2, 0x1d4cea0) = 0 +43928825887642:43928825888261 26045:26045 hsa_system_get_info(2, 0x1d4cea8) = 0 +43928825889006:43928825889626 26045:26045 hsa_system_get_info(2, 0x1d4ceb0) = 0 +43928825890375:43928825890993 26045:26045 hsa_system_get_info(2, 0x1d4ceb8) = 0 +43928825891741:43928825892360 26045:26045 hsa_system_get_info(2, 0x1d4cec0) = 0 +43928825893112:43928825893731 26045:26045 hsa_system_get_info(2, 0x1d4cec8) = 0 +43928825894477:43928825895099 26045:26045 hsa_system_get_info(2, 0x1d4ced0) = 0 +43928825895848:43928825896468 26045:26045 hsa_system_get_info(2, 0x1d4ced8) = 0 +43928825897218:43928825897839 26045:26045 hsa_system_get_info(2, 0x1d4cee0) = 0 +43928825898587:43928825899207 26045:26045 hsa_system_get_info(2, 0x1d4cee8) = 0 +43928825899956:43928825900576 26045:26045 hsa_system_get_info(2, 0x1d4cef0) = 0 +43928825901326:43928825901961 26045:26045 hsa_system_get_info(2, 0x1d4cef8) = 0 +43928825903438:43928825904062 26045:26045 hsa_system_get_info(2, 0x1d4cf00) = 0 +43928825904810:43928825905429 26045:26045 hsa_system_get_info(2, 0x1d4cf08) = 0 +43928825906172:43928825906790 26045:26045 hsa_system_get_info(2, 0x1d4cf10) = 0 +43928825907535:43928825908154 26045:26045 hsa_system_get_info(2, 0x1d4cf18) = 0 +43928825908897:43928825909524 26045:26045 hsa_system_get_info(2, 0x1d4cf20) = 0 +43928825910274:43928825910887 26045:26045 hsa_system_get_info(2, 0x1d4cf28) = 0 +43928825911629:43928825912254 26045:26045 hsa_system_get_info(2, 0x1d4cf30) = 0 +43928825913002:43928825913620 26045:26045 hsa_system_get_info(2, 0x1d4cf38) = 0 +43928825914366:43928825914989 26045:26045 hsa_system_get_info(2, 0x1d4cf40) = 0 +43928825915738:43928825916358 26045:26045 hsa_system_get_info(2, 0x1d4cf48) = 0 +43928825917099:43928825917717 26045:26045 hsa_system_get_info(2, 0x1d4cf50) = 0 +43928825918465:43928825919082 26045:26045 hsa_system_get_info(2, 0x1d4cf58) = 0 +43928825919828:43928825920444 26045:26045 hsa_system_get_info(2, 0x1d4cf60) = 0 +43928825921194:43928825921821 26045:26045 hsa_system_get_info(2, 0x1d4cf68) = 0 +43928825922569:43928825923192 26045:26045 hsa_system_get_info(2, 0x1d4cf70) = 0 +43928825923963:43928825924582 26045:26045 hsa_system_get_info(2, 0x1d4cf78) = 0 +43928825925329:43928825925946 26045:26045 hsa_system_get_info(2, 0x1d4cf80) = 0 +43928825926695:43928825927315 26045:26045 hsa_system_get_info(2, 0x1d4cf88) = 0 +43928825928058:43928825928683 26045:26045 hsa_system_get_info(2, 0x1d4cf90) = 0 +43928825929433:43928825930055 26045:26045 hsa_system_get_info(2, 0x1d4cf98) = 0 +43928825930802:43928825931424 26045:26045 hsa_system_get_info(2, 0x1d4cfa0) = 0 +43928825932171:43928825932794 26045:26045 hsa_system_get_info(2, 0x1d4cfa8) = 0 +43928825933544:43928825934161 26045:26045 hsa_system_get_info(2, 0x1d4cfb0) = 0 +43928825934907:43928825935528 26045:26045 hsa_system_get_info(2, 0x1d4cfb8) = 0 +43928825936272:43928825936890 26045:26045 hsa_system_get_info(2, 0x1d4cfc0) = 0 +43928825937637:43928825938253 26045:26045 hsa_system_get_info(2, 0x1d4cfc8) = 0 +43928825939003:43928825939624 26045:26045 hsa_system_get_info(2, 0x1d4cfd0) = 0 +43928825940385:43928825941004 26045:26045 hsa_system_get_info(2, 0x1d4cfd8) = 0 +43928825941753:43928825942373 26045:26045 hsa_system_get_info(2, 0x1d4cfe0) = 0 +43928825943875:43928825944501 26045:26045 hsa_system_get_info(2, 0x1d4cfe8) = 0 +43928825945247:43928825945864 26045:26045 hsa_system_get_info(2, 0x1d4cff0) = 0 +43928825946612:43928825947228 26045:26045 hsa_system_get_info(2, 0x1d4cff8) = 0 +43928825947975:43928825948595 26045:26045 hsa_system_get_info(2, 0x1d4d000) = 0 +43928825949337:43928825949953 26045:26045 hsa_system_get_info(2, 0x1d4d008) = 0 +43928825950694:43928825951309 26045:26045 hsa_system_get_info(2, 0x1d4d010) = 0 +43928825952055:43928825952669 26045:26045 hsa_system_get_info(2, 0x1d4d018) = 0 +43928825953415:43928825954033 26045:26045 hsa_system_get_info(2, 0x1d4d020) = 0 +43928825954780:43928825955400 26045:26045 hsa_system_get_info(2, 0x1d4d028) = 0 +43928825956147:43928825956764 26045:26045 hsa_system_get_info(2, 0x1d4d030) = 0 +43928825957510:43928825958129 26045:26045 hsa_system_get_info(2, 0x1d4d038) = 0 +43928825958874:43928825959499 26045:26045 hsa_system_get_info(2, 0x1d4d040) = 0 +43928825960244:43928825960864 26045:26045 hsa_system_get_info(2, 0x1d4d048) = 0 +43928825961606:43928825962231 26045:26045 hsa_system_get_info(2, 0x1d4d050) = 0 +43928825962987:43928825963609 26045:26045 hsa_system_get_info(2, 0x1d4d058) = 0 +43928825964358:43928825964978 26045:26045 hsa_system_get_info(2, 0x1d4d060) = 0 +43928825965726:43928825966345 26045:26045 hsa_system_get_info(2, 0x1d4d068) = 0 +43928825967091:43928825967710 26045:26045 hsa_system_get_info(2, 0x1d4d070) = 0 +43928825968458:43928825969077 26045:26045 hsa_system_get_info(2, 0x1d4d078) = 0 +43928825969822:43928825970448 26045:26045 hsa_system_get_info(2, 0x1d4d080) = 0 +43928825971197:43928825971819 26045:26045 hsa_system_get_info(2, 0x1d4d088) = 0 +43928825972567:43928825973191 26045:26045 hsa_system_get_info(2, 0x1d4d090) = 0 +43928825973935:43928825974555 26045:26045 hsa_system_get_info(2, 0x1d4d098) = 0 +43928825975303:43928825975923 26045:26045 hsa_system_get_info(2, 0x1d4d0a0) = 0 +43928825976669:43928825977287 26045:26045 hsa_system_get_info(2, 0x1d4d0a8) = 0 +43928825978032:43928825978650 26045:26045 hsa_system_get_info(2, 0x1d4d0b0) = 0 +43928825979395:43928825980013 26045:26045 hsa_system_get_info(2, 0x1d4d0b8) = 0 +43928825980764:43928825981385 26045:26045 hsa_system_get_info(2, 0x1d4d0c0) = 0 +43928825982895:43928825983517 26045:26045 hsa_system_get_info(2, 0x1d4d0c8) = 0 +43928825984261:43928825984879 26045:26045 hsa_system_get_info(2, 0x1d4d0d0) = 0 +43928825985620:43928825986244 26045:26045 hsa_system_get_info(2, 0x1d4d0d8) = 0 +43928825986992:43928825987613 26045:26045 hsa_system_get_info(2, 0x1d4d0e0) = 0 +43928825988362:43928825988982 26045:26045 hsa_system_get_info(2, 0x1d4d0e8) = 0 +43928825989731:43928825990350 26045:26045 hsa_system_get_info(2, 0x1d4d0f0) = 0 +43928825991095:43928825991714 26045:26045 hsa_system_get_info(2, 0x1d4d0f8) = 0 +43928825992460:43928825993258 26045:26045 hsa_system_get_info(2, 0x1d4d100) = 0 +43928825994010:43928825994626 26045:26045 hsa_system_get_info(2, 0x1d4d108) = 0 +43928825995372:43928825995990 26045:26045 hsa_system_get_info(2, 0x1d4d110) = 0 +43928825996736:43928825997362 26045:26045 hsa_system_get_info(2, 0x1d4d118) = 0 +43928825998108:43928825998728 26045:26045 hsa_system_get_info(2, 0x1d4d120) = 0 +43928825999474:43928826000096 26045:26045 hsa_system_get_info(2, 0x1d4d128) = 0 +43928826000844:43928826001477 26045:26045 hsa_system_get_info(2, 0x1d4d130) = 0 +43928826002224:43928826002848 26045:26045 hsa_system_get_info(2, 0x1d4d138) = 0 +43928826003595:43928826004216 26045:26045 hsa_system_get_info(2, 0x1d4d140) = 0 +43928826004961:43928826005587 26045:26045 hsa_system_get_info(2, 0x1d4d148) = 0 +43928826022682:43928826023338 26045:26045 hsa_system_get_info(2, 0x1d4b210) = 0 +43928826024107:43928826024720 26045:26045 hsa_system_get_info(2, 0x1d4b218) = 0 +43928826025464:43928826026083 26045:26045 hsa_system_get_info(2, 0x1d4b220) = 0 +43928826026829:43928826027449 26045:26045 hsa_system_get_info(2, 0x1d4b228) = 0 +43928826028193:43928826028815 26045:26045 hsa_system_get_info(2, 0x1d4b230) = 0 +43928826029560:43928826030183 26045:26045 hsa_system_get_info(2, 0x1d4b238) = 0 +43928826030930:43928826031547 26045:26045 hsa_system_get_info(2, 0x1d4b240) = 0 +43928826032296:43928826032915 26045:26045 hsa_system_get_info(2, 0x1d4b248) = 0 +43928826033662:43928826034283 26045:26045 hsa_system_get_info(2, 0x1d4b250) = 0 +43928826035029:43928826035647 26045:26045 hsa_system_get_info(2, 0x1d4b258) = 0 +43928826036403:43928826037025 26045:26045 hsa_system_get_info(2, 0x1d4b260) = 0 +43928826037774:43928826038392 26045:26045 hsa_system_get_info(2, 0x1d4b268) = 0 +43928826039945:43928826040573 26045:26045 hsa_system_get_info(2, 0x1d4b270) = 0 +43928826041319:43928826041944 26045:26045 hsa_system_get_info(2, 0x1d4b278) = 0 +43928826042694:43928826043313 26045:26045 hsa_system_get_info(2, 0x1d4b280) = 0 +43928826044061:43928826044679 26045:26045 hsa_system_get_info(2, 0x1d4b288) = 0 +43928826045423:43928826046045 26045:26045 hsa_system_get_info(2, 0x1d4b290) = 0 +43928826046793:43928826047415 26045:26045 hsa_system_get_info(2, 0x1d4b298) = 0 +43928826048162:43928826048781 26045:26045 hsa_system_get_info(2, 0x1d4b2a0) = 0 +43928826049531:43928826050146 26045:26045 hsa_system_get_info(2, 0x1d4b2a8) = 0 +43928826050893:43928826051512 26045:26045 hsa_system_get_info(2, 0x1d4b2b0) = 0 +43928826052260:43928826052883 26045:26045 hsa_system_get_info(2, 0x1d4b2b8) = 0 +43928826053630:43928826054248 26045:26045 hsa_system_get_info(2, 0x1d4b2c0) = 0 +43928826054991:43928826055610 26045:26045 hsa_system_get_info(2, 0x1d4b2c8) = 0 +43928826056357:43928826056979 26045:26045 hsa_system_get_info(2, 0x1d4b2d0) = 0 +43928826057729:43928826058367 26045:26045 hsa_system_get_info(2, 0x1d4b2d8) = 0 +43928826059114:43928826059741 26045:26045 hsa_system_get_info(2, 0x1d4b2e0) = 0 +43928826060490:43928826061108 26045:26045 hsa_system_get_info(2, 0x1d4b2e8) = 0 +43928826061911:43928826062535 26045:26045 hsa_system_get_info(2, 0x1d4b2f0) = 0 +43928826063285:43928826063912 26045:26045 hsa_system_get_info(2, 0x1d4b2f8) = 0 +43928826064664:43928826065285 26045:26045 hsa_system_get_info(2, 0x1d4b300) = 0 +43928826066031:43928826066652 26045:26045 hsa_system_get_info(2, 0x1d4b308) = 0 +43928826067398:43928826068021 26045:26045 hsa_system_get_info(2, 0x1d4b310) = 0 +43928826068768:43928826069383 26045:26045 hsa_system_get_info(2, 0x1d4b318) = 0 +43928826070130:43928826070757 26045:26045 hsa_system_get_info(2, 0x1d4b320) = 0 +43928826071508:43928826072140 26045:26045 hsa_system_get_info(2, 0x1d4b328) = 0 +43928826072888:43928826073510 26045:26045 hsa_system_get_info(2, 0x1d4b330) = 0 +43928826074262:43928826074885 26045:26045 hsa_system_get_info(2, 0x1d4b338) = 0 +43928826075633:43928826076257 26045:26045 hsa_system_get_info(2, 0x1d4b340) = 0 +43928826077002:43928826077624 26045:26045 hsa_system_get_info(2, 0x1d4b348) = 0 +43928826079104:43928826079736 26045:26045 hsa_system_get_info(2, 0x1d4b350) = 0 +43928826080482:43928826081105 26045:26045 hsa_system_get_info(2, 0x1d4b358) = 0 +43928826081853:43928826082472 26045:26045 hsa_system_get_info(2, 0x1d4b360) = 0 +43928826083214:43928826083834 26045:26045 hsa_system_get_info(2, 0x1d4b368) = 0 +43928826084581:43928826085206 26045:26045 hsa_system_get_info(2, 0x1d4b370) = 0 +43928826085954:43928826086574 26045:26045 hsa_system_get_info(2, 0x1d4b378) = 0 +43928826087320:43928826087939 26045:26045 hsa_system_get_info(2, 0x1d4b380) = 0 +43928826088689:43928826089311 26045:26045 hsa_system_get_info(2, 0x1d4b388) = 0 +43928826090059:43928826090680 26045:26045 hsa_system_get_info(2, 0x1d4b390) = 0 +43928826091430:43928826092051 26045:26045 hsa_system_get_info(2, 0x1d4b398) = 0 +43928826092797:43928826093418 26045:26045 hsa_system_get_info(2, 0x1d4b3a0) = 0 +43928826094168:43928826094788 26045:26045 hsa_system_get_info(2, 0x1d4b3a8) = 0 +43928826095534:43928826096163 26045:26045 hsa_system_get_info(2, 0x1d4b3b0) = 0 +43928826096909:43928826097532 26045:26045 hsa_system_get_info(2, 0x1d4b3b8) = 0 +43928826098304:43928826098921 26045:26045 hsa_system_get_info(2, 0x1d4b3c0) = 0 +43928826099667:43928826100287 26045:26045 hsa_system_get_info(2, 0x1d4b3c8) = 0 +43928826101032:43928826101654 26045:26045 hsa_system_get_info(2, 0x1d4b3d0) = 0 +43928826102405:43928826103024 26045:26045 hsa_system_get_info(2, 0x1d4b3d8) = 0 +43928826103769:43928826104390 26045:26045 hsa_system_get_info(2, 0x1d4b3e0) = 0 +43928826105137:43928826105757 26045:26045 hsa_system_get_info(2, 0x1d4b3e8) = 0 +43928826106501:43928826107119 26045:26045 hsa_system_get_info(2, 0x1d4b3f0) = 0 +43928826107867:43928826108482 26045:26045 hsa_system_get_info(2, 0x1d4b3f8) = 0 +43928826109231:43928826109855 26045:26045 hsa_system_get_info(2, 0x1d4b400) = 0 +43928826110602:43928826111223 26045:26045 hsa_system_get_info(2, 0x1d4b408) = 0 +43928826111971:43928826112594 26045:26045 hsa_system_get_info(2, 0x1d4b410) = 0 +43928826113342:43928826113960 26045:26045 hsa_system_get_info(2, 0x1d4b418) = 0 +43928826114712:43928826115331 26045:26045 hsa_system_get_info(2, 0x1d4b420) = 0 +43928826116082:43928826116706 26045:26045 hsa_system_get_info(2, 0x1d4b428) = 0 +43928826117466:43928826118088 26045:26045 hsa_system_get_info(2, 0x1d4b430) = 0 +43928826119659:43928826120285 26045:26045 hsa_system_get_info(2, 0x1d4b438) = 0 +43928826121035:43928826121659 26045:26045 hsa_system_get_info(2, 0x1d4b440) = 0 +43928826122408:43928826123034 26045:26045 hsa_system_get_info(2, 0x1d4b448) = 0 +43928826123781:43928826124407 26045:26045 hsa_system_get_info(2, 0x1d4b450) = 0 +43928826125154:43928826125775 26045:26045 hsa_system_get_info(2, 0x1d4b458) = 0 +43928826126520:43928826127140 26045:26045 hsa_system_get_info(2, 0x1d4b460) = 0 +43928826127883:43928826128500 26045:26045 hsa_system_get_info(2, 0x1d4b468) = 0 +43928826129247:43928826129864 26045:26045 hsa_system_get_info(2, 0x1d4b470) = 0 +43928826130610:43928826131232 26045:26045 hsa_system_get_info(2, 0x1d4b478) = 0 +43928826131975:43928826132596 26045:26045 hsa_system_get_info(2, 0x1d4b480) = 0 +43928826133343:43928826133963 26045:26045 hsa_system_get_info(2, 0x1d4b488) = 0 +43928826134711:43928826135330 26045:26045 hsa_system_get_info(2, 0x1d4b490) = 0 +43928826136074:43928826136691 26045:26045 hsa_system_get_info(2, 0x1d4b498) = 0 +43928826137436:43928826138073 26045:26045 hsa_system_get_info(2, 0x1d4b4a0) = 0 +43928826138825:43928826139447 26045:26045 hsa_system_get_info(2, 0x1d4b4a8) = 0 +43928826140194:43928826140815 26045:26045 hsa_system_get_info(2, 0x1d4b4b0) = 0 +43928826141567:43928826142186 26045:26045 hsa_system_get_info(2, 0x1d4b4b8) = 0 +43928826142935:43928826143555 26045:26045 hsa_system_get_info(2, 0x1d4b4c0) = 0 +43928826144299:43928826144918 26045:26045 hsa_system_get_info(2, 0x1d4b4c8) = 0 +43928826145663:43928826146291 26045:26045 hsa_system_get_info(2, 0x1d4b4d0) = 0 +43928826147041:43928826147660 26045:26045 hsa_system_get_info(2, 0x1d4b4d8) = 0 +43928826148405:43928826149022 26045:26045 hsa_system_get_info(2, 0x1d4b4e0) = 0 +43928826149772:43928826150384 26045:26045 hsa_system_get_info(2, 0x1d4b4e8) = 0 +43928826151130:43928826151749 26045:26045 hsa_system_get_info(2, 0x1d4b4f0) = 0 +43928826152493:43928826153114 26045:26045 hsa_system_get_info(2, 0x1d4b4f8) = 0 +43928826153862:43928826154486 26045:26045 hsa_system_get_info(2, 0x1d4b500) = 0 +43928826155236:43928826155853 26045:26045 hsa_system_get_info(2, 0x1d4b508) = 0 +43928826156597:43928826157229 26045:26045 hsa_system_get_info(2, 0x1d4b510) = 0 +43928826158738:43928826159357 26045:26045 hsa_system_get_info(2, 0x1d4b518) = 0 +43928826160101:43928826160728 26045:26045 hsa_system_get_info(2, 0x1d4b520) = 0 +43928826161471:43928826162092 26045:26045 hsa_system_get_info(2, 0x1d4b528) = 0 +43928826162838:43928826163460 26045:26045 hsa_system_get_info(2, 0x1d4b530) = 0 +43928826164208:43928826164827 26045:26045 hsa_system_get_info(2, 0x1d4b538) = 0 +43928826165572:43928826166198 26045:26045 hsa_system_get_info(2, 0x1d4b540) = 0 +43928826166942:43928826167564 26045:26045 hsa_system_get_info(2, 0x1d4b548) = 0 +43928826168306:43928826168923 26045:26045 hsa_system_get_info(2, 0x1d4b550) = 0 +43928826169667:43928826170291 26045:26045 hsa_system_get_info(2, 0x1d4b558) = 0 +43928826171038:43928826171663 26045:26045 hsa_system_get_info(2, 0x1d4b560) = 0 +43928826172408:43928826173032 26045:26045 hsa_system_get_info(2, 0x1d4b568) = 0 +43928826173776:43928826174396 26045:26045 hsa_system_get_info(2, 0x1d4b570) = 0 +43928826175143:43928826175759 26045:26045 hsa_system_get_info(2, 0x1d4b578) = 0 +43928826176509:43928826177142 26045:26045 hsa_system_get_info(2, 0x1d4b580) = 0 +43928826177889:43928826178509 26045:26045 hsa_system_get_info(2, 0x1d4b588) = 0 +43928826179256:43928826179876 26045:26045 hsa_system_get_info(2, 0x1d4b590) = 0 +43928826180620:43928826181241 26045:26045 hsa_system_get_info(2, 0x1d4b598) = 0 +43928826181984:43928826182609 26045:26045 hsa_system_get_info(2, 0x1d4b5a0) = 0 +43928826183352:43928826183972 26045:26045 hsa_system_get_info(2, 0x1d4b5a8) = 0 +43928826184721:43928826185345 26045:26045 hsa_system_get_info(2, 0x1d4b5b0) = 0 +43928826186096:43928826186717 26045:26045 hsa_system_get_info(2, 0x1d4b5b8) = 0 +43928826187463:43928826188080 26045:26045 hsa_system_get_info(2, 0x1d4b5c0) = 0 +43928826188827:43928826189447 26045:26045 hsa_system_get_info(2, 0x1d4b5c8) = 0 +43928826190195:43928826190814 26045:26045 hsa_system_get_info(2, 0x1d4b5d0) = 0 +43928826191563:43928826192183 26045:26045 hsa_system_get_info(2, 0x1d4b5d8) = 0 +43928826192929:43928826193554 26045:26045 hsa_system_get_info(2, 0x1d4b5e0) = 0 +43928826194335:43928826194955 26045:26045 hsa_system_get_info(2, 0x1d4b5e8) = 0 +43928826195706:43928826196325 26045:26045 hsa_system_get_info(2, 0x1d4b5f0) = 0 +43928826197810:43928826198452 26045:26045 hsa_system_get_info(2, 0x1d4b5f8) = 0 +43928826199200:43928826199820 26045:26045 hsa_system_get_info(2, 0x1d4b600) = 0 +43928826200570:43928826201188 26045:26045 hsa_system_get_info(2, 0x1d4b608) = 0 +43928826201953:43928826202574 26045:26045 hsa_system_get_info(2, 0x1d4b610) = 0 +43928826203320:43928826203934 26045:26045 hsa_system_get_info(2, 0x1d4b618) = 0 +43928826204683:43928826205304 26045:26045 hsa_system_get_info(2, 0x1d4b620) = 0 +43928826206051:43928826206669 26045:26045 hsa_system_get_info(2, 0x1d4b628) = 0 +43928826207415:43928826208032 26045:26045 hsa_system_get_info(2, 0x1d4b630) = 0 +43928826208776:43928826209393 26045:26045 hsa_system_get_info(2, 0x1d4b638) = 0 +43928826210137:43928826210753 26045:26045 hsa_system_get_info(2, 0x1d4b640) = 0 +43928826211499:43928826212127 26045:26045 hsa_system_get_info(2, 0x1d4b648) = 0 +43928826212875:43928826213489 26045:26045 hsa_system_get_info(2, 0x1d4b650) = 0 +43928826214233:43928826214849 26045:26045 hsa_system_get_info(2, 0x1d4b658) = 0 +43928826215597:43928826216217 26045:26045 hsa_system_get_info(2, 0x1d4b660) = 0 +43928826216968:43928826217588 26045:26045 hsa_system_get_info(2, 0x1d4b668) = 0 +43928826218334:43928826218954 26045:26045 hsa_system_get_info(2, 0x1d4b670) = 0 +43928826219701:43928826220320 26045:26045 hsa_system_get_info(2, 0x1d4b678) = 0 +43928826221077:43928826221696 26045:26045 hsa_system_get_info(2, 0x1d4b680) = 0 +43928826222440:43928826223057 26045:26045 hsa_system_get_info(2, 0x1d4b688) = 0 +43928826223804:43928826224424 26045:26045 hsa_system_get_info(2, 0x1d4b690) = 0 +43928826225173:43928826225795 26045:26045 hsa_system_get_info(2, 0x1d4b698) = 0 +43928826226540:43928826227163 26045:26045 hsa_system_get_info(2, 0x1d4b6a0) = 0 +43928826227909:43928826228529 26045:26045 hsa_system_get_info(2, 0x1d4b6a8) = 0 +43928826229276:43928826229892 26045:26045 hsa_system_get_info(2, 0x1d4b6b0) = 0 +43928826230635:43928826231252 26045:26045 hsa_system_get_info(2, 0x1d4b6b8) = 0 +43928826232001:43928826232621 26045:26045 hsa_system_get_info(2, 0x1d4b6c0) = 0 +43928826233366:43928826233990 26045:26045 hsa_system_get_info(2, 0x1d4b6c8) = 0 +43928826234758:43928826235378 26045:26045 hsa_system_get_info(2, 0x1d4b6d0) = 0 +43928826236123:43928826236742 26045:26045 hsa_system_get_info(2, 0x1d4b6d8) = 0 +43928826238232:43928826238856 26045:26045 hsa_system_get_info(2, 0x1d4b6e0) = 0 +43928826239602:43928826240228 26045:26045 hsa_system_get_info(2, 0x1d4b6e8) = 0 +43928826240974:43928826241597 26045:26045 hsa_system_get_info(2, 0x1d4b6f0) = 0 +43928826242343:43928826242967 26045:26045 hsa_system_get_info(2, 0x1d4b6f8) = 0 +43928826243715:43928826244336 26045:26045 hsa_system_get_info(2, 0x1d4b700) = 0 +43928826245080:43928826245699 26045:26045 hsa_system_get_info(2, 0x1d4b708) = 0 +43928826246444:43928826247067 26045:26045 hsa_system_get_info(2, 0x1d4b710) = 0 +43928826247811:43928826248429 26045:26045 hsa_system_get_info(2, 0x1d4b718) = 0 +43928826249176:43928826249793 26045:26045 hsa_system_get_info(2, 0x1d4b720) = 0 +43928826250540:43928826251160 26045:26045 hsa_system_get_info(2, 0x1d4b728) = 0 +43928826251911:43928826252529 26045:26045 hsa_system_get_info(2, 0x1d4b730) = 0 +43928826253278:43928826253896 26045:26045 hsa_system_get_info(2, 0x1d4b738) = 0 +43928826254644:43928826255259 26045:26045 hsa_system_get_info(2, 0x1d4b740) = 0 +43928826256003:43928826256636 26045:26045 hsa_system_get_info(2, 0x1d4b748) = 0 +43928826257384:43928826258001 26045:26045 hsa_system_get_info(2, 0x1d4b750) = 0 +43928826258748:43928826259368 26045:26045 hsa_system_get_info(2, 0x1d4b758) = 0 +43928826260115:43928826260735 26045:26045 hsa_system_get_info(2, 0x1d4b760) = 0 +43928826261479:43928826262100 26045:26045 hsa_system_get_info(2, 0x1d4b768) = 0 +43928826262848:43928826263466 26045:26045 hsa_system_get_info(2, 0x1d4b770) = 0 +43928826264215:43928826264836 26045:26045 hsa_system_get_info(2, 0x1d4b778) = 0 +43928826265586:43928826266201 26045:26045 hsa_system_get_info(2, 0x1d4b780) = 0 +43928826266949:43928826267573 26045:26045 hsa_system_get_info(2, 0x1d4b788) = 0 +43928826268323:43928826268942 26045:26045 hsa_system_get_info(2, 0x1d4b790) = 0 +43928826269690:43928826270303 26045:26045 hsa_system_get_info(2, 0x1d4b798) = 0 +43928826271051:43928826271671 26045:26045 hsa_system_get_info(2, 0x1d4b7a0) = 0 +43928826272419:43928826273039 26045:26045 hsa_system_get_info(2, 0x1d4b7a8) = 0 +43928826273785:43928826274402 26045:26045 hsa_system_get_info(2, 0x1d4b7b0) = 0 +43928826275166:43928826275788 26045:26045 hsa_system_get_info(2, 0x1d4b7b8) = 0 +43928826277869:43928826278506 26045:26045 hsa_system_get_info(2, 0x1d4b7c0) = 0 +43928826279254:43928826279869 26045:26045 hsa_system_get_info(2, 0x1d4b7c8) = 0 +43928826280614:43928826281235 26045:26045 hsa_system_get_info(2, 0x1d4b7d0) = 0 +43928826281987:43928826282606 26045:26045 hsa_system_get_info(2, 0x1d4b7d8) = 0 +43928826283348:43928826283969 26045:26045 hsa_system_get_info(2, 0x1d4b7e0) = 0 +43928826284716:43928826285337 26045:26045 hsa_system_get_info(2, 0x1d4b7e8) = 0 +43928826286082:43928826286705 26045:26045 hsa_system_get_info(2, 0x1d4b7f0) = 0 +43928826287450:43928826288069 26045:26045 hsa_system_get_info(2, 0x1d4b7f8) = 0 +43928826288815:43928826289434 26045:26045 hsa_system_get_info(2, 0x1d4b800) = 0 +43928826290179:43928826290814 26045:26045 hsa_system_get_info(2, 0x1d4b808) = 0 +43928826291563:43928826292185 26045:26045 hsa_system_get_info(2, 0x1d4b810) = 0 +43928826292935:43928826293557 26045:26045 hsa_system_get_info(2, 0x1d4b818) = 0 +43928826294356:43928826294978 26045:26045 hsa_system_get_info(2, 0x1d4b820) = 0 +43928826295749:43928826296370 26045:26045 hsa_system_get_info(2, 0x1d4b828) = 0 +43928826297121:43928826297735 26045:26045 hsa_system_get_info(2, 0x1d4b830) = 0 +43928826298484:43928826299105 26045:26045 hsa_system_get_info(2, 0x1d4b838) = 0 +43928826299850:43928826300469 26045:26045 hsa_system_get_info(2, 0x1d4b840) = 0 +43928826301218:43928826301832 26045:26045 hsa_system_get_info(2, 0x1d4b848) = 0 +43928826302580:43928826303199 26045:26045 hsa_system_get_info(2, 0x1d4b850) = 0 +43928826303948:43928826304562 26045:26045 hsa_system_get_info(2, 0x1d4b858) = 0 +43928826305309:43928826305926 26045:26045 hsa_system_get_info(2, 0x1d4b860) = 0 +43928826306671:43928826307292 26045:26045 hsa_system_get_info(2, 0x1d4b868) = 0 +43928826308041:43928826308656 26045:26045 hsa_system_get_info(2, 0x1d4b870) = 0 +43928826309403:43928826310021 26045:26045 hsa_system_get_info(2, 0x1d4b878) = 0 +43928826310766:43928826311385 26045:26045 hsa_system_get_info(2, 0x1d4b880) = 0 +43928826312129:43928826312749 26045:26045 hsa_system_get_info(2, 0x1d4b888) = 0 +43928826313498:43928826314120 26045:26045 hsa_system_get_info(2, 0x1d4b890) = 0 +43928826314890:43928826315511 26045:26045 hsa_system_get_info(2, 0x1d4b898) = 0 +43928826316278:43928826316905 26045:26045 hsa_system_get_info(2, 0x1d4b8a0) = 0 +43928826318390:43928826319017 26045:26045 hsa_system_get_info(2, 0x1d4b8a8) = 0 +43928826319761:43928826320377 26045:26045 hsa_system_get_info(2, 0x1d4b8b0) = 0 +43928826321124:43928826321747 26045:26045 hsa_system_get_info(2, 0x1d4b8b8) = 0 +43928826322490:43928826323110 26045:26045 hsa_system_get_info(2, 0x1d4b8c0) = 0 +43928826323856:43928826324470 26045:26045 hsa_system_get_info(2, 0x1d4b8c8) = 0 +43928826325215:43928826325836 26045:26045 hsa_system_get_info(2, 0x1d4b8d0) = 0 +43928826326582:43928826327206 26045:26045 hsa_system_get_info(2, 0x1d4b8d8) = 0 +43928826327955:43928826328577 26045:26045 hsa_system_get_info(2, 0x1d4b8e0) = 0 +43928826329326:43928826329939 26045:26045 hsa_system_get_info(2, 0x1d4b8e8) = 0 +43928826330686:43928826331308 26045:26045 hsa_system_get_info(2, 0x1d4b8f0) = 0 +43928826332053:43928826332676 26045:26045 hsa_system_get_info(2, 0x1d4b8f8) = 0 +43928826333424:43928826334049 26045:26045 hsa_system_get_info(2, 0x1d4b900) = 0 +43928826334797:43928826335419 26045:26045 hsa_system_get_info(2, 0x1d4b908) = 0 +43928826336166:43928826336786 26045:26045 hsa_system_get_info(2, 0x1d4b910) = 0 +43928826337556:43928826338178 26045:26045 hsa_system_get_info(2, 0x1d4b918) = 0 +43928826338923:43928826339545 26045:26045 hsa_system_get_info(2, 0x1d4b920) = 0 +43928826340294:43928826340912 26045:26045 hsa_system_get_info(2, 0x1d4b928) = 0 +43928826341663:43928826342281 26045:26045 hsa_system_get_info(2, 0x1d4b930) = 0 +43928826343024:43928826343644 26045:26045 hsa_system_get_info(2, 0x1d4b938) = 0 +43928826344393:43928826345011 26045:26045 hsa_system_get_info(2, 0x1d4b940) = 0 +43928826345757:43928826346378 26045:26045 hsa_system_get_info(2, 0x1d4b948) = 0 +43928826347125:43928826347749 26045:26045 hsa_system_get_info(2, 0x1d4b950) = 0 +43928826348496:43928826349114 26045:26045 hsa_system_get_info(2, 0x1d4b958) = 0 +43928826349860:43928826350480 26045:26045 hsa_system_get_info(2, 0x1d4b960) = 0 +43928826351231:43928826351856 26045:26045 hsa_system_get_info(2, 0x1d4b968) = 0 +43928826352607:43928826353229 26045:26045 hsa_system_get_info(2, 0x1d4b970) = 0 +43928826353977:43928826354600 26045:26045 hsa_system_get_info(2, 0x1d4b978) = 0 +43928826355352:43928826355971 26045:26045 hsa_system_get_info(2, 0x1d4b980) = 0 +43928826357491:43928826358118 26045:26045 hsa_system_get_info(2, 0x1d4b988) = 0 +43928826358864:43928826359483 26045:26045 hsa_system_get_info(2, 0x1d4b990) = 0 +43928826360225:43928826360845 26045:26045 hsa_system_get_info(2, 0x1d4b998) = 0 +43928826361593:43928826362220 26045:26045 hsa_system_get_info(2, 0x1d4b9a0) = 0 +43928826362968:43928826363588 26045:26045 hsa_system_get_info(2, 0x1d4b9a8) = 0 +43928826364333:43928826364953 26045:26045 hsa_system_get_info(2, 0x1d4b9b0) = 0 +43928826365697:43928826366316 26045:26045 hsa_system_get_info(2, 0x1d4b9b8) = 0 +43928826367060:43928826367681 26045:26045 hsa_system_get_info(2, 0x1d4b9c0) = 0 +43928826368427:43928826369045 26045:26045 hsa_system_get_info(2, 0x1d4b9c8) = 0 +43928826369791:43928826370407 26045:26045 hsa_system_get_info(2, 0x1d4b9d0) = 0 +43928826371149:43928826371763 26045:26045 hsa_system_get_info(2, 0x1d4b9d8) = 0 +43928826372511:43928826373130 26045:26045 hsa_system_get_info(2, 0x1d4b9e0) = 0 +43928826373879:43928826374501 26045:26045 hsa_system_get_info(2, 0x1d4b9e8) = 0 +43928826375248:43928826375871 26045:26045 hsa_system_get_info(2, 0x1d4b9f0) = 0 +43928826376634:43928826377252 26045:26045 hsa_system_get_info(2, 0x1d4b9f8) = 0 +43928826378003:43928826378622 26045:26045 hsa_system_get_info(2, 0x1d4ba00) = 0 +43928826379370:43928826379984 26045:26045 hsa_system_get_info(2, 0x1d4ba08) = 0 +43928826380726:43928826381344 26045:26045 hsa_system_get_info(2, 0x1d4ba10) = 0 +43928826382088:43928826382709 26045:26045 hsa_system_get_info(2, 0x1d4ba18) = 0 +43928826383458:43928826384076 26045:26045 hsa_system_get_info(2, 0x1d4ba20) = 0 +43928826384820:43928826385444 26045:26045 hsa_system_get_info(2, 0x1d4ba28) = 0 +43928826386190:43928826386811 26045:26045 hsa_system_get_info(2, 0x1d4ba30) = 0 +43928826387558:43928826388180 26045:26045 hsa_system_get_info(2, 0x1d4ba38) = 0 +43928826388927:43928826389547 26045:26045 hsa_system_get_info(2, 0x1d4ba40) = 0 +43928826390293:43928826390914 26045:26045 hsa_system_get_info(2, 0x1d4ba48) = 0 +43928826391659:43928826392282 26045:26045 hsa_system_get_info(2, 0x1d4ba50) = 0 +43928826393026:43928826393644 26045:26045 hsa_system_get_info(2, 0x1d4ba58) = 0 +43928826394393:43928826395017 26045:26045 hsa_system_get_info(2, 0x1d4ba60) = 0 +43928826395783:43928826396403 26045:26045 hsa_system_get_info(2, 0x1d4ba68) = 0 +43928826397888:43928826398512 26045:26045 hsa_system_get_info(2, 0x1d4ba70) = 0 +43928826399256:43928826399883 26045:26045 hsa_system_get_info(2, 0x1d4ba78) = 0 +43928826400629:43928826401248 26045:26045 hsa_system_get_info(2, 0x1d4ba80) = 0 +43928826401997:43928826402620 26045:26045 hsa_system_get_info(2, 0x1d4ba88) = 0 +43928826403369:43928826403989 26045:26045 hsa_system_get_info(2, 0x1d4ba90) = 0 +43928826404737:43928826405355 26045:26045 hsa_system_get_info(2, 0x1d4ba98) = 0 +43928826406102:43928826406721 26045:26045 hsa_system_get_info(2, 0x1d4baa0) = 0 +43928826407470:43928826408089 26045:26045 hsa_system_get_info(2, 0x1d4baa8) = 0 +43928826408840:43928826409453 26045:26045 hsa_system_get_info(2, 0x1d4bab0) = 0 +43928826410203:43928826410820 26045:26045 hsa_system_get_info(2, 0x1d4bab8) = 0 +43928826411621:43928826412239 26045:26045 hsa_system_get_info(2, 0x1d4bac0) = 0 +43928826412987:43928826413612 26045:26045 hsa_system_get_info(2, 0x1d4bac8) = 0 +43928826414356:43928826414976 26045:26045 hsa_system_get_info(2, 0x1d4bad0) = 0 +43928826415724:43928826416344 26045:26045 hsa_system_get_info(2, 0x1d4bad8) = 0 +43928826417089:43928826417714 26045:26045 hsa_system_get_info(2, 0x1d4bae0) = 0 +43928826418463:43928826419087 26045:26045 hsa_system_get_info(2, 0x1d4bae8) = 0 +43928826419834:43928826420449 26045:26045 hsa_system_get_info(2, 0x1d4baf0) = 0 +43928826421196:43928826421816 26045:26045 hsa_system_get_info(2, 0x1d4baf8) = 0 +43928826422560:43928826423180 26045:26045 hsa_system_get_info(2, 0x1d4bb00) = 0 +43928826423929:43928826424547 26045:26045 hsa_system_get_info(2, 0x1d4bb08) = 0 +43928826425293:43928826425918 26045:26045 hsa_system_get_info(2, 0x1d4bb10) = 0 +43928826426665:43928826427285 26045:26045 hsa_system_get_info(2, 0x1d4bb18) = 0 +43928826428029:43928826428652 26045:26045 hsa_system_get_info(2, 0x1d4bb20) = 0 +43928826429399:43928826430015 26045:26045 hsa_system_get_info(2, 0x1d4bb28) = 0 +43928826430773:43928826431394 26045:26045 hsa_system_get_info(2, 0x1d4bb30) = 0 +43928826432142:43928826432762 26045:26045 hsa_system_get_info(2, 0x1d4bb38) = 0 +43928826433508:43928826434132 26045:26045 hsa_system_get_info(2, 0x1d4bb40) = 0 +43928826434880:43928826435503 26045:26045 hsa_system_get_info(2, 0x1d4bb48) = 0 +43928826437039:43928826437660 26045:26045 hsa_system_get_info(2, 0x1d4bb50) = 0 +43928826438408:43928826439027 26045:26045 hsa_system_get_info(2, 0x1d4bb58) = 0 +43928826439771:43928826440392 26045:26045 hsa_system_get_info(2, 0x1d4bb60) = 0 +43928826441138:43928826441761 26045:26045 hsa_system_get_info(2, 0x1d4bb68) = 0 +43928826442508:43928826443129 26045:26045 hsa_system_get_info(2, 0x1d4bb70) = 0 +43928826443872:43928826444489 26045:26045 hsa_system_get_info(2, 0x1d4bb78) = 0 +43928826445233:43928826445854 26045:26045 hsa_system_get_info(2, 0x1d4bb80) = 0 +43928826446595:43928826447217 26045:26045 hsa_system_get_info(2, 0x1d4bb88) = 0 +43928826447964:43928826448587 26045:26045 hsa_system_get_info(2, 0x1d4bb90) = 0 +43928826449333:43928826449956 26045:26045 hsa_system_get_info(2, 0x1d4bb98) = 0 +43928826450699:43928826451322 26045:26045 hsa_system_get_info(2, 0x1d4bba0) = 0 +43928826452067:43928826452688 26045:26045 hsa_system_get_info(2, 0x1d4bba8) = 0 +43928826453436:43928826454056 26045:26045 hsa_system_get_info(2, 0x1d4bbb0) = 0 +43928826454819:43928826455439 26045:26045 hsa_system_get_info(2, 0x1d4bbb8) = 0 +43928826456186:43928826456806 26045:26045 hsa_system_get_info(2, 0x1d4bbc0) = 0 +43928826457555:43928826458173 26045:26045 hsa_system_get_info(2, 0x1d4bbc8) = 0 +43928826458919:43928826459541 26045:26045 hsa_system_get_info(2, 0x1d4bbd0) = 0 +43928826460289:43928826460914 26045:26045 hsa_system_get_info(2, 0x1d4bbd8) = 0 +43928826461663:43928826462280 26045:26045 hsa_system_get_info(2, 0x1d4bbe0) = 0 +43928826463025:43928826463644 26045:26045 hsa_system_get_info(2, 0x1d4bbe8) = 0 +43928826464393:43928826465012 26045:26045 hsa_system_get_info(2, 0x1d4bbf0) = 0 +43928826465757:43928826466375 26045:26045 hsa_system_get_info(2, 0x1d4bbf8) = 0 +43928826467117:43928826467734 26045:26045 hsa_system_get_info(2, 0x1d4bc00) = 0 +43928826468482:43928826469098 26045:26045 hsa_system_get_info(2, 0x1d4bc08) = 0 +43928826469845:43928826470464 26045:26045 hsa_system_get_info(2, 0x1d4bc10) = 0 +43928826471210:43928826471834 26045:26045 hsa_system_get_info(2, 0x1d4bc18) = 0 +43928826472578:43928826473198 26045:26045 hsa_system_get_info(2, 0x1d4bc20) = 0 +43928826473965:43928826474582 26045:26045 hsa_system_get_info(2, 0x1d4bc28) = 0 +43928826475328:43928826475951 26045:26045 hsa_system_get_info(2, 0x1d4bc30) = 0 +43928826477453:43928826478079 26045:26045 hsa_system_get_info(2, 0x1d4bc38) = 0 +43928826478831:43928826479455 26045:26045 hsa_system_get_info(2, 0x1d4bc40) = 0 +43928826480202:43928826480829 26045:26045 hsa_system_get_info(2, 0x1d4bc48) = 0 +43928826481577:43928826482201 26045:26045 hsa_system_get_info(2, 0x1d4bc50) = 0 +43928826482951:43928826483568 26045:26045 hsa_system_get_info(2, 0x1d4bc58) = 0 +43928826484323:43928826484943 26045:26045 hsa_system_get_info(2, 0x1d4bc60) = 0 +43928826485691:43928826486313 26045:26045 hsa_system_get_info(2, 0x1d4bc68) = 0 +43928826487059:43928826487686 26045:26045 hsa_system_get_info(2, 0x1d4bc70) = 0 +43928826488435:43928826489050 26045:26045 hsa_system_get_info(2, 0x1d4bc78) = 0 +43928826489795:43928826490411 26045:26045 hsa_system_get_info(2, 0x1d4bc80) = 0 +43928826491156:43928826491772 26045:26045 hsa_system_get_info(2, 0x1d4bc88) = 0 +43928826492520:43928826493139 26045:26045 hsa_system_get_info(2, 0x1d4bc90) = 0 +43928826493882:43928826494508 26045:26045 hsa_system_get_info(2, 0x1d4bc98) = 0 +43928826495254:43928826495872 26045:26045 hsa_system_get_info(2, 0x1d4bca0) = 0 +43928826496634:43928826497252 26045:26045 hsa_system_get_info(2, 0x1d4bca8) = 0 +43928826497999:43928826498614 26045:26045 hsa_system_get_info(2, 0x1d4bcb0) = 0 +43928826499359:43928826499976 26045:26045 hsa_system_get_info(2, 0x1d4bcb8) = 0 +43928826500722:43928826501335 26045:26045 hsa_system_get_info(2, 0x1d4bcc0) = 0 +43928826502083:43928826502705 26045:26045 hsa_system_get_info(2, 0x1d4bcc8) = 0 +43928826503463:43928826504082 26045:26045 hsa_system_get_info(2, 0x1d4bcd0) = 0 +43928826504825:43928826505446 26045:26045 hsa_system_get_info(2, 0x1d4bcd8) = 0 +43928826506194:43928826506811 26045:26045 hsa_system_get_info(2, 0x1d4bce0) = 0 +43928826507561:43928826508182 26045:26045 hsa_system_get_info(2, 0x1d4bce8) = 0 +43928826508931:43928826509556 26045:26045 hsa_system_get_info(2, 0x1d4bcf0) = 0 +43928826510301:43928826510923 26045:26045 hsa_system_get_info(2, 0x1d4bcf8) = 0 +43928826511690:43928826512308 26045:26045 hsa_system_get_info(2, 0x1d4bd00) = 0 +43928826513057:43928826513678 26045:26045 hsa_system_get_info(2, 0x1d4bd08) = 0 +43928826514425:43928826515041 26045:26045 hsa_system_get_info(2, 0x1d4bd10) = 0 +43928826517370:43928826517995 26045:26045 hsa_system_get_info(2, 0x1d4bd18) = 0 +43928826518747:43928826519371 26045:26045 hsa_system_get_info(2, 0x1d4bd20) = 0 +43928826520118:43928826520738 26045:26045 hsa_system_get_info(2, 0x1d4bd28) = 0 +43928826521487:43928826522107 26045:26045 hsa_system_get_info(2, 0x1d4bd30) = 0 +43928826522854:43928826523476 26045:26045 hsa_system_get_info(2, 0x1d4bd38) = 0 +43928826524226:43928826524845 26045:26045 hsa_system_get_info(2, 0x1d4bd40) = 0 +43928826525590:43928826526210 26045:26045 hsa_system_get_info(2, 0x1d4bd48) = 0 +43928826526955:43928826527573 26045:26045 hsa_system_get_info(2, 0x1d4bd50) = 0 +43928826528319:43928826528942 26045:26045 hsa_system_get_info(2, 0x1d4bd58) = 0 +43928826529701:43928826530318 26045:26045 hsa_system_get_info(2, 0x1d4bd60) = 0 +43928826531061:43928826531684 26045:26045 hsa_system_get_info(2, 0x1d4bd68) = 0 +43928826532432:43928826533052 26045:26045 hsa_system_get_info(2, 0x1d4bd70) = 0 +43928826533797:43928826534417 26045:26045 hsa_system_get_info(2, 0x1d4bd78) = 0 +43928826535163:43928826535783 26045:26045 hsa_system_get_info(2, 0x1d4bd80) = 0 +43928826536527:43928826537151 26045:26045 hsa_system_get_info(2, 0x1d4bd88) = 0 +43928826537896:43928826538513 26045:26045 hsa_system_get_info(2, 0x1d4bd90) = 0 +43928826539256:43928826539876 26045:26045 hsa_system_get_info(2, 0x1d4bd98) = 0 +43928826540620:43928826541245 26045:26045 hsa_system_get_info(2, 0x1d4bda0) = 0 +43928826541990:43928826542614 26045:26045 hsa_system_get_info(2, 0x1d4bda8) = 0 +43928826543365:43928826543981 26045:26045 hsa_system_get_info(2, 0x1d4bdb0) = 0 +43928826544728:43928826545348 26045:26045 hsa_system_get_info(2, 0x1d4bdb8) = 0 +43928826546094:43928826546717 26045:26045 hsa_system_get_info(2, 0x1d4bdc0) = 0 +43928826547459:43928826548080 26045:26045 hsa_system_get_info(2, 0x1d4bdc8) = 0 +43928826548839:43928826549453 26045:26045 hsa_system_get_info(2, 0x1d4bdd0) = 0 +43928826550199:43928826550814 26045:26045 hsa_system_get_info(2, 0x1d4bdd8) = 0 +43928826551563:43928826552177 26045:26045 hsa_system_get_info(2, 0x1d4bde0) = 0 +43928826552923:43928826553541 26045:26045 hsa_system_get_info(2, 0x1d4bde8) = 0 +43928826554291:43928826554911 26045:26045 hsa_system_get_info(2, 0x1d4bdf0) = 0 +43928826556400:43928826557028 26045:26045 hsa_system_get_info(2, 0x1d4bdf8) = 0 +43928826557778:43928826558419 26045:26045 hsa_system_get_info(2, 0x1d4be00) = 0 +43928826559169:43928826559797 26045:26045 hsa_system_get_info(2, 0x1d4be08) = 0 +43928826560547:43928826561172 26045:26045 hsa_system_get_info(2, 0x1d4be10) = 0 +43928826561926:43928826562548 26045:26045 hsa_system_get_info(2, 0x1d4be18) = 0 +43928826563297:43928826563921 26045:26045 hsa_system_get_info(2, 0x1d4be20) = 0 +43928826564670:43928826565291 26045:26045 hsa_system_get_info(2, 0x1d4be28) = 0 +43928826566040:43928826566668 26045:26045 hsa_system_get_info(2, 0x1d4be30) = 0 +43928826567412:43928826568033 26045:26045 hsa_system_get_info(2, 0x1d4be38) = 0 +43928826568781:43928826569402 26045:26045 hsa_system_get_info(2, 0x1d4be40) = 0 +43928826570150:43928826570771 26045:26045 hsa_system_get_info(2, 0x1d4be48) = 0 +43928826571521:43928826572145 26045:26045 hsa_system_get_info(2, 0x1d4be50) = 0 +43928826572894:43928826573515 26045:26045 hsa_system_get_info(2, 0x1d4be58) = 0 +43928826574265:43928826574884 26045:26045 hsa_system_get_info(2, 0x1d4be60) = 0 +43928826575633:43928826576257 26045:26045 hsa_system_get_info(2, 0x1d4be68) = 0 +43928826577001:43928826577638 26045:26045 hsa_system_get_info(2, 0x1d4be70) = 0 +43928826578386:43928826579007 26045:26045 hsa_system_get_info(2, 0x1d4be78) = 0 +43928826579758:43928826580379 26045:26045 hsa_system_get_info(2, 0x1d4be80) = 0 +43928826581124:43928826581741 26045:26045 hsa_system_get_info(2, 0x1d4be88) = 0 +43928826582487:43928826583110 26045:26045 hsa_system_get_info(2, 0x1d4be90) = 0 +43928826583855:43928826584478 26045:26045 hsa_system_get_info(2, 0x1d4be98) = 0 +43928826585220:43928826585836 26045:26045 hsa_system_get_info(2, 0x1d4bea0) = 0 +43928826586586:43928826587205 26045:26045 hsa_system_get_info(2, 0x1d4bea8) = 0 +43928826587953:43928826588572 26045:26045 hsa_system_get_info(2, 0x1d4beb0) = 0 +43928826589322:43928826589943 26045:26045 hsa_system_get_info(2, 0x1d4beb8) = 0 +43928826590693:43928826591309 26045:26045 hsa_system_get_info(2, 0x1d4bec0) = 0 +43928826592059:43928826592680 26045:26045 hsa_system_get_info(2, 0x1d4bec8) = 0 +43928826593445:43928826594066 26045:26045 hsa_system_get_info(2, 0x1d4bed0) = 0 +43928826594810:43928826595430 26045:26045 hsa_system_get_info(2, 0x1d4bed8) = 0 +43928826596920:43928826597542 26045:26045 hsa_system_get_info(2, 0x1d4bee0) = 0 +43928826598293:43928826598912 26045:26045 hsa_system_get_info(2, 0x1d4bee8) = 0 +43928826599659:43928826600278 26045:26045 hsa_system_get_info(2, 0x1d4bef0) = 0 +43928826601024:43928826601642 26045:26045 hsa_system_get_info(2, 0x1d4bef8) = 0 +43928826602383:43928826603002 26045:26045 hsa_system_get_info(2, 0x1d4bf00) = 0 +43928826603751:43928826604372 26045:26045 hsa_system_get_info(2, 0x1d4bf08) = 0 +43928826605117:43928826605745 26045:26045 hsa_system_get_info(2, 0x1d4bf10) = 0 +43928826606486:43928826607107 26045:26045 hsa_system_get_info(2, 0x1d4bf18) = 0 +43928826607854:43928826608474 26045:26045 hsa_system_get_info(2, 0x1d4bf20) = 0 +43928826609223:43928826609843 26045:26045 hsa_system_get_info(2, 0x1d4bf28) = 0 +43928826610589:43928826611208 26045:26045 hsa_system_get_info(2, 0x1d4bf30) = 0 +43928826611951:43928826612569 26045:26045 hsa_system_get_info(2, 0x1d4bf38) = 0 +43928826613316:43928826613936 26045:26045 hsa_system_get_info(2, 0x1d4bf40) = 0 +43928826614682:43928826615303 26045:26045 hsa_system_get_info(2, 0x1d4bf48) = 0 +43928826616089:43928826616708 26045:26045 hsa_system_get_info(2, 0x1d4bf50) = 0 +43928826617454:43928826618075 26045:26045 hsa_system_get_info(2, 0x1d4bf58) = 0 +43928826618822:43928826619443 26045:26045 hsa_system_get_info(2, 0x1d4bf60) = 0 +43928826620191:43928826620809 26045:26045 hsa_system_get_info(2, 0x1d4bf68) = 0 +43928826621556:43928826622177 26045:26045 hsa_system_get_info(2, 0x1d4bf70) = 0 +43928826622923:43928826623543 26045:26045 hsa_system_get_info(2, 0x1d4bf78) = 0 +43928826624288:43928826624906 26045:26045 hsa_system_get_info(2, 0x1d4bf80) = 0 +43928826625649:43928826626273 26045:26045 hsa_system_get_info(2, 0x1d4bf88) = 0 +43928826627018:43928826627638 26045:26045 hsa_system_get_info(2, 0x1d4bf90) = 0 +43928826628383:43928826629000 26045:26045 hsa_system_get_info(2, 0x1d4bf98) = 0 +43928826629748:43928826630369 26045:26045 hsa_system_get_info(2, 0x1d4bfa0) = 0 +43928826631117:43928826631732 26045:26045 hsa_system_get_info(2, 0x1d4bfa8) = 0 +43928826632479:43928826633099 26045:26045 hsa_system_get_info(2, 0x1d4bfb0) = 0 +43928826633852:43928826634472 26045:26045 hsa_system_get_info(2, 0x1d4bfb8) = 0 +43928826635965:43928826636590 26045:26045 hsa_system_get_info(2, 0x1d4bfc0) = 0 +43928826637334:43928826637956 26045:26045 hsa_system_get_info(2, 0x1d4bfc8) = 0 +43928826638704:43928826639321 26045:26045 hsa_system_get_info(2, 0x1d4bfd0) = 0 +43928826640067:43928826640687 26045:26045 hsa_system_get_info(2, 0x1d4bfd8) = 0 +43928826641436:43928826642057 26045:26045 hsa_system_get_info(2, 0x1d4bfe0) = 0 +43928826642803:43928826643425 26045:26045 hsa_system_get_info(2, 0x1d4bfe8) = 0 +43928826644170:43928826644790 26045:26045 hsa_system_get_info(2, 0x1d4bff0) = 0 +43928826645536:43928826646158 26045:26045 hsa_system_get_info(2, 0x1d4bff8) = 0 +43928826646901:43928826647526 26045:26045 hsa_system_get_info(2, 0x1d4c000) = 0 +43928826648272:43928826648897 26045:26045 hsa_system_get_info(2, 0x1d4c008) = 0 +43928826649646:43928826650269 26045:26045 hsa_system_get_info(2, 0x1d4c010) = 0 +43928826651018:43928826651643 26045:26045 hsa_system_get_info(2, 0x1d4c018) = 0 +43928826652390:43928826653011 26045:26045 hsa_system_get_info(2, 0x1d4c020) = 0 +43928826653761:43928826654381 26045:26045 hsa_system_get_info(2, 0x1d4c028) = 0 +43928826655141:43928826655763 26045:26045 hsa_system_get_info(2, 0x1d4c030) = 0 +43928826656514:43928826657134 26045:26045 hsa_system_get_info(2, 0x1d4c038) = 0 +43928826657885:43928826658504 26045:26045 hsa_system_get_info(2, 0x1d4c040) = 0 +43928826659252:43928826659874 26045:26045 hsa_system_get_info(2, 0x1d4c048) = 0 +43928826660623:43928826661244 26045:26045 hsa_system_get_info(2, 0x1d4c050) = 0 +43928826661990:43928826662606 26045:26045 hsa_system_get_info(2, 0x1d4c058) = 0 +43928826663351:43928826663969 26045:26045 hsa_system_get_info(2, 0x1d4c060) = 0 +43928826664718:43928826665336 26045:26045 hsa_system_get_info(2, 0x1d4c068) = 0 +43928826666085:43928826666702 26045:26045 hsa_system_get_info(2, 0x1d4c070) = 0 +43928826667449:43928826668070 26045:26045 hsa_system_get_info(2, 0x1d4c078) = 0 +43928826668817:43928826669434 26045:26045 hsa_system_get_info(2, 0x1d4c080) = 0 +43928826670183:43928826670801 26045:26045 hsa_system_get_info(2, 0x1d4c088) = 0 +43928826671564:43928826672183 26045:26045 hsa_system_get_info(2, 0x1d4c090) = 0 +43928826672936:43928826673556 26045:26045 hsa_system_get_info(2, 0x1d4c098) = 0 +43928826674307:43928826674928 26045:26045 hsa_system_get_info(2, 0x1d4c0a0) = 0 +43928826676429:43928826677052 26045:26045 hsa_system_get_info(2, 0x1d4c0a8) = 0 +43928826677794:43928826678407 26045:26045 hsa_system_get_info(2, 0x1d4c0b0) = 0 +43928826679154:43928826679775 26045:26045 hsa_system_get_info(2, 0x1d4c0b8) = 0 +43928826680519:43928826681137 26045:26045 hsa_system_get_info(2, 0x1d4c0c0) = 0 +43928826681882:43928826682506 26045:26045 hsa_system_get_info(2, 0x1d4c0c8) = 0 +43928826683251:43928826683869 26045:26045 hsa_system_get_info(2, 0x1d4c0d0) = 0 +43928826684616:43928826685234 26045:26045 hsa_system_get_info(2, 0x1d4c0d8) = 0 +43928826685987:43928826686614 26045:26045 hsa_system_get_info(2, 0x1d4c0e0) = 0 +43928826687357:43928826687973 26045:26045 hsa_system_get_info(2, 0x1d4c0e8) = 0 +43928826688718:43928826689335 26045:26045 hsa_system_get_info(2, 0x1d4c0f0) = 0 +43928826690082:43928826690697 26045:26045 hsa_system_get_info(2, 0x1d4c0f8) = 0 +43928826691445:43928826692063 26045:26045 hsa_system_get_info(2, 0x1d4c100) = 0 +43928826692811:43928826693427 26045:26045 hsa_system_get_info(2, 0x1d4c108) = 0 +43928826694168:43928826694802 26045:26045 hsa_system_get_info(2, 0x1d4c110) = 0 +43928826695550:43928826696169 26045:26045 hsa_system_get_info(2, 0x1d4c118) = 0 +43928826696916:43928826697539 26045:26045 hsa_system_get_info(2, 0x1d4c120) = 0 +43928826698286:43928826698906 26045:26045 hsa_system_get_info(2, 0x1d4c128) = 0 +43928826699650:43928826700268 26045:26045 hsa_system_get_info(2, 0x1d4c130) = 0 +43928826701017:43928826701640 26045:26045 hsa_system_get_info(2, 0x1d4c138) = 0 +43928826702389:43928826703014 26045:26045 hsa_system_get_info(2, 0x1d4c140) = 0 +43928826703768:43928826704390 26045:26045 hsa_system_get_info(2, 0x1d4c148) = 0 +43928826705135:43928826705761 26045:26045 hsa_system_get_info(2, 0x1d4c150) = 0 +43928826706505:43928826707126 26045:26045 hsa_system_get_info(2, 0x1d4c158) = 0 +43928826707874:43928826708494 26045:26045 hsa_system_get_info(2, 0x1d4c160) = 0 +43928826709236:43928826709854 26045:26045 hsa_system_get_info(2, 0x1d4c168) = 0 +43928826710602:43928826711222 26045:26045 hsa_system_get_info(2, 0x1d4c170) = 0 +43928826711968:43928826712584 26045:26045 hsa_system_get_info(2, 0x1d4c178) = 0 +43928826713348:43928826713968 26045:26045 hsa_system_get_info(2, 0x1d4c180) = 0 +43928826715511:43928826716138 26045:26045 hsa_system_get_info(2, 0x1d4c188) = 0 +43928826716887:43928826717506 26045:26045 hsa_system_get_info(2, 0x1d4c190) = 0 +43928826718255:43928826718868 26045:26045 hsa_system_get_info(2, 0x1d4c198) = 0 +43928826719613:43928826720236 26045:26045 hsa_system_get_info(2, 0x1d4c1a0) = 0 +43928826720983:43928826721603 26045:26045 hsa_system_get_info(2, 0x1d4c1a8) = 0 +43928826722349:43928826722965 26045:26045 hsa_system_get_info(2, 0x1d4c1b0) = 0 +43928826723715:43928826724335 26045:26045 hsa_system_get_info(2, 0x1d4c1b8) = 0 +43928826725084:43928826725704 26045:26045 hsa_system_get_info(2, 0x1d4c1c0) = 0 +43928826726451:43928826727070 26045:26045 hsa_system_get_info(2, 0x1d4c1c8) = 0 +43928826727814:43928826728438 26045:26045 hsa_system_get_info(2, 0x1d4c1d0) = 0 +43928826729186:43928826729806 26045:26045 hsa_system_get_info(2, 0x1d4c1d8) = 0 +43928826730556:43928826731175 26045:26045 hsa_system_get_info(2, 0x1d4c1e0) = 0 +43928826731924:43928826732541 26045:26045 hsa_system_get_info(2, 0x1d4c1e8) = 0 +43928826733290:43928826733908 26045:26045 hsa_system_get_info(2, 0x1d4c1f0) = 0 +43928826734669:43928826735288 26045:26045 hsa_system_get_info(2, 0x1d4c1f8) = 0 +43928826736031:43928826736650 26045:26045 hsa_system_get_info(2, 0x1d4c200) = 0 +43928826737397:43928826738013 26045:26045 hsa_system_get_info(2, 0x1d4c208) = 0 +43928826738761:43928826739383 26045:26045 hsa_system_get_info(2, 0x1d4c210) = 0 +43928826740131:43928826740751 26045:26045 hsa_system_get_info(2, 0x1d4c218) = 0 +43928826741493:43928826742111 26045:26045 hsa_system_get_info(2, 0x1d4c220) = 0 +43928826742857:43928826743475 26045:26045 hsa_system_get_info(2, 0x1d4c228) = 0 +43928826744221:43928826744838 26045:26045 hsa_system_get_info(2, 0x1d4c230) = 0 +43928826745585:43928826746206 26045:26045 hsa_system_get_info(2, 0x1d4c238) = 0 +43928826746953:43928826747572 26045:26045 hsa_system_get_info(2, 0x1d4c240) = 0 +43928826748318:43928826748938 26045:26045 hsa_system_get_info(2, 0x1d4c248) = 0 +43928826749688:43928826750307 26045:26045 hsa_system_get_info(2, 0x1d4c250) = 0 +43928826751054:43928826751668 26045:26045 hsa_system_get_info(2, 0x1d4c258) = 0 +43928826752431:43928826753051 26045:26045 hsa_system_get_info(2, 0x1d4c260) = 0 +43928826753810:43928826754433 26045:26045 hsa_system_get_info(2, 0x1d4c268) = 0 +43928826755983:43928826756612 26045:26045 hsa_system_get_info(2, 0x1d4c270) = 0 +43928826757360:43928826757982 26045:26045 hsa_system_get_info(2, 0x1d4c278) = 0 +43928826758729:43928826759351 26045:26045 hsa_system_get_info(2, 0x1d4c280) = 0 +43928826760097:43928826760720 26045:26045 hsa_system_get_info(2, 0x1d4c288) = 0 +43928826761467:43928826762085 26045:26045 hsa_system_get_info(2, 0x1d4c290) = 0 +43928826762831:43928826763446 26045:26045 hsa_system_get_info(2, 0x1d4c298) = 0 +43928826764189:43928826764815 26045:26045 hsa_system_get_info(2, 0x1d4c2a0) = 0 +43928826765558:43928826766177 26045:26045 hsa_system_get_info(2, 0x1d4c2a8) = 0 +43928826766925:43928826767540 26045:26045 hsa_system_get_info(2, 0x1d4c2b0) = 0 +43928826768286:43928826768904 26045:26045 hsa_system_get_info(2, 0x1d4c2b8) = 0 +43928826769650:43928826770272 26045:26045 hsa_system_get_info(2, 0x1d4c2c0) = 0 +43928826771021:43928826771641 26045:26045 hsa_system_get_info(2, 0x1d4c2c8) = 0 +43928826772388:43928826773007 26045:26045 hsa_system_get_info(2, 0x1d4c2d0) = 0 +43928826773761:43928826774382 26045:26045 hsa_system_get_info(2, 0x1d4c2d8) = 0 +43928826775129:43928826775749 26045:26045 hsa_system_get_info(2, 0x1d4c2e0) = 0 +43928826776495:43928826777116 26045:26045 hsa_system_get_info(2, 0x1d4c2e8) = 0 +43928826777860:43928826778480 26045:26045 hsa_system_get_info(2, 0x1d4c2f0) = 0 +43928826779225:43928826779844 26045:26045 hsa_system_get_info(2, 0x1d4c2f8) = 0 +43928826780593:43928826781216 26045:26045 hsa_system_get_info(2, 0x1d4c300) = 0 +43928826781963:43928826782578 26045:26045 hsa_system_get_info(2, 0x1d4c308) = 0 +43928826783323:43928826783944 26045:26045 hsa_system_get_info(2, 0x1d4c310) = 0 +43928826784687:43928826785304 26045:26045 hsa_system_get_info(2, 0x1d4c318) = 0 +43928826786051:43928826786674 26045:26045 hsa_system_get_info(2, 0x1d4c320) = 0 +43928826787422:43928826788041 26045:26045 hsa_system_get_info(2, 0x1d4c328) = 0 +43928826788787:43928826789408 26045:26045 hsa_system_get_info(2, 0x1d4c330) = 0 +43928826790154:43928826790777 26045:26045 hsa_system_get_info(2, 0x1d4c338) = 0 +43928826791535:43928826792159 26045:26045 hsa_system_get_info(2, 0x1d4c340) = 0 +43928826792904:43928826793524 26045:26045 hsa_system_get_info(2, 0x1d4c348) = 0 +43928826795013:43928826795634 26045:26045 hsa_system_get_info(2, 0x1d4c350) = 0 +43928826796383:43928826797002 26045:26045 hsa_system_get_info(2, 0x1d4c358) = 0 +43928826797747:43928826798364 26045:26045 hsa_system_get_info(2, 0x1d4c360) = 0 +43928826799112:43928826799732 26045:26045 hsa_system_get_info(2, 0x1d4c368) = 0 +43928826800476:43928826801094 26045:26045 hsa_system_get_info(2, 0x1d4c370) = 0 +43928826801844:43928826802469 26045:26045 hsa_system_get_info(2, 0x1d4c378) = 0 +43928826803216:43928826803835 26045:26045 hsa_system_get_info(2, 0x1d4c380) = 0 +43928826804582:43928826805206 26045:26045 hsa_system_get_info(2, 0x1d4c388) = 0 +43928826805950:43928826806573 26045:26045 hsa_system_get_info(2, 0x1d4c390) = 0 +43928826807319:43928826807939 26045:26045 hsa_system_get_info(2, 0x1d4c398) = 0 +43928826808683:43928826809307 26045:26045 hsa_system_get_info(2, 0x1d4c3a0) = 0 +43928826810055:43928826810676 26045:26045 hsa_system_get_info(2, 0x1d4c3a8) = 0 +43928826811423:43928826812045 26045:26045 hsa_system_get_info(2, 0x1d4c3b0) = 0 +43928826812794:43928826813413 26045:26045 hsa_system_get_info(2, 0x1d4c3b8) = 0 +43928826814172:43928826814798 26045:26045 hsa_system_get_info(2, 0x1d4c3c0) = 0 +43928826815543:43928826816165 26045:26045 hsa_system_get_info(2, 0x1d4c3c8) = 0 +43928826816913:43928826817529 26045:26045 hsa_system_get_info(2, 0x1d4c3d0) = 0 +43928826818276:43928826818890 26045:26045 hsa_system_get_info(2, 0x1d4c3d8) = 0 +43928826819637:43928826820256 26045:26045 hsa_system_get_info(2, 0x1d4c3e0) = 0 +43928826820998:43928826821619 26045:26045 hsa_system_get_info(2, 0x1d4c3e8) = 0 +43928826822366:43928826822987 26045:26045 hsa_system_get_info(2, 0x1d4c3f0) = 0 +43928826823730:43928826824351 26045:26045 hsa_system_get_info(2, 0x1d4c3f8) = 0 +43928826825101:43928826825722 26045:26045 hsa_system_get_info(2, 0x1d4c400) = 0 +43928826826464:43928826827083 26045:26045 hsa_system_get_info(2, 0x1d4c408) = 0 +43928826827831:43928826828451 26045:26045 hsa_system_get_info(2, 0x1d4c410) = 0 +43928826829196:43928826829819 26045:26045 hsa_system_get_info(2, 0x1d4c418) = 0 +43928826830583:43928826831201 26045:26045 hsa_system_get_info(2, 0x1d4c420) = 0 +43928826831947:43928826832567 26045:26045 hsa_system_get_info(2, 0x1d4c428) = 0 +43928826833318:43928826833942 26045:26045 hsa_system_get_info(2, 0x1d4c430) = 0 +43928826836038:43928826836668 26045:26045 hsa_system_get_info(2, 0x1d4c438) = 0 +43928826837420:43928826838045 26045:26045 hsa_system_get_info(2, 0x1d4c440) = 0 +43928826838791:43928826839409 26045:26045 hsa_system_get_info(2, 0x1d4c448) = 0 +43928826840155:43928826840770 26045:26045 hsa_system_get_info(2, 0x1d4c450) = 0 +43928826841516:43928826842134 26045:26045 hsa_system_get_info(2, 0x1d4c458) = 0 +43928826842887:43928826843501 26045:26045 hsa_system_get_info(2, 0x1d4c460) = 0 +43928826844245:43928826844862 26045:26045 hsa_system_get_info(2, 0x1d4c468) = 0 +43928826845608:43928826846225 26045:26045 hsa_system_get_info(2, 0x1d4c470) = 0 +43928826846971:43928826847586 26045:26045 hsa_system_get_info(2, 0x1d4c478) = 0 +43928826848333:43928826848951 26045:26045 hsa_system_get_info(2, 0x1d4c480) = 0 +43928826849695:43928826850316 26045:26045 hsa_system_get_info(2, 0x1d4c488) = 0 +43928826851059:43928826851684 26045:26045 hsa_system_get_info(2, 0x1d4c490) = 0 +43928826852429:43928826853048 26045:26045 hsa_system_get_info(2, 0x1d4c498) = 0 +43928826853796:43928826854420 26045:26045 hsa_system_get_info(2, 0x1d4c4a0) = 0 +43928826855185:43928826855807 26045:26045 hsa_system_get_info(2, 0x1d4c4a8) = 0 +43928826856552:43928826857176 26045:26045 hsa_system_get_info(2, 0x1d4c4b0) = 0 +43928826857923:43928826858542 26045:26045 hsa_system_get_info(2, 0x1d4c4b8) = 0 +43928826859289:43928826859910 26045:26045 hsa_system_get_info(2, 0x1d4c4c0) = 0 +43928826860654:43928826861282 26045:26045 hsa_system_get_info(2, 0x1d4c4c8) = 0 +43928826862030:43928826862652 26045:26045 hsa_system_get_info(2, 0x1d4c4d0) = 0 +43928826863454:43928826864076 26045:26045 hsa_system_get_info(2, 0x1d4c4d8) = 0 +43928826864824:43928826865444 26045:26045 hsa_system_get_info(2, 0x1d4c4e0) = 0 +43928826866188:43928826866815 26045:26045 hsa_system_get_info(2, 0x1d4c4e8) = 0 +43928826867565:43928826868186 26045:26045 hsa_system_get_info(2, 0x1d4c4f0) = 0 +43928826868933:43928826869553 26045:26045 hsa_system_get_info(2, 0x1d4c4f8) = 0 +43928826870297:43928826870915 26045:26045 hsa_system_get_info(2, 0x1d4c500) = 0 +43928826871720:43928826872341 26045:26045 hsa_system_get_info(2, 0x1d4c508) = 0 +43928826873091:43928826873709 26045:26045 hsa_system_get_info(2, 0x1d4c510) = 0 +43928826875206:43928826875827 26045:26045 hsa_system_get_info(2, 0x1d4c518) = 0 +43928826876570:43928826877193 26045:26045 hsa_system_get_info(2, 0x1d4c520) = 0 +43928826877939:43928826878562 26045:26045 hsa_system_get_info(2, 0x1d4c528) = 0 +43928826879311:43928826879930 26045:26045 hsa_system_get_info(2, 0x1d4c530) = 0 +43928826880732:43928826881351 26045:26045 hsa_system_get_info(2, 0x1d4c538) = 0 +43928826882100:43928826882717 26045:26045 hsa_system_get_info(2, 0x1d4c540) = 0 +43928826883465:43928826884086 26045:26045 hsa_system_get_info(2, 0x1d4c548) = 0 +43928826884835:43928826885455 26045:26045 hsa_system_get_info(2, 0x1d4c550) = 0 +43928826886202:43928826886824 26045:26045 hsa_system_get_info(2, 0x1d4c558) = 0 +43928826887569:43928826888189 26045:26045 hsa_system_get_info(2, 0x1d4c560) = 0 +43928826888936:43928826889557 26045:26045 hsa_system_get_info(2, 0x1d4c568) = 0 +43928826890299:43928826890922 26045:26045 hsa_system_get_info(2, 0x1d4c570) = 0 +43928826891667:43928826892287 26045:26045 hsa_system_get_info(2, 0x1d4c578) = 0 +43928826893032:43928826893653 26045:26045 hsa_system_get_info(2, 0x1d4c580) = 0 +43928826894401:43928826895019 26045:26045 hsa_system_get_info(2, 0x1d4c588) = 0 +43928826895763:43928826896385 26045:26045 hsa_system_get_info(2, 0x1d4c590) = 0 +43928826897134:43928826897752 26045:26045 hsa_system_get_info(2, 0x1d4c598) = 0 +43928826898496:43928826899127 26045:26045 hsa_system_get_info(2, 0x1d4c5a0) = 0 +43928826899874:43928826900493 26045:26045 hsa_system_get_info(2, 0x1d4c5a8) = 0 +43928826901238:43928826901856 26045:26045 hsa_system_get_info(2, 0x1d4c5b0) = 0 +43928826902602:43928826903221 26045:26045 hsa_system_get_info(2, 0x1d4c5b8) = 0 +43928826903969:43928826904582 26045:26045 hsa_system_get_info(2, 0x1d4c5c0) = 0 +43928826905328:43928826905947 26045:26045 hsa_system_get_info(2, 0x1d4c5c8) = 0 +43928826906695:43928826907310 26045:26045 hsa_system_get_info(2, 0x1d4c5d0) = 0 +43928826908059:43928826908680 26045:26045 hsa_system_get_info(2, 0x1d4c5d8) = 0 +43928826909425:43928826910045 26045:26045 hsa_system_get_info(2, 0x1d4c5e0) = 0 +43928826910792:43928826911410 26045:26045 hsa_system_get_info(2, 0x1d4c5e8) = 0 +43928826912159:43928826912779 26045:26045 hsa_system_get_info(2, 0x1d4c5f0) = 0 +43928826914264:43928826914888 26045:26045 hsa_system_get_info(2, 0x1d4c5f8) = 0 +43928826915634:43928826916249 26045:26045 hsa_system_get_info(2, 0x1d4c600) = 0 +43928826916993:43928826917612 26045:26045 hsa_system_get_info(2, 0x1d4c608) = 0 +43928826918355:43928826918975 26045:26045 hsa_system_get_info(2, 0x1d4c610) = 0 +43928826919723:43928826920342 26045:26045 hsa_system_get_info(2, 0x1d4c618) = 0 +43928826921088:43928826921705 26045:26045 hsa_system_get_info(2, 0x1d4c620) = 0 +43928826922450:43928826923074 26045:26045 hsa_system_get_info(2, 0x1d4c628) = 0 +43928826923823:43928826924440 26045:26045 hsa_system_get_info(2, 0x1d4c630) = 0 +43928826925190:43928826925808 26045:26045 hsa_system_get_info(2, 0x1d4c638) = 0 +43928826926556:43928826927177 26045:26045 hsa_system_get_info(2, 0x1d4c640) = 0 +43928826927921:43928826928541 26045:26045 hsa_system_get_info(2, 0x1d4c648) = 0 +43928826929288:43928826929909 26045:26045 hsa_system_get_info(2, 0x1d4c650) = 0 +43928826930658:43928826931275 26045:26045 hsa_system_get_info(2, 0x1d4c658) = 0 +43928826932021:43928826932663 26045:26045 hsa_system_get_info(2, 0x1d4c660) = 0 +43928826933409:43928826934027 26045:26045 hsa_system_get_info(2, 0x1d4c668) = 0 +43928826934771:43928826935395 26045:26045 hsa_system_get_info(2, 0x1d4c670) = 0 +43928826936144:43928826936757 26045:26045 hsa_system_get_info(2, 0x1d4c678) = 0 +43928826937505:43928826938123 26045:26045 hsa_system_get_info(2, 0x1d4c680) = 0 +43928826938872:43928826939487 26045:26045 hsa_system_get_info(2, 0x1d4c688) = 0 +43928826940229:43928826940850 26045:26045 hsa_system_get_info(2, 0x1d4c690) = 0 +43928826941599:43928826942218 26045:26045 hsa_system_get_info(2, 0x1d4c698) = 0 +43928826942968:43928826943585 26045:26045 hsa_system_get_info(2, 0x1d4c6a0) = 0 +43928826944335:43928826944956 26045:26045 hsa_system_get_info(2, 0x1d4c6a8) = 0 +43928826945699:43928826946317 26045:26045 hsa_system_get_info(2, 0x1d4c6b0) = 0 +43928826947064:43928826947684 26045:26045 hsa_system_get_info(2, 0x1d4c6b8) = 0 +43928826948432:43928826949048 26045:26045 hsa_system_get_info(2, 0x1d4c6c0) = 0 +43928826949792:43928826950411 26045:26045 hsa_system_get_info(2, 0x1d4c6c8) = 0 +43928826951186:43928826951826 26045:26045 hsa_system_get_info(2, 0x1d4c6d0) = 0 +43928826952575:43928826953198 26045:26045 hsa_system_get_info(2, 0x1d4c6d8) = 0 +43928826954706:43928826955335 26045:26045 hsa_system_get_info(2, 0x1d4c6e0) = 0 +43928826956078:43928826956695 26045:26045 hsa_system_get_info(2, 0x1d4c6e8) = 0 +43928826957440:43928826958057 26045:26045 hsa_system_get_info(2, 0x1d4c6f0) = 0 +43928826958805:43928826959425 26045:26045 hsa_system_get_info(2, 0x1d4c6f8) = 0 +43928826960171:43928826960796 26045:26045 hsa_system_get_info(2, 0x1d4c700) = 0 +43928826961542:43928826962169 26045:26045 hsa_system_get_info(2, 0x1d4c708) = 0 +43928826962920:43928826963542 26045:26045 hsa_system_get_info(2, 0x1d4c710) = 0 +43928826964289:43928826964909 26045:26045 hsa_system_get_info(2, 0x1d4c718) = 0 +43928826965657:43928826966278 26045:26045 hsa_system_get_info(2, 0x1d4c720) = 0 +43928826967020:43928826967643 26045:26045 hsa_system_get_info(2, 0x1d4c728) = 0 +43928826968390:43928826969004 26045:26045 hsa_system_get_info(2, 0x1d4c730) = 0 +43928826969752:43928826970377 26045:26045 hsa_system_get_info(2, 0x1d4c738) = 0 +43928826971125:43928826971738 26045:26045 hsa_system_get_info(2, 0x1d4c740) = 0 +43928826972486:43928826973105 26045:26045 hsa_system_get_info(2, 0x1d4c748) = 0 +43928826973875:43928826974498 26045:26045 hsa_system_get_info(2, 0x1d4c750) = 0 +43928826975245:43928826975859 26045:26045 hsa_system_get_info(2, 0x1d4c758) = 0 +43928826976601:43928826977225 26045:26045 hsa_system_get_info(2, 0x1d4c760) = 0 +43928826977971:43928826978590 26045:26045 hsa_system_get_info(2, 0x1d4c768) = 0 +43928826979335:43928826979952 26045:26045 hsa_system_get_info(2, 0x1d4c770) = 0 +43928826980693:43928826981314 26045:26045 hsa_system_get_info(2, 0x1d4c778) = 0 +43928826982061:43928826982682 26045:26045 hsa_system_get_info(2, 0x1d4c780) = 0 +43928826983432:43928826984055 26045:26045 hsa_system_get_info(2, 0x1d4c788) = 0 +43928826984801:43928826985416 26045:26045 hsa_system_get_info(2, 0x1d4c790) = 0 +43928826986167:43928826986790 26045:26045 hsa_system_get_info(2, 0x1d4c798) = 0 +43928826987536:43928826988158 26045:26045 hsa_system_get_info(2, 0x1d4c7a0) = 0 +43928826988907:43928826989525 26045:26045 hsa_system_get_info(2, 0x1d4c7a8) = 0 +43928826990306:43928826990923 26045:26045 hsa_system_get_info(2, 0x1d4c7b0) = 0 +43928826991674:43928826992289 26045:26045 hsa_system_get_info(2, 0x1d4c7b8) = 0 +43928826993771:43928826994398 26045:26045 hsa_system_get_info(2, 0x1d4c7c0) = 0 +43928826995146:43928826995768 26045:26045 hsa_system_get_info(2, 0x1d4c7c8) = 0 +43928826996515:43928826997130 26045:26045 hsa_system_get_info(2, 0x1d4c7d0) = 0 +43928826997880:43928826998497 26045:26045 hsa_system_get_info(2, 0x1d4c7d8) = 0 +43928826999242:43928826999853 26045:26045 hsa_system_get_info(2, 0x1d4c7e0) = 0 +43928827000600:43928827001220 26045:26045 hsa_system_get_info(2, 0x1d4c7e8) = 0 +43928827001968:43928827002591 26045:26045 hsa_system_get_info(2, 0x1d4c7f0) = 0 +43928827003340:43928827003961 26045:26045 hsa_system_get_info(2, 0x1d4c7f8) = 0 +43928827004707:43928827005327 26045:26045 hsa_system_get_info(2, 0x1d4c800) = 0 +43928827006076:43928827006694 26045:26045 hsa_system_get_info(2, 0x1d4c808) = 0 +43928827007443:43928827008063 26045:26045 hsa_system_get_info(2, 0x1d4c810) = 0 +43928827008807:43928827009426 26045:26045 hsa_system_get_info(2, 0x1d4c818) = 0 +43928827010170:43928827010788 26045:26045 hsa_system_get_info(2, 0x1d4c820) = 0 +43928827011541:43928827012167 26045:26045 hsa_system_get_info(2, 0x1d4c828) = 0 +43928827012934:43928827013567 26045:26045 hsa_system_get_info(2, 0x1d4c830) = 0 +43928827014312:43928827014931 26045:26045 hsa_system_get_info(2, 0x1d4c838) = 0 +43928827015679:43928827016302 26045:26045 hsa_system_get_info(2, 0x1d4c840) = 0 +43928827017049:43928827017674 26045:26045 hsa_system_get_info(2, 0x1d4c848) = 0 +43928827018423:43928827019050 26045:26045 hsa_system_get_info(2, 0x1d4c850) = 0 +43928827019799:43928827020420 26045:26045 hsa_system_get_info(2, 0x1d4c858) = 0 +43928827021170:43928827021791 26045:26045 hsa_system_get_info(2, 0x1d4c860) = 0 +43928827022536:43928827023157 26045:26045 hsa_system_get_info(2, 0x1d4c868) = 0 +43928827023902:43928827024518 26045:26045 hsa_system_get_info(2, 0x1d4c870) = 0 +43928827025265:43928827025889 26045:26045 hsa_system_get_info(2, 0x1d4c878) = 0 +43928827026637:43928827027259 26045:26045 hsa_system_get_info(2, 0x1d4c880) = 0 +43928827028008:43928827028634 26045:26045 hsa_system_get_info(2, 0x1d4c888) = 0 +43928827029381:43928827029997 26045:26045 hsa_system_get_info(2, 0x1d4c890) = 0 +43928827030757:43928827031377 26045:26045 hsa_system_get_info(2, 0x1d4c898) = 0 +43928827032122:43928827032741 26045:26045 hsa_system_get_info(2, 0x1d4c8a0) = 0 +43928827034292:43928827034925 26045:26045 hsa_system_get_info(2, 0x1d4c8a8) = 0 +43928827035678:43928827036304 26045:26045 hsa_system_get_info(2, 0x1d4c8b0) = 0 +43928827037055:43928827037676 26045:26045 hsa_system_get_info(2, 0x1d4c8b8) = 0 +43928827038423:43928827039043 26045:26045 hsa_system_get_info(2, 0x1d4c8c0) = 0 +43928827039787:43928827040414 26045:26045 hsa_system_get_info(2, 0x1d4c8c8) = 0 +43928827041162:43928827041785 26045:26045 hsa_system_get_info(2, 0x1d4c8d0) = 0 +43928827042533:43928827043147 26045:26045 hsa_system_get_info(2, 0x1d4c8d8) = 0 +43928827043899:43928827044517 26045:26045 hsa_system_get_info(2, 0x1d4c8e0) = 0 +43928827045265:43928827045883 26045:26045 hsa_system_get_info(2, 0x1d4c8e8) = 0 +43928827046631:43928827047254 26045:26045 hsa_system_get_info(2, 0x1d4c8f0) = 0 +43928827048001:43928827048621 26045:26045 hsa_system_get_info(2, 0x1d4c8f8) = 0 +43928827049367:43928827049988 26045:26045 hsa_system_get_info(2, 0x1d4c900) = 0 +43928827050740:43928827051360 26045:26045 hsa_system_get_info(2, 0x1d4c908) = 0 +43928827052108:43928827052725 26045:26045 hsa_system_get_info(2, 0x1d4c910) = 0 +43928827053488:43928827054104 26045:26045 hsa_system_get_info(2, 0x1d4c918) = 0 +43928827054849:43928827055466 26045:26045 hsa_system_get_info(2, 0x1d4c920) = 0 +43928827056216:43928827056837 26045:26045 hsa_system_get_info(2, 0x1d4c928) = 0 +43928827057583:43928827058197 26045:26045 hsa_system_get_info(2, 0x1d4c930) = 0 +43928827058942:43928827059561 26045:26045 hsa_system_get_info(2, 0x1d4c938) = 0 +43928827060306:43928827060927 26045:26045 hsa_system_get_info(2, 0x1d4c940) = 0 +43928827061670:43928827062290 26045:26045 hsa_system_get_info(2, 0x1d4c948) = 0 +43928827063037:43928827063658 26045:26045 hsa_system_get_info(2, 0x1d4c950) = 0 +43928827064400:43928827065020 26045:26045 hsa_system_get_info(2, 0x1d4c958) = 0 +43928827065769:43928827066382 26045:26045 hsa_system_get_info(2, 0x1d4c960) = 0 +43928827067131:43928827067751 26045:26045 hsa_system_get_info(2, 0x1d4c968) = 0 +43928827068496:43928827069118 26045:26045 hsa_system_get_info(2, 0x1d4c970) = 0 +43928827069870:43928827070485 26045:26045 hsa_system_get_info(2, 0x1d4c978) = 0 +43928827071240:43928827071854 26045:26045 hsa_system_get_info(2, 0x1d4c980) = 0 +43928827073410:43928827074040 26045:26045 hsa_system_get_info(2, 0x1d4c988) = 0 +43928827074783:43928827075410 26045:26045 hsa_system_get_info(2, 0x1d4c990) = 0 +43928827076157:43928827076775 26045:26045 hsa_system_get_info(2, 0x1d4c998) = 0 +43928827077522:43928827078138 26045:26045 hsa_system_get_info(2, 0x1d4c9a0) = 0 +43928827078886:43928827079504 26045:26045 hsa_system_get_info(2, 0x1d4c9a8) = 0 +43928827080250:43928827080870 26045:26045 hsa_system_get_info(2, 0x1d4c9b0) = 0 +43928827081620:43928827082242 26045:26045 hsa_system_get_info(2, 0x1d4c9b8) = 0 +43928827082991:43928827083615 26045:26045 hsa_system_get_info(2, 0x1d4c9c0) = 0 +43928827084366:43928827084982 26045:26045 hsa_system_get_info(2, 0x1d4c9c8) = 0 +43928827085730:43928827086358 26045:26045 hsa_system_get_info(2, 0x1d4c9d0) = 0 +43928827087104:43928827087728 26045:26045 hsa_system_get_info(2, 0x1d4c9d8) = 0 +43928827088478:43928827089095 26045:26045 hsa_system_get_info(2, 0x1d4c9e0) = 0 +43928827089843:43928827090462 26045:26045 hsa_system_get_info(2, 0x1d4c9e8) = 0 +43928827091204:43928827091821 26045:26045 hsa_system_get_info(2, 0x1d4c9f0) = 0 +43928827092587:43928827093205 26045:26045 hsa_system_get_info(2, 0x1d4c9f8) = 0 +43928827093954:43928827094574 26045:26045 hsa_system_get_info(2, 0x1d4ca00) = 0 +43928827095318:43928827095942 26045:26045 hsa_system_get_info(2, 0x1d4ca08) = 0 +43928827096690:43928827097307 26045:26045 hsa_system_get_info(2, 0x1d4ca10) = 0 +43928827098055:43928827098674 26045:26045 hsa_system_get_info(2, 0x1d4ca18) = 0 +43928827099427:43928827100048 26045:26045 hsa_system_get_info(2, 0x1d4ca20) = 0 +43928827100795:43928827101415 26045:26045 hsa_system_get_info(2, 0x1d4ca28) = 0 +43928827102162:43928827102780 26045:26045 hsa_system_get_info(2, 0x1d4ca30) = 0 +43928827103527:43928827104148 26045:26045 hsa_system_get_info(2, 0x1d4ca38) = 0 +43928827104898:43928827105515 26045:26045 hsa_system_get_info(2, 0x1d4ca40) = 0 +43928827106264:43928827106881 26045:26045 hsa_system_get_info(2, 0x1d4ca48) = 0 +43928827107631:43928827108253 26045:26045 hsa_system_get_info(2, 0x1d4ca50) = 0 +43928827109001:43928827109623 26045:26045 hsa_system_get_info(2, 0x1d4ca58) = 0 +43928827110375:43928827110997 26045:26045 hsa_system_get_info(2, 0x1d4ca60) = 0 +43928827111764:43928827112378 26045:26045 hsa_system_get_info(2, 0x1d4ca68) = 0 +43928827113877:43928827114503 26045:26045 hsa_system_get_info(2, 0x1d4ca70) = 0 +43928827115247:43928827115869 26045:26045 hsa_system_get_info(2, 0x1d4ca78) = 0 +43928827116617:43928827117236 26045:26045 hsa_system_get_info(2, 0x1d4ca80) = 0 +43928827117980:43928827118599 26045:26045 hsa_system_get_info(2, 0x1d4ca88) = 0 +43928827119347:43928827119963 26045:26045 hsa_system_get_info(2, 0x1d4ca90) = 0 +43928827120711:43928827121324 26045:26045 hsa_system_get_info(2, 0x1d4ca98) = 0 +43928827122072:43928827122693 26045:26045 hsa_system_get_info(2, 0x1d4caa0) = 0 +43928827123439:43928827124055 26045:26045 hsa_system_get_info(2, 0x1d4caa8) = 0 +43928827124805:43928827125423 26045:26045 hsa_system_get_info(2, 0x1d4cab0) = 0 +43928827126170:43928827126790 26045:26045 hsa_system_get_info(2, 0x1d4cab8) = 0 +43928827127533:43928827128157 26045:26045 hsa_system_get_info(2, 0x1d4cac0) = 0 +43928827128906:43928827129528 26045:26045 hsa_system_get_info(2, 0x1d4cac8) = 0 +43928827130276:43928827130899 26045:26045 hsa_system_get_info(2, 0x1d4cad0) = 0 +43928827131663:43928827132279 26045:26045 hsa_system_get_info(2, 0x1d4cad8) = 0 +43928827133029:43928827133646 26045:26045 hsa_system_get_info(2, 0x1d4cae0) = 0 +43928827134394:43928827135010 26045:26045 hsa_system_get_info(2, 0x1d4cae8) = 0 +43928827135760:43928827136382 26045:26045 hsa_system_get_info(2, 0x1d4caf0) = 0 +43928827137132:43928827137751 26045:26045 hsa_system_get_info(2, 0x1d4caf8) = 0 +43928827138499:43928827139120 26045:26045 hsa_system_get_info(2, 0x1d4cb00) = 0 +43928827139868:43928827140484 26045:26045 hsa_system_get_info(2, 0x1d4cb08) = 0 +43928827141231:43928827141849 26045:26045 hsa_system_get_info(2, 0x1d4cb10) = 0 +43928827142594:43928827143213 26045:26045 hsa_system_get_info(2, 0x1d4cb18) = 0 +43928827143960:43928827144577 26045:26045 hsa_system_get_info(2, 0x1d4cb20) = 0 +43928827145325:43928827145947 26045:26045 hsa_system_get_info(2, 0x1d4cb28) = 0 +43928827146696:43928827147318 26045:26045 hsa_system_get_info(2, 0x1d4cb30) = 0 +43928827148069:43928827148689 26045:26045 hsa_system_get_info(2, 0x1d4cb38) = 0 +43928827149438:43928827150057 26045:26045 hsa_system_get_info(2, 0x1d4cb40) = 0 +43928827150826:43928827151452 26045:26045 hsa_system_get_info(2, 0x1d4cb48) = 0 +43928827152930:43928827153566 26045:26045 hsa_system_get_info(2, 0x1d4cb50) = 0 +43928827154318:43928827154941 26045:26045 hsa_system_get_info(2, 0x1d4cb58) = 0 +43928827155688:43928827156309 26045:26045 hsa_system_get_info(2, 0x1d4cb60) = 0 +43928827157058:43928827157679 26045:26045 hsa_system_get_info(2, 0x1d4cb68) = 0 +43928827158424:43928827159051 26045:26045 hsa_system_get_info(2, 0x1d4cb70) = 0 +43928827159799:43928827160423 26045:26045 hsa_system_get_info(2, 0x1d4cb78) = 0 +43928827161171:43928827161794 26045:26045 hsa_system_get_info(2, 0x1d4cb80) = 0 +43928827162541:43928827163163 26045:26045 hsa_system_get_info(2, 0x1d4cb88) = 0 +43928827163907:43928827164534 26045:26045 hsa_system_get_info(2, 0x1d4cb90) = 0 +43928827165285:43928827165905 26045:26045 hsa_system_get_info(2, 0x1d4cb98) = 0 +43928827166654:43928827167273 26045:26045 hsa_system_get_info(2, 0x1d4cba0) = 0 +43928827168025:43928827168651 26045:26045 hsa_system_get_info(2, 0x1d4cba8) = 0 +43928827169397:43928827170016 26045:26045 hsa_system_get_info(2, 0x1d4cbb0) = 0 +43928827170759:43928827171376 26045:26045 hsa_system_get_info(2, 0x1d4cbb8) = 0 +43928827172133:43928827172756 26045:26045 hsa_system_get_info(2, 0x1d4cbc0) = 0 +43928827173502:43928827174122 26045:26045 hsa_system_get_info(2, 0x1d4cbc8) = 0 +43928827174865:43928827175484 26045:26045 hsa_system_get_info(2, 0x1d4cbd0) = 0 +43928827176230:43928827176850 26045:26045 hsa_system_get_info(2, 0x1d4cbd8) = 0 +43928827177594:43928827178215 26045:26045 hsa_system_get_info(2, 0x1d4cbe0) = 0 +43928827178962:43928827179582 26045:26045 hsa_system_get_info(2, 0x1d4cbe8) = 0 +43928827180327:43928827180944 26045:26045 hsa_system_get_info(2, 0x1d4cbf0) = 0 +43928827181691:43928827182308 26045:26045 hsa_system_get_info(2, 0x1d4cbf8) = 0 +43928827183056:43928827183678 26045:26045 hsa_system_get_info(2, 0x1d4cc00) = 0 +43928827184426:43928827185046 26045:26045 hsa_system_get_info(2, 0x1d4cc08) = 0 +43928827185787:43928827186404 26045:26045 hsa_system_get_info(2, 0x1d4cc10) = 0 +43928827187150:43928827187766 26045:26045 hsa_system_get_info(2, 0x1d4cc18) = 0 +43928827188515:43928827189132 26045:26045 hsa_system_get_info(2, 0x1d4cc20) = 0 +43928827189886:43928827190503 26045:26045 hsa_system_get_info(2, 0x1d4cc28) = 0 +43928827191267:43928827191888 26045:26045 hsa_system_get_info(2, 0x1d4cc30) = 0 +43928827193400:43928827194024 26045:26045 hsa_system_get_info(2, 0x1d4cc38) = 0 +43928827194773:43928827195392 26045:26045 hsa_system_get_info(2, 0x1d4cc40) = 0 +43928827196136:43928827196756 26045:26045 hsa_system_get_info(2, 0x1d4cc48) = 0 +43928827197504:43928827198123 26045:26045 hsa_system_get_info(2, 0x1d4cc50) = 0 +43928827198868:43928827199493 26045:26045 hsa_system_get_info(2, 0x1d4cc58) = 0 +43928827200239:43928827200867 26045:26045 hsa_system_get_info(2, 0x1d4cc60) = 0 +43928827201615:43928827202234 26045:26045 hsa_system_get_info(2, 0x1d4cc68) = 0 +43928827202978:43928827203597 26045:26045 hsa_system_get_info(2, 0x1d4cc70) = 0 +43928827204342:43928827204959 26045:26045 hsa_system_get_info(2, 0x1d4cc78) = 0 +43928827205703:43928827206326 26045:26045 hsa_system_get_info(2, 0x1d4cc80) = 0 +43928827207071:43928827207692 26045:26045 hsa_system_get_info(2, 0x1d4cc88) = 0 +43928827208439:43928827209061 26045:26045 hsa_system_get_info(2, 0x1d4cc90) = 0 +43928827209808:43928827210435 26045:26045 hsa_system_get_info(2, 0x1d4cc98) = 0 +43928827211184:43928827211810 26045:26045 hsa_system_get_info(2, 0x1d4cca0) = 0 +43928827212583:43928827213202 26045:26045 hsa_system_get_info(2, 0x1d4cca8) = 0 +43928827213953:43928827214575 26045:26045 hsa_system_get_info(2, 0x1d4ccb0) = 0 +43928827215328:43928827215955 26045:26045 hsa_system_get_info(2, 0x1d4ccb8) = 0 +43928827216707:43928827217332 26045:26045 hsa_system_get_info(2, 0x1d4ccc0) = 0 +43928827218082:43928827218703 26045:26045 hsa_system_get_info(2, 0x1d4ccc8) = 0 +43928827219451:43928827220074 26045:26045 hsa_system_get_info(2, 0x1d4ccd0) = 0 +43928827220821:43928827221438 26045:26045 hsa_system_get_info(2, 0x1d4ccd8) = 0 +43928827222185:43928827222803 26045:26045 hsa_system_get_info(2, 0x1d4cce0) = 0 +43928827223556:43928827224178 26045:26045 hsa_system_get_info(2, 0x1d4cce8) = 0 +43928827224929:43928827225549 26045:26045 hsa_system_get_info(2, 0x1d4ccf0) = 0 +43928827226295:43928827226915 26045:26045 hsa_system_get_info(2, 0x1d4ccf8) = 0 +43928827227664:43928827228289 26045:26045 hsa_system_get_info(2, 0x1d4cd00) = 0 +43928827229040:43928827229661 26045:26045 hsa_system_get_info(2, 0x1d4cd08) = 0 +43928827230425:43928827231046 26045:26045 hsa_system_get_info(2, 0x1d4cd10) = 0 +43928827232587:43928827233216 26045:26045 hsa_system_get_info(2, 0x1d4cd18) = 0 +43928827233963:43928827234582 26045:26045 hsa_system_get_info(2, 0x1d4cd20) = 0 +43928827235330:43928827235954 26045:26045 hsa_system_get_info(2, 0x1d4cd28) = 0 +43928827236701:43928827237323 26045:26045 hsa_system_get_info(2, 0x1d4cd30) = 0 +43928827238067:43928827238685 26045:26045 hsa_system_get_info(2, 0x1d4cd38) = 0 +43928827239429:43928827240045 26045:26045 hsa_system_get_info(2, 0x1d4cd40) = 0 +43928827240792:43928827241411 26045:26045 hsa_system_get_info(2, 0x1d4cd48) = 0 +43928827242160:43928827242780 26045:26045 hsa_system_get_info(2, 0x1d4cd50) = 0 +43928827243530:43928827244144 26045:26045 hsa_system_get_info(2, 0x1d4cd58) = 0 +43928827244892:43928827245511 26045:26045 hsa_system_get_info(2, 0x1d4cd60) = 0 +43928827246255:43928827246881 26045:26045 hsa_system_get_info(2, 0x1d4cd68) = 0 +43928827247629:43928827248247 26045:26045 hsa_system_get_info(2, 0x1d4cd70) = 0 +43928827248996:43928827249615 26045:26045 hsa_system_get_info(2, 0x1d4cd78) = 0 +43928827250363:43928827250981 26045:26045 hsa_system_get_info(2, 0x1d4cd80) = 0 +43928827251742:43928827252364 26045:26045 hsa_system_get_info(2, 0x1d4cd88) = 0 +43928827253113:43928827253736 26045:26045 hsa_system_get_info(2, 0x1d4cd90) = 0 +43928827254487:43928827255100 26045:26045 hsa_system_get_info(2, 0x1d4cd98) = 0 +43928827255851:43928827256472 26045:26045 hsa_system_get_info(2, 0x1d4cda0) = 0 +43928827257221:43928827257846 26045:26045 hsa_system_get_info(2, 0x1d4cda8) = 0 +43928827258593:43928827259214 26045:26045 hsa_system_get_info(2, 0x1d4cdb0) = 0 +43928827259962:43928827260581 26045:26045 hsa_system_get_info(2, 0x1d4cdb8) = 0 +43928827261327:43928827261951 26045:26045 hsa_system_get_info(2, 0x1d4cdc0) = 0 +43928827262699:43928827263322 26045:26045 hsa_system_get_info(2, 0x1d4cdc8) = 0 +43928827264065:43928827264684 26045:26045 hsa_system_get_info(2, 0x1d4cdd0) = 0 +43928827265430:43928827266050 26045:26045 hsa_system_get_info(2, 0x1d4cdd8) = 0 +43928827266794:43928827267412 26045:26045 hsa_system_get_info(2, 0x1d4cde0) = 0 +43928827268158:43928827268775 26045:26045 hsa_system_get_info(2, 0x1d4cde8) = 0 +43928827269525:43928827270142 26045:26045 hsa_system_get_info(2, 0x1d4cdf0) = 0 +43928827271628:43928827272249 26045:26045 hsa_system_get_info(2, 0x1d4cdf8) = 0 +43928827272994:43928827273611 26045:26045 hsa_system_get_info(2, 0x1d4ce00) = 0 +43928827274358:43928827274982 26045:26045 hsa_system_get_info(2, 0x1d4ce08) = 0 +43928827275751:43928827276379 26045:26045 hsa_system_get_info(2, 0x1d4ce10) = 0 +43928827277123:43928827277740 26045:26045 hsa_system_get_info(2, 0x1d4ce18) = 0 +43928827278487:43928827279109 26045:26045 hsa_system_get_info(2, 0x1d4ce20) = 0 +43928827279855:43928827280475 26045:26045 hsa_system_get_info(2, 0x1d4ce28) = 0 +43928827281221:43928827281841 26045:26045 hsa_system_get_info(2, 0x1d4ce30) = 0 +43928827282582:43928827283202 26045:26045 hsa_system_get_info(2, 0x1d4ce38) = 0 +43928827283947:43928827284565 26045:26045 hsa_system_get_info(2, 0x1d4ce40) = 0 +43928827285312:43928827285935 26045:26045 hsa_system_get_info(2, 0x1d4ce48) = 0 +43928827286684:43928827287303 26045:26045 hsa_system_get_info(2, 0x1d4ce50) = 0 +43928827288048:43928827288670 26045:26045 hsa_system_get_info(2, 0x1d4ce58) = 0 +43928827289417:43928827290036 26045:26045 hsa_system_get_info(2, 0x1d4ce60) = 0 +43928827290784:43928827291400 26045:26045 hsa_system_get_info(2, 0x1d4ce68) = 0 +43928827292147:43928827292769 26045:26045 hsa_system_get_info(2, 0x1d4ce70) = 0 +43928827293518:43928827294139 26045:26045 hsa_system_get_info(2, 0x1d4ce78) = 0 +43928827294910:43928827295529 26045:26045 hsa_system_get_info(2, 0x1d4ce80) = 0 +43928827296273:43928827296893 26045:26045 hsa_system_get_info(2, 0x1d4ce88) = 0 +43928827297640:43928827298255 26045:26045 hsa_system_get_info(2, 0x1d4ce90) = 0 +43928827299002:43928827299620 26045:26045 hsa_system_get_info(2, 0x1d4ce98) = 0 +43928827300365:43928827300985 26045:26045 hsa_system_get_info(2, 0x1d4cea0) = 0 +43928827301730:43928827302352 26045:26045 hsa_system_get_info(2, 0x1d4cea8) = 0 +43928827303095:43928827303712 26045:26045 hsa_system_get_info(2, 0x1d4ceb0) = 0 +43928827304457:43928827305072 26045:26045 hsa_system_get_info(2, 0x1d4ceb8) = 0 +43928827305819:43928827306437 26045:26045 hsa_system_get_info(2, 0x1d4cec0) = 0 +43928827307185:43928827307800 26045:26045 hsa_system_get_info(2, 0x1d4cec8) = 0 +43928827308567:43928827309188 26045:26045 hsa_system_get_info(2, 0x1d4ced0) = 0 +43928827309929:43928827310549 26045:26045 hsa_system_get_info(2, 0x1d4ced8) = 0 +43928827312040:43928827312663 26045:26045 hsa_system_get_info(2, 0x1d4cee0) = 0 +43928827313411:43928827314033 26045:26045 hsa_system_get_info(2, 0x1d4cee8) = 0 +43928827314781:43928827315400 26045:26045 hsa_system_get_info(2, 0x1d4cef0) = 0 +43928827316150:43928827316771 26045:26045 hsa_system_get_info(2, 0x1d4cef8) = 0 +43928827317514:43928827318136 26045:26045 hsa_system_get_info(2, 0x1d4cf00) = 0 +43928827318881:43928827319497 26045:26045 hsa_system_get_info(2, 0x1d4cf08) = 0 +43928827320243:43928827320859 26045:26045 hsa_system_get_info(2, 0x1d4cf10) = 0 +43928827321605:43928827322225 26045:26045 hsa_system_get_info(2, 0x1d4cf18) = 0 +43928827322969:43928827323593 26045:26045 hsa_system_get_info(2, 0x1d4cf20) = 0 +43928827324341:43928827324958 26045:26045 hsa_system_get_info(2, 0x1d4cf28) = 0 +43928827325706:43928827326322 26045:26045 hsa_system_get_info(2, 0x1d4cf30) = 0 +43928827327068:43928827327688 26045:26045 hsa_system_get_info(2, 0x1d4cf38) = 0 +43928827328436:43928827329056 26045:26045 hsa_system_get_info(2, 0x1d4cf40) = 0 +43928827329801:43928827330433 26045:26045 hsa_system_get_info(2, 0x1d4cf48) = 0 +43928827331181:43928827331798 26045:26045 hsa_system_get_info(2, 0x1d4cf50) = 0 +43928827332543:43928827333164 26045:26045 hsa_system_get_info(2, 0x1d4cf58) = 0 +43928827333910:43928827334532 26045:26045 hsa_system_get_info(2, 0x1d4cf60) = 0 +43928827335277:43928827335896 26045:26045 hsa_system_get_info(2, 0x1d4cf68) = 0 +43928827336641:43928827337255 26045:26045 hsa_system_get_info(2, 0x1d4cf70) = 0 +43928827338005:43928827338624 26045:26045 hsa_system_get_info(2, 0x1d4cf78) = 0 +43928827339370:43928827339990 26045:26045 hsa_system_get_info(2, 0x1d4cf80) = 0 +43928827340738:43928827341359 26045:26045 hsa_system_get_info(2, 0x1d4cf88) = 0 +43928827342105:43928827342722 26045:26045 hsa_system_get_info(2, 0x1d4cf90) = 0 +43928827343469:43928827344095 26045:26045 hsa_system_get_info(2, 0x1d4cf98) = 0 +43928827344841:43928827345460 26045:26045 hsa_system_get_info(2, 0x1d4cfa0) = 0 +43928827346207:43928827346830 26045:26045 hsa_system_get_info(2, 0x1d4cfa8) = 0 +43928827347578:43928827348201 26045:26045 hsa_system_get_info(2, 0x1d4cfb0) = 0 +43928827348953:43928827349593 26045:26045 hsa_system_get_info(2, 0x1d4cfb8) = 0 +43928827351075:43928827351700 26045:26045 hsa_system_get_info(2, 0x1d4cfc0) = 0 +43928827352450:43928827353064 26045:26045 hsa_system_get_info(2, 0x1d4cfc8) = 0 +43928827353810:43928827354432 26045:26045 hsa_system_get_info(2, 0x1d4cfd0) = 0 +43928827355176:43928827355802 26045:26045 hsa_system_get_info(2, 0x1d4cfd8) = 0 +43928827356549:43928827357168 26045:26045 hsa_system_get_info(2, 0x1d4cfe0) = 0 +43928827357916:43928827358534 26045:26045 hsa_system_get_info(2, 0x1d4cfe8) = 0 +43928827359278:43928827359898 26045:26045 hsa_system_get_info(2, 0x1d4cff0) = 0 +43928827360642:43928827361261 26045:26045 hsa_system_get_info(2, 0x1d4cff8) = 0 +43928827362007:43928827362626 26045:26045 hsa_system_get_info(2, 0x1d4d000) = 0 +43928827363370:43928827363990 26045:26045 hsa_system_get_info(2, 0x1d4d008) = 0 +43928827364734:43928827365355 26045:26045 hsa_system_get_info(2, 0x1d4d010) = 0 +43928827366101:43928827366720 26045:26045 hsa_system_get_info(2, 0x1d4d018) = 0 +43928827367464:43928827368086 26045:26045 hsa_system_get_info(2, 0x1d4d020) = 0 +43928827368836:43928827369462 26045:26045 hsa_system_get_info(2, 0x1d4d028) = 0 +43928827370220:43928827370835 26045:26045 hsa_system_get_info(2, 0x1d4d030) = 0 +43928827371588:43928827372214 26045:26045 hsa_system_get_info(2, 0x1d4d038) = 0 +43928827372959:43928827373578 26045:26045 hsa_system_get_info(2, 0x1d4d040) = 0 +43928827374326:43928827374945 26045:26045 hsa_system_get_info(2, 0x1d4d048) = 0 +43928827375693:43928827376309 26045:26045 hsa_system_get_info(2, 0x1d4d050) = 0 +43928827377060:43928827377677 26045:26045 hsa_system_get_info(2, 0x1d4d058) = 0 +43928827378421:43928827379045 26045:26045 hsa_system_get_info(2, 0x1d4d060) = 0 +43928827379790:43928827380408 26045:26045 hsa_system_get_info(2, 0x1d4d068) = 0 +43928827381154:43928827381779 26045:26045 hsa_system_get_info(2, 0x1d4d070) = 0 +43928827382530:43928827383151 26045:26045 hsa_system_get_info(2, 0x1d4d078) = 0 +43928827383899:43928827384521 26045:26045 hsa_system_get_info(2, 0x1d4d080) = 0 +43928827385271:43928827385891 26045:26045 hsa_system_get_info(2, 0x1d4d088) = 0 +43928827386639:43928827387253 26045:26045 hsa_system_get_info(2, 0x1d4d090) = 0 +43928827388011:43928827388630 26045:26045 hsa_system_get_info(2, 0x1d4d098) = 0 +43928827389392:43928827390011 26045:26045 hsa_system_get_info(2, 0x1d4d0a0) = 0 +43928827392134:43928827392768 26045:26045 hsa_system_get_info(2, 0x1d4d0a8) = 0 +43928827393514:43928827394134 26045:26045 hsa_system_get_info(2, 0x1d4d0b0) = 0 +43928827394881:43928827395505 26045:26045 hsa_system_get_info(2, 0x1d4d0b8) = 0 +43928827396256:43928827396881 26045:26045 hsa_system_get_info(2, 0x1d4d0c0) = 0 +43928827397632:43928827398257 26045:26045 hsa_system_get_info(2, 0x1d4d0c8) = 0 +43928827399002:43928827399623 26045:26045 hsa_system_get_info(2, 0x1d4d0d0) = 0 +43928827400372:43928827400993 26045:26045 hsa_system_get_info(2, 0x1d4d0d8) = 0 +43928827401744:43928827402362 26045:26045 hsa_system_get_info(2, 0x1d4d0e0) = 0 +43928827403105:43928827403725 26045:26045 hsa_system_get_info(2, 0x1d4d0e8) = 0 +43928827404470:43928827405091 26045:26045 hsa_system_get_info(2, 0x1d4d0f0) = 0 +43928827405835:43928827406454 26045:26045 hsa_system_get_info(2, 0x1d4d0f8) = 0 +43928827407199:43928827407816 26045:26045 hsa_system_get_info(2, 0x1d4d100) = 0 +43928827408567:43928827409187 26045:26045 hsa_system_get_info(2, 0x1d4d108) = 0 +43928827409933:43928827410557 26045:26045 hsa_system_get_info(2, 0x1d4d110) = 0 +43928827411321:43928827411941 26045:26045 hsa_system_get_info(2, 0x1d4d118) = 0 +43928827412692:43928827413315 26045:26045 hsa_system_get_info(2, 0x1d4d120) = 0 +43928827414061:43928827414686 26045:26045 hsa_system_get_info(2, 0x1d4d128) = 0 +43928827415432:43928827416049 26045:26045 hsa_system_get_info(2, 0x1d4d130) = 0 +43928827416799:43928827417418 26045:26045 hsa_system_get_info(2, 0x1d4d138) = 0 +43928827418161:43928827418783 26045:26045 hsa_system_get_info(2, 0x1d4d140) = 0 +43928827419529:43928827420145 26045:26045 hsa_system_get_info(2, 0x1d4d148) = 0 +43928827427996:43928827428640 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43928827429529:43928827431617 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7050) = 0 +43928827432588:43928827435931 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7010) = 0 +43928827436998:43928831667381 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43928832171311:43928832174994 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43928832176659:43928832177319 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43928832178278:43928832178750 26045:26051 hsa_signal_load_relaxed() = 1 +43928831670233:43928832183220 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43928832182362:43928832183727 26045:26051 hsa_signal_store_screlease(, 0) = void +43928832184553:43928832185220 26045:26051 hsa_signal_destroy() = 0 +43928832184841:43928832185548 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43928941382454:43928941384452 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928941524205:43928941524875 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928944821235:43928944822559 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928944827290:43928944828114 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928944830301:43928944830984 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928944833036:43928944833748 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928944881623:43928944882150 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928944884092:43928944884612 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928944886670:43928944887263 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928944889138:43928944889638 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928944938275:43928944938873 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928944940823:43928944941322 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928944943301:43928944943818 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928944945801:43928944946317 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928944993531:43928944994039 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928944996046:43928944996550 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928944998374:43928944998874 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945000877:43928945001389 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945047481:43928945047997 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945050301:43928945050800 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945052824:43928945053331 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945055292:43928945055806 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945101634:43928945102153 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945104075:43928945104578 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945106279:43928945106780 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945114883:43928945115400 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945161473:43928945161996 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945163709:43928945164224 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945166052:43928945166571 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945168337:43928945168839 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945216026:43928945216544 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945218502:43928945219016 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945220707:43928945221230 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945222959:43928945223467 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945269478:43928945270025 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945272119:43928945272629 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945274699:43928945275214 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945277274:43928945277795 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945430624:43928945431207 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945433842:43928945434350 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945436869:43928945437390 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945439833:43928945440339 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945485777:43928945486299 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945488129:43928945488628 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945490470:43928945490969 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945492709:43928945493196 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945536858:43928945537392 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945539091:43928945539643 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945541250:43928945541798 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945543548:43928945544038 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945618932:43928945619453 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945621810:43928945622306 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945624402:43928945624905 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945628384:43928945628899 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945672239:43928945672817 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945674518:43928945675011 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945676800:43928945677295 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945679100:43928945679590 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945724477:43928945724960 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945726721:43928945727220 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945729046:43928945729611 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945731357:43928945731851 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945776998:43928945777505 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945779241:43928945779797 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945781487:43928945782040 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945783817:43928945784370 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945827141:43928945827691 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945829748:43928945830239 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945832066:43928945832555 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945834726:43928945835217 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945879928:43928945880487 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945882124:43928945882626 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945884286:43928945884786 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945886799:43928945887287 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945932465:43928945932964 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945934647:43928945935209 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945937269:43928945937819 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945939546:43928945940042 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43928945983788:43928945984353 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fffcdc38520) = 0 +43928945985907:43928945986389 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fffcdc38520) = 0 +43928945988107:43928945988657 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fffcdc38520) = 0 +43928945990700:43928945991192 26045:26045 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fffcdc38520) = 0 +43929005193572:43929005201288 26045:26045 hsa_executable_create_alt(1, 0, +43929085803268:43929085805784 26045:26045 hsa_code_object_reader_create_from_memory(0x2eec240, , 0x7f14f5ffb2d0) = 0 +43929085809100:43929085977363 26045:26045 hsa_executable_load_agent_code_object(, , , +43929085979767:43929086007324 26045:26045 hsa_executable_freeze(, +43929086014150:43929086015507 26045:26045 hsa_executable_create_alt(1, 0, +43929086028635:43929086029095 26045:26045 hsa_code_object_reader_create_from_memory(0x7f1524151ef0, , 0x3b27400) = 0 +43929086030023:43929086090645 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086092252:43929086112081 26045:26045 hsa_executable_freeze(, +43929086114920:43929086115872 26045:26045 hsa_executable_create_alt(1, 0, +43929086127603:43929086128165 26045:26045 hsa_code_object_reader_create_from_memory(0x7f152414f340, , 0x3b822d0) = 0 +43929086129008:43929086183752 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086185157:43929086204399 26045:26045 hsa_executable_freeze(, +43929086206967:43929086207799 26045:26045 hsa_executable_create_alt(1, 0, +43929086218746:43929086219240 26045:26045 hsa_code_object_reader_create_from_memory(0x2eb9370, , 0x7f153d003110) = 0 +43929086220094:43929086272363 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086273678:43929086292934 26045:26045 hsa_executable_freeze(, +43929086295443:43929086296458 26045:26045 hsa_executable_create_alt(1, 0, +43929086307333:43929086307784 26045:26045 hsa_code_object_reader_create_from_memory(0x2eba8e0, , 0x3b29f00) = 0 +43929086308621:43929086359985 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086361304:43929086380629 26045:26045 hsa_executable_freeze(, +43929086383060:43929086383980 26045:26045 hsa_executable_create_alt(1, 0, +43929086394310:43929086394757 26045:26045 hsa_code_object_reader_create_from_memory(0x1fa2280, , 0x7f15240ca630) = 0 +43929086395626:43929086447073 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086448420:43929086467548 26045:26045 hsa_executable_freeze(, +43929086469925:43929086470768 26045:26045 hsa_executable_create_alt(1, 0, +43929086481093:43929086481518 26045:26045 hsa_code_object_reader_create_from_memory(0x1fa37f0, , 0x7f152410e2a0) = 0 +43929086482371:43929086540989 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086542283:43929086561279 26045:26045 hsa_executable_freeze(, +43929086565182:43929086566012 26045:26045 hsa_executable_create_alt(1, 0, +43929086586948:43929086587437 26045:26045 hsa_code_object_reader_create_from_memory(0x2d81ed0, , 0x7f1524132b80) = 0 +43929086588267:43929086639745 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086641131:43929086660075 26045:26045 hsa_executable_freeze(, +43929086662454:43929086663353 26045:26045 hsa_executable_create_alt(1, 0, +43929086673799:43929086674206 26045:26045 hsa_code_object_reader_create_from_memory(0x2d83440, , 0x7f1524138fd0) = 0 +43929086675028:43929086725590 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086726813:43929086745509 26045:26045 hsa_executable_freeze(, +43929086748053:43929086748753 26045:26045 hsa_executable_create_alt(1, 0, +43929086765679:43929086766141 26045:26045 hsa_code_object_reader_create_from_memory(0x2db0df0, , 0x7f152415e1b0) = 0 +43929086766958:43929086837593 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086838996:43929086860060 26045:26045 hsa_executable_freeze(, +43929086862767:43929086863718 26045:26045 hsa_executable_create_alt(1, 0, +43929086875294:43929086875739 26045:26045 hsa_code_object_reader_create_from_memory(0x2d849b0, , 0x7f152417f1a0) = 0 +43929086876557:43929086929345 26045:26045 hsa_executable_load_agent_code_object(, , , +43929086930659:43929086949791 26045:26045 hsa_executable_freeze(, +43929086952272:43929086953227 26045:26045 hsa_executable_create_alt(1, 0, +43929086963672:43929086964084 26045:26045 hsa_code_object_reader_create_from_memory(0x2d85f20, , 0x7f152419ab60) = 0 +43929086964906:43929087015675 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087016939:43929087036285 26045:26045 hsa_executable_freeze(, +43929087038660:43929087039526 26045:26045 hsa_executable_create_alt(1, 0, +43929087051425:43929087051856 26045:26045 hsa_code_object_reader_create_from_memory(0x2daba70, , 0x7f14f47a9b40) = 0 +43929087052652:43929087107634 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087108963:43929087128819 26045:26045 hsa_executable_freeze(, +43929087131465:43929087132341 26045:26045 hsa_executable_create_alt(1, 0, +43929087143457:43929087144369 26045:26045 hsa_code_object_reader_create_from_memory(0x2da94b0, , 0x7f14f47987a0) = 0 +43929087145172:43929087196169 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087197458:43929087216413 26045:26045 hsa_executable_freeze(, +43929087220194:43929087220993 26045:26045 hsa_executable_create_alt(1, 0, +43929087231204:43929087231636 26045:26045 hsa_code_object_reader_create_from_memory(0x2dae030, , 0x7f14f4777780) = 0 +43929087232473:43929087282411 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087283786:43929087303064 26045:26045 hsa_executable_freeze(, +43929087305366:43929087306185 26045:26045 hsa_executable_create_alt(1, 0, +43929087316162:43929087316572 26045:26045 hsa_code_object_reader_create_from_memory(0x7f1524153460, , 0x7f14f473a6b0) = 0 +43929087317373:43929087371035 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087372312:43929087391713 26045:26045 hsa_executable_freeze(, +43929087394123:43929087395125 26045:26045 hsa_executable_create_alt(1, 0, +43929087405210:43929087405626 26045:26045 hsa_code_object_reader_create_from_memory(0x2d87490, , 0x7f14f47d42c0) = 0 +43929087406440:43929087455989 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087457274:43929087476857 26045:26045 hsa_executable_freeze(, +43929087479412:43929087480096 26045:26045 hsa_executable_create_alt(1, 0, +43929087490079:43929087490492 26045:26045 hsa_code_object_reader_create_from_memory(0x2d88a00, , 0x7f14f47ee870) = 0 +43929087491330:43929087542007 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087543266:43929087563186 26045:26045 hsa_executable_freeze(, +43929087565548:43929087566491 26045:26045 hsa_executable_create_alt(1, 0, +43929087576222:43929087576625 26045:26045 hsa_code_object_reader_create_from_memory(0x2db5770, , 0x7f153ced0920) = 0 +43929087577458:43929087627158 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087628423:43929087647631 26045:26045 hsa_executable_freeze(, +43929087649940:43929087650904 26045:26045 hsa_executable_create_alt(1, 0, +43929087660596:43929087661003 26045:26045 hsa_code_object_reader_create_from_memory(0x2db6ce0, , 0x7f153cee8e20) = 0 +43929087661841:43929087712675 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087713920:43929087732918 26045:26045 hsa_executable_freeze(, +43929087766979:43929087767799 26045:26045 hsa_executable_create_alt(1, 0, +43929087780510:43929087780961 26045:26045 hsa_code_object_reader_create_from_memory(0x7f153d0193b0, , 0x7f153cef3440) = 0 +43929087781805:43929087840749 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087842149:43929087862510 26045:26045 hsa_executable_freeze(, +43929087865443:43929087866495 26045:26045 hsa_executable_create_alt(1, 0, +43929087880558:43929087881006 26045:26045 hsa_code_object_reader_create_from_memory(0x2ef58b0, , 0x7f153cf0dfc0) = 0 +43929087881835:43929087939368 26045:26045 hsa_executable_load_agent_code_object(, , , +43929087940734:43929087960405 26045:26045 hsa_executable_freeze(, +43929087940734:43929087964724 26045:26045 hsa_agent_iterate_isas(, 1, 0x7fffcdc38468) = 0 +43929087967694:43929087968543 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087969345:43929087969747 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087970528:43929087970927 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087971685:43929087972054 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087972807:43929087973192 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087973951:43929087974316 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087975073:43929087975451 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087976209:43929087976577 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087977331:43929087977697 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929087979970:43929087980669 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929087981633:43929087982001 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929087982917:43929087983354 26045:26045 hsa_executable_symbol_get_info(, 2, 0x3ac5ad0) = 0 +43929087984514:43929087984866 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929087985632:43929087985985 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929087986774:43929087987143 26045:26045 hsa_executable_symbol_get_info(, 2, 0x3b49310) = 0 +43929087988125:43929087988481 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929087989240:43929087989593 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929087990383:43929087990747 26045:26045 hsa_executable_symbol_get_info(, 2, 0x7f14f4506900) = 0 +43929087991645:43929087991997 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929087992760:43929087993109 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929087993888:43929087994246 26045:26045 hsa_executable_symbol_get_info(, 2, 0x7f14f44a0970) = 0 +43929087995184:43929087995526 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929087996287:43929087996636 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929087997581:43929087997930 26045:26045 hsa_executable_symbol_get_info(, 2, 0x3be6430) = 0 +43929088006406:43929088006789 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929088007585:43929088007927 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929088008766:43929088009123 26045:26045 hsa_executable_symbol_get_info(, 2, 0x2e52290) = 0 +43929088008766:43929088010074 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088010854:43929088011248 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088012011:43929088012374 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088013564:43929088013914 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929088014682:43929088015030 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929088015821:43929088016177 26045:26045 hsa_executable_symbol_get_info(, 2, 0x7f14b131e650) = 0 +43929088015821:43929088017087 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088017848:43929088018219 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088018974:43929088019342 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088020095:43929088020462 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088021218:43929088021584 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088022339:43929088022716 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088023485:43929088023852 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088024606:43929088024972 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088026156:43929088026494 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929088027252:43929088027601 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929088028376:43929088028728 26045:26045 hsa_executable_symbol_get_info(, 2, 0x7f14b1328d60) = 0 +43929088028376:43929088029609 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929088030781:43929088031128 26045:26045 hsa_executable_symbol_get_info(, 0, 0x7fffcdc38388) = 0 +43929088031890:43929088032230 26045:26045 hsa_executable_symbol_get_info(, 1, 0x7fffcdc38384) = 0 +43929088033016:43929088033371 26045:26045 hsa_executable_symbol_get_info(, 2, 0x2eabcf0) = 0 +43929088033016:43929088034343 26045:26045 hsa_executable_iterate_agent_symbols(, , 1, 0x1d4cbc0) = 0 +43929117719851:43929117721048 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929117725923:43929117726401 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929117728089:43929117728571 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929117733687:43929117734084 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929117738516:43929117738884 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929117739690:43929117740055 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119036558:43929119037114 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119038087:43929119038453 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119039251:43929119039639 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119882931:43929119883405 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119884413:43929119884777 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119885558:43929119885910 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119899183:43929119899578 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119900456:43929119900789 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119901573:43929119901919 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119907625:43929119908298 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119909146:43929119909484 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119910245:43929119910577 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119918892:43929119919280 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119920131:43929119920489 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119921241:43929119921583 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119924152:43929119924572 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119925433:43929119925779 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119926537:43929119926873 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929119928297:43929119928684 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929119929580:43929119929913 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929119930674:43929119931007 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929120567708:43929120568280 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929120569359:43929120569706 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929120570482:43929120570845 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929120572730:43929120573071 26045:26045 hsa_executable_symbol_get_info(, 22, 0x7fffcdc38600) = 0 +43929120573888:43929120574225 26045:26045 hsa_system_major_extension_supported(, , , ) = 0 +43929120576322:43929120576675 26045:26045 hsa_system_get_major_extension_table(, , , 0x7fffcdc38590) = 0 +43929122494960:43929122495666 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929122517488:43929124470235 26045:26045 hsa_queue_create(, , , 1, 0, , , ) = 0 +43929124477808:43929124478536 26045:26045 hsa_amd_profiling_set_profiler_enabled(, 1) = 0 +43929124486342:43929124486970 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 0 +43929124488882:43929124489547 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 0 +43929124490944:43929124492177 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929124493688:43929124494089 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929124496288:43929124497203 26045:26045 hsa_signal_store_relaxed(, 0) = void +43929124502451:43929124503112 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929124527707:43929124528353 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929124535885:43929124538568 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929124539467:43929124539814 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 1 +43929124540627:43929124540972 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 0 +43929124542029:43929124542375 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929124543193:43929124543598 26045:26045 hsa_signal_store_relaxed(, 1) = void +43929124545747:43929126398116 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929126400669:43929126401193 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929126405423:43929126406401 26045:26045 hsa_signal_destroy() = 0 +43929126408754:43929126411164 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929126412455:43929126413102 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929126414082:43929126414824 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929126415872:43929126416400 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929126417717:43929126418254 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929126420309:43929126421012 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929126421932:43929126422480 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e70b0) = 0 +43929126423588:43929126425989 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7070) = 0 +43929126427230:43929126429371 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929126875961:43929126879011 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929126884976:43929126885732 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929126886820:43929126887358 26045:26051 hsa_signal_load_relaxed() = 1 +43929126430234:43929126888873 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929126888255:43929126889595 26045:26051 hsa_signal_store_screlease(, 0) = void +43929126890507:43929126891019 26045:26051 hsa_signal_destroy() = 0 +43929127420349:43929127421117 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929141918502:43929141919581 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929141924447:43929141925584 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929141927676:43929141930517 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929141931650:43929141932428 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929141933280:43929141933887 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929141934665:43929141935144 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929142381321:43929142382074 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929142383966:43929142384597 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929142385767:43929142387371 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7110) = 0 +43929142388285:43929142392492 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e70d0) = 0 +43929142393468:43929142395587 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929142880274:43929142883588 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929142885175:43929142885839 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929142886976:43929142887509 26045:26051 hsa_signal_load_relaxed() = 1 +43929142396510:43929142889061 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929142888395:43929142889771 26045:26051 hsa_signal_store_screlease(, 0) = void +43929142890334:43929142891041 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929142890711:43929142891354 26045:26051 hsa_signal_destroy() = 0 +43929142906316:43929142906961 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929142914287:43929142915024 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 2 +43929142915963:43929142916418 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 2 +43929142917346:43929142917946 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929142924529:43929142924993 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929142926125:43929142926699 26045:26045 hsa_signal_store_relaxed(, 2) = void +43929142928379:43929142929013 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929142935078:43929142935715 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929142938302:43929142941222 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929142942072:43929142942456 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 3 +43929142943202:43929142943541 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 2 +43929142944431:43929142944758 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929142945499:43929142945884 26045:26045 hsa_signal_store_relaxed(, 3) = void +43929142946971:43929144835668 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929144837159:43929144837630 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929144839147:43929144839798 26045:26045 hsa_signal_destroy() = 0 +43929144840904:43929144841331 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929144842389:43929144843053 26045:26045 hsa_signal_destroy() = 0 +43929144844518:43929144845630 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929144846556:43929144847031 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929144847884:43929144848436 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929144849331:43929144849756 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929144850713:43929144851122 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929144852167:43929144852863 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929144853731:43929144854384 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7170) = 0 +43929144855272:43929144857346 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7130) = 0 +43929144858223:43929144859107 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929145322440:43929145325002 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929145326402:43929145327119 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929145328150:43929145328687 26045:26051 hsa_signal_load_relaxed() = 1 +43929144859983:43929145330204 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929145329598:43929145330978 26045:26051 hsa_signal_store_screlease(, 0) = void +43929145331922:43929145332427 26045:26051 hsa_signal_destroy() = 0 +43929145766304:43929145767114 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929160298088:43929160299227 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929160303814:43929160305098 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929160307399:43929160309746 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929160310873:43929160311523 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929160312367:43929160312977 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929160313908:43929160314306 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929160759244:43929160760013 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929160762090:43929160762725 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929160763836:43929160765485 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e71d0) = 0 +43929160766456:43929160770508 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7190) = 0 +43929160771466:43929160773092 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929161257204:43929161260228 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929161261769:43929161262410 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929161263521:43929161264052 26045:26051 hsa_signal_load_relaxed() = 1 +43929160773941:43929161265626 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929161264960:43929161266425 26045:26051 hsa_signal_store_screlease(, 0) = void +43929161266955:43929161267642 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929161267313:43929161267950 26045:26051 hsa_signal_destroy() = 0 +43929161282365:43929161283005 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929161289306:43929161290160 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 4 +43929161290959:43929161291379 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 4 +43929161292331:43929161292932 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929161293799:43929161294196 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929161295193:43929161295762 26045:26045 hsa_signal_store_relaxed(, 4) = void +43929161297277:43929161297910 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929161303737:43929161304375 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929161306276:43929161306940 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929161311781:43929161312158 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 5 +43929161312911:43929161313244 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 4 +43929161314059:43929161314385 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929161315129:43929161315522 26045:26045 hsa_signal_store_relaxed(, 5) = void +43929161316594:43929163210848 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929163212468:43929163212966 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929163214605:43929163215208 26045:26045 hsa_signal_destroy() = 0 +43929163216250:43929163216683 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929163217711:43929163218146 26045:26045 hsa_signal_destroy() = 0 +43929163219554:43929163220608 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929163221589:43929163222062 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929163222971:43929163223501 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929163224327:43929163224734 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929163225688:43929163226096 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929163227177:43929163227868 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929163228737:43929163229335 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7230) = 0 +43929163230196:43929163232166 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e71f0) = 0 +43929163233029:43929163233872 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929163696128:43929163698891 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929163700289:43929163701008 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929163702034:43929163702553 26045:26051 hsa_signal_load_relaxed() = 1 +43929163234741:43929163704075 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929163703456:43929163704794 26045:26051 hsa_signal_store_screlease(, 0) = void +43929163705731:43929163706241 26045:26051 hsa_signal_destroy() = 0 +43929164147117:43929164147936 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929178649862:43929178650929 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929178655359:43929178656553 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929178658472:43929178661282 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929178666568:43929178667206 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929178668047:43929178668617 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929178669438:43929178669831 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929179111859:43929179112621 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929179114623:43929179115261 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929179116404:43929179117991 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7290) = 0 +43929179118993:43929179123011 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7250) = 0 +43929179123935:43929179125613 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929179610189:43929179613422 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929179614944:43929179615589 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929179616623:43929179617149 26045:26051 hsa_signal_load_relaxed() = 1 +43929179126429:43929179618696 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929179618022:43929179619409 26045:26051 hsa_signal_store_screlease(, 0) = void +43929179620092:43929179620761 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929179620294:43929179620913 26045:26051 hsa_signal_destroy() = 0 +43929179634963:43929179635601 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929179641290:43929179642083 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 6 +43929179642905:43929179643337 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 6 +43929179644251:43929179644846 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929179645660:43929179646056 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929179647017:43929179647589 26045:26045 hsa_signal_store_relaxed(, 6) = void +43929179649054:43929179649689 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929179655331:43929179655961 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929179657798:43929179658473 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929179659244:43929179659619 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 7 +43929179660363:43929179660694 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 6 +43929179661494:43929179661830 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929179662568:43929179662949 26045:26045 hsa_signal_store_relaxed(, 7) = void +43929179663993:43929181590303 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929181619484:43929181620179 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929181622284:43929181623063 26045:26045 hsa_signal_destroy() = 0 +43929181624207:43929181624657 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929181625685:43929181626121 26045:26045 hsa_signal_destroy() = 0 +43929181627577:43929181628983 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929181629946:43929181630483 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929181631416:43929181632029 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929181632871:43929181633296 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929181634336:43929181634826 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929181636098:43929181636820 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929181637788:43929181638679 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e72f0) = 0 +43929181639606:43929181642667 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e72b0) = 0 +43929181643594:43929181644746 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929182108436:43929182111061 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929182112513:43929182113244 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929182114295:43929182114831 26045:26051 hsa_signal_load_relaxed() = 1 +43929181645669:43929182116357 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929182115730:43929182117083 26045:26051 hsa_signal_store_screlease(, 0) = void +43929182118023:43929182118538 26045:26051 hsa_signal_destroy() = 0 +43929182554379:43929182555185 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929197179150:43929197180286 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929197185918:43929197186974 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929197188745:43929197191516 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929197192634:43929197193332 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929197194157:43929197194988 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929197195763:43929197196466 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929197639562:43929197640284 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929197642049:43929197642674 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929197647257:43929197648785 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7350) = 0 +43929197649713:43929197654010 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7310) = 0 +43929197654963:43929197656940 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929198141437:43929198144433 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929198146082:43929198146725 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929198147841:43929198148365 26045:26051 hsa_signal_load_relaxed() = 1 +43929197657834:43929198149905 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929198149238:43929198150606 26045:26051 hsa_signal_store_screlease(, 0) = void +43929198151096:43929198151774 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929198151491:43929198152129 26045:26051 hsa_signal_destroy() = 0 +43929198167682:43929198168323 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929198175602:43929198176160 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 8 +43929198177128:43929198177750 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 8 +43929198178659:43929198179237 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929198180069:43929198180442 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929198181609:43929198182207 26045:26045 hsa_signal_store_relaxed(, 8) = void +43929198183983:43929198184623 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929198192257:43929198192891 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929198195148:43929198195742 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929198196512:43929198196848 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 9 +43929198197583:43929198197928 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 8 +43929198198884:43929198199215 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929198199973:43929198200359 26045:26045 hsa_signal_store_relaxed(, 9) = void +43929198201386:43929200128344 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929200143210:43929200144035 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929200146713:43929200157867 26045:26045 hsa_signal_destroy() = 0 +43929200159014:43929200159451 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929200160450:43929200160892 26045:26045 hsa_signal_destroy() = 0 +43929200162403:43929200164055 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929200167276:43929200167811 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929200168708:43929200169341 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929200170181:43929200170596 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929200171699:43929200172179 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929200173447:43929200174157 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929200175140:43929200176074 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e73b0) = 0 +43929200177011:43929200180130 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7370) = 0 +43929200181071:43929200182179 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929200644644:43929200647296 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929200648747:43929200649480 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929200650537:43929200651072 26045:26051 hsa_signal_load_relaxed() = 1 +43929200183101:43929200652597 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929200651976:43929200653348 26045:26051 hsa_signal_store_screlease(, 0) = void +43929200654294:43929200654806 26045:26051 hsa_signal_destroy() = 0 +43929201088720:43929201089509 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929215718834:43929215719914 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929215725649:43929215726725 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929215729039:43929215732120 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929215733416:43929215734361 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929215735201:43929215735964 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929215736772:43929215737264 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929216190373:43929216191105 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929216192996:43929216193619 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929216194714:43929216196179 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7410) = 0 +43929216197150:43929216201580 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e73d0) = 0 +43929216202555:43929216204535 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929216689694:43929216692945 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929216694510:43929216695172 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929216701266:43929216701997 26045:26051 hsa_signal_load_relaxed() = 1 +43929216205397:43929216703557 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929216702875:43929216704289 26045:26051 hsa_signal_store_screlease(, 0) = void +43929216704826:43929216705552 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929216705207:43929216705812 26045:26051 hsa_signal_destroy() = 0 +43929216721433:43929216722081 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929216729835:43929216730394 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 10 +43929216731356:43929216731819 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 10 +43929216732766:43929216733379 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929216734157:43929216734514 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929216735712:43929216736308 26045:26045 hsa_signal_store_relaxed(, 10) = void +43929216737967:43929216738602 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929216744351:43929216744982 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929216747282:43929216747884 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929216748636:43929216748966 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 11 +43929216749702:43929216750028 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 10 +43929216750974:43929216751298 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929216752059:43929216752446 26045:26045 hsa_signal_store_relaxed(, 11) = void +43929216753399:43929218680911 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929218695538:43929218696359 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929218699102:43929218700184 26045:26045 hsa_signal_destroy() = 0 +43929218711318:43929218711815 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929218712855:43929218713295 26045:26045 hsa_signal_destroy() = 0 +43929218714750:43929218716150 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929218717153:43929218717672 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929218718550:43929218719175 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929218720014:43929218720432 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929218721475:43929218721952 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929218723210:43929218723921 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929218727837:43929218728720 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7470) = 0 +43929218729671:43929218732684 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7430) = 0 +43929218733630:43929218734736 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929219198227:43929219200879 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929219202327:43929219203055 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929219204110:43929219204646 26045:26051 hsa_signal_load_relaxed() = 1 +43929218735699:43929219206140 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929219205539:43929219206969 26045:26051 hsa_signal_store_screlease(, 0) = void +43929219207917:43929219208430 26045:26051 hsa_signal_destroy() = 0 +43929219642515:43929219643313 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929234217987:43929234219286 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929234225251:43929234226486 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929234228326:43929234231575 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929234232672:43929234233504 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929234234443:43929234235073 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929234235847:43929234236316 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929234679911:43929234680764 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929234682821:43929234683447 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929234684452:43929234685996 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e74d0) = 0 +43929234686956:43929234691271 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7490) = 0 +43929234692247:43929234694341 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929235178335:43929235181357 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929235182952:43929235183612 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929235184750:43929235185284 26045:26051 hsa_signal_load_relaxed() = 1 +43929234695209:43929235186827 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929235186173:43929235187551 26045:26051 hsa_signal_store_screlease(, 0) = void +43929235188065:43929235188739 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929235188437:43929235189044 26045:26051 hsa_signal_destroy() = 0 +43929235205469:43929235206116 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929235213466:43929235214267 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 12 +43929235215161:43929235215631 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 12 +43929235216590:43929235217178 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929235217960:43929235218316 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929235219451:43929235220050 26045:26045 hsa_signal_store_relaxed(, 12) = void +43929235221640:43929235222272 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929235228654:43929235229287 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929235231441:43929235232007 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929235232768:43929235233100 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 13 +43929235233842:43929235234170 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 12 +43929235235106:43929235235429 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929235236189:43929235236569 26045:26045 hsa_signal_store_relaxed(, 13) = void +43929235237581:43929237160160 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929237174446:43929237175262 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929237177922:43929237179008 26045:26045 hsa_signal_destroy() = 0 +43929237190705:43929237191174 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929237192184:43929237192667 26045:26045 hsa_signal_destroy() = 0 +43929237194163:43929237195597 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929237196571:43929237197090 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929237197976:43929237198604 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929237199445:43929237199859 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929237200897:43929237201377 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929237202625:43929237203337 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929237204319:43929237205149 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7530) = 0 +43929237206090:43929237209147 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e74f0) = 0 +43929237210086:43929237211200 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929237675533:43929237678209 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929237679660:43929237680392 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929237683765:43929237684303 26045:26051 hsa_signal_load_relaxed() = 1 +43929237212145:43929237685841 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929237685213:43929237686624 26045:26051 hsa_signal_store_screlease(, 0) = void +43929237687535:43929237688051 26045:26051 hsa_signal_destroy() = 0 +43929238128939:43929238129704 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929252725796:43929252726869 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929252732974:43929252734294 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929252736110:43929252739612 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929252740661:43929252741411 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929252742238:43929252742905 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929252743688:43929252744160 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929253190777:43929253191643 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929253193368:43929253193993 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929253195265:43929253196908 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7590) = 0 +43929253197819:43929253201962 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7550) = 0 +43929253203157:43929253205042 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929253688457:43929253691441 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929253693036:43929253693689 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929253694775:43929253695311 26045:26051 hsa_signal_load_relaxed() = 1 +43929253205908:43929253696857 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929253696201:43929253697573 26045:26051 hsa_signal_store_screlease(, 0) = void +43929253698146:43929253698827 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929253698459:43929253699064 26045:26051 hsa_signal_destroy() = 0 +43929253714551:43929253715198 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929253722920:43929253723480 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 14 +43929253724470:43929253724942 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 14 +43929253726040:43929253726634 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929253727442:43929253727801 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929253733506:43929253734114 26045:26045 hsa_signal_store_relaxed(, 14) = void +43929253735718:43929253736349 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929253742530:43929253743160 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929253745473:43929253745983 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929253746747:43929253747083 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 15 +43929253747824:43929253748182 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 14 +43929253749125:43929253749448 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929253750201:43929253750577 26045:26045 hsa_signal_store_relaxed(, 15) = void +43929253751529:43929255680707 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929255694849:43929255695682 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929255698416:43929255699480 26045:26045 hsa_signal_destroy() = 0 +43929255710585:43929255711081 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929255712120:43929255712567 26045:26045 hsa_signal_destroy() = 0 +43929255713971:43929255715488 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929255716461:43929255716985 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929255717913:43929255718542 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929255719370:43929255719788 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929255720851:43929255721330 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929255722588:43929255723299 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929255724278:43929255725216 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e75f0) = 0 +43929255726152:43929255729149 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e75b0) = 0 +43929255730081:43929255731194 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929256194930:43929256197868 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929256199312:43929256200047 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929256201104:43929256201639 26045:26051 hsa_signal_load_relaxed() = 1 +43929255732119:43929256203244 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929256202534:43929256203899 26045:26051 hsa_signal_store_screlease(, 0) = void +43929256204837:43929256205348 26045:26051 hsa_signal_destroy() = 0 +43929256640510:43929256641310 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929271251798:43929271252869 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929271258982:43929271260167 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929271262222:43929271265016 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929271266149:43929271266942 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929271267767:43929271268385 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929271269171:43929271269563 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929271715861:43929271716826 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929271718734:43929271719355 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929271720488:43929271722204 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7650) = 0 +43929271723228:43929271727704 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7610) = 0 +43929271728681:43929271730754 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929272216642:43929272219852 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929272221470:43929272222141 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929272223317:43929272223851 26045:26051 hsa_signal_load_relaxed() = 1 +43929271731620:43929272225641 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929272224932:43929272226347 26045:26051 hsa_signal_store_screlease(, 0) = void +43929272226937:43929272227617 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929272227229:43929272227782 26045:26051 hsa_signal_destroy() = 0 +43929272243792:43929272244434 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929272252112:43929272252669 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 16 +43929272253657:43929272254157 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 16 +43929272255189:43929272255788 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929272256660:43929272257019 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929272258161:43929272258767 26045:26045 hsa_signal_store_relaxed(, 16) = void +43929272260365:43929272261003 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929272267435:43929272268067 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929272270310:43929272270973 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929272271727:43929272272052 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 17 +43929272277434:43929272277791 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 16 +43929272278756:43929272279093 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929272279873:43929272280269 26045:26045 hsa_signal_store_relaxed(, 17) = void +43929272281334:43929274207445 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929274221831:43929274222647 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929274225298:43929274226388 26045:26045 hsa_signal_destroy() = 0 +43929274237620:43929274238115 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929274239132:43929274239570 26045:26045 hsa_signal_destroy() = 0 +43929274241108:43929274242524 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929274243495:43929274244033 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929274244918:43929274245551 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929274246381:43929274246795 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929274247842:43929274248326 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929274249590:43929274250301 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929274251287:43929274252158 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e76b0) = 0 +43929274253095:43929274256088 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7670) = 0 +43929274257046:43929274258217 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929274721699:43929274724363 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929274725841:43929274726575 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929274727630:43929274728165 26045:26051 hsa_signal_load_relaxed() = 1 +43929274259162:43929274729674 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929274729066:43929274730448 26045:26051 hsa_signal_store_screlease(, 0) = void +43929274731395:43929274731900 26045:26051 hsa_signal_destroy() = 0 +43929275171650:43929275172458 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929289814663:43929289815728 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929289821211:43929289822372 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929289824344:43929289827332 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929289828467:43929289829230 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929289835294:43929289836125 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929289837081:43929289837631 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929290279991:43929290280886 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929290282941:43929290283563 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929290284839:43929290286693 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7710) = 0 +43929290287578:43929290292217 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e76d0) = 0 +43929290293198:43929290295199 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929290779407:43929290782442 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929290784015:43929290784671 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929290785743:43929290786273 26045:26051 hsa_signal_load_relaxed() = 1 +43929290296105:43929290787781 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929290787120:43929290788507 26045:26051 hsa_signal_store_screlease(, 0) = void +43929290789005:43929290789685 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929290789393:43929290789997 26045:26051 hsa_signal_destroy() = 0 +43929290805692:43929290806339 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929290814130:43929290814698 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 18 +43929290815668:43929290816131 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 18 +43929290817177:43929290817824 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929290818598:43929290818959 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929290820094:43929290820689 26045:26045 hsa_signal_store_relaxed(, 18) = void +43929290822228:43929290822862 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929290829132:43929290829765 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929290832019:43929290832688 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929290833461:43929290833789 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 19 +43929290834524:43929290834863 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 18 +43929290835830:43929290836155 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929290836915:43929290837295 26045:26045 hsa_signal_store_relaxed(, 19) = void +43929290838242:43929292769269 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929292784099:43929292784930 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929292801324:43929292802112 26045:26045 hsa_signal_destroy() = 0 +43929292803246:43929292803702 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929292804745:43929292805232 26045:26045 hsa_signal_destroy() = 0 +43929292806646:43929292808146 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929292809118:43929292809648 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929292810530:43929292811149 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929292811978:43929292812404 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929292813446:43929292813932 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929292815217:43929292815938 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929292816904:43929292817747 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7770) = 0 +43929292818680:43929292821769 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7730) = 0 +43929292822699:43929292823821 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929293287543:43929293290171 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929293291608:43929293292339 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929293293394:43929293293927 26045:26051 hsa_signal_load_relaxed() = 1 +43929292824747:43929293295456 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929293294828:43929293296229 26045:26051 hsa_signal_store_screlease(, 0) = void +43929293297169:43929293297682 26045:26051 hsa_signal_destroy() = 0 +43929293731198:43929293731998 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929308305284:43929308306396 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929308312898:43929308314256 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929308316592:43929308320034 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929308321210:43929308322001 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929308322835:43929308323545 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929308324343:43929308324826 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929308797336:43929308798359 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929308800050:43929308800680 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929308801820:43929308803603 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e77d0) = 0 +43929308810863:43929308815573 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7790) = 0 +43929308816568:43929308818521 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929309302684:43929309305886 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929309307400:43929309308064 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929309309195:43929309309903 26045:26051 hsa_signal_load_relaxed() = 1 +43929308819426:43929309311430 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929309310761:43929309312330 26045:26051 hsa_signal_store_screlease(, 0) = void +43929309312617:43929309313281 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929309313215:43929309313876 26045:26051 hsa_signal_destroy() = 0 +43929309331592:43929309332237 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929309340681:43929309341462 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 20 +43929309342354:43929309342848 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 20 +43929309343848:43929309344463 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929309345292:43929309345659 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929309346815:43929309347431 26045:26045 hsa_signal_store_relaxed(, 20) = void +43929309348990:43929309349625 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929309355764:43929309356394 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929309358922:43929309359488 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929309360253:43929309360583 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 21 +43929309361319:43929309361667 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 20 +43929309362614:43929309362941 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929309363693:43929309364084 26045:26045 hsa_signal_store_relaxed(, 21) = void +43929309365079:43929311284734 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929311286913:43929311287458 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929311299847:43929311300769 26045:26045 hsa_signal_destroy() = 0 +43929311302019:43929311302523 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929311303568:43929311303999 26045:26045 hsa_signal_destroy() = 0 +43929311305694:43929311318216 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929311319282:43929311319760 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929311322230:43929311322860 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929311323689:43929311324097 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929311325039:43929311325459 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929311326492:43929311327210 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929311328088:43929311328947 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7830) = 0 +43929311329827:43929311332157 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e77f0) = 0 +43929311333022:43929311333916 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929311797220:43929311799875 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929311801316:43929311802044 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929311803091:43929311803628 26045:26051 hsa_signal_load_relaxed() = 1 +43929311334785:43929311805182 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929311804531:43929311805914 26045:26051 hsa_signal_store_screlease(, 0) = void +43929311806865:43929311807376 26045:26051 hsa_signal_destroy() = 0 +43929312247839:43929312248625 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929326889687:43929326890754 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929326895540:43929326896687 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929326898613:43929326901357 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929326902536:43929326903277 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929326904088:43929326904624 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929326905470:43929326905944 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929327364798:43929327365528 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929327367112:43929327367744 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929327369121:43929327370717 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7890) = 0 +43929327371734:43929327375787 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7850) = 0 +43929327376993:43929327378622 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929327863480:43929327866747 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929327868280:43929327868937 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929327870054:43929327870600 26045:26051 hsa_signal_load_relaxed() = 1 +43929327379570:43929327877083 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929327876377:43929327877847 26045:26051 hsa_signal_store_screlease(, 0) = void +43929327878483:43929327879159 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929327878736:43929327879394 26045:26051 hsa_signal_destroy() = 0 +43929327892901:43929327893541 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929327899425:43929327900216 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 22 +43929327901120:43929327901585 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 22 +43929327902498:43929327903111 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929327903920:43929327904363 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929327905260:43929327905838 26045:26045 hsa_signal_store_relaxed(, 22) = void +43929327906973:43929327907605 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929327913727:43929327914359 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929327916085:43929327916704 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929327917534:43929327917917 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 23 +43929327918667:43929327919005 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 22 +43929327919750:43929327920069 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929327920801:43929327921187 26045:26045 hsa_signal_store_relaxed(, 23) = void +43929327922222:43929329851018 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929329865504:43929329866314 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929329869352:43929329870430 26045:26045 hsa_signal_destroy() = 0 +43929329881044:43929329881493 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929329882793:43929329883233 26045:26045 hsa_signal_destroy() = 0 +43929329884759:43929329886177 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929329887151:43929329887676 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929329888659:43929329889291 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929329890379:43929329890792 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929329891833:43929329892304 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929329893559:43929329894274 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929329895258:43929329896150 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e78f0) = 0 +43929329899770:43929329902820 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e78b0) = 0 +43929329903768:43929329904919 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929330368802:43929330371754 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929330373204:43929330373942 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929330374996:43929330375534 26045:26051 hsa_signal_load_relaxed() = 1 +43929329905876:43929330377049 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929330376435:43929330377817 26045:26051 hsa_signal_store_screlease(, 0) = void +43929330378762:43929330379282 26045:26051 hsa_signal_destroy() = 0 +43929330814011:43929330814808 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929345436429:43929345437550 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929345443280:43929345444823 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929345447265:43929345450204 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929345451284:43929345452049 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929345452886:43929345453579 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929345454357:43929345454826 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929345908768:43929345909577 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929345911313:43929345911940 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929345912945:43929345914406 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7950) = 0 +43929345915510:43929345919877 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7910) = 0 +43929345920946:43929345922879 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929346406344:43929346409548 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929346411039:43929346411696 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929346412853:43929346413387 26045:26051 hsa_signal_load_relaxed() = 1 +43929345923744:43929346414924 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929346414271:43929346415663 26045:26051 hsa_signal_store_screlease(, 0) = void +43929346416177:43929346416857 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929346416550:43929346417193 26045:26051 hsa_signal_destroy() = 0 +43929346433013:43929346433667 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929346445041:43929346445675 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 24 +43929346446541:43929346447181 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 24 +43929346448149:43929346448742 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929346449582:43929346449941 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929346451082:43929346451682 26045:26045 hsa_signal_store_relaxed(, 24) = void +43929346453455:43929346454100 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929346460558:43929346461190 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929346463398:43929346463964 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929346464721:43929346465050 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 25 +43929346465789:43929346466122 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 24 +43929346467057:43929346467380 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929346468134:43929346468517 26045:26045 hsa_signal_store_relaxed(, 25) = void +43929346469525:43929348402329 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929348416671:43929348417491 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929348420171:43929348421255 26045:26045 hsa_signal_destroy() = 0 +43929348432355:43929348432865 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929348433858:43929348434338 26045:26045 hsa_signal_destroy() = 0 +43929348436016:43929348437434 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929348438411:43929348438935 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929348439846:43929348440472 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929348441299:43929348441715 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929348442754:43929348443236 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929348444506:43929348445219 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929348446203:43929348447101 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e79b0) = 0 +43929348448035:43929348451122 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7970) = 0 +43929348452066:43929348453196 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929348915642:43929348918354 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929348919793:43929348920520 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929348924662:43929348925201 26045:26051 hsa_signal_load_relaxed() = 1 +43929348454147:43929348926708 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929348926102:43929348927439 26045:26051 hsa_signal_store_screlease(, 0) = void +43929348928354:43929348928871 26045:26051 hsa_signal_destroy() = 0 +43929349362276:43929349363090 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929363939143:43929363940215 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929363946248:43929363947269 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929363949461:43929363952630 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929363953969:43929363954645 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929363955471:43929363956097 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929363956902:43929363957371 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929364438479:43929364439223 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929364441151:43929364441779 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929364443010:43929364444680 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7a10) = 0 +43929364445747:43929364449916 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e79d0) = 0 +43929364450948:43929364452562 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929364935662:43929364938668 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929364940171:43929364940830 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929364941997:43929364942538 26045:26051 hsa_signal_load_relaxed() = 1 +43929364453430:43929364944090 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929364943427:43929364944822 26045:26051 hsa_signal_store_screlease(, 0) = void +43929364945321:43929364945994 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929364945805:43929364946440 26045:26051 hsa_signal_destroy() = 0 +43929364962915:43929364963566 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929364971278:43929364971926 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 26 +43929364972821:43929364973295 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 26 +43929364974242:43929364974840 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929364975651:43929364976012 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929364977168:43929364977760 26045:26045 hsa_signal_store_relaxed(, 26) = void +43929364984324:43929364984960 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929364991337:43929364991968 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929364994132:43929364994637 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929364995400:43929364995727 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 27 +43929364996467:43929364996809 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 26 +43929364997699:43929364998025 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929364998785:43929364999169 26045:26045 hsa_signal_store_relaxed(, 27) = void +43929365000103:43929366920667 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929366935111:43929366935945 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929366938576:43929366939668 26045:26045 hsa_signal_destroy() = 0 +43929366950251:43929366950750 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929366951800:43929366952240 26045:26045 hsa_signal_destroy() = 0 +43929366953736:43929366955151 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929366956125:43929366956648 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929366957576:43929366958205 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929366959034:43929366959446 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929366960479:43929366960953 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929366962214:43929366962928 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929366963905:43929366964839 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7a70) = 0 +43929366965765:43929366968776 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7a30) = 0 +43929366969794:43929366970997 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929367434790:43929367437382 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929367438807:43929367439537 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929367440594:43929367441127 26045:26051 hsa_signal_load_relaxed() = 1 +43929366971948:43929367442634 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929367442026:43929367443385 26045:26051 hsa_signal_store_screlease(, 0) = void +43929367444324:43929367444850 26045:26051 hsa_signal_destroy() = 0 +43929367887135:43929367887947 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929382526761:43929382527816 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929382533568:43929382534649 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929382536676:43929382539712 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929382540855:43929382541638 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929382542481:43929382543180 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929382543980:43929382544450 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929383022222:43929383023142 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929383024840:43929383025466 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929383026469:43929383027894 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7ad0) = 0 +43929383028917:43929383032847 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7a90) = 0 +43929383033845:43929383035708 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929383519641:43929383522730 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929383524253:43929383525050 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929383526172:43929383526710 26045:26051 hsa_signal_load_relaxed() = 1 +43929383036750:43929383528265 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929383527609:43929383529018 26045:26051 hsa_signal_store_screlease(, 0) = void +43929383529495:43929383530174 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929383529903:43929383530563 26045:26051 hsa_signal_destroy() = 0 +43929383546413:43929383547064 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929383554505:43929383555151 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 28 +43929383556036:43929383556501 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 28 +43929383557614:43929383558239 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929383559043:43929383559404 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929383560562:43929383561153 26045:26045 hsa_signal_store_relaxed(, 28) = void +43929383562711:43929383563347 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929383569700:43929383570330 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929383572561:43929383573326 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929383574086:43929383574414 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 29 +43929383575150:43929383575494 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 28 +43929383580666:43929383581015 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929383581774:43929383582156 26045:26045 hsa_signal_store_relaxed(, 29) = void +43929383583144:43929385506452 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929385520818:43929385521633 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929385524496:43929385525579 26045:26045 hsa_signal_destroy() = 0 +43929385536675:43929385537157 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929385538250:43929385538692 26045:26045 hsa_signal_destroy() = 0 +43929385540199:43929385541641 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929385542627:43929385543146 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929385544056:43929385544686 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929385545527:43929385545947 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929385547000:43929385547487 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929385548760:43929385549473 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929385550455:43929385551329 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7b30) = 0 +43929385552265:43929385555341 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7af0) = 0 +43929385556288:43929385557399 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929386020524:43929386023155 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929386024609:43929386025341 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929386026394:43929386026933 26045:26051 hsa_signal_load_relaxed() = 1 +43929385558347:43929386028433 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929386027828:43929386029272 26045:26051 hsa_signal_store_screlease(, 0) = void +43929386030213:43929386030721 26045:26051 hsa_signal_destroy() = 0 +43929386465847:43929386466653 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929401098385:43929401099456 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929401105161:43929401106332 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929401108450:43929401111208 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929401112591:43929401113344 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929401114186:43929401114792 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929401120946:43929401121434 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929401575328:43929401576258 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929401577869:43929401578507 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929401579616:43929401581201 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7b90) = 0 +43929401582144:43929401586383 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7b50) = 0 +43929401587336:43929401589262 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929402057421:43929402060466 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929402061985:43929402062654 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929402063778:43929402064310 26045:26051 hsa_signal_load_relaxed() = 1 +43929401590219:43929402065841 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929402065181:43929402066571 26045:26051 hsa_signal_store_screlease(, 0) = void +43929402067139:43929402067819 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929402067458:43929402068104 26045:26051 hsa_signal_destroy() = 0 +43929402083730:43929402084396 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929402092066:43929402092714 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 30 +43929402093605:43929402094079 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 30 +43929402095007:43929402095624 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929402096407:43929402096764 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929402097907:43929402098500 26045:26045 hsa_signal_store_relaxed(, 30) = void +43929402100129:43929402100759 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929402108690:43929402109317 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929402111515:43929402112149 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929402112903:43929402113226 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 31 +43929402113968:43929402114305 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 30 +43929402115239:43929402115566 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929402116319:43929402116699 26045:26045 hsa_signal_store_relaxed(, 31) = void +43929402117638:43929402675171 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929402688138:43929402688910 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929402691395:43929402692409 26045:26045 hsa_signal_destroy() = 0 +43929402706485:43929402707005 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929402707968:43929402708409 26045:26045 hsa_signal_destroy() = 0 +43929402709899:43929402711211 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929402712085:43929402712558 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929402713369:43929402713981 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929402714735:43929402715111 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929402716054:43929402716485 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929402717620:43929402718263 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929402719144:43929402719915 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7bf0) = 0 +43929402720758:43929402723238 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7bb0) = 0 +43929402724084:43929402725102 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929403216040:43929403218851 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929403220193:43929403220853 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929403221808:43929403222286 26045:26051 hsa_signal_load_relaxed() = 1 +43929402725922:43929403223744 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929403223092:43929403224356 26045:26051 hsa_signal_store_screlease(, 0) = void +43929403225199:43929403225667 26045:26051 hsa_signal_destroy() = 0 +43929403667394:43929403668254 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929418298409:43929418299474 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929418305197:43929418306476 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929418308419:43929418310898 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929418311992:43929418312745 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929418313568:43929418314149 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929418314920:43929418315396 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929418771823:43929418772575 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929418774462:43929418775092 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929418776123:43929418777795 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7c50) = 0 +43929418778810:43929418783188 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7c10) = 0 +43929418787985:43929418789976 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929419258162:43929419261187 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929419262645:43929419263304 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929419264398:43929419264939 26045:26051 hsa_signal_load_relaxed() = 1 +43929418790831:43929419266449 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929419265808:43929419267195 26045:26051 hsa_signal_store_screlease(, 0) = void +43929419267659:43929419268339 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929419268081:43929419268732 26045:26051 hsa_signal_destroy() = 0 +43929419284201:43929419284856 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929419292618:43929419293264 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 32 +43929419294310:43929419294774 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 32 +43929419295796:43929419296402 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929419297238:43929419297592 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929419298717:43929419299312 26045:26045 hsa_signal_store_relaxed(, 32) = void +43929419300924:43929419301555 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929419307607:43929419308238 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929419310815:43929419311380 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929419312140:43929419312471 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 33 +43929419313206:43929419313560 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 32 +43929419314430:43929419314752 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929419315509:43929419315891 26045:26045 hsa_signal_store_relaxed(, 33) = void +43929419316913:43929419873409 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929419886980:43929419887753 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929419890282:43929419891325 26045:26045 hsa_signal_destroy() = 0 +43929419892530:43929419893356 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929419903932:43929419904333 26045:26045 hsa_signal_destroy() = 0 +43929419905803:43929419907124 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929419908004:43929419908477 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929419909268:43929419909836 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929419914629:43929419915011 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929419915967:43929419916402 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929419917543:43929419918179 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929419919061:43929419919909 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7cb0) = 0 +43929419920752:43929419923252 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7c70) = 0 +43929419924099:43929419925097 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929420429654:43929420432285 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929420433618:43929420434276 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929420435222:43929420435703 26045:26051 hsa_signal_load_relaxed() = 1 +43929419925957:43929420437260 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929420436508:43929420437759 26045:26051 hsa_signal_store_screlease(, 0) = void +43929420438602:43929420439064 26045:26051 hsa_signal_destroy() = 0 +43929420880916:43929420881765 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929435490072:43929435491275 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929435497504:43929435498675 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929435500516:43929435503557 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929435504640:43929435505468 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929435506294:43929435506993 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929435507832:43929435508320 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929435965425:43929435966336 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929435968320:43929435968956 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929435969981:43929435971535 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7d10) = 0 +43929435972551:43929435976763 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7cd0) = 0 +43929435977802:43929435979967 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929436460732:43929436463734 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929436465179:43929436465824 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929436466965:43929436467487 26045:26051 hsa_signal_load_relaxed() = 1 +43929435980885:43929436469098 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929436468370:43929436469754 26045:26051 hsa_signal_store_screlease(, 0) = void +43929436473776:43929436474410 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929436474949:43929436475540 26045:26051 hsa_signal_destroy() = 0 +43929436493052:43929436493709 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929436501562:43929436502211 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 34 +43929436503201:43929436503662 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 34 +43929436504596:43929436505248 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929436506094:43929436506459 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929436507599:43929436508205 26045:26045 hsa_signal_store_relaxed(, 34) = void +43929436509848:43929436510479 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929436517110:43929436517744 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929436519895:43929436520665 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929436521414:43929436521741 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 35 +43929436522477:43929436522814 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 34 +43929436523756:43929436524084 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929436524850:43929436525231 26045:26045 hsa_signal_store_relaxed(, 35) = void +43929436526185:43929437082748 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929437096284:43929437097057 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929437099554:43929437100561 26045:26045 hsa_signal_destroy() = 0 +43929437101769:43929437102212 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929437112657:43929437113123 26045:26045 hsa_signal_destroy() = 0 +43929437114494:43929437116068 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929437116950:43929437117417 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929437118220:43929437118785 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929437119532:43929437119907 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929437120852:43929437121288 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929437122416:43929437123059 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929437123944:43929437124705 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7d70) = 0 +43929437127503:43929437130206 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7d30) = 0 +43929437131061:43929437132104 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929437625299:43929437627771 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929437629115:43929437629772 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929437630729:43929437631211 26045:26051 hsa_signal_load_relaxed() = 1 +43929437132958:43929437632681 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929437632022:43929437633306 26045:26051 hsa_signal_store_screlease(, 0) = void +43929437634150:43929437634612 26045:26051 hsa_signal_destroy() = 0 +43929438077750:43929438078605 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929452739469:43929452740544 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929452746614:43929452747634 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929452749806:43929452752512 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929452753563:43929452754234 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929452755058:43929452755719 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929452756496:43929452756968 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929453244764:43929453245500 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929453247518:43929453248139 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929453249151:43929453250593 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7dd0) = 0 +43929453251621:43929453255586 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7d90) = 0 +43929453256644:43929453258576 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929453725817:43929453728826 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929453730291:43929453730939 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929453732052:43929453732584 26045:26051 hsa_signal_load_relaxed() = 1 +43929453259503:43929453734137 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929453733477:43929453734857 26045:26051 hsa_signal_store_screlease(, 0) = void +43929453735402:43929453736144 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929453735811:43929453736474 26045:26051 hsa_signal_destroy() = 0 +43929453752199:43929453752858 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929453760731:43929453761378 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 36 +43929453766047:43929453766676 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 36 +43929453767660:43929453768287 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929453769128:43929453769481 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929453770624:43929453771247 26045:26045 hsa_signal_store_relaxed(, 36) = void +43929453772813:43929453773449 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929453779948:43929453780583 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929453782926:43929453783515 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929453784264:43929453784590 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 37 +43929453785337:43929453785668 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 36 +43929453786626:43929453786972 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929453787727:43929453788108 26045:26045 hsa_signal_store_relaxed(, 37) = void +43929453789073:43929454347961 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929454361392:43929454362169 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929454364625:43929454365634 26045:26045 hsa_signal_destroy() = 0 +43929454366849:43929454367712 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929454378742:43929454379197 26045:26045 hsa_signal_destroy() = 0 +43929454380652:43929454381980 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929454382871:43929454383344 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929454384176:43929454384733 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929454385495:43929454385866 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929454386805:43929454387236 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929454388366:43929454389004 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929454389895:43929454390684 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7e30) = 0 +43929454391524:43929454393988 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7df0) = 0 +43929454394845:43929454395867 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929454887819:43929454890347 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929454891667:43929454892324 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929454893278:43929454893766 26045:26051 hsa_signal_load_relaxed() = 1 +43929454396714:43929454897880 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929454897221:43929454898449 26045:26051 hsa_signal_store_screlease(, 0) = void +43929454899283:43929454899739 26045:26051 hsa_signal_destroy() = 0 +43929455342180:43929455343023 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929469997961:43929469999088 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929470004910:43929470006011 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929470008006:43929470011172 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929470012265:43929470013027 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929470013864:43929470014616 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929470015429:43929470015899 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929470471749:43929470472484 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929470474119:43929470474751 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929470475810:43929470477224 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7e90) = 0 +43929470478252:43929470482236 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7e50) = 0 +43929470483240:43929470485202 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929470953625:43929470956677 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929470958190:43929470958847 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929470960002:43929470960534 26045:26051 hsa_signal_load_relaxed() = 1 +43929470486075:43929470962106 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929470961442:43929470962831 26045:26051 hsa_signal_store_screlease(, 0) = void +43929470963393:43929470964163 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929470963803:43929470964447 26045:26051 hsa_signal_destroy() = 0 +43929470980410:43929470981056 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929470988947:43929470989574 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 38 +43929470990385:43929470990849 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 38 +43929470991800:43929470992403 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929470993216:43929470993572 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929470994733:43929470995325 26045:26045 hsa_signal_store_relaxed(, 38) = void +43929470996944:43929470997580 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929471009036:43929471009668 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929471011863:43929471012364 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929471013142:43929471013481 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 39 +43929471014213:43929471014545 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 38 +43929471015483:43929471015812 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929471016577:43929471016968 26045:26045 hsa_signal_store_relaxed(, 39) = void +43929471017961:43929471572217 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929471585584:43929471586363 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929471588851:43929471589866 26045:26045 hsa_signal_destroy() = 0 +43929471591086:43929471591610 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929471592678:43929471603111 26045:26045 hsa_signal_destroy() = 0 +43929471604549:43929471605879 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929471606765:43929471607245 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929471608056:43929471608616 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929471609364:43929471609747 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929471610687:43929471611127 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929471612260:43929471612914 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929471613793:43929471614650 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7ef0) = 0 +43929471615485:43929471618200 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7eb0) = 0 +43929471619043:43929471620063 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929472112280:43929472114775 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929472116099:43929472116765 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929472117710:43929472118196 26045:26051 hsa_signal_load_relaxed() = 1 +43929471620908:43929472119739 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929472119000:43929472120239 26045:26051 hsa_signal_store_screlease(, 0) = void +43929472121079:43929472121541 26045:26051 hsa_signal_destroy() = 0 +43929472565326:43929472566182 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929487180702:43929487181757 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929487193391:43929487194579 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929487196566:43929487199735 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929487200757:43929487201515 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929487202348:43929487203031 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929487214273:43929487214765 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929487669497:43929487670327 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929487672115:43929487672739 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929487673750:43929487675440 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7f50) = 0 +43929487676660:43929487680909 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7f10) = 0 +43929487681874:43929487683804 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929488151795:43929488155094 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929488156598:43929488157247 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929488158369:43929488158895 26045:26051 hsa_signal_load_relaxed() = 1 +43929487684728:43929488160504 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929488159745:43929488161169 26045:26051 hsa_signal_store_screlease(, 0) = void +43929488161906:43929488162598 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929488162105:43929488162766 26045:26051 hsa_signal_destroy() = 0 +43929488178744:43929488179391 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929488187214:43929488187854 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 40 +43929488188746:43929488189223 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 40 +43929488190158:43929488190766 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929488191628:43929488191995 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929488193164:43929488193768 26045:26045 hsa_signal_store_relaxed(, 40) = void +43929488195355:43929488195990 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929488202476:43929488203104 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929488205341:43929488205984 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929488206751:43929488207085 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 41 +43929488207822:43929488208174 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 40 +43929488209142:43929488209465 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929488211804:43929488212188 26045:26045 hsa_signal_store_relaxed(, 41) = void +43929488213230:43929488773874 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929488787262:43929488788032 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929488790520:43929488791543 26045:26045 hsa_signal_destroy() = 0 +43929488792797:43929488793243 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929488794235:43929488804187 26045:26045 hsa_signal_destroy() = 0 +43929488805556:43929488807086 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929488807970:43929488808443 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929488809239:43929488809799 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929488810544:43929488810921 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929488811872:43929488812311 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929488813445:43929488814086 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929488814967:43929488815762 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e7fb0) = 0 +43929488816608:43929488819074 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7f70) = 0 +43929488819936:43929488820966 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929489313167:43929489315769 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929489317084:43929489317736 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929489318687:43929489319165 26045:26051 hsa_signal_load_relaxed() = 1 +43929488821816:43929489320628 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929489319976:43929489321221 26045:26051 hsa_signal_store_screlease(, 0) = void +43929489322064:43929489322526 26045:26051 hsa_signal_destroy() = 0 +43929489762742:43929489763584 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929504399790:43929504400861 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929504407143:43929504408158 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929504410099:43929504413297 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929504414378:43929504415128 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929504415958:43929504416552 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929504417320:43929504417792 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929504891368:43929504892193 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929504896527:43929504897150 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929504898162:43929504899703 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8010) = 0 +43929504900751:43929504905066 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e7fd0) = 0 +43929504905961:43929504907938 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929505376510:43929505379778 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929505381293:43929505381959 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929505383055:43929505383588 26045:26051 hsa_signal_load_relaxed() = 1 +43929504908775:43929505385120 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929505384440:43929505385831 26045:26051 hsa_signal_store_screlease(, 0) = void +43929505386386:43929505387086 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929505386757:43929505387401 26045:26051 hsa_signal_destroy() = 0 +43929505403909:43929505404552 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929505412446:43929505413213 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 42 +43929505414098:43929505414563 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 42 +43929505415484:43929505416097 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929505416940:43929505417300 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929505418435:43929505419037 26045:26045 hsa_signal_store_relaxed(, 42) = void +43929505420666:43929505421296 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929505427663:43929505428294 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929505430359:43929505430985 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929505431749:43929505432083 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 43 +43929505432818:43929505433169 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 42 +43929505434127:43929505434446 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929505435199:43929505435582 26045:26045 hsa_signal_store_relaxed(, 43) = void +43929505436526:43929505991688 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929505993678:43929505994175 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929505995648:43929505996212 26045:26045 hsa_signal_destroy() = 0 +43929506008060:43929506008551 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929506013801:43929506014282 26045:26045 hsa_signal_destroy() = 0 +43929506025613:43929506026700 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929506027548:43929506027981 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929506028750:43929506029226 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929506029963:43929506030329 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929506031184:43929506031588 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929506032555:43929506033181 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929506033973:43929506034503 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8070) = 0 +43929506035270:43929506037257 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8030) = 0 +43929506038036:43929506038766 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929506531086:43929506533511 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929506534863:43929506535516 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929506536458:43929506536940 26045:26051 hsa_signal_load_relaxed() = 1 +43929506039535:43929506538396 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929506537748:43929506539003 26045:26051 hsa_signal_store_screlease(, 0) = void +43929506539849:43929506540319 26045:26051 hsa_signal_destroy() = 0 +43929506979890:43929506980740 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929521606516:43929521607582 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929521612368:43929521613558 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929521615712:43929521618393 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929521619548:43929521620239 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929521621059:43929521621640 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929521622512:43929521622999 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929522089602:43929522090942 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929522092781:43929522093405 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929522094442:43929522096064 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e80d0) = 0 +43929522097095:43929522100999 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8090) = 0 +43929522101981:43929522103783 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929522570994:43929522574128 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929522575681:43929522576340 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929522577545:43929522578082 26045:26051 hsa_signal_load_relaxed() = 1 +43929522108460:43929522579619 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929522578956:43929522580337 26045:26051 hsa_signal_store_screlease(, 0) = void +43929522581132:43929522581812 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929522581220:43929522581867 26045:26051 hsa_signal_destroy() = 0 +43929522596321:43929522596974 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929522603085:43929522603677 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 44 +43929522604636:43929522605064 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 44 +43929522606018:43929522606600 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929522607383:43929522607827 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929522608833:43929522609416 26045:26045 hsa_signal_store_relaxed(, 44) = void +43929522610848:43929522611479 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929522617491:43929522618126 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929522619796:43929522620354 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929522621178:43929522621508 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 45 +43929522622246:43929522622578 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 44 +43929522623318:43929522623644 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929522624387:43929522624831 26045:26045 hsa_signal_store_relaxed(, 45) = void +43929522626050:43929523185591 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929523187066:43929523187544 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929523188893:43929523189442 26045:26045 hsa_signal_destroy() = 0 +43929523190338:43929523201030 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929523202010:43929523202403 26045:26045 hsa_signal_destroy() = 0 +43929523204031:43929523206022 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929523207051:43929523207570 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929523208432:43929523218500 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929523221064:43929523221443 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929523222320:43929523222705 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929523223656:43929523224285 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929523225076:43929523225684 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8130) = 0 +43929523226448:43929523228277 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e80f0) = 0 +43929523229053:43929523229777 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929523722771:43929523725183 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929523726518:43929523727170 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929523728111:43929523728594 26045:26051 hsa_signal_load_relaxed() = 1 +43929523230574:43929523730061 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929523729410:43929523730641 26045:26051 hsa_signal_store_screlease(, 0) = void +43929523731489:43929523731954 26045:26051 hsa_signal_destroy() = 0 +43929524180065:43929524180903 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929538838351:43929538839423 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929538843920:43929538844942 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929538846880:43929538849203 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929538850294:43929538851178 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929538851995:43929538852708 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929538853651:43929538854147 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929539321625:43929539322518 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929539324025:43929539324648 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929539326003:43929539327871 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8190) = 0 +43929539328893:43929539333016 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8150) = 0 +43929539334007:43929539335511 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929539803747:43929539806785 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929539808367:43929539809038 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929539810200:43929539810737 26045:26051 hsa_signal_load_relaxed() = 1 +43929539336426:43929539812348 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929539811705:43929539813097 26045:26051 hsa_signal_store_screlease(, 0) = void +43929539813800:43929539814430 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929539818959:43929539819657 26045:26051 hsa_signal_destroy() = 0 +43929539831849:43929539832481 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929539838051:43929539838832 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 46 +43929539839787:43929539840214 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 46 +43929539841086:43929539841729 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929539842516:43929539842966 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929539843920:43929539844494 26045:26045 hsa_signal_store_relaxed(, 46) = void +43929539845818:43929539846449 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929539852521:43929539853156 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929539854760:43929539855383 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929539856208:43929539856590 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 47 +43929539857328:43929539857659 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 46 +43929539858402:43929539858722 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929539859462:43929539859837 26045:26045 hsa_signal_store_relaxed(, 47) = void +43929539860866:43929540413762 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929540415249:43929540415744 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929540417184:43929540417736 26045:26045 hsa_signal_destroy() = 0 +43929540418709:43929540429343 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929540430346:43929540430743 26045:26045 hsa_signal_destroy() = 0 +43929540432337:43929540434147 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929540435194:43929540435765 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929540436635:43929540437115 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929540447290:43929540447674 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929540448564:43929540448998 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929540449978:43929540450619 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929540451417:43929540451955 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e81f0) = 0 +43929540452717:43929540454585 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e81b0) = 0 +43929540456736:43929540457513 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929540949826:43929540952315 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929540953654:43929540954309 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929540955252:43929540955733 26045:26051 hsa_signal_load_relaxed() = 1 +43929540458321:43929540957188 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929540956539:43929540957819 26045:26051 hsa_signal_store_screlease(, 0) = void +43929540958670:43929540959137 26045:26051 hsa_signal_destroy() = 0 +43929541399790:43929541400616 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929556033565:43929556034639 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929556039249:43929556040423 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929556042920:43929556045332 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929556046399:43929556047138 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929556047963:43929556048620 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929556049414:43929556049881 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929556535933:43929556536668 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929556538205:43929556538832 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929556540051:43929556541685 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8250) = 0 +43929556542781:43929556546715 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8210) = 0 +43929556547687:43929556549317 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929557016936:43929557020017 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929557021614:43929557022260 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929557023438:43929557024121 26045:26051 hsa_signal_load_relaxed() = 1 +43929556550233:43929557025676 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929557025024:43929557026403 26045:26051 hsa_signal_store_screlease(, 0) = void +43929557026975:43929557027656 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929557027291:43929557027964 26045:26051 hsa_signal_destroy() = 0 +43929557041536:43929557042172 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929557048206:43929557048863 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 48 +43929557049818:43929557050221 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 48 +43929557056477:43929557057085 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929557057868:43929557058313 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929557059271:43929557059879 26045:26045 hsa_signal_store_relaxed(, 48) = void +43929557061219:43929557061860 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929557067527:43929557068155 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929557070025:43929557070609 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929557071438:43929557071820 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 49 +43929557072558:43929557072882 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 48 +43929557073621:43929557073938 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929557074677:43929557075057 26045:26045 hsa_signal_store_relaxed(, 49) = void +43929557076085:43929557637968 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929557651579:43929557652353 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929557655086:43929557656097 26045:26045 hsa_signal_destroy() = 0 +43929557657407:43929557658073 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929557668606:43929557669056 26045:26045 hsa_signal_destroy() = 0 +43929557670545:43929557671857 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929557672742:43929557673216 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929557674073:43929557674643 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929557675393:43929557675768 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929557676715:43929557677153 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929557678290:43929557678929 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929557679815:43929557680648 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e82b0) = 0 +43929557681498:43929557684218 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8270) = 0 +43929557685069:43929557686219 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929558178255:43929558180790 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929558182104:43929558182761 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929558183709:43929558184192 26045:26051 hsa_signal_load_relaxed() = 1 +43929557687069:43929558185658 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929558185000:43929558186229 26045:26051 hsa_signal_store_screlease(, 0) = void +43929558190285:43929558190745 26045:26051 hsa_signal_destroy() = 0 +43929558633220:43929558634070 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929573275474:43929573276546 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929573282557:43929573283537 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929573285810:43929573288319 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929573289399:43929573290193 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929573291041:43929573291735 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929573292536:43929573293006 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929573778001:43929573778737 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929573780535:43929573781157 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929573782304:43929573783673 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8310) = 0 +43929573784697:43929573788940 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e82d0) = 0 +43929573790080:43929573792049 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929574258542:43929574261819 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929574263312:43929574263968 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929574265130:43929574265670 26045:26051 hsa_signal_load_relaxed() = 1 +43929573793045:43929574267235 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929574266583:43929574267971 26045:26051 hsa_signal_store_screlease(, 0) = void +43929574268497:43929574269176 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929574268853:43929574269499 26045:26051 hsa_signal_destroy() = 0 +43929574284841:43929574285490 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929574293437:43929574294075 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 50 +43929574294950:43929574295539 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 50 +43929574296493:43929574297091 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929574297909:43929574298264 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929574299428:43929574300035 26045:26045 hsa_signal_store_relaxed(, 50) = void +43929574301676:43929574302318 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929574308749:43929574309378 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929574316109:43929574316718 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929574317486:43929574317821 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 51 +43929574318554:43929574318893 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 50 +43929574319853:43929574320187 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929574320944:43929574321339 26045:26045 hsa_signal_store_relaxed(, 51) = void +43929574322299:43929574877016 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929574890422:43929574891204 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929574893692:43929574894762 26045:26045 hsa_signal_destroy() = 0 +43929574896008:43929574896652 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929574907699:43929574908128 26045:26045 hsa_signal_destroy() = 0 +43929574909535:43929574910912 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929574911792:43929574912256 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929574913084:43929574913647 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929574914389:43929574914760 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929574915713:43929574916146 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929574917276:43929574917921 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929574918810:43929574919660 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8370) = 0 +43929574920502:43929574922970 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8330) = 0 +43929574923822:43929574924850 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929575417602:43929575420105 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929575421433:43929575422085 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929575423035:43929575423516 26045:26051 hsa_signal_load_relaxed() = 1 +43929574925689:43929575424997 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929575424332:43929575425626 26045:26051 hsa_signal_store_screlease(, 0) = void +43929575426463:43929575426923 26045:26051 hsa_signal_destroy() = 0 +43929575869413:43929575870249 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929590505356:43929590506470 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929590512659:43929590513646 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929590521288:43929590524450 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929590525563:43929590526289 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929590527113:43929590538075 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929590538945:43929590539438 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929590997057:43929590997927 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929590999569:43929591000190 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929591001221:43929591002972 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e83d0) = 0 +43929591003958:43929591008560 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8390) = 0 +43929591009517:43929591011612 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929591478365:43929591481378 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929591482879:43929591483533 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929591484657:43929591485187 26045:26051 hsa_signal_load_relaxed() = 1 +43929591012518:43929591486695 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929591486060:43929591487450 26045:26051 hsa_signal_store_screlease(, 0) = void +43929591487951:43929591488632 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929591488334:43929591488990 26045:26051 hsa_signal_destroy() = 0 +43929591506297:43929591506965 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929591514616:43929591515251 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 52 +43929591516133:43929591516601 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 52 +43929591517583:43929591518208 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929591519047:43929591519402 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929591520540:43929591521145 26045:26045 hsa_signal_store_relaxed(, 52) = void +43929591522846:43929591523477 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929591529728:43929591530360 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929591532527:43929591533166 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929591533926:43929591534257 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 53 +43929591534991:43929591535323 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 52 +43929591536272:43929591536600 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929591537353:43929591537734 26045:26045 hsa_signal_store_relaxed(, 53) = void +43929591539669:43929592094058 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929592107637:43929592108406 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929592110842:43929592111853 26045:26045 hsa_signal_destroy() = 0 +43929592113133:43929592113574 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929592123995:43929592124462 26045:26045 hsa_signal_destroy() = 0 +43929592125879:43929592127210 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929592128087:43929592128559 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929592129350:43929592129921 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929592130670:43929592131042 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929592131989:43929592132426 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929592133557:43929592134200 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929592135081:43929592135886 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8430) = 0 +43929592136729:43929592139470 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e83f0) = 0 +43929592140321:43929592141338 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929592632657:43929592635123 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929592636446:43929592637105 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929592638056:43929592638542 26045:26051 hsa_signal_load_relaxed() = 1 +43929592142188:43929592640011 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929592639354:43929592640602 26045:26051 hsa_signal_store_screlease(, 0) = void +43929592641442:43929592641900 26045:26051 hsa_signal_destroy() = 0 +43929593083215:43929593084063 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929607744724:43929607745796 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929607751970:43929607753258 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929607755235:43929607758264 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929607759393:43929607760089 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929607760930:43929607761559 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929607762333:43929607762808 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929608232776:43929608233456 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929608240412:43929608241053 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929608242096:43929608243532 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8490) = 0 +43929608244584:43929608248645 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8450) = 0 +43929608249537:43929608251621 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929608719795:43929608722841 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929608724323:43929608724980 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929608726087:43929608726623 26045:26051 hsa_signal_load_relaxed() = 1 +43929608252618:43929608728173 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929608727495:43929608728904 26045:26051 hsa_signal_store_screlease(, 0) = void +43929608729434:43929608730110 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929608729789:43929608730443 26045:26051 hsa_signal_destroy() = 0 +43929608746135:43929608746774 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929608754241:43929608754866 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 54 +43929608755740:43929608756396 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 54 +43929608757381:43929608757992 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929608758827:43929608759179 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929608760325:43929608760937 26045:26045 hsa_signal_store_relaxed(, 54) = void +43929608762633:43929608763263 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929608769817:43929608770444 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929608772605:43929608773237 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929608773998:43929608774325 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 55 +43929608775061:43929608775402 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 54 +43929608776358:43929608776681 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929608777434:43929608777815 26045:26045 hsa_signal_store_relaxed(, 55) = void +43929608778778:43929609337113 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929609350703:43929609351505 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929609354070:43929609355097 26045:26045 hsa_signal_destroy() = 0 +43929609356361:43929609356982 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929609370022:43929609370489 26045:26045 hsa_signal_destroy() = 0 +43929609371901:43929609373219 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929609374127:43929609374604 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929609375416:43929609375989 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929609376760:43929609377138 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929609378110:43929609378561 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929609379709:43929609380376 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929609381285:43929609382062 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e84f0) = 0 +43929609382930:43929609385388 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e84b0) = 0 +43929609386259:43929609387304 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929609842565:43929609845092 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929609846425:43929609847100 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929609848071:43929609848572 26045:26051 hsa_signal_load_relaxed() = 1 +43929609388176:43929609849980 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929609849410:43929609850695 26045:26051 hsa_signal_store_screlease(, 0) = void +43929609851557:43929609852032 26045:26051 hsa_signal_destroy() = 0 +43929610282667:43929610283409 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929624883510:43929624884632 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929624890597:43929624892071 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929624894275:43929624897605 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929624899005:43929624899755 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929624900636:43929624901189 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929624901958:43929624902430 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929625366697:43929625367436 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929625369016:43929625369638 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929625370652:43929625372189 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8550) = 0 +43929625373267:43929625377291 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8510) = 0 +43929625378226:43929625380138 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929625847832:43929625850911 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929625857040:43929625857707 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929625858829:43929625859616 26045:26051 hsa_signal_load_relaxed() = 1 +43929625381058:43929625861119 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929625860461:43929625861844 26045:26051 hsa_signal_store_screlease(, 0) = void +43929625862245:43929625862912 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929625862723:43929625863548 26045:26051 hsa_signal_destroy() = 0 +43929625879205:43929625879858 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929625887797:43929625888435 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 56 +43929625889221:43929625889686 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 56 +43929625890756:43929625891356 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929625892188:43929625892547 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929625893662:43929625894269 26045:26045 hsa_signal_store_relaxed(, 56) = void +43929625895834:43929625896463 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929625902781:43929625903413 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929625905638:43929625906197 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929625906967:43929625907300 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 57 +43929625908047:43929625908390 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 56 +43929625909341:43929625909665 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929625910432:43929625910816 26045:26045 hsa_signal_store_relaxed(, 57) = void +43929625911847:43929626471724 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929626485892:43929626486716 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929626489297:43929626490367 26045:26045 hsa_signal_destroy() = 0 +43929626501142:43929626501631 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929626502643:43929626503073 26045:26045 hsa_signal_destroy() = 0 +43929626504501:43929626505938 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929626506880:43929626507499 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929626508397:43929626509045 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929626509881:43929626510283 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929626514169:43929626514644 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929626515907:43929626516598 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929626517556:43929626518466 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e85b0) = 0 +43929626519373:43929626521961 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8570) = 0 +43929626522871:43929626523993 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929626977249:43929626979889 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929626981302:43929626982011 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929626983030:43929626983552 26045:26051 hsa_signal_load_relaxed() = 1 +43929626524908:43929626985026 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929626984427:43929626985754 26045:26051 hsa_signal_store_screlease(, 0) = void +43929626986669:43929626987162 26045:26051 hsa_signal_destroy() = 0 +43929627428891:43929627429649 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929642022798:43929642023934 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929642030078:43929642031509 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929642033759:43929642037151 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929642038272:43929642039073 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929642039962:43929642040851 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929642041620:43929642042123 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929642507476:43929642508218 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929642509853:43929642510483 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929642511516:43929642513124 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8610) = 0 +43929642514356:43929642518135 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e85d0) = 0 +43929642519124:43929642521099 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929642988232:43929642991341 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929642992822:43929642993472 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929642994613:43929642995149 26045:26051 hsa_signal_load_relaxed() = 1 +43929642522017:43929642996937 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929642996268:43929642997692 26045:26051 hsa_signal_store_screlease(, 0) = void +43929642998135:43929642998811 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929642998621:43929642999256 26045:26051 hsa_signal_destroy() = 0 +43929643018192:43929643018844 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929643026667:43929643027305 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 58 +43929643028187:43929643028653 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 58 +43929643029573:43929643030184 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929643031020:43929643031379 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929643032509:43929643033363 26045:26045 hsa_signal_store_relaxed(, 58) = void +43929643034967:43929643035605 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929643041906:43929643042538 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929643044679:43929643045300 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929643046063:43929643046393 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 59 +43929643047132:43929643047480 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 58 +43929643048441:43929643048764 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929643049515:43929643049894 26045:26045 hsa_signal_store_relaxed(, 59) = void +43929643050829:43929643611891 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929643625158:43929643625931 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929643628423:43929643629436 26045:26045 hsa_signal_destroy() = 0 +43929643630609:43929643631049 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929643632015:43929643641825 26045:26045 hsa_signal_destroy() = 0 +43929643643433:43929643644876 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929643645853:43929643646377 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929643647265:43929643647887 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929643648713:43929643649131 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929643650177:43929643650672 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929643651950:43929643652664 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929643653649:43929643654499 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8670) = 0 +43929643655444:43929643658405 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8630) = 0 +43929643659351:43929643660522 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929644118490:43929644121238 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929644122687:43929644123410 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929644124620:43929644125159 26045:26051 hsa_signal_load_relaxed() = 1 +43929643663742:43929644126755 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929644126057:43929644127472 26045:26051 hsa_signal_store_screlease(, 0) = void +43929644128416:43929644128928 26045:26051 hsa_signal_destroy() = 0 +43929644562471:43929644563272 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929659150447:43929659151567 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929659157628:43929659158782 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929659161082:43929659163693 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929659164882:43929659165657 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929659166498:43929659167138 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929659167943:43929659168410 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929659634121:43929659634854 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929659636847:43929659637475 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929659638497:43929659639957 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e86d0) = 0 +43929659641208:43929659644891 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8690) = 0 +43929659645894:43929659647779 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929660116642:43929660120057 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929660121525:43929660122167 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929660123336:43929660123864 26045:26051 hsa_signal_load_relaxed() = 1 +43929659648803:43929660125510 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929660124749:43929660126129 26045:26051 hsa_signal_store_screlease(, 0) = void +43929660126817:43929660127479 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929660127016:43929660127642 26045:26051 hsa_signal_destroy() = 0 +43929660144076:43929660144729 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929660152416:43929660153189 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 60 +43929660153975:43929660154443 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 60 +43929660155391:43929660156005 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929660160404:43929660160761 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929660161870:43929660162475 26045:26045 hsa_signal_store_relaxed(, 60) = void +43929660164072:43929660164702 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929660170955:43929660171582 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929660173912:43929660174496 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929660175254:43929660175589 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 61 +43929660176327:43929660176666 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 60 +43929660177624:43929660177950 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929660178705:43929660179088 26045:26045 hsa_signal_store_relaxed(, 61) = void +43929660180087:43929660734978 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929660736952:43929660737447 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929660738867:43929660739431 26045:26045 hsa_signal_destroy() = 0 +43929660750837:43929660751337 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929660752244:43929660752716 26045:26045 hsa_signal_destroy() = 0 +43929660754391:43929660756432 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929660757461:43929660758017 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929660768354:43929660768853 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929660769609:43929660769979 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929660770836:43929660771238 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929660772182:43929660772808 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929660773593:43929660774110 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8730) = 0 +43929660774873:43929660776798 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e86f0) = 0 +43929660777571:43929660778303 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929661237885:43929661240594 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929661242036:43929661242766 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929661243815:43929661244355 26045:26051 hsa_signal_load_relaxed() = 1 +43929660779091:43929661245983 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929661245253:43929661246614 26045:26051 hsa_signal_store_screlease(, 0) = void +43929661251087:43929661251605 26045:26051 hsa_signal_destroy() = 0 +43929661684089:43929661684883 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929676267191:43929676268197 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929676272891:43929676273986 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929676276053:43929676278350 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929676279474:43929676280375 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929676281185:43929676281783 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929676282677:43929676283150 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929676749722:43929676750466 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929676752302:43929676752925 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929676753964:43929676755416 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8790) = 0 +43929676756447:43929676760480 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8750) = 0 +43929676761471:43929676763372 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929677230945:43929677234273 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929677235861:43929677236511 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929677237661:43929677238183 26045:26051 hsa_signal_load_relaxed() = 1 +43929676764291:43929677239755 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929677239092:43929677240456 26045:26051 hsa_signal_store_screlease(, 0) = void +43929677241097:43929677241778 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929677241345:43929677241986 26045:26051 hsa_signal_destroy() = 0 +43929677255791:43929677256430 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929677263021:43929677263925 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 62 +43929677264811:43929677265205 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 62 +43929677266153:43929677266753 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929677267587:43929677268039 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929677269061:43929677269638 26045:26045 hsa_signal_store_relaxed(, 62) = void +43929677270750:43929677271382 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929677280991:43929677281624 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929677283640:43929677284147 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929677285924:43929677286331 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 63 +43929677287077:43929677287408 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 62 +43929677288202:43929677288526 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929677289270:43929677289662 26045:26045 hsa_signal_store_relaxed(, 63) = void +43929677290671:43929677841267 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929677843142:43929677843637 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929677845029:43929677845586 26045:26045 hsa_signal_destroy() = 0 +43929677857047:43929677857578 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929677858508:43929677858904 26045:26045 hsa_signal_destroy() = 0 +43929677860545:43929677862436 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929677863444:43929677863953 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929677874842:43929677875331 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929677876091:43929677876460 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929677877310:43929677877714 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929677878684:43929677879313 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929677880100:43929677880690 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e87f0) = 0 +43929677881449:43929677883348 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e87b0) = 0 +43929677884126:43929677884884 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929678343789:43929678346360 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929678347808:43929678348539 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929678349583:43929678350120 26045:26051 hsa_signal_load_relaxed() = 1 +43929677885651:43929678351752 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929678351021:43929678352701 26045:26051 hsa_signal_store_screlease(, 0) = void +43929678353636:43929678354145 26045:26051 hsa_signal_destroy() = 0 +43929678788447:43929678789246 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929693375128:43929693376137 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929693380393:43929693381427 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929693383522:43929693385917 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929693393049:43929693393810 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929693394643:43929693395232 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929693396064:43929693396534 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929693863382:43929693864114 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929693865672:43929693866301 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929693867415:43929693869124 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8850) = 0 +43929693870324:43929693874474 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8810) = 0 +43929693875675:43929693877239 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929694344097:43929694347099 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929694348637:43929694349283 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929694350370:43929694350892 26045:26051 hsa_signal_load_relaxed() = 1 +43929693878258:43929694352455 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929694351801:43929694353178 26045:26051 hsa_signal_store_screlease(, 0) = void +43929694353682:43929694354363 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929694354059:43929694354692 26045:26051 hsa_signal_destroy() = 0 +43929694368290:43929694368927 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929694374803:43929694375605 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 64 +43929694376478:43929694376875 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 64 +43929694377798:43929694378413 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929694379233:43929694379680 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929694380644:43929694381228 26045:26045 hsa_signal_store_relaxed(, 64) = void +43929694382472:43929694383106 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929694388678:43929694389313 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929694391224:43929694391847 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929694392676:43929694393063 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 65 +43929694393803:43929694394134 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 64 +43929694394874:43929694395195 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929694395977:43929694396356 26045:26045 hsa_signal_store_relaxed(, 65) = void +43929694400807:43929694952779 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929694954239:43929694954731 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929694956121:43929694956678 26045:26045 hsa_signal_destroy() = 0 +43929694957586:43929694957972 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929694969208:43929694969645 26045:26045 hsa_signal_destroy() = 0 +43929694971167:43929694972957 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929694973981:43929694974529 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929694975399:43929694975891 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929694986119:43929694986552 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929694987435:43929694987844 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929694988753:43929694989383 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929694990175:43929694990714 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e88b0) = 0 +43929694991478:43929694993478 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8870) = 0 +43929694994261:43929694995013 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929695454001:43929695456544 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929695457986:43929695458717 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929695459763:43929695460299 26045:26051 hsa_signal_load_relaxed() = 1 +43929694995778:43929695461937 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929695461196:43929695462588 26045:26051 hsa_signal_store_screlease(, 0) = void +43929695463526:43929695464035 26045:26051 hsa_signal_destroy() = 0 +43929695897700:43929695898496 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929710492496:43929710493641 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929710497736:43929710499099 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929710501006:43929710502977 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929710504132:43929710504813 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929710505624:43929710506260 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929710507114:43929710507581 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929710974308:43929710975459 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929710976984:43929710977611 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929710982574:43929710984155 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8910) = 0 +43929710985296:43929710989194 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e88d0) = 0 +43929710990154:43929710991898 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929711459672:43929711462757 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929711464337:43929711465000 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929711466149:43929711466675 26045:26051 hsa_signal_load_relaxed() = 1 +43929710992769:43929711468188 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929711467522:43929711469132 26045:26051 hsa_signal_store_screlease(, 0) = void +43929711469522:43929711470182 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929711470019:43929711470637 26045:26051 hsa_signal_destroy() = 0 +43929711485019:43929711485653 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929711491414:43929711492085 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 66 +43929711493017:43929711493505 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 66 +43929711494458:43929711495104 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929711495942:43929711496384 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929711497347:43929711497927 26045:26045 hsa_signal_store_relaxed(, 66) = void +43929711499360:43929711499992 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929711505777:43929711506409 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929711508576:43929711509201 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929711510032:43929711510420 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 67 +43929711511156:43929711511487 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 66 +43929711512226:43929711512552 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929711513297:43929711513685 26045:26045 hsa_signal_store_relaxed(, 67) = void +43929711514703:43929712076189 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929712089571:43929712090384 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929712093148:43929712094200 26045:26045 hsa_signal_destroy() = 0 +43929712095497:43929712095977 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929712106953:43929712107427 26045:26045 hsa_signal_destroy() = 0 +43929712111481:43929712112819 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929712113714:43929712114190 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929712115028:43929712115603 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929712116345:43929712116714 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929712117663:43929712118095 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929712119231:43929712119870 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929712120753:43929712121562 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8970) = 0 +43929712122396:43929712124898 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8930) = 0 +43929712125740:43929712126754 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929712596937:43929712599585 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929712601032:43929712601765 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929712602819:43929712603357 26045:26051 hsa_signal_load_relaxed() = 1 +43929712127579:43929712605001 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929712604257:43929712605617 26045:26051 hsa_signal_store_screlease(, 0) = void +43929712606552:43929712607065 26045:26051 hsa_signal_destroy() = 0 +43929713042132:43929713042940 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929727639336:43929727640642 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929727646978:43929727648238 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929727650611:43929727653681 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929727654896:43929727655657 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929727656486:43929727657369 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929727658174:43929727658654 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929728130709:43929728131390 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929728133060:43929728133682 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929728134718:43929728136467 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e89d0) = 0 +43929728137494:43929728141615 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8990) = 0 +43929728142603:43929728144712 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929728611703:43929728614762 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929728616314:43929728616970 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929728622738:43929728623277 26045:26051 hsa_signal_load_relaxed() = 1 +43929728145565:43929728624794 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929728624147:43929728625533 26045:26051 hsa_signal_store_screlease(, 0) = void +43929728626040:43929728626713 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929728626412:43929728627061 26045:26051 hsa_signal_destroy() = 0 +43929728646133:43929728646787 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929728654429:43929728655058 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 68 +43929728655940:43929728656587 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 68 +43929728657510:43929728658128 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929728659001:43929728659359 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929728660491:43929728661090 26045:26045 hsa_signal_store_relaxed(, 68) = void +43929728662921:43929728663561 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929728670005:43929728670629 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929728672811:43929728673321 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929728674090:43929728674419 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 69 +43929728675161:43929728675491 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 68 +43929728676439:43929728676764 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929728677517:43929728677914 26045:26045 hsa_signal_store_relaxed(, 69) = void +43929728678921:43929729233271 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929729246360:43929729247142 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929729249722:43929729250759 26045:26045 hsa_signal_destroy() = 0 +43929729251944:43929729252668 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929729263231:43929729263650 26045:26045 hsa_signal_destroy() = 0 +43929729265145:43929729266446 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929729267323:43929729267797 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929729268599:43929729269160 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929729269905:43929729270283 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929729271232:43929729271671 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929729274757:43929729275414 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929729276307:43929729277174 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8a30) = 0 +43929729278028:43929729280509 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e89f0) = 0 +43929729281350:43929729282395 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929729774740:43929729777457 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929729778933:43929729779662 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929729780716:43929729781253 26045:26051 hsa_signal_load_relaxed() = 1 +43929729283247:43929729782874 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929729782145:43929729783570 26045:26051 hsa_signal_store_screlease(, 0) = void +43929729784505:43929729785013 26045:26051 hsa_signal_destroy() = 0 +43929730219689:43929730220490 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929744874998:43929744876353 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929744882383:43929744883467 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929744885652:43929744888712 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929744889860:43929744890571 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929744891400:43929744892092 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929744892893:43929744893363 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929745360245:43929745361123 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929745363071:43929745363693 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929745364732:43929745366443 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8a90) = 0 +43929745367464:43929745371748 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8a50) = 0 +43929745372755:43929745374696 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929745842090:43929745845068 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929745846568:43929745847222 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929745848385:43929745848921 26045:26051 hsa_signal_load_relaxed() = 1 +43929745375566:43929745850452 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929745849803:43929745851176 26045:26051 hsa_signal_store_screlease(, 0) = void +43929745851852:43929745852564 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929745852062:43929745852726 26045:26051 hsa_signal_destroy() = 0 +43929745868991:43929745869633 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929745877420:43929745878068 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 70 +43929745878948:43929745879413 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 70 +43929745880324:43929745880939 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929745881720:43929745882080 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929745883230:43929745883829 26045:26045 hsa_signal_store_relaxed(, 70) = void +43929745885412:43929745886044 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929745892147:43929745892777 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929745895309:43929745895930 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929745896696:43929745897030 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 71 +43929745897771:43929745898117 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 70 +43929745899068:43929745899391 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929745900149:43929745900544 26045:26045 hsa_signal_store_relaxed(, 71) = void +43929745901503:43929746460255 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929746473602:43929746474374 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929746476883:43929746477894 26045:26045 hsa_signal_destroy() = 0 +43929746479186:43929746479632 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929746480635:43929746490590 26045:26045 hsa_signal_destroy() = 0 +43929746491954:43929746493291 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929746494171:43929746494643 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929746495481:43929746496037 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929746496783:43929746497158 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929746498102:43929746498533 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929746499666:43929746500310 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929746501196:43929746501969 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8af0) = 0 +43929746502808:43929746505516 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8ab0) = 0 +43929746506363:43929746507459 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929746999021:43929747001772 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929747005196:43929747005860 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929747006834:43929747007316 26045:26051 hsa_signal_load_relaxed() = 1 +43929746508291:43929747017487 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929747016731:43929747018172 26045:26051 hsa_signal_store_screlease(, 0) = void +43929747019089:43929747019606 26045:26051 hsa_signal_destroy() = 0 +43929747455309:43929747456112 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929762117331:43929762118397 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929762124360:43929762125436 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929762127546:43929762140827 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929762142113:43929762142893 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929762143867:43929762144719 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929762145513:43929762146022 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929762604140:43929762604844 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929762606465:43929762607098 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929762608139:43929762609694 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8b50) = 0 +43929762610711:43929762614880 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8b10) = 0 +43929762615872:43929762617755 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929763102433:43929763105458 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929763106995:43929763107645 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929763108796:43929763109506 26045:26051 hsa_signal_load_relaxed() = 1 +43929762618681:43929763111059 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929763110417:43929763111964 26045:26051 hsa_signal_store_screlease(, 0) = void +43929763112284:43929763112947 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929763112849:43929763113500 26045:26051 hsa_signal_destroy() = 0 +43929763128957:43929763129608 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929763137186:43929763137909 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 72 +43929763138774:43929763139243 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 72 +43929763140190:43929763140814 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929763141639:43929763141996 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929763148028:43929763148626 26045:26045 hsa_signal_store_relaxed(, 72) = void +43929763150469:43929763151107 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929763157879:43929763158511 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929763161114:43929763161860 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929763162621:43929763162953 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 73 +43929763163707:43929763164044 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 72 +43929763164993:43929763165320 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929763166089:43929763166475 26045:26045 hsa_signal_store_relaxed(, 73) = void +43929763167526:43929765097400 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929765111803:43929765112658 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929765115364:43929765116433 26045:26045 hsa_signal_destroy() = 0 +43929765127636:43929765128205 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929765129234:43929765129748 26045:26045 hsa_signal_destroy() = 0 +43929765131329:43929765132753 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929765133739:43929765134261 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929765135143:43929765135770 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929765136604:43929765137022 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929765138062:43929765138546 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929765139806:43929765140523 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929765141507:43929765142353 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8bb0) = 0 +43929765143290:43929765146349 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8b70) = 0 +43929765147299:43929765148422 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929765611239:43929765613878 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929765615298:43929765616029 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929765617091:43929765617625 26045:26051 hsa_signal_load_relaxed() = 1 +43929765149365:43929765619141 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929765618534:43929765619883 26045:26051 hsa_signal_store_screlease(, 0) = void +43929765620817:43929765621325 26045:26051 hsa_signal_destroy() = 0 +43929766056212:43929766057012 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929780641022:43929780642143 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929780647909:43929780648937 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929780650980:43929780653576 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929780654649:43929780655399 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929780656241:43929780656788 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929780657597:43929780658074 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929781134598:43929781135329 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929781137287:43929781137914 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929781138998:43929781140491 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8c10) = 0 +43929781141516:43929781145472 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8bd0) = 0 +43929781146460:43929781148390 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929781631324:43929781634564 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929781636143:43929781636795 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929781637955:43929781638488 26045:26051 hsa_signal_load_relaxed() = 1 +43929781149359:43929781640026 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929781639378:43929781640774 26045:26051 hsa_signal_store_screlease(, 0) = void +43929781641227:43929781641908 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929781641655:43929781642300 26045:26051 hsa_signal_destroy() = 0 +43929781662630:43929781663287 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929781671025:43929781671667 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 74 +43929781672525:43929781672995 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 74 +43929781673957:43929781674575 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929781675385:43929781675739 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929781676919:43929781677523 26045:26045 hsa_signal_store_relaxed(, 74) = void +43929781679168:43929781679799 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929781685931:43929781686562 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929781688719:43929781689221 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929781690978:43929781691316 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 75 +43929781692059:43929781692396 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 74 +43929781693292:43929781693618 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929781694380:43929781694763 26045:26045 hsa_signal_store_relaxed(, 75) = void +43929781695709:43929783624022 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929783638538:43929783639374 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929783642027:43929783643112 26045:26045 hsa_signal_destroy() = 0 +43929783654307:43929783654888 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929783655910:43929783656354 26045:26045 hsa_signal_destroy() = 0 +43929783657874:43929783659348 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929783660331:43929783660865 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929783661741:43929783662427 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929783663256:43929783663673 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929783664728:43929783665211 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929783666474:43929783667195 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929783668182:43929783669102 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8c70) = 0 +43929783670042:43929783673069 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8c30) = 0 +43929783674014:43929783675174 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929784138990:43929784141664 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929784143102:43929784143831 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929784144886:43929784145426 26045:26051 hsa_signal_load_relaxed() = 1 +43929783676101:43929784147043 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929784146328:43929784147702 26045:26051 hsa_signal_store_screlease(, 0) = void +43929784148644:43929784149151 26045:26051 hsa_signal_destroy() = 0 +43929784583741:43929784584542 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929799168918:43929799170035 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929799176182:43929799177327 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929799179579:43929799182495 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929799183568:43929799184382 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929799190717:43929799191293 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929799192041:43929799192514 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929799659696:43929799660576 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929799662207:43929799662831 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929799663866:43929799665535 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8cd0) = 0 +43929799666513:43929799671166 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8c90) = 0 +43929799672113:43929799674233 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929800157850:43929800160900 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929800162468:43929800163133 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929800164254:43929800165012 26045:26051 hsa_signal_load_relaxed() = 1 +43929799675125:43929800166621 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929800165864:43929800167264 26045:26051 hsa_signal_store_screlease(, 0) = void +43929800167864:43929800168544 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929800168148:43929800168944 26045:26051 hsa_signal_destroy() = 0 +43929800184679:43929800185333 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929800193430:43929800194230 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 76 +43929800195172:43929800195642 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 76 +43929800196623:43929800197246 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929800198213:43929800198573 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929800199731:43929800200333 26045:26045 hsa_signal_store_relaxed(, 76) = void +43929800201901:43929800202533 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929800208762:43929800209390 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929800211640:43929800212264 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929800213019:43929800213344 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 77 +43929800214082:43929800214432 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 76 +43929800215412:43929800215744 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929800216533:43929800216920 26045:26045 hsa_signal_store_relaxed(, 77) = void +43929800217958:43929802148500 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929802167413:43929802177658 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929802179580:43929802180352 26045:26045 hsa_signal_destroy() = 0 +43929802181433:43929802181883 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929802182888:43929802183321 26045:26045 hsa_signal_destroy() = 0 +43929802184882:43929802186316 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929802187299:43929802187836 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929802188722:43929802189350 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929802190181:43929802190599 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929802191646:43929802192129 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929802193397:43929802194111 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929802195096:43929802195968 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8d30) = 0 +43929802196905:43929802199960 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8cf0) = 0 +43929802200901:43929802202026 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929802665931:43929802668585 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929802670031:43929802670761 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929802671824:43929802672357 26045:26051 hsa_signal_load_relaxed() = 1 +43929802202956:43929802673883 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929802673256:43929802674619 26045:26051 hsa_signal_store_screlease(, 0) = void +43929802675553:43929802676061 26045:26051 hsa_signal_destroy() = 0 +43929803111026:43929803111848 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929817748554:43929817749670 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929817755848:43929817757286 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929817759569:43929817762721 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929817763843:43929817764617 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929817765450:43929817766143 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929817766940:43929817767412 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929818224488:43929818225404 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929818226994:43929818227619 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929818228658:43929818230146 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8d90) = 0 +43929818234874:43929818239203 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8d50) = 0 +43929818240165:43929818242044 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929818725633:43929818728948 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929818730385:43929818731044 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929818732180:43929818732717 26045:26051 hsa_signal_load_relaxed() = 1 +43929818242875:43929818734217 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929818733568:43929818734954 26045:26051 hsa_signal_store_screlease(, 0) = void +43929818735440:43929818736123 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929818735845:43929818736490 26045:26051 hsa_signal_destroy() = 0 +43929818752170:43929818752829 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929818760632:43929818761275 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 78 +43929818762185:43929818762654 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 78 +43929818763587:43929818764193 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929818765017:43929818765369 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929818766503:43929818767106 26045:26045 hsa_signal_store_relaxed(, 78) = void +43929818768706:43929818769335 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929818775910:43929818776541 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929818778773:43929818779402 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929818780185:43929818780516 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 79 +43929818781254:43929818781592 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 78 +43929818782537:43929818782865 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929818783620:43929818784003 26045:26045 hsa_signal_store_relaxed(, 79) = void +43929818784956:43929820716198 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929820730880:43929820731756 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929820734457:43929820745553 26045:26045 hsa_signal_destroy() = 0 +43929820746704:43929820747212 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929820748239:43929820748724 26045:26045 hsa_signal_destroy() = 0 +43929820750302:43929820751696 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929820755175:43929820755707 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929820756617:43929820757327 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929820758150:43929820758567 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929820759613:43929820760097 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929820761358:43929820762067 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929820763045:43929820763907 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8df0) = 0 +43929820764848:43929820767920 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8db0) = 0 +43929820768848:43929820769989 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929821235862:43929821238439 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929821239898:43929821240633 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929821241718:43929821242257 26045:26051 hsa_signal_load_relaxed() = 1 +43929820770933:43929821243762 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929821243155:43929821244522 26045:26051 hsa_signal_store_screlease(, 0) = void +43929821245475:43929821245990 26045:26051 hsa_signal_destroy() = 0 +43929821680395:43929821681190 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929836368472:43929836369549 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929836375989:43929836377330 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929836379523:43929836382603 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929836383653:43929836384385 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929836385218:43929836385947 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929836386723:43929836387468 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929836853547:43929836854568 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929836856303:43929836856931 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929836857978:43929836859699 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8e50) = 0 +43929836860808:43929836865771 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8e10) = 0 +43929836866778:43929836868891 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929837318388:43929837321432 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929837322933:43929837323591 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929837324768:43929837325313 26045:26051 hsa_signal_load_relaxed() = 1 +43929836869763:43929837330851 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929837330176:43929837331623 26045:26051 hsa_signal_store_screlease(, 0) = void +43929837332199:43929837332913 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929837332578:43929837333229 26045:26051 hsa_signal_destroy() = 0 +43929837349127:43929837349792 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929837357673:43929837358366 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 80 +43929837359255:43929837359730 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 80 +43929837360667:43929837361290 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929837362148:43929837362514 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929837363678:43929837364292 26045:26045 hsa_signal_store_relaxed(, 80) = void +43929837365871:43929837366519 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929837372860:43929837373508 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929837375836:43929837376481 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929837377270:43929837377621 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 81 +43929837378378:43929837378716 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 80 +43929837379713:43929837380042 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929837380848:43929837381239 26045:26045 hsa_signal_store_relaxed(, 81) = void +43929837382286:43929839302455 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929839316540:43929839317379 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929839320070:43929839321168 26045:26045 hsa_signal_destroy() = 0 +43929839331972:43929839332481 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929839333520:43929839333962 26045:26045 hsa_signal_destroy() = 0 +43929839335365:43929839336759 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929839337800:43929839338327 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929839339258:43929839339886 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929839340742:43929839341159 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929839342203:43929839342683 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929839344075:43929839344788 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929839348765:43929839349702 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8eb0) = 0 +43929839350662:43929839353707 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8e70) = 0 +43929839354641:43929839355775 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929839818737:43929839821385 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929839822834:43929839823555 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929839824611:43929839825137 26045:26051 hsa_signal_load_relaxed() = 1 +43929839356721:43929839826647 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929839826030:43929839827490 26045:26051 hsa_signal_store_screlease(, 0) = void +43929839828431:43929839828935 26045:26051 hsa_signal_destroy() = 0 +43929840270054:43929840270877 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929854833241:43929854834318 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929854840013:43929854841109 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929854843177:43929854846348 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929854847419:43929854848169 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929854848991:43929854849531 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929854850324:43929854850799 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929855305368:43929855306250 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929855308100:43929855308718 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929855309824:43929855311384 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8f10) = 0 +43929855312397:43929855316747 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8ed0) = 0 +43929855317748:43929855319608 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929855803449:43929855806445 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929855807962:43929855808630 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929855809782:43929855810321 26045:26051 hsa_signal_load_relaxed() = 1 +43929855320478:43929855811845 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929855811204:43929855812590 26045:26051 hsa_signal_store_screlease(, 0) = void +43929855813245:43929855813973 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929855813481:43929855814129 26045:26051 hsa_signal_destroy() = 0 +43929855830204:43929855830855 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929855844489:43929855845136 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 82 +43929855846052:43929855846525 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 82 +43929855847454:43929855848064 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929855848905:43929855849260 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929855850395:43929855850983 26045:26045 hsa_signal_store_relaxed(, 82) = void +43929855852608:43929855853242 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929855860075:43929855860705 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929855862934:43929855863691 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929855864447:43929855864773 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 83 +43929855865515:43929855865844 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 82 +43929855866790:43929855867121 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929855867880:43929855868255 26045:26045 hsa_signal_store_relaxed(, 83) = void +43929855869192:43929857796253 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929857810867:43929857811690 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929857814387:43929857815484 26045:26045 hsa_signal_destroy() = 0 +43929857826696:43929857827218 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929857828257:43929857828698 26045:26045 hsa_signal_destroy() = 0 +43929857830196:43929857831598 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929857832568:43929857833087 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929857833970:43929857834593 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929857835436:43929857835853 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929857836895:43929857837372 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929857838613:43929857839325 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929857840311:43929857841166 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8f70) = 0 +43929857842103:43929857845191 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8f30) = 0 +43929857846146:43929857847270 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929858314517:43929858317193 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929858318638:43929858319352 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929858323170:43929858323703 26045:26051 hsa_signal_load_relaxed() = 1 +43929857848214:43929858325219 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929858324610:43929858326029 26045:26051 hsa_signal_store_screlease(, 0) = void +43929858326941:43929858327441 26045:26051 hsa_signal_destroy() = 0 +43929858761647:43929858762454 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929873399209:43929873400269 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929873406106:43929873407478 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929873409484:43929873412277 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929873413455:43929873414220 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929873415045:43929873415682 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929873416453:43929873416944 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929873881615:43929873882491 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929873884228:43929873884850 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929873885886:43929873887448 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e8fd0) = 0 +43929873888704:43929873892804 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8f90) = 0 +43929873893956:43929873895918 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929874379407:43929874382385 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929874383945:43929874384604 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929874385760:43929874386296 26045:26051 hsa_signal_load_relaxed() = 1 +43929873896782:43929874387845 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929874387185:43929874388591 26045:26051 hsa_signal_store_screlease(, 0) = void +43929874389099:43929874389777 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929874389480:43929874390130 26045:26051 hsa_signal_destroy() = 0 +43929874406462:43929874407112 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929874415007:43929874415654 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 84 +43929874416555:43929874417152 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 84 +43929874418139:43929874418759 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929874419598:43929874419957 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929874426047:43929874426661 26045:26045 hsa_signal_store_relaxed(, 84) = void +43929874428268:43929874428896 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929874436438:43929874437073 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929874439378:43929874439959 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929874440739:43929874441077 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 85 +43929874441813:43929874442149 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 84 +43929874443102:43929874443431 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929874444183:43929874444569 26045:26045 hsa_signal_store_relaxed(, 85) = void +43929874445585:43929876378576 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929876393510:43929876394369 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929876396973:43929876407963 26045:26045 hsa_signal_destroy() = 0 +43929876409116:43929876409624 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929876410658:43929876411136 26045:26045 hsa_signal_destroy() = 0 +43929876412531:43929876414034 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929876415006:43929876415524 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929876416437:43929876417059 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929876417891:43929876418305 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929876419348:43929876419823 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929876423387:43929876424118 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929876425123:43929876426043 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9030) = 0 +43929876426984:43929876430062 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e8ff0) = 0 +43929876431000:43929876432243 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929876895474:43929876898159 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929876899595:43929876900312 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929876901377:43929876901902 26045:26051 hsa_signal_load_relaxed() = 1 +43929876433194:43929876903426 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929876902794:43929876904169 26045:26051 hsa_signal_store_screlease(, 0) = void +43929876905100:43929876905598 26045:26051 hsa_signal_destroy() = 0 +43929877339418:43929877340220 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929891972800:43929891973807 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929891979579:43929891980601 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929891982495:43929891985427 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929891986632:43929891987384 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929891988212:43929891988937 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929891989737:43929891990205 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929892466582:43929892467324 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929892469392:43929892470023 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929892471155:43929892472842 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9090) = 0 +43929892473868:43929892477544 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9050) = 0 +43929892478528:43929892480457 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929892963663:43929892966954 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929892968483:43929892969127 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929892970338:43929892970861 26045:26051 hsa_signal_load_relaxed() = 1 +43929892481348:43929892972391 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929892971757:43929892973129 26045:26051 hsa_signal_store_screlease(, 0) = void +43929892973599:43929892974279 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929892974016:43929892974651 26045:26051 hsa_signal_destroy() = 0 +43929892990854:43929892991501 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929892999505:43929893000150 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 86 +43929893001048:43929893001518 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 86 +43929893002479:43929893003082 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929893003951:43929893004306 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929893005466:43929893006058 26045:26045 hsa_signal_store_relaxed(, 86) = void +43929893007794:43929893008431 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929893014707:43929893015334 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929893017606:43929893018228 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929893018968:43929893019291 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 87 +43929893024385:43929893024730 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 86 +43929893025690:43929893026031 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929893026789:43929893027174 26045:26045 hsa_signal_store_relaxed(, 87) = void +43929893028131:43929894943460 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929894958013:43929894958848 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929894961718:43929894962797 26045:26045 hsa_signal_destroy() = 0 +43929894973872:43929894974419 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929894975481:43929894975920 26045:26045 hsa_signal_destroy() = 0 +43929894977408:43929894978845 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929894979824:43929894980347 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929894981229:43929894981862 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929894982689:43929894983105 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929894984153:43929894984632 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929894985908:43929894986620 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929894987603:43929894988545 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e90f0) = 0 +43929894989482:43929894992504 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e90b0) = 0 +43929894993443:43929894994577 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929895456026:43929895458746 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929895460197:43929895460935 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929895461989:43929895462525 26045:26051 hsa_signal_load_relaxed() = 1 +43929894995494:43929895464039 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929895463423:43929895464743 26045:26051 hsa_signal_store_screlease(, 0) = void +43929895465670:43929895466174 26045:26051 hsa_signal_destroy() = 0 +43929895900173:43929895900974 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929910481977:43929910483055 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929910488786:43929910489949 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929910492260:43929910495171 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929910496208:43929910497166 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929910497995:43929910498608 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929910504820:43929910505466 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929910969324:43929910970300 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929910971958:43929910972580 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929910973632:43929910975203 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9150) = 0 +43929910976191:43929910979542 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9110) = 0 +43929910980490:43929910982352 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929911467455:43929911470651 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929911472184:43929911472839 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929911473957:43929911474493 26045:26051 hsa_signal_load_relaxed() = 1 +43929910983328:43929911476119 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929911475458:43929911476858 26045:26051 hsa_signal_store_screlease(, 0) = void +43929911477371:43929911478050 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929911477746:43929911478388 26045:26051 hsa_signal_destroy() = 0 +43929911494388:43929911495037 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929911502726:43929911503355 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 88 +43929911504252:43929911504718 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 88 +43929911505704:43929911506308 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929911507117:43929911507473 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929911508619:43929911509209 26045:26045 hsa_signal_store_relaxed(, 88) = void +43929911510786:43929911511424 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929911517600:43929911518230 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929911520520:43929911521236 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929911522013:43929911522346 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 89 +43929911523091:43929911523423 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 88 +43929911524404:43929911524729 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929911525519:43929911525899 26045:26045 hsa_signal_store_relaxed(, 89) = void +43929911526916:43929913458472 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929913473055:43929913473882 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929913489814:43929913490586 26045:26045 hsa_signal_destroy() = 0 +43929913491751:43929913492320 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929913493380:43929913493819 26045:26045 hsa_signal_destroy() = 0 +43929913495346:43929913496829 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929913497800:43929913498336 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929913499214:43929913499907 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929913500735:43929913501153 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929913502205:43929913502688 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929913503992:43929913504706 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929913505687:43929913506591 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e91b0) = 0 +43929913507520:43929913510621 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9170) = 0 +43929913511555:43929913512675 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929913976858:43929913979517 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929913980977:43929913981700 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929913982755:43929913983279 26045:26051 hsa_signal_load_relaxed() = 1 +43929913513616:43929913984775 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929913984177:43929913985748 26045:26051 hsa_signal_store_screlease(, 0) = void +43929913986694:43929913987197 26045:26051 hsa_signal_destroy() = 0 +43929914421657:43929914422456 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929929131704:43929929132911 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929929139139:43929929140198 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929929142456:43929929145418 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929929146551:43929929147322 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929929148144:43929929148807 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929929149627:43929929150138 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929929614560:43929929615272 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929929616842:43929929617472 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929929618465:43929929620113 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9210) = 0 +43929929621158:43929929624978 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e91d0) = 0 +43929929629932:43929929632080 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929930116050:43929930119128 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929930120713:43929930121383 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929930122477:43929930123015 26045:26051 hsa_signal_load_relaxed() = 1 +43929929632991:43929930124548 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929930123890:43929930125391 26045:26051 hsa_signal_store_screlease(, 0) = void +43929930125869:43929930126545 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929930126278:43929930126937 26045:26051 hsa_signal_destroy() = 0 +43929930142964:43929930143614 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929930151374:43929930152027 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 90 +43929930152907:43929930153390 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 90 +43929930154304:43929930154916 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929930155682:43929930156045 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929930157190:43929930157799 26045:26045 hsa_signal_store_relaxed(, 90) = void +43929930159426:43929930160055 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929930166407:43929930167043 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929930169550:43929930170194 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929930170965:43929930171294 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 91 +43929930172027:43929930172362 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 90 +43929930173328:43929930173654 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929930174419:43929930174796 26045:26045 hsa_signal_store_relaxed(, 91) = void +43929930175769:43929932105862 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929932120727:43929932121603 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929932124258:43929932135221 26045:26045 hsa_signal_destroy() = 0 +43929932136427:43929932136936 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929932137967:43929932138456 26045:26045 hsa_signal_destroy() = 0 +43929932139968:43929932141424 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929932142414:43929932142939 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929932146305:43929932146936 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929932147791:43929932148210 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929932149274:43929932149759 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929932151031:43929932151746 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929932152724:43929932153587 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9270) = 0 +43929932154522:43929932157592 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9230) = 0 +43929932158521:43929932159655 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929932622784:43929932625452 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929932626889:43929932627614 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929932628675:43929932629208 26045:26051 hsa_signal_load_relaxed() = 1 +43929932160606:43929932630721 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929932630116:43929932631449 26045:26051 hsa_signal_store_screlease(, 0) = void +43929932632385:43929932632896 26045:26051 hsa_signal_destroy() = 0 +43929933068340:43929933069146 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929947657177:43929947658328 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929947664337:43929947665438 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929947667535:43929947670714 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929947671823:43929947672576 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929947673404:43929947674084 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929947674858:43929947675343 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929948144067:43929948144705 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929948146487:43929948147116 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929948148406:43929948149759 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e92d0) = 0 +43929948150791:43929948154513 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9290) = 0 +43929948155672:43929948157640 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929948642902:43929948645875 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929948647396:43929948648052 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929948649209:43929948649742 26045:26051 hsa_signal_load_relaxed() = 1 +43929948158497:43929948651353 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929948650703:43929948652096 26045:26051 hsa_signal_store_screlease(, 0) = void +43929948656077:43929948656709 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929948656860:43929948657471 26045:26051 hsa_signal_destroy() = 0 +43929948672717:43929948673363 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929948681094:43929948681771 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 92 +43929948682653:43929948683116 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 92 +43929948684074:43929948684679 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929948685519:43929948685883 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929948687030:43929948687637 26045:26045 hsa_signal_store_relaxed(, 92) = void +43929948689232:43929948689863 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929948696402:43929948697034 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929948699196:43929948699819 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929948700591:43929948700925 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 93 +43929948701669:43929948702026 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 92 +43929948702980:43929948703301 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929948704054:43929948704435 26045:26045 hsa_signal_store_relaxed(, 93) = void +43929948705490:43929950633750 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929950648520:43929950649347 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929950651843:43929950652940 26045:26045 hsa_signal_destroy() = 0 +43929950664860:43929950665383 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929950666394:43929950666838 26045:26045 hsa_signal_destroy() = 0 +43929950668390:43929950669835 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929950670811:43929950671333 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929950672257:43929950672875 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929950673705:43929950674117 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929950675163:43929950675635 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929950676893:43929950677609 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929950678589:43929950679518 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9330) = 0 +43929950682763:43929950685782 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e92f0) = 0 +43929950686737:43929950687882 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929951151013:43929951153660 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929951155116:43929951155835 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929951156890:43929951157409 26045:26051 hsa_signal_load_relaxed() = 1 +43929950688811:43929951158919 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929951158308:43929951159691 26045:26051 hsa_signal_store_screlease(, 0) = void +43929951160631:43929951161130 26045:26051 hsa_signal_destroy() = 0 +43929951596233:43929951597030 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929966213099:43929966214168 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929966220136:43929966221163 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929966223478:43929966226199 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929966227286:43929966228122 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929966228942:43929966229553 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929966230352:43929966230831 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929966687622:43929966688488 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929966690237:43929966690867 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929966691900:43929966693428 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9390) = 0 +43929966694447:43929966697729 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9350) = 0 +43929966698709:43929966700700 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929967181560:43929967184561 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929967186103:43929967186750 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929967187882:43929967188413 26045:26051 hsa_signal_load_relaxed() = 1 +43929966701636:43929967189936 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929967189296:43929967190909 26045:26051 hsa_signal_store_screlease(, 0) = void +43929967191274:43929967191937 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929967191790:43929967192404 26045:26051 hsa_signal_destroy() = 0 +43929967208404:43929967209061 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929967220260:43929967220909 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 94 +43929967221805:43929967222274 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 94 +43929967223190:43929967223802 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929967224633:43929967224990 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929967226147:43929967226744 26045:26045 hsa_signal_store_relaxed(, 94) = void +43929967228433:43929967229067 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929967235255:43929967235887 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929967238368:43929967239004 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929967239767:43929967240102 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 95 +43929967240848:43929967241185 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 94 +43929967242135:43929967242462 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929967243221:43929967243601 26045:26045 hsa_signal_store_relaxed(, 95) = void +43929967244540:43929969166963 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929969181755:43929969182592 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929969185290:43929969196243 26045:26045 hsa_signal_destroy() = 0 +43929969197457:43929969198034 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929969199037:43929969199470 26045:26045 hsa_signal_destroy() = 0 +43929969201083:43929969202543 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929969203525:43929969204042 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929969204928:43929969205616 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929969206444:43929969206861 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929969207917:43929969208401 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929969209666:43929969210382 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929969211366:43929969212222 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e93f0) = 0 +43929969213159:43929969216252 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e93b0) = 0 +43929969217190:43929969218539 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929969682090:43929969684705 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929969686143:43929969686866 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929969687913:43929969688437 26045:26051 hsa_signal_load_relaxed() = 1 +43929969219464:43929969692892 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929969692276:43929969693641 26045:26051 hsa_signal_store_screlease(, 0) = void +43929969694571:43929969695065 26045:26051 hsa_signal_destroy() = 0 +43929970130692:43929970131506 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929984787175:43929984788237 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929984794030:43929984795104 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929984797082:43929984800106 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43929984801256:43929984802023 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929984802846:43929984803479 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43929984804277:43929984804750 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929985272593:43929985273329 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929985275036:43929985275662 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929985276696:43929985278324 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9450) = 0 +43929985279343:43929985283140 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9410) = 0 +43929985284132:43929985285996 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43929985769855:43929985772851 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929985774388:43929985775062 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929985776203:43929985776735 26045:26051 hsa_signal_load_relaxed() = 1 +43929985286909:43929985778279 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929985777625:43929985779178 26045:26051 hsa_signal_store_screlease(, 0) = void +43929985779790:43929985780471 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929985780061:43929985780702 26045:26051 hsa_signal_destroy() = 0 +43929985796407:43929985797058 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929985804613:43929985805243 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 96 +43929985806352:43929985806814 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 96 +43929985807753:43929985808373 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43929985809243:43929985809605 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929985810765:43929985811359 26045:26045 hsa_signal_store_relaxed(, 96) = void +43929985819075:43929985819718 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43929985826124:43929985826753 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43929985829053:43929985829758 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43929985830526:43929985830856 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 97 +43929985831610:43929985831956 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 96 +43929985832899:43929985833221 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43929985833980:43929985834360 26045:26045 hsa_signal_store_relaxed(, 97) = void +43929985835340:43929987762696 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929987777040:43929987777904 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929987780530:43929987781609 26045:26045 hsa_signal_destroy() = 0 +43929987792784:43929987793366 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43929987794645:43929987795133 26045:26045 hsa_signal_destroy() = 0 +43929987796670:43929987798108 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43929987799093:43929987799616 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43929987800501:43929987801124 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43929987801953:43929987802369 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43929987803425:43929987803910 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43929987805166:43929987805881 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43929987806859:43929987807729 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e94b0) = 0 +43929987808673:43929987811678 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9470) = 0 +43929987812621:43929987813732 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43929988276922:43929988279635 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43929988281131:43929988281855 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43929988282908:43929988283446 26045:26051 hsa_signal_load_relaxed() = 1 +43929987814648:43929988285069 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43929988284342:43929988285799 26045:26051 hsa_signal_store_screlease(, 0) = void +43929988286735:43929988287241 26045:26051 hsa_signal_destroy() = 0 +43929988721606:43929988722408 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930003334792:43930003335844 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930003347699:43930003348836 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930003350687:43930003353622 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930003354650:43930003355403 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930003356235:43930003356922 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930003357666:43930003358132 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930003824982:43930003825908 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930003827602:43930003828225 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930003829252:43930003830773 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9510) = 0 +43930003831757:43930003835599 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e94d0) = 0 +43930003836710:43930003838648 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930004333654:43930004336957 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930004338553:43930004339198 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930004340375:43930004340904 26045:26051 hsa_signal_load_relaxed() = 1 +43930003839543:43930004342560 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930004341775:43930004343162 26045:26051 hsa_signal_store_screlease(, 0) = void +43930004343893:43930004344558 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930004344056:43930004344672 26045:26051 hsa_signal_destroy() = 0 +43930004361029:43930004361669 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930004369201:43930004369987 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 98 +43930004370851:43930004371313 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 98 +43930004372280:43930004372923 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930004373705:43930004374066 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930004375181:43930004375788 26045:26045 hsa_signal_store_relaxed(, 98) = void +43930004377422:43930004378051 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930004384390:43930004385021 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930004387234:43930004387856 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930004388607:43930004388932 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 99 +43930004389665:43930004390018 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 98 +43930004392827:43930004393170 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930004393938:43930004394326 26045:26045 hsa_signal_store_relaxed(, 99) = void +43930004395278:43930006317213 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930006331659:43930006332478 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930006335162:43930006336241 26045:26045 hsa_signal_destroy() = 0 +43930006346881:43930006347456 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930006348488:43930006348938 26045:26045 hsa_signal_destroy() = 0 +43930006350412:43930006351849 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930006352819:43930006353342 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930006354287:43930006354911 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930006355739:43930006356160 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930006357193:43930006357674 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930006358913:43930006359636 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930006360621:43930006361570 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9570) = 0 +43930006362500:43930006365531 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9530) = 0 +43930006366476:43930006367600 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930006830862:43930006833693 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930006835193:43930006835919 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930006837016:43930006837543 26045:26051 hsa_signal_load_relaxed() = 1 +43930006368547:43930006839057 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930006838444:43930006839837 26045:26051 hsa_signal_store_screlease(, 0) = void +43930006840776:43930006841275 26045:26051 hsa_signal_destroy() = 0 +43930007276385:43930007277186 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930021909178:43930021910294 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930021915817:43930021916931 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930021918969:43930021922195 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930021923268:43930021923937 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930021924763:43930021925456 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930021926233:43930021926736 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930022398000:43930022398757 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930022400405:43930022401029 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930022402057:43930022403910 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e95d0) = 0 +43930022404915:43930022408222 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9590) = 0 +43930022409331:43930022411072 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930022879826:43930022882798 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930022884583:43930022885228 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930022886330:43930022886857 26045:26051 hsa_signal_load_relaxed() = 1 +43930022411985:43930022888437 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930022887792:43930022889173 26045:26051 hsa_signal_store_screlease(, 0) = void +43930022889766:43930022890441 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930022890057:43930022890694 26045:26051 hsa_signal_destroy() = 0 +43930022906730:43930022907378 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930022914985:43930022915629 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 100 +43930022916686:43930022917156 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 100 +43930022918073:43930022918686 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930022919497:43930022919850 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930022921007:43930022921586 26045:26045 hsa_signal_store_relaxed(, 100) = void +43930022923247:43930022923883 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930022929809:43930022930437 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930022932726:43930022933355 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930022934112:43930022934447 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 101 +43930022935208:43930022935544 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 100 +43930022936514:43930022936837 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930022937629:43930022938011 26045:26045 hsa_signal_store_relaxed(, 101) = void +43930022939048:43930023496099 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930023509485:43930023510256 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930023512868:43930023513880 26045:26045 hsa_signal_destroy() = 0 +43930023529574:43930023530051 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930023530982:43930023531371 26045:26045 hsa_signal_destroy() = 0 +43930023532734:43930023534112 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930023534981:43930023535451 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930023536271:43930023536824 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930023537565:43930023537942 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930023538885:43930023539322 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930023540455:43930023541102 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930023541984:43930023542974 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9630) = 0 +43930023543812:43930023546299 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e95f0) = 0 +43930023547141:43930023548158 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930024008883:43930024011547 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930024012996:43930024013720 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930024014773:43930024015295 26045:26051 hsa_signal_load_relaxed() = 1 +43930023549005:43930024016901 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930024016200:43930024017571 26045:26051 hsa_signal_store_screlease(, 0) = void +43930024018507:43930024019005 26045:26051 hsa_signal_destroy() = 0 +43930024454906:43930024455707 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930039078442:43930039079504 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930039085540:43930039086637 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930039088750:43930039091857 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930039092921:43930039093663 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930039094491:43930039095113 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930039095915:43930039096409 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930039561747:43930039562672 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930039564635:43930039565262 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930039566299:43930039568277 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9690) = 0 +43930039569312:43930039572420 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9650) = 0 +43930039573542:43930039575455 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930040044142:43930040047408 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930040049104:43930040049793 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930040050964:43930040051519 26045:26051 hsa_signal_load_relaxed() = 1 +43930039580085:43930040062182 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930040061531:43930040062972 26045:26051 hsa_signal_store_screlease(, 0) = void +43930040063490:43930040064186 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930040063886:43930040064550 26045:26051 hsa_signal_destroy() = 0 +43930040090607:43930040091256 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930040098574:43930040099229 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 102 +43930040100105:43930040100574 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 102 +43930040101498:43930040102142 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930040102977:43930040103332 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930040104456:43930040105116 26045:26045 hsa_signal_store_relaxed(, 102) = void +43930040106796:43930040107428 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930040113717:43930040114348 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930040116624:43930040117254 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930040118015:43930040118350 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 103 +43930040119088:43930040119435 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 102 +43930040120405:43930040120728 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930040121483:43930040121863 26045:26045 hsa_signal_store_relaxed(, 103) = void +43930040122844:43930040684921 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930040697964:43930040698781 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930040701296:43930040702306 26045:26045 hsa_signal_destroy() = 0 +43930040703479:43930040704147 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930040715146:43930040715641 26045:26045 hsa_signal_destroy() = 0 +43930040717070:43930040718335 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930040719219:43930040719696 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930040720521:43930040721131 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930040724286:43930040724671 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930040725633:43930040726070 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930040727205:43930040727846 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930040728734:43930040729512 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e96f0) = 0 +43930040730353:43930040733148 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e96b0) = 0 +43930040733986:43930040735019 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930041194982:43930041197613 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930041199074:43930041199791 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930041200845:43930041201373 26045:26051 hsa_signal_load_relaxed() = 1 +43930040735865:43930041203015 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930041202269:43930041203625 26045:26051 hsa_signal_store_screlease(, 0) = void +43930041204561:43930041205058 26045:26051 hsa_signal_destroy() = 0 +43930041639748:43930041640548 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930056274831:43930056275903 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930056281666:43930056282831 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930056285253:43930056288158 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930056289276:43930056290001 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930056290823:43930056291519 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930056292287:43930056292760 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930056759230:43930056759963 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930056761981:43930056762609 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930056763632:43930056765333 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9750) = 0 +43930056766342:43930056769827 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9710) = 0 +43930056771036:43930056772937 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930057241539:43930057244530 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930057246047:43930057246688 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930057247839:43930057248369 26045:26051 hsa_signal_load_relaxed() = 1 +43930056773796:43930057249903 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930057249257:43930057250629 26045:26051 hsa_signal_store_screlease(, 0) = void +43930057254253:43930057254881 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930057255533:43930057256128 26045:26051 hsa_signal_destroy() = 0 +43930057270805:43930057271435 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930057279331:43930057280022 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 104 +43930057280908:43930057281377 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 104 +43930057282340:43930057282939 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930057283721:43930057284083 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930057285228:43930057285830 26045:26045 hsa_signal_store_relaxed(, 104) = void +43930057287483:43930057288111 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930057294507:43930057295138 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930057297346:43930057297967 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930057298728:43930057299059 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 105 +43930057299793:43930057300138 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 104 +43930057301020:43930057301344 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930057302101:43930057302483 26045:26045 hsa_signal_store_relaxed(, 105) = void +43930057303484:43930057859583 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930057873088:43930057873866 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930057876405:43930057877423 26045:26045 hsa_signal_destroy() = 0 +43930057878602:43930057879219 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930057890241:43930057890650 26045:26045 hsa_signal_destroy() = 0 +43930057892068:43930057893414 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930057894291:43930057894755 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930057895593:43930057896152 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930057896900:43930057897276 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930057898217:43930057898656 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930057899793:43930057900436 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930057901317:43930057902159 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e97b0) = 0 +43930057903003:43930057905746 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9770) = 0 +43930057908663:43930057909737 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930058370388:43930058372982 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930058374444:43930058375161 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930058376214:43930058376742 26045:26051 hsa_signal_load_relaxed() = 1 +43930057910612:43930058378381 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930058377646:43930058379055 26045:26051 hsa_signal_store_screlease(, 0) = void +43930058379992:43930058380492 26045:26051 hsa_signal_destroy() = 0 +43930058821563:43930058822359 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930073422137:43930073423216 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930073429144:43930073430373 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930073432303:43930073435314 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930073436417:43930073437296 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930073438133:43930073438709 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930073439527:43930073440004 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930073907009:43930073907738 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930073909556:43930073910178 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930073911301:43930073912773 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9810) = 0 +43930073913796:43930073917240 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e97d0) = 0 +43930073918222:43930073920070 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930074387428:43930074390460 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930074391958:43930074392604 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930074393828:43930074394365 26045:26051 hsa_signal_load_relaxed() = 1 +43930073921036:43930074395906 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930074395257:43930074396644 26045:26051 hsa_signal_store_screlease(, 0) = void +43930074397265:43930074397938 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930074397529:43930074398174 26045:26051 hsa_signal_destroy() = 0 +43930074418318:43930074418971 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930074427103:43930074427745 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 106 +43930074429698:43930074430207 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 106 +43930074431196:43930074431829 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930074432669:43930074433028 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930074434201:43930074434808 26045:26045 hsa_signal_store_relaxed(, 106) = void +43930074436457:43930074437090 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930074443355:43930074443987 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930074446416:43930074447052 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930074447805:43930074448129 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 107 +43930074448864:43930074449190 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 106 +43930074450146:43930074450469 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930074451226:43930074451606 26045:26045 hsa_signal_store_relaxed(, 107) = void +43930074452547:43930075008052 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930075021524:43930075022297 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930075024847:43930075025868 26045:26045 hsa_signal_destroy() = 0 +43930075027089:43930075027637 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930075038667:43930075039104 26045:26045 hsa_signal_destroy() = 0 +43930075040535:43930075041842 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930075042727:43930075043195 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930075043988:43930075044607 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930075045351:43930075045730 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930075046735:43930075047173 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930075048304:43930075048944 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930075049825:43930075050632 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9870) = 0 +43930075051485:43930075053958 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9830) = 0 +43930075054813:43930075055824 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930075515520:43930075518102 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930075519534:43930075520257 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930075521311:43930075521831 26045:26051 hsa_signal_load_relaxed() = 1 +43930075056670:43930075523468 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930075522734:43930075524108 26045:26051 hsa_signal_store_screlease(, 0) = void +43930075528465:43930075528970 26045:26051 hsa_signal_destroy() = 0 +43930075962464:43930075963328 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930090570121:43930090571241 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930090576859:43930090577928 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930090579903:43930090582932 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930090584253:43930090584922 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930090585830:43930090586552 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930090587345:43930090587826 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930091054656:43930091055399 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930091057054:43930091057685 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930091058727:43930091060308 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e98d0) = 0 +43930091061837:43930091065912 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9890) = 0 +43930091066910:43930091068802 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930091537241:43930091540241 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930091541765:43930091542417 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930091543621:43930091544143 26045:26051 hsa_signal_load_relaxed() = 1 +43930091069822:43930091545708 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930091545053:43930091546623 26045:26051 hsa_signal_store_screlease(, 0) = void +43930091547059:43930091547735 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930091547562:43930091548190 26045:26051 hsa_signal_destroy() = 0 +43930091563818:43930091564476 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930091572437:43930091573195 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 108 +43930091574085:43930091574555 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 108 +43930091575570:43930091576173 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930091576993:43930091577354 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930091578507:43930091579095 26045:26045 hsa_signal_store_relaxed(, 108) = void +43930091580664:43930091581297 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930091591624:43930091592265 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930091594487:43930091595074 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930091595830:43930091596164 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 109 +43930091596898:43930091597251 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 108 +43930091598188:43930091598512 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930091599277:43930091599664 26045:26045 hsa_signal_store_relaxed(, 109) = void +43930091600640:43930092158131 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930092171613:43930092172439 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930092175088:43930092176094 26045:26045 hsa_signal_destroy() = 0 +43930092177301:43930092177905 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930092188461:43930092188927 26045:26045 hsa_signal_destroy() = 0 +43930092190468:43930092191756 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930092192638:43930092193151 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930092193966:43930092194579 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930092195330:43930092195706 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930092196628:43930092197061 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930092198230:43930092198879 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930092199767:43930092200533 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9930) = 0 +43930092201381:43930092204140 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e98f0) = 0 +43930092204988:43930092205995 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930092697461:43930092699997 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930092701317:43930092701962 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930092702911:43930092703383 26045:26051 hsa_signal_load_relaxed() = 1 +43930092206848:43930092704851 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930092704194:43930092705463 26045:26051 hsa_signal_store_screlease(, 0) = void +43930092714844:43930092715363 26045:26051 hsa_signal_destroy() = 0 +43930093151339:43930093152188 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930107758477:43930107759784 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930107766315:43930107767397 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930107777482:43930107780643 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930107781687:43930107782496 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930107783328:43930107794282 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930107795179:43930107795674 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930108255388:43930108256281 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930108258055:43930108258684 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930108259728:43930108261407 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9990) = 0 +43930108262411:43930108266442 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9950) = 0 +43930108267399:43930108269481 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930108738211:43930108741301 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930108742789:43930108743431 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930108744712:43930108745242 26045:26051 hsa_signal_load_relaxed() = 1 +43930108270312:43930108746768 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930108746095:43930108747496 26045:26051 hsa_signal_store_screlease(, 0) = void +43930108748024:43930108748701 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930108748386:43930108749046 26045:26051 hsa_signal_destroy() = 0 +43930108764816:43930108765453 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930108773674:43930108774372 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 110 +43930108775255:43930108775725 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 110 +43930108776729:43930108777326 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930108778101:43930108778462 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930108779607:43930108780221 26045:26045 hsa_signal_store_relaxed(, 110) = void +43930108782024:43930108782661 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930108789074:43930108789706 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930108791976:43930108792619 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930108793375:43930108793723 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 111 +43930108794460:43930108794793 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 110 +43930108795747:43930108796072 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930108798559:43930108798950 26045:26045 hsa_signal_store_relaxed(, 111) = void +43930108799891:43930109356299 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930109358212:43930109358714 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930109360294:43930109360865 26045:26045 hsa_signal_destroy() = 0 +43930109372669:43930109373210 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930109374193:43930109374601 26045:26045 hsa_signal_destroy() = 0 +43930109376125:43930109378087 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930109379019:43930109379617 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930109390440:43930109390940 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930109391694:43930109392064 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930109392912:43930109393318 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930109394244:43930109394893 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930109395706:43930109396315 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e99f0) = 0 +43930109397088:43930109399048 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e99b0) = 0 +43930109399831:43930109400611 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930109892117:43930109894713 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930109896044:43930109896710 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930109897654:43930109898135 26045:26051 hsa_signal_load_relaxed() = 1 +43930109401385:43930109899598 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930109898947:43930109900202 26045:26051 hsa_signal_store_screlease(, 0) = void +43930109909623:43930109910154 26045:26051 hsa_signal_destroy() = 0 +43930110345363:43930110346211 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930124999411:43930125000483 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930125005604:43930125006667 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930125008940:43930125011679 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930125012753:43930125013706 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930125014519:43930125015123 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930125015978:43930125016472 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930125484306:43930125485390 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930125491243:43930125491871 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930125492904:43930125494475 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9a50) = 0 +43930125495468:43930125498798 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9a10) = 0 +43930125499748:43930125501565 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930125970814:43930125973802 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930125975325:43930125975968 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930125977027:43930125977555 26045:26051 hsa_signal_load_relaxed() = 1 +43930125502444:43930125979055 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930125978406:43930125979784 26045:26051 hsa_signal_store_screlease(, 0) = void +43930125980369:43930125981047 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930125980668:43930125981300 26045:26051 hsa_signal_destroy() = 0 +43930125995463:43930125996100 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930126002331:43930126002998 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 112 +43930126003921:43930126004386 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 112 +43930126005300:43930126005912 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930126006656:43930126007132 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930126008106:43930126008678 26045:26045 hsa_signal_store_relaxed(, 112) = void +43930126009878:43930126010509 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930126016130:43930126016756 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930126018561:43930126019190 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930126020019:43930126020395 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 113 +43930126021133:43930126021484 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 112 +43930126022229:43930126022555 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930126023297:43930126023677 26045:26045 hsa_signal_store_relaxed(, 113) = void +43930126024704:43930126580357 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930126582192:43930126582678 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930126584295:43930126584870 26045:26045 hsa_signal_destroy() = 0 +43930126596418:43930126596987 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930126601244:43930126601662 26045:26045 hsa_signal_destroy() = 0 +43930126603241:43930126614040 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930126614903:43930126615341 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930126616185:43930126616677 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930126617438:43930126617814 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930126618686:43930126619080 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930126620041:43930126620686 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930126621501:43930126622047 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9ab0) = 0 +43930126622829:43930126624563 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9a70) = 0 +43930126625349:43930126626111 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930127077925:43930127080325 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930127081659:43930127082334 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930127083293:43930127083789 26045:26051 hsa_signal_load_relaxed() = 1 +43930126626903:43930127085196 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930127084623:43930127085877 26045:26051 hsa_signal_store_screlease(, 0) = void +43930127086746:43930127087227 26045:26051 hsa_signal_destroy() = 0 +43930127541256:43930127542102 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930142193127:43930142194192 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930142198885:43930142200138 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930142201933:43930142204638 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930142205713:43930142206473 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930142207295:43930142207935 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930142208805:43930142209269 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930142676960:43930142677839 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930142679720:43930142680356 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930142681336:43930142683067 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9b10) = 0 +43930142684257:43930142687499 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9ad0) = 0 +43930142688719:43930142690470 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930143157745:43930143160733 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930143162303:43930143162962 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930143164036:43930143164750 26045:26051 hsa_signal_load_relaxed() = 1 +43930142694788:43930143166320 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930143165658:43930143167047 26045:26051 hsa_signal_store_screlease(, 0) = void +43930143167725:43930143168446 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930143167935:43930143168597 26045:26051 hsa_signal_destroy() = 0 +43930143182530:43930143183169 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930143189111:43930143189780 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 114 +43930143190645:43930143191072 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 114 +43930143191976:43930143192584 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930143193384:43930143193781 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930143194762:43930143195337 26045:26045 hsa_signal_store_relaxed(, 114) = void +43930143196602:43930143197224 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930143203089:43930143203723 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930143205646:43930143206277 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930143207110:43930143207491 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 115 +43930143208229:43930143208563 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 114 +43930143209306:43930143209630 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930143210365:43930143210754 26045:26045 hsa_signal_store_relaxed(, 115) = void +43930143211806:43930143767689 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930143769160:43930143769652 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930143771126:43930143771673 26045:26045 hsa_signal_destroy() = 0 +43930143772610:43930143783589 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930143784559:43930143785040 26045:26045 hsa_signal_destroy() = 0 +43930143786428:43930143788087 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930143789027:43930143789539 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930143790414:43930143790973 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930143801703:43930143802124 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930143804578:43930143804965 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930143805922:43930143806552 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930143807345:43930143807869 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9b70) = 0 +43930143808633:43930143810596 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9b30) = 0 +43930143811371:43930143812187 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930144317143:43930144319678 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930144321025:43930144321673 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930144322606:43930144323075 26045:26051 hsa_signal_load_relaxed() = 1 +43930143812983:43930144324606 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930144323884:43930144325135 26045:26051 hsa_signal_store_screlease(, 0) = void +43930144325981:43930144326437 26045:26051 hsa_signal_destroy() = 0 +43930144768617:43930144769461 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930159400676:43930159401743 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930159406204:43930159407303 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930159409155:43930159411556 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930159412647:43930159413434 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930159414248:43930159414895 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930159415748:43930159416226 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930159885044:43930159885777 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930159887817:43930159888446 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930159889473:43930159891293 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9bd0) = 0 +43930159892366:43930159895560 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9b90) = 0 +43930159896538:43930159898604 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930160378394:43930160381326 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930160382853:43930160383506 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930160384652:43930160385173 26045:26051 hsa_signal_load_relaxed() = 1 +43930159899492:43930160386867 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930160386088:43930160387457 26045:26051 hsa_signal_store_screlease(, 0) = void +43930160388296:43930160388921 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930160393544:43930160394153 26045:26051 hsa_signal_destroy() = 0 +43930160405775:43930160406418 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930160411930:43930160412732 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 116 +43930160413505:43930160413981 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 116 +43930160414885:43930160415492 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930160416271:43930160416712 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930160417734:43930160418383 26045:26045 hsa_signal_store_relaxed(, 116) = void +43930160419803:43930160420434 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930160427292:43930160427922 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930160429635:43930160430275 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930160431101:43930160431479 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 117 +43930160432223:43930160432556 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 116 +43930160433303:43930160433644 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930160434382:43930160434768 26045:26045 hsa_signal_store_relaxed(, 117) = void +43930160435866:43930160987991 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930160989389:43930160989872 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930160991256:43930160991816 26045:26045 hsa_signal_destroy() = 0 +43930160992757:43930161003707 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930161004759:43930161005155 26045:26045 hsa_signal_destroy() = 0 +43930161006711:43930161008573 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930161009577:43930161010096 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930161010977:43930161011517 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930161021774:43930161022155 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930161023011:43930161023393 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930161024341:43930161024974 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930161025771:43930161026372 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9c30) = 0 +43930161027141:43930161028937 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9bf0) = 0 +43930161029718:43930161030624 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930161522870:43930161525310 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930161526640:43930161527286 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930161528225:43930161528696 26045:26051 hsa_signal_load_relaxed() = 1 +43930161032630:43930161530161 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930161529503:43930161530727 26045:26051 hsa_signal_store_screlease(, 0) = void +43930161531571:43930161532022 26045:26051 hsa_signal_destroy() = 0 +43930161973794:43930161974636 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930176593875:43930176594943 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930176599281:43930176600455 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930176602239:43930176604284 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930176605346:43930176606038 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930176606857:43930176607458 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930176608322:43930176608797 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930177074246:43930177075177 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930177076749:43930177077377 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930177078418:43930177080091 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9c90) = 0 +43930177081129:43930177084642 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9c50) = 0 +43930177085622:43930177087155 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930177554902:43930177557948 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930177559498:43930177560148 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930177561320:43930177561849 26045:26051 hsa_signal_load_relaxed() = 1 +43930177088116:43930177563663 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930177563007:43930177564367 26045:26051 hsa_signal_store_screlease(, 0) = void +43930177565032:43930177565734 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930177565251:43930177565914 26045:26051 hsa_signal_destroy() = 0 +43930177579160:43930177579806 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930177585481:43930177586280 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 118 +43930177587074:43930177587495 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 118 +43930177592420:43930177593077 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930177593907:43930177594353 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930177595311:43930177595878 26045:26045 hsa_signal_store_relaxed(, 118) = void +43930177597250:43930177597882 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930177603876:43930177604503 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930177606197:43930177606831 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930177607657:43930177608033 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 119 +43930177608774:43930177609122 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 118 +43930177609862:43930177610183 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930177610915:43930177611296 26045:26045 hsa_signal_store_relaxed(, 119) = void +43930177612345:43930178167865 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930178169467:43930178169938 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930178171542:43930178172095 26045:26045 hsa_signal_destroy() = 0 +43930178183486:43930178184086 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930178185049:43930178185439 26045:26045 hsa_signal_destroy() = 0 +43930178187050:43930178188806 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930178189848:43930178190373 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930178191251:43930178201329 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930178202156:43930178202528 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930178203376:43930178203756 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930178204686:43930178205318 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930178206116:43930178206665 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9cf0) = 0 +43930178207436:43930178209378 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9cb0) = 0 +43930178210158:43930178210893 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930178703085:43930178705428 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930178706816:43930178707463 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930178708397:43930178708867 26045:26051 hsa_signal_load_relaxed() = 1 +43930178211661:43930178710331 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930178709678:43930178710920 26045:26051 hsa_signal_store_screlease(, 0) = void +43930178714901:43930178715353 26045:26051 hsa_signal_destroy() = 0 +43930179154265:43930179155132 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930193783554:43930193784650 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930193789576:43930193790670 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930193792639:43930193794896 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930193796002:43930193796682 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930193797497:43930193798100 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930193798962:43930193799436 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930194267397:43930194268260 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930194270350:43930194270972 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930194272092:43930194273678 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9d50) = 0 +43930194274692:43930194277793 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9d10) = 0 +43930194278769:43930194280320 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930194749468:43930194752419 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930194754024:43930194754682 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930194755820:43930194756358 26045:26051 hsa_signal_load_relaxed() = 1 +43930194281171:43930194757980 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930194757326:43930194758730 26045:26051 hsa_signal_store_screlease(, 0) = void +43930194759356:43930194760035 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930194759615:43930194760266 26045:26051 hsa_signal_destroy() = 0 +43930194774092:43930194774725 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930194780080:43930194780724 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 120 +43930194781585:43930194782055 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 120 +43930194783168:43930194783776 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930194784646:43930194785052 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930194786078:43930194786641 26045:26045 hsa_signal_store_relaxed(, 120) = void +43930194787878:43930194788502 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930194794083:43930194794710 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930194800380:43930194801015 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930194801859:43930194802191 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 121 +43930194802927:43930194803258 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 120 +43930194803996:43930194804319 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930194805071:43930194805457 26045:26045 hsa_signal_store_relaxed(, 121) = void +43930194807001:43930195356961 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930195358367:43930195358857 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930195360266:43930195360823 26045:26045 hsa_signal_destroy() = 0 +43930195361776:43930195372628 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930195373634:43930195374277 26045:26045 hsa_signal_destroy() = 0 +43930195375656:43930195377537 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930195378611:43930195379130 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930195380004:43930195380605 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930195390876:43930195391259 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930195392111:43930195392497 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930195393448:43930195394075 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930195394872:43930195395398 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9db0) = 0 +43930195396159:43930195397880 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9d70) = 0 +43930195398649:43930195399394 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930195891248:43930195893694 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930195895043:43930195895687 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930195896630:43930195897097 26045:26051 hsa_signal_load_relaxed() = 1 +43930195400161:43930195898565 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930195897905:43930195899113 26045:26051 hsa_signal_store_screlease(, 0) = void +43930195899953:43930195900403 26045:26051 hsa_signal_destroy() = 0 +43930196369165:43930196370005 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930211023871:43930211024945 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930211029495:43930211030681 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930211032468:43930211034490 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930211039559:43930211040252 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930211041165:43930211041833 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930211042647:43930211043141 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930211505691:43930211506580 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930211508412:43930211509043 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930211510244:43930211511622 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9e10) = 0 +43930211512598:43930211516047 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9dd0) = 0 +43930211516990:43930211518647 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930211987544:43930211990831 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930211992433:43930211993110 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930211994315:43930211994855 26045:26051 hsa_signal_load_relaxed() = 1 +43930211519461:43930211996369 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930211995708:43930211997156 26045:26051 hsa_signal_store_screlease(, 0) = void +43930211997735:43930211998416 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930211998041:43930211998682 26045:26051 hsa_signal_destroy() = 0 +43930212027401:43930212028053 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930212033318:43930212033858 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 122 +43930212034967:43930212035512 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 122 +43930212036449:43930212037076 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930212037927:43930212038380 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930212039302:43930212039869 26045:26045 hsa_signal_store_relaxed(, 122) = void +43930212041145:43930212041795 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930212056997:43930212057625 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930212059358:43930212059995 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930212060806:43930212061137 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 123 +43930212061870:43930212062212 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 122 +43930212062971:43930212063289 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930212064027:43930212064410 26045:26045 hsa_signal_store_relaxed(, 123) = void +43930212066806:43930212618613 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930212620572:43930212621054 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930212622562:43930212623124 26045:26045 hsa_signal_destroy() = 0 +43930212634669:43930212635231 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930212636200:43930212636593 26045:26045 hsa_signal_destroy() = 0 +43930212638137:43930212640196 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930212641194:43930212641707 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930212652508:43930212652997 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930212653756:43930212654122 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930212654975:43930212655361 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930212656305:43930212656930 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930212657719:43930212658352 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9e70) = 0 +43930212659120:43930212660951 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9e30) = 0 +43930212661723:43930212662458 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930213154922:43930213157410 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930213158741:43930213159390 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930213160331:43930213160803 26045:26051 hsa_signal_load_relaxed() = 1 +43930212663242:43930213162275 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930213161621:43930213162846 26045:26051 hsa_signal_store_screlease(, 0) = void +43930213163692:43930213164136 26045:26051 hsa_signal_destroy() = 0 +43930213607568:43930213608407 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930228259586:43930228260654 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930228264995:43930228266443 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930228268286:43930228270524 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930228271655:43930228272491 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930228273485:43930228274140 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930228274987:43930228275453 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930228743437:43930228744351 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930228749589:43930228750224 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930228751206:43930228752913 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9ed0) = 0 +43930228753931:43930228757120 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9e90) = 0 +43930228758170:43930228759668 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930229228066:43930229231072 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930229232719:43930229233381 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930229234544:43930229235065 26045:26051 hsa_signal_load_relaxed() = 1 +43930228760586:43930229236571 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930229235918:43930229237296 26045:26051 hsa_signal_store_screlease(, 0) = void +43930229238102:43930229238781 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930229238184:43930229238824 26045:26051 hsa_signal_destroy() = 0 +43930229252290:43930229252928 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930229258181:43930229258687 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 124 +43930229259565:43930229260037 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 124 +43930229260949:43930229261558 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930229262344:43930229262787 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930229263705:43930229264267 26045:26045 hsa_signal_store_relaxed(, 124) = void +43930229265482:43930229266118 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930229271681:43930229272312 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930229274056:43930229274676 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930229275504:43930229275834 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 125 +43930229276574:43930229276909 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 124 +43930229277673:43930229277996 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930229278727:43930229279113 26045:26045 hsa_signal_store_relaxed(, 125) = void +43930229280116:43930229834926 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930229836363:43930229836829 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930229838264:43930229838822 26045:26045 hsa_signal_destroy() = 0 +43930229839761:43930229850715 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930229851724:43930229852124 26045:26045 hsa_signal_destroy() = 0 +43930229869082:43930229870154 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930229871060:43930229871474 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930229872294:43930229872746 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930229873481:43930229873850 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930229874780:43930229875176 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930229876092:43930229876723 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930229877514:43930229878037 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9f30) = 0 +43930229878798:43930229880721 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9ef0) = 0 +43930229881494:43930229882216 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930230375365:43930230377747 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930230379076:43930230379737 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930230380676:43930230381161 26045:26051 hsa_signal_load_relaxed() = 1 +43930229882993:43930230382617 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930230381967:43930230383208 26045:26051 hsa_signal_store_screlease(, 0) = void +43930230384050:43930230384511 26045:26051 hsa_signal_destroy() = 0 +43930230825905:43930230826789 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930245477637:43930245478708 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930245483129:43930245484272 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930245486183:43930245488284 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930245489374:43930245490065 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930245490879:43930245491404 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930245492279:43930245492748 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930245958438:43930245959171 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930245960725:43930245961346 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930245962323:43930245964109 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9f90) = 0 +43930245965131:43930245968451 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9f50) = 0 +43930245969424:43930245971140 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930246438507:43930246441473 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930246447741:43930246448397 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930246449507:43930246450035 26045:26051 hsa_signal_load_relaxed() = 1 +43930245972066:43930246451538 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930246450886:43930246452277 26045:26051 hsa_signal_store_screlease(, 0) = void +43930246453030:43930246453717 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930246453209:43930246453837 26045:26051 hsa_signal_destroy() = 0 +43930246467767:43930246468401 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930246473656:43930246474167 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 126 +43930246475033:43930246475494 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 126 +43930246476413:43930246477022 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930246477862:43930246478312 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930246479265:43930246479830 26045:26045 hsa_signal_store_relaxed(, 126) = void +43930246481044:43930246481668 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930246487484:43930246488115 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930246489852:43930246490476 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930246491303:43930246491633 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 127 +43930246492372:43930246492717 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 126 +43930246493464:43930246493783 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930246494554:43930246494939 26045:26045 hsa_signal_store_relaxed(, 127) = void +43930246496307:43930247049027 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930247050425:43930247050908 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930247052432:43930247052972 26045:26045 hsa_signal_destroy() = 0 +43930247053921:43930247064800 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930247065817:43930247066297 26045:26045 hsa_signal_destroy() = 0 +43930247067674:43930247069673 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930247070713:43930247071226 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930247072104:43930247072666 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930247082970:43930247083354 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930247084211:43930247084581 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930247087245:43930247087894 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930247088691:43930247089240 26045:26045 hsa_signal_create(1, , 0, 0x7f15277e9ff0) = 0 +43930247090016:43930247091762 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277e9fb0) = 0 +43930247092545:43930247093279 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930247585772:43930247588173 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930247589505:43930247590150 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930247591089:43930247591562 26045:26051 hsa_signal_load_relaxed() = 1 +43930247094046:43930247593017 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930247592370:43930247593588 26045:26051 hsa_signal_store_screlease(, 0) = void +43930247594436:43930247594891 26045:26051 hsa_signal_destroy() = 0 +43930248042948:43930248043789 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930262671271:43930262672345 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930262676858:43930262678314 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930262680446:43930262682519 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930262683769:43930262684462 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930262685280:43930262685889 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930262686749:43930262687216 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930263154299:43930263155178 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930263160755:43930263161391 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930263162441:43930263163896 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea050) = 0 +43930263164914:43930263168567 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea010) = 0 +43930263169535:43930263171066 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930263638240:43930263641292 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930263642911:43930263643568 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930263644814:43930263645351 26045:26051 hsa_signal_load_relaxed() = 1 +43930263172135:43930263646903 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930263646254:43930263647651 26045:26051 hsa_signal_store_screlease(, 0) = void +43930263648281:43930263648957 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930263648533:43930263649184 26045:26051 hsa_signal_destroy() = 0 +43930263664853:43930263665489 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930263670645:43930263671415 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 128 +43930263672287:43930263672756 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 128 +43930263673659:43930263674259 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930263675050:43930263675495 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930263676440:43930263677000 26045:26045 hsa_signal_store_relaxed(, 128) = void +43930263678189:43930263678829 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930263684524:43930263685155 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930263686803:43930263687425 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930263688254:43930263688582 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 129 +43930263689317:43930263689648 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 128 +43930263690388:43930263690710 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930263691449:43930263691826 26045:26045 hsa_signal_store_relaxed(, 129) = void +43930263692888:43930264252934 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930264254301:43930264254781 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930264256255:43930264256804 26045:26045 hsa_signal_destroy() = 0 +43930264257752:43930264268447 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930264269418:43930264269806 26045:26045 hsa_signal_destroy() = 0 +43930264271209:43930264273109 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930264274119:43930264274661 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930264275539:43930264276261 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930264286562:43930264286948 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930264287807:43930264288174 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930264289094:43930264289721 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930264290506:43930264291098 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea0b0) = 0 +43930264291860:43930264293830 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea070) = 0 +43930264294607:43930264295381 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930264787940:43930264790349 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930264794671:43930264795330 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930264796264:43930264796736 26045:26051 hsa_signal_load_relaxed() = 1 +43930264296159:43930264798191 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930264797544:43930264798771 26045:26051 hsa_signal_store_screlease(, 0) = void +43930264799591:43930264800052 26045:26051 hsa_signal_destroy() = 0 +43930265243725:43930265244567 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930279850463:43930279851537 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930279856038:43930279857058 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930279859189:43930279861355 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930279862464:43930279863107 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930279863934:43930279864506 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930279865365:43930279865857 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930280359778:43930280360519 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930280362283:43930280362921 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930280363999:43930280365901 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea110) = 0 +43930280366925:43930280370618 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea0d0) = 0 +43930280371587:43930280373330 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930280840446:43930280843699 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930280845255:43930280845906 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930280847051:43930280847576 26045:26051 hsa_signal_load_relaxed() = 1 +43930280374274:43930280849138 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930280848480:43930280849888 26045:26051 hsa_signal_store_screlease(, 0) = void +43930280850532:43930280851260 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930280850773:43930280851419 26045:26051 hsa_signal_destroy() = 0 +43930280865187:43930280865826 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930280870916:43930280871426 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 130 +43930280872315:43930280872778 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 130 +43930280873727:43930280874338 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930280878841:43930280879295 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930280880258:43930280880822 26045:26045 hsa_signal_store_relaxed(, 130) = void +43930280882023:43930280882651 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930280888485:43930280889106 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930280890891:43930280891523 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930280892349:43930280892684 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 131 +43930280893425:43930280893759 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 130 +43930280894498:43930280894824 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930280895563:43930280895945 26045:26045 hsa_signal_store_relaxed(, 131) = void +43930280896976:43930281453425 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930281454826:43930281455307 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930281456640:43930281457198 26045:26045 hsa_signal_destroy() = 0 +43930281458132:43930281458582 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930281469813:43930281470217 26045:26045 hsa_signal_destroy() = 0 +43930281471669:43930281473626 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930281474633:43930281475141 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930281475999:43930281476573 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930281486803:43930281487229 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930281488099:43930281488470 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930281489415:43930281490042 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930281490832:43930281491362 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea170) = 0 +43930281492130:43930281493839 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea130) = 0 +43930281494643:43930281495359 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930281988139:43930281990544 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930281991868:43930281992514 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930281993458:43930281993932 26045:26051 hsa_signal_load_relaxed() = 1 +43930281496132:43930281995390 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930281994742:43930281995987 26045:26051 hsa_signal_store_screlease(, 0) = void +43930281996833:43930281997289 26045:26051 hsa_signal_destroy() = 0 +43930282441011:43930282441848 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930297110077:43930297111154 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930297115543:43930297116563 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930297118590:43930297120780 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930297121876:43930297122563 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930297123422:43930297123997 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930297124852:43930297125539 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930297593394:43930297594143 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930297595699:43930297596322 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930297597427:43930297599171 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea1d0) = 0 +43930297600225:43930297603738 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea190) = 0 +43930297604740:43930297606472 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930298074520:43930298077546 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930298079122:43930298079777 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930298080926:43930298081465 26045:26051 hsa_signal_load_relaxed() = 1 +43930297607361:43930298083038 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930298082376:43930298083764 26045:26051 hsa_signal_store_screlease(, 0) = void +43930298084437:43930298085143 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930298084656:43930298085299 26045:26051 hsa_signal_destroy() = 0 +43930298099438:43930298100070 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930298105027:43930298105537 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 132 +43930298106398:43930298107019 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 132 +43930298107964:43930298108568 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930298109441:43930298109844 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930298110853:43930298111414 26045:26045 hsa_signal_store_relaxed(, 132) = void +43930298112595:43930298113222 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930298118928:43930298119557 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930298121188:43930298121760 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930298126211:43930298126542 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 133 +43930298127292:43930298127635 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 132 +43930298128400:43930298128720 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930298129456:43930298129843 26045:26045 hsa_signal_store_relaxed(, 133) = void +43930298130883:43930298679775 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930298681168:43930298681651 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930298683131:43930298683679 26045:26045 hsa_signal_destroy() = 0 +43930298684629:43930298695438 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930298696449:43930298696930 26045:26045 hsa_signal_destroy() = 0 +43930298698237:43930298700343 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930298701371:43930298701880 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930298702750:43930298703310 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930298713610:43930298713996 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930298714850:43930298715221 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930298716141:43930298716770 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930298717560:43930298718081 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea230) = 0 +43930298718842:43930298720745 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea1f0) = 0 +43930298721526:43930298722246 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930299214627:43930299217050 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930299218418:43930299219067 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930299220007:43930299220491 26045:26051 hsa_signal_load_relaxed() = 1 +43930298723013:43930299221933 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930299221293:43930299222530 26045:26051 hsa_signal_store_screlease(, 0) = void +43930299223374:43930299223840 26045:26051 hsa_signal_destroy() = 0 +43930299665520:43930299666355 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930314330897:43930314331959 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930314336469:43930314337418 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930314339322:43930314341301 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930314347914:43930314348632 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930314349690:43930314350277 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930314351135:43930314351609 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930314817944:43930314818636 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930314820620:43930314821258 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930314822286:43930314824071 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea290) = 0 +43930314825076:43930314828498 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea250) = 0 +43930314829443:43930314831197 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930315298445:43930315301462 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930315303088:43930315303742 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930315304845:43930315305383 26045:26051 hsa_signal_load_relaxed() = 1 +43930314832068:43930315306896 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930315306234:43930315307620 26045:26051 hsa_signal_store_screlease(, 0) = void +43930315308335:43930315308999 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930315308509:43930315309154 26045:26051 hsa_signal_destroy() = 0 +43930315323330:43930315323974 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930315328942:43930315329611 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 134 +43930315330477:43930315330943 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 134 +43930315331912:43930315332511 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930315333332:43930315333774 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930315334769:43930315335404 26045:26045 hsa_signal_store_relaxed(, 134) = void +43930315336605:43930315337235 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930315343295:43930315343921 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930315345646:43930315346267 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930315347076:43930315347401 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 135 +43930315348139:43930315348480 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 134 +43930315349214:43930315349538 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930315350273:43930315350654 26045:26045 hsa_signal_store_relaxed(, 135) = void +43930315351660:43930315911075 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930315914410:43930315914904 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930315927033:43930315927957 26045:26045 hsa_signal_destroy() = 0 +43930315929207:43930315929734 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930315930654:43930315931042 26045:26045 hsa_signal_destroy() = 0 +43930315932469:43930315934375 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930315945266:43930315945670 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930315946502:43930315946994 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930315947746:43930315948109 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930315948956:43930315949323 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930315950265:43930315950893 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930315951687:43930315952297 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea2f0) = 0 +43930315953059:43930315954736 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea2b0) = 0 +43930315955512:43930315956236 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930316461964:43930316464403 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930316465739:43930316466381 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930316467352:43930316467825 26045:26051 hsa_signal_load_relaxed() = 1 +43930315957008:43930316469338 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930316468637:43930316469903 26045:26051 hsa_signal_store_screlease(, 0) = void +43930316470755:43930316471207 26045:26051 hsa_signal_destroy() = 0 +43930316913335:43930316914176 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930331548383:43930331549455 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930331554207:43930331555478 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930331557566:43930331559662 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930331560772:43930331561537 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930331562350:43930331562980 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930331563821:43930331564291 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930332041035:43930332041743 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930332043377:43930332043997 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930332048422:43930332050143 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea350) = 0 +43930332051148:43930332054422 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea310) = 0 +43930332055366:43930332056917 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930332523405:43930332526496 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930332528117:43930332528765 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930332529903:43930332530425 26045:26051 hsa_signal_load_relaxed() = 1 +43930332057735:43930332531935 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930332531271:43930332532650 26045:26051 hsa_signal_store_screlease(, 0) = void +43930332533320:43930332534038 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930332533533:43930332534188 26045:26051 hsa_signal_destroy() = 0 +43930332548576:43930332549212 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930332554268:43930332554778 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 136 +43930332555636:43930332556105 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 136 +43930332557011:43930332557612 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930332558410:43930332558853 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930332559816:43930332560378 26045:26045 hsa_signal_store_relaxed(, 136) = void +43930332561767:43930332562407 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930332568043:43930332568669 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930332570342:43930332570964 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930332571725:43930332572058 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 137 +43930332572799:43930332573132 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 136 +43930332573950:43930332574272 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930332575005:43930332575390 26045:26045 hsa_signal_store_relaxed(, 137) = void +43930332576420:43930333132434 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930333133833:43930333134308 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930333135717:43930333136266 26045:26045 hsa_signal_destroy() = 0 +43930333137226:43930333147924 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930333148955:43930333149353 26045:26045 hsa_signal_destroy() = 0 +43930333150824:43930333152922 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930333166434:43930333166855 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930333167695:43930333168203 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930333168947:43930333169318 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930333170158:43930333170525 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930333171472:43930333172103 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930333172890:43930333173415 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea3b0) = 0 +43930333174175:43930333175900 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea370) = 0 +43930333176671:43930333177393 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930333669923:43930333672316 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930333673654:43930333674298 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930333675239:43930333675714 26045:26051 hsa_signal_load_relaxed() = 1 +43930333178168:43930333677180 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930333676525:43930333677755 26045:26051 hsa_signal_store_screlease(, 0) = void +43930333678596:43930333679046 26045:26051 hsa_signal_destroy() = 0 +43930334121585:43930334122424 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930348753851:43930348754904 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930348758883:43930348760147 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930348762169:43930348765096 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930348766323:43930348767037 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930348767850:43930348768372 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930348769223:43930348769692 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930349237569:43930349238300 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930349239864:43930349240492 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930349241521:43930349243262 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea410) = 0 +43930349244346:43930349247939 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea3d0) = 0 +43930349248923:43930349250574 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930349718855:43930349721860 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930349723379:43930349724027 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930349729888:43930349730416 26045:26051 hsa_signal_load_relaxed() = 1 +43930349251491:43930349732156 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930349731504:43930349732893 26045:26051 hsa_signal_store_screlease(, 0) = void +43930349733572:43930349734250 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930349733773:43930349734403 26045:26051 hsa_signal_destroy() = 0 +43930349747695:43930349748326 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930349753251:43930349753759 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 138 +43930349754618:43930349755085 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 138 +43930349756006:43930349756601 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930349757402:43930349757847 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930349758942:43930349759504 26045:26045 hsa_signal_store_relaxed(, 138) = void +43930349760663:43930349761291 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930349769459:43930349770089 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930349772101:43930349772796 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930349773628:43930349773960 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 139 +43930349774703:43930349775046 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 138 +43930349775793:43930349776124 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930349776859:43930349777241 26045:26045 hsa_signal_store_relaxed(, 139) = void +43930349778253:43930350329721 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930350331122:43930350331606 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930350333119:43930350333680 26045:26045 hsa_signal_destroy() = 0 +43930350334648:43930350345592 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930350346597:43930350347079 26045:26045 hsa_signal_destroy() = 0 +43930350348481:43930350350161 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930350351221:43930350351783 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930350352661:43930350353263 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930350364027:43930350364419 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930350365292:43930350365662 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930350366590:43930350367220 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930350369203:43930350369729 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea470) = 0 +43930350370498:43930350372393 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea430) = 0 +43930350373172:43930350373914 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930350865540:43930350867960 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930350869317:43930350869969 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930350870906:43930350871382 26045:26051 hsa_signal_load_relaxed() = 1 +43930350374687:43930350872850 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930350872192:43930350873418 26045:26051 hsa_signal_store_screlease(, 0) = void +43930350874269:43930350874723 26045:26051 hsa_signal_destroy() = 0 +43930351316166:43930351317006 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930365949770:43930365950842 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930365955341:43930365956595 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930365958955:43930365960814 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930365961916:43930365962654 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930365963476:43930365964099 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930365964944:43930365965415 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930366433406:43930366434138 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930366435770:43930366436396 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930366437584:43930366439175 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea4d0) = 0 +43930366440190:43930366443868 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea490) = 0 +43930366444911:43930366446512 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930366914868:43930366918056 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930366919645:43930366920292 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930366921572:43930366922096 26045:26051 hsa_signal_load_relaxed() = 1 +43930366447443:43930366923633 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930366922978:43930366924365 26045:26051 hsa_signal_store_screlease(, 0) = void +43930366925074:43930366925739 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930366925252:43930366925888 26045:26051 hsa_signal_destroy() = 0 +43930366939355:43930366939993 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930366945347:43930366945859 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 140 +43930366946729:43930366947199 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 140 +43930366948101:43930366948699 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930366949501:43930366950085 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930366951041:43930366951602 26045:26045 hsa_signal_store_relaxed(, 140) = void +43930366952825:43930366953453 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930366959391:43930366960030 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930366961732:43930366962432 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930366963263:43930366963594 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 141 +43930366964332:43930366964673 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 140 +43930366965432:43930366965750 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930366966484:43930366966864 26045:26045 hsa_signal_store_relaxed(, 141) = void +43930366967885:43930367519634 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930367521027:43930367521513 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930367523011:43930367523570 26045:26045 hsa_signal_destroy() = 0 +43930367524560:43930367535216 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930367536244:43930367536647 26045:26045 hsa_signal_destroy() = 0 +43930367538062:43930367539982 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930367541046:43930367541568 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930367542459:43930367543040 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930367553341:43930367553738 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930367554616:43930367554992 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930367555981:43930367556621 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930367557465:43930367558066 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea530) = 0 +43930367558843:43930367560593 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea4f0) = 0 +43930367561386:43930367562121 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930368014277:43930368016957 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930368018279:43930368018944 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930368022075:43930368022559 26045:26051 hsa_signal_load_relaxed() = 1 +43930367562912:43930368023946 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930368023393:43930368024687 26045:26051 hsa_signal_store_screlease(, 0) = void +43930368025542:43930368026001 26045:26051 hsa_signal_destroy() = 0 +43930368465746:43930368466513 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930383039813:43930383040885 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930383044772:43930383045816 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930383047794:43930383050275 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930383051646:43930383052336 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930383053165:43930383053742 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930383054587:43930383055071 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930383522605:43930383523339 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930383524904:43930383525530 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930383526540:43930383528239 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea590) = 0 +43930383529491:43930383532697 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea550) = 0 +43930383533726:43930383535264 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930384019592:43930384022644 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930384024188:43930384024834 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930384025981:43930384026696 26045:26051 hsa_signal_load_relaxed() = 1 +43930383536244:43930384028232 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930384027608:43930384029058 26045:26051 hsa_signal_store_screlease(, 0) = void +43930384029561:43930384030241 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930384029950:43930384030597 26045:26051 hsa_signal_destroy() = 0 +43930384044155:43930384044787 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930384049844:43930384050362 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 142 +43930384051242:43930384051712 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 142 +43930384052671:43930384053283 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930384054061:43930384054506 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930384061044:43930384061626 26045:26045 hsa_signal_store_relaxed(, 142) = void +43930384062832:43930384063462 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930384069503:43930384070137 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930384072042:43930384072674 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930384073528:43930384073858 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 143 +43930384074595:43930384074929 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 142 +43930384075673:43930384075995 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930384076727:43930384077115 26045:26045 hsa_signal_store_relaxed(, 143) = void +43930384078139:43930385997575 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930385999096:43930385999629 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930386001148:43930386001786 26045:26045 hsa_signal_destroy() = 0 +43930386013680:43930386014281 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930386015287:43930386015719 26045:26045 hsa_signal_destroy() = 0 +43930386017315:43930386018947 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930386020011:43930386020567 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930386031904:43930386032452 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930386033290:43930386033701 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930386034635:43930386035045 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930386036099:43930386036801 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930386037680:43930386038269 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea5f0) = 0 +43930386039118:43930386041363 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea5b0) = 0 +43930386042224:43930386043024 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930386507160:43930386509618 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930386511078:43930386511813 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930386512847:43930386513387 26045:26051 hsa_signal_load_relaxed() = 1 +43930386043894:43930386514894 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930386514286:43930386515644 26045:26051 hsa_signal_store_screlease(, 0) = void +43930386516587:43930386517098 26045:26051 hsa_signal_destroy() = 0 +43930386954121:43930386954925 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930401603822:43930401604890 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930401609019:43930401610034 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930401612228:43930401614041 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930401615127:43930401615836 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930401616643:43930401617263 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930401618123:43930401618597 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930402086681:43930402087413 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930402088863:43930402089488 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930402090656:43930402092590 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea650) = 0 +43930402093773:43930402097213 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea610) = 0 +43930402098188:43930402099877 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930402583368:43930402586438 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930402588105:43930402588747 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930402589852:43930402590379 26045:26051 hsa_signal_load_relaxed() = 1 +43930402100777:43930402591959 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930402591298:43930402592682 26045:26051 hsa_signal_store_screlease(, 0) = void +43930402593267:43930402593945 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930402593567:43930402594198 26045:26051 hsa_signal_destroy() = 0 +43930402607946:43930402608587 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930402613742:43930402614249 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 144 +43930402615117:43930402615580 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 144 +43930402616627:43930402617236 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930402618079:43930402618528 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930402619526:43930402620098 26045:26045 hsa_signal_store_relaxed(, 144) = void +43930402621366:43930402621990 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930402627763:43930402628392 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930402630101:43930402630710 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930402631542:43930402631872 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 145 +43930402636347:43930402636693 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 144 +43930402637440:43930402637764 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930402638495:43930402638880 26045:26045 hsa_signal_store_relaxed(, 145) = void +43930402639901:43930404580038 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930404581591:43930404582128 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930404583702:43930404584297 26045:26045 hsa_signal_destroy() = 0 +43930404585364:43930404585864 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930404586787:43930404587260 26045:26045 hsa_signal_destroy() = 0 +43930404588427:43930404589572 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930404590529:43930404590991 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930404591901:43930404592432 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930404593244:43930404593650 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930404594667:43930404595079 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930404596105:43930404596803 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930404597668:43930404598238 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea6b0) = 0 +43930404599081:43930404601173 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea670) = 0 +43930404602042:43930404602862 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930405065788:43930405068393 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930405069890:43930405070613 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930405071657:43930405072181 26045:26051 hsa_signal_load_relaxed() = 1 +43930404603717:43930405073702 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930405073083:43930405074472 26045:26051 hsa_signal_store_screlease(, 0) = void +43930405075408:43930405075915 26045:26051 hsa_signal_destroy() = 0 +43930405509802:43930405510610 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930420152337:43930420153471 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930420157549:43930420158498 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930420160669:43930420162572 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930420163640:43930420164319 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930420168707:43930420169320 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930420170137:43930420170607 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930420636301:43930420637305 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930420638760:43930420639385 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930420640411:43930420641926 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea710) = 0 +43930420643153:43930420646211 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea6d0) = 0 +43930420647164:43930420649137 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930421131809:43930421135152 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930421136798:43930421137442 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930421138559:43930421139088 26045:26051 hsa_signal_load_relaxed() = 1 +43930420650010:43930421140599 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930421139935:43930421141313 26045:26051 hsa_signal_store_screlease(, 0) = void +43930421141866:43930421142605 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930421142269:43930421142933 26045:26051 hsa_signal_destroy() = 0 +43930421156721:43930421157362 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930421162396:43930421162906 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 146 +43930421163992:43930421164456 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 146 +43930421165379:43930421165978 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930421166844:43930421167290 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930421168227:43930421168796 26045:26045 hsa_signal_store_relaxed(, 146) = void +43930421169915:43930421170533 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930421176310:43930421176942 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930421178823:43930421179444 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930421180285:43930421180616 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 147 +43930421181352:43930421181684 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 146 +43930421182423:43930421182747 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930421183484:43930421183865 26045:26045 hsa_signal_store_relaxed(, 147) = void +43930421184879:43930423121406 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930423123451:43930423123983 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930423138348:43930423139223 26045:26045 hsa_signal_destroy() = 0 +43930423140480:43930423141039 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930423142024:43930423142453 26045:26045 hsa_signal_destroy() = 0 +43930423143953:43930423155225 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930423156228:43930423156698 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930423157622:43930423158153 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930423158972:43930423159380 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930423160325:43930423160734 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930423161784:43930423162480 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930423163361:43930423164016 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea770) = 0 +43930423164872:43930423166977 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea730) = 0 +43930423167847:43930423168652 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930423632828:43930423635343 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930423636874:43930423637598 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930423638638:43930423639161 26045:26051 hsa_signal_load_relaxed() = 1 +43930423169514:43930423640679 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930423640065:43930423641418 26045:26051 hsa_signal_store_screlease(, 0) = void +43930423642359:43930423642859 26045:26051 hsa_signal_destroy() = 0 +43930424084375:43930424085185 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930438636098:43930438637153 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930438641239:43930438642223 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930438644741:43930438646763 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930438647829:43930438648493 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930438649304:43930438649879 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930438650726:43930438651234 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930439115931:43930439116662 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930439118760:43930439119386 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930439120396:43930439121926 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea7d0) = 0 +43930439126839:43930439130325 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea790) = 0 +43930439131284:43930439133127 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930439617889:43930439620888 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930439622566:43930439623218 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930439624326:43930439624851 26045:26051 hsa_signal_load_relaxed() = 1 +43930439133998:43930439626355 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930439625704:43930439627124 26045:26051 hsa_signal_store_screlease(, 0) = void +43930439627805:43930439628505 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930439628012:43930439628653 26045:26051 hsa_signal_destroy() = 0 +43930439641998:43930439642639 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930439647526:43930439648129 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 148 +43930439648904:43930439649361 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 148 +43930439650282:43930439650888 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930439651633:43930439652080 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930439653052:43930439653621 26045:26045 hsa_signal_store_relaxed(, 148) = void +43930439654927:43930439655557 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930439661237:43930439661882 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930439663586:43930439664201 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930439665027:43930439665359 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 149 +43930439666097:43930439666429 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 148 +43930439667194:43930439667515 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930439668254:43930439668638 26045:26045 hsa_signal_store_relaxed(, 149) = void +43930439669665:43930441590561 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930441605000:43930441605838 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930441608893:43930441619891 26045:26045 hsa_signal_destroy() = 0 +43930441621144:43930441621716 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930441622740:43930441623180 26045:26045 hsa_signal_destroy() = 0 +43930441624787:43930441626302 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930441627282:43930441627796 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930441631334:43930441631974 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930441632810:43930441633225 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930441634297:43930441634783 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930441636064:43930441636782 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930441637765:43930441638687 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea830) = 0 +43930441639626:43930441642720 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea7f0) = 0 +43930441643654:43930441644795 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930442108387:43930442111040 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930442112502:43930442113221 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930442114266:43930442114789 26045:26051 hsa_signal_load_relaxed() = 1 +43930441645726:43930442116283 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930442115679:43930442117035 26045:26051 hsa_signal_store_screlease(, 0) = void +43930442117975:43930442118474 26045:26051 hsa_signal_destroy() = 0 +43930442553596:43930442554392 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930457231368:43930457232471 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930457238724:43930457239866 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930457241990:43930457245413 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930457246890:43930457247594 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930457248424:43930457249138 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930457249965:43930457250447 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930457717139:43930457717854 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930457719606:43930457720241 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930457721361:43930457723177 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea890) = 0 +43930457724184:43930457727824 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea850) = 0 +43930457728846:43930457730964 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930458216142:43930458219226 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930458220748:43930458221405 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930458222557:43930458223081 26045:26051 hsa_signal_load_relaxed() = 1 +43930457731837:43930458231862 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930458231195:43930458232780 26045:26051 hsa_signal_store_screlease(, 0) = void +43930458233134:43930458233833 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930458233667:43930458234330 26045:26051 hsa_signal_destroy() = 0 +43930458251105:43930458251756 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930458260010:43930458260723 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 150 +43930458261636:43930458262118 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 150 +43930458263081:43930458263702 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930458264484:43930458264843 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930458265993:43930458266620 26045:26045 hsa_signal_store_relaxed(, 150) = void +43930458268217:43930458268853 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930458275215:43930458275848 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930458278106:43930458278748 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930458279510:43930458279848 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 151 +43930458280592:43930458280924 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 150 +43930458281899:43930458282221 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930458282975:43930458283355 26045:26045 hsa_signal_store_relaxed(, 151) = void +43930458284274:43930460207409 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930460221612:43930460222472 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930460225236:43930460226317 26045:26045 hsa_signal_destroy() = 0 +43930460237887:43930460238461 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930460239496:43930460239980 26045:26045 hsa_signal_destroy() = 0 +43930460241414:43930460242819 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930460243798:43930460244320 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930460245226:43930460245887 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930460246710:43930460247124 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930460248164:43930460248641 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930460249906:43930460250621 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930460251606:43930460252475 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea8f0) = 0 +43930460256134:43930460259217 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea8b0) = 0 +43930460260178:43930460261323 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930460725353:43930460728011 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930460729457:43930460730180 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930460731231:43930460731766 26045:26051 hsa_signal_load_relaxed() = 1 +43930460262279:43930460733299 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930460732657:43930460734048 26045:26051 hsa_signal_store_screlease(, 0) = void +43930460734982:43930460735542 26045:26051 hsa_signal_destroy() = 0 +43930461171194:43930461171991 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930475763980:43930475765090 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930475770867:43930475771966 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930475774134:43930475777279 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930475778373:43930475779122 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930475779948:43930475780533 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930475781328:43930475781993 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930476250648:43930476251334 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930476253101:43930476253739 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930476254772:43930476256241 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea950) = 0 +43930476257251:43930476261134 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea910) = 0 +43930476262121:43930476264051 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930476749514:43930476752623 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930476754137:43930476754787 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930476755921:43930476756443 26045:26051 hsa_signal_load_relaxed() = 1 +43930476264911:43930476758005 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930476757338:43930476758710 26045:26051 hsa_signal_store_screlease(, 0) = void +43930476759384:43930476760053 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930476759592:43930476760213 26045:26051 hsa_signal_destroy() = 0 +43930476775782:43930476776422 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930476787501:43930476788207 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 152 +43930476789114:43930476789587 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 152 +43930476790560:43930476791177 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930476792014:43930476792371 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930476793501:43930476794102 26045:26045 hsa_signal_store_relaxed(, 152) = void +43930476795703:43930476796334 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930476802536:43930476803167 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930476805381:43930476806009 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930476806786:43930476807120 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 153 +43930476807851:43930476808191 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 152 +43930476809131:43930476809460 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930476810219:43930476810602 26045:26045 hsa_signal_store_relaxed(, 153) = void +43930476811619:43930478730424 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930478744858:43930478745674 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930478748375:43930478749469 26045:26045 hsa_signal_destroy() = 0 +43930478760579:43930478761094 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930478762094:43930478762529 26045:26045 hsa_signal_destroy() = 0 +43930478764049:43930478765900 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930478766909:43930478767436 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930478768344:43930478768953 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930478769782:43930478770198 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930478771237:43930478771714 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930478772965:43930478773676 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930478774655:43930478775609 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ea9b0) = 0 +43930478776539:43930478779549 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea970) = 0 +43930478780503:43930478781611 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930479245698:43930479248352 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930479249808:43930479250529 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930479254624:43930479255168 26045:26051 hsa_signal_load_relaxed() = 1 +43930478782564:43930479256695 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930479256078:43930479257507 26045:26051 hsa_signal_store_screlease(, 0) = void +43930479258421:43930479258928 26045:26051 hsa_signal_destroy() = 0 +43930479692646:43930479693450 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930494303334:43930494304457 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930494310480:43930494311574 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930494313916:43930494316783 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930494317965:43930494318720 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930494319547:43930494320227 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930494321031:43930494321532 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930494787867:43930494788969 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930494790924:43930494791551 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930494792602:43930494794272 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eaa10) = 0 +43930494795467:43930494799014 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ea9d0) = 0 +43930494800002:43930494801728 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930495285718:43930495288787 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930495290344:43930495290998 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930495292158:43930495292684 26045:26051 hsa_signal_load_relaxed() = 1 +43930494802648:43930495294226 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930495293571:43930495295036 26045:26051 hsa_signal_store_screlease(, 0) = void +43930495295548:43930495296230 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930495295922:43930495296561 26045:26051 hsa_signal_destroy() = 0 +43930495312444:43930495313104 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930495320804:43930495321443 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 154 +43930495322320:43930495322785 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 154 +43930495323833:43930495324451 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930495325272:43930495325629 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930495326836:43930495327439 26045:26045 hsa_signal_store_relaxed(, 154) = void +43930495334289:43930495334929 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930495341545:43930495342176 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930495344516:43930495345146 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930495345918:43930495346256 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 155 +43930495347004:43930495347349 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 154 +43930495348309:43930495348637 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930495349408:43930495349792 26045:26045 hsa_signal_store_relaxed(, 155) = void +43930495350736:43930497263554 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930497277863:43930497278683 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930497281361:43930497282453 26045:26045 hsa_signal_destroy() = 0 +43930497293181:43930497293763 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930497294911:43930497295349 26045:26045 hsa_signal_destroy() = 0 +43930497296900:43930497298347 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930497299315:43930497299837 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930497300719:43930497301393 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930497302232:43930497302650 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930497303691:43930497304165 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930497305431:43930497306147 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930497307128:43930497307987 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eaa70) = 0 +43930497308936:43930497312021 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaa30) = 0 +43930497312958:43930497314073 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930497777413:43930497780020 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930497781454:43930497782189 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930497783241:43930497783774 26045:26051 hsa_signal_load_relaxed() = 1 +43930497315014:43930497785274 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930497784671:43930497786045 26045:26051 hsa_signal_store_screlease(, 0) = void +43930497786983:43930497787494 26045:26051 hsa_signal_destroy() = 0 +43930498222092:43930498222891 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930512878556:43930512879686 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930512885421:43930512886569 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930512888887:43930512891521 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930512892874:43930512893694 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930512894517:43930512895111 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930512895888:43930512896465 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930513353396:43930513354532 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930513356247:43930513356870 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930513357866:43930513359578 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eaad0) = 0 +43930513360596:43930513364242 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaa90) = 0 +43930513365227:43930513367164 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930513851910:43930513854920 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930513856427:43930513857081 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930513858227:43930513858766 26045:26051 hsa_signal_load_relaxed() = 1 +43930513368233:43930513860517 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930513859852:43930513861242 26045:26051 hsa_signal_store_screlease(, 0) = void +43930513861883:43930513862562 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930513862130:43930513862774 26045:26051 hsa_signal_destroy() = 0 +43930513878790:43930513879440 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930513887272:43930513887917 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 156 +43930513888806:43930513889462 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 156 +43930513890454:43930513891057 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930513891931:43930513892289 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930513893512:43930513894106 26045:26045 hsa_signal_store_relaxed(, 156) = void +43930513895648:43930513896278 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930513902565:43930513903196 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930513905511:43930513906086 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930513906829:43930513907156 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 157 +43930513907895:43930513908234 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 156 +43930513913262:43930513913607 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930513914364:43930513914752 26045:26045 hsa_signal_store_relaxed(, 157) = void +43930513915741:43930515839385 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930515853644:43930515854493 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930515857178:43930515858248 26045:26045 hsa_signal_destroy() = 0 +43930515869639:43930515870209 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930515871204:43930515871683 26045:26045 hsa_signal_destroy() = 0 +43930515873240:43930515874693 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930515875666:43930515876183 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930515877090:43930515877771 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930515878602:43930515879024 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930515880077:43930515880562 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930515881821:43930515882538 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930515883525:43930515884379 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eab30) = 0 +43930515885324:43930515888345 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaaf0) = 0 +43930515889289:43930515890413 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930516355226:43930516357941 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930516359380:43930516360102 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930516361157:43930516361683 26045:26051 hsa_signal_load_relaxed() = 1 +43930515891361:43930516363293 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930516362579:43930516363968 26045:26051 hsa_signal_store_screlease(, 0) = void +43930516364901:43930516365417 26045:26051 hsa_signal_destroy() = 0 +43930516800669:43930516801470 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930531426968:43930531428249 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930531434191:43930531435375 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930531437287:43930531440372 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930531441503:43930531442175 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930531443002:43930531443687 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930531450097:43930531450508 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930531916937:43930531917655 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930531919422:43930531920048 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930531921307:43930531922789 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eab90) = 0 +43930531923722:43930531927071 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eab50) = 0 +43930531928025:43930531929854 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930532425399:43930532428413 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930532429960:43930532430596 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930532431706:43930532432233 26045:26051 hsa_signal_load_relaxed() = 1 +43930531930703:43930532433859 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930532433097:43930532434467 26045:26051 hsa_signal_store_screlease(, 0) = void +43930532435098:43930532435778 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930532435353:43930532435986 26045:26051 hsa_signal_destroy() = 0 +43930532451663:43930532452317 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930532460129:43930532460762 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 158 +43930532461555:43930532462023 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 158 +43930532462949:43930532463592 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930532464429:43930532464785 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930532465923:43930532466514 26045:26045 hsa_signal_store_relaxed(, 158) = void +43930532468077:43930532468707 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930532475146:43930532475779 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930532477920:43930532478543 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930532479294:43930532479626 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 159 +43930532480375:43930532480720 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 158 +43930532481656:43930532481986 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930532482784:43930532483172 26045:26045 hsa_signal_store_relaxed(, 159) = void +43930532484157:43930534406839 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930534421054:43930534421886 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930534424602:43930534425688 26045:26045 hsa_signal_destroy() = 0 +43930534440116:43930534440628 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930534441695:43930534442128 26045:26045 hsa_signal_destroy() = 0 +43930534443632:43930534445080 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930534446050:43930534446570 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930534447472:43930534448089 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930534448916:43930534449331 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930534450375:43930534450848 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930534452106:43930534452821 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930534453807:43930534454743 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eabf0) = 0 +43930534455687:43930534458721 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eabb0) = 0 +43930534459656:43930534460768 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930534924931:43930534927580 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930534929030:43930534929746 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930534930797:43930534931322 26045:26051 hsa_signal_load_relaxed() = 1 +43930534461709:43930534932839 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930534932226:43930534933620 26045:26051 hsa_signal_store_screlease(, 0) = void +43930534934551:43930534935054 26045:26051 hsa_signal_destroy() = 0 +43930535368760:43930535369561 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930549941981:43930549943098 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930549949144:43930549950225 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930549952494:43930549954858 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930549956055:43930549956797 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930549957831:43930549958496 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930549959267:43930549959738 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930550425460:43930550426144 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930550428127:43930550428752 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930550429779:43930550431449 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eac50) = 0 +43930550432478:43930550435877 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eac10) = 0 +43930550442764:43930550444751 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930550928911:43930550931989 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930550933453:43930550934101 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930550935204:43930550935730 26045:26051 hsa_signal_load_relaxed() = 1 +43930550445627:43930550937240 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930550936584:43930550937965 26045:26051 hsa_signal_store_screlease(, 0) = void +43930550938434:43930550939114 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930550938852:43930550939493 26045:26051 hsa_signal_destroy() = 0 +43930550956355:43930550956999 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930550964606:43930550965247 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 160 +43930550966138:43930550966616 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 160 +43930550967538:43930550968136 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930550968966:43930550969324 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930550970480:43930550971084 26045:26045 hsa_signal_store_relaxed(, 160) = void +43930550972802:43930550973431 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930550979605:43930550980237 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930550982681:43930550983308 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930550984071:43930550984403 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 161 +43930550985153:43930550985501 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 160 +43930550986440:43930550986767 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930550987519:43930550987903 26045:26045 hsa_signal_store_relaxed(, 161) = void +43930550988912:43930552910869 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930552925594:43930552926437 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930552929187:43930552940761 26045:26045 hsa_signal_destroy() = 0 +43930552941974:43930552942497 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930552943498:43930552943934 26045:26045 hsa_signal_destroy() = 0 +43930552945462:43930552947108 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930552948081:43930552948604 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930552949485:43930552950119 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930552953424:43930552953848 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930552954920:43930552955401 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930552956681:43930552957395 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930552958380:43930552959256 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eacb0) = 0 +43930552960199:43930552963295 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eac70) = 0 +43930552964230:43930552965376 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930553428786:43930553431517 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930553432974:43930553433690 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930553434748:43930553435271 26045:26051 hsa_signal_load_relaxed() = 1 +43930552966333:43930553436789 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930553436169:43930553437556 26045:26051 hsa_signal_store_screlease(, 0) = void +43930553438500:43930553439004 26045:26051 hsa_signal_destroy() = 0 +43930553873900:43930553874726 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930568596409:43930568597510 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930568603680:43930568605091 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930568607096:43930568609751 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930568610900:43930568611728 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930568612560:43930568613323 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930568614129:43930568614643 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930569079999:43930569080739 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930569082461:43930569083089 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930569084141:43930569085827 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ead10) = 0 +43930569086871:43930569090553 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eacd0) = 0 +43930569091563:43930569093704 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930569577860:43930569581195 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930569582847:43930569583503 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930569584691:43930569585228 26045:26051 hsa_signal_load_relaxed() = 1 +43930569094577:43930569586780 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930569586119:43930569587528 26045:26051 hsa_signal_store_screlease(, 0) = void +43930569591726:43930569592352 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930569592902:43930569593528 26045:26051 hsa_signal_destroy() = 0 +43930569609967:43930569610617 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930569618598:43930569619254 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 162 +43930569620167:43930569620891 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 162 +43930569621815:43930569622420 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930569623200:43930569623553 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930569624740:43930569625373 26045:26045 hsa_signal_store_relaxed(, 162) = void +43930569627084:43930569627721 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930569634320:43930569634949 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930569637359:43930569638001 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930569638770:43930569639102 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 163 +43930569639848:43930569640202 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 162 +43930569641162:43930569641489 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930569642241:43930569642625 26045:26045 hsa_signal_store_relaxed(, 163) = void +43930569643613:43930571567441 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930571581845:43930571582701 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930571585375:43930571586467 26045:26045 hsa_signal_destroy() = 0 +43930571597600:43930571598111 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930571599137:43930571599618 26045:26045 hsa_signal_destroy() = 0 +43930571601097:43930571602474 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930571603447:43930571603970 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930571604846:43930571605526 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930571606357:43930571606773 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930571607822:43930571608311 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930571609568:43930571610283 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930571611260:43930571612104 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ead70) = 0 +43930571615298:43930571618333 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ead30) = 0 +43930571619279:43930571620425 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930572083961:43930572086527 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930572087966:43930572088691 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930572089741:43930572090264 26045:26051 hsa_signal_load_relaxed() = 1 +43930571621380:43930572091845 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930572091160:43930572092533 26045:26051 hsa_signal_store_screlease(, 0) = void +43930572093466:43930572093965 26045:26051 hsa_signal_destroy() = 0 +43930572529138:43930572529940 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930587118519:43930587119632 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930587125734:43930587126923 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930587129244:43930587131976 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930587133037:43930587133834 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930587134662:43930587135352 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930587136147:43930587136547 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930587603055:43930587603866 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930587605889:43930587606513 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930587607547:43930587609052 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eadd0) = 0 +43930587610219:43930587613331 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ead90) = 0 +43930587614314:43930587616249 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930588113469:43930588116476 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930588117957:43930588118608 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930588119763:43930588120286 26045:26051 hsa_signal_load_relaxed() = 1 +43930587617267:43930588122083 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930588121169:43930588122535 26045:26051 hsa_signal_store_screlease(, 0) = void +43930588123541:43930588124224 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930588123641:43930588124279 26045:26051 hsa_signal_destroy() = 0 +43930588141066:43930588141704 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930588149540:43930588150182 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 164 +43930588155662:43930588156132 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 164 +43930588157093:43930588157756 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930588158596:43930588158955 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930588160081:43930588160840 26045:26045 hsa_signal_store_relaxed(, 164) = void +43930588162467:43930588163099 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930588169371:43930588170002 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930588172244:43930588172905 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930588173664:43930588173998 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 165 +43930588174737:43930588175076 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 164 +43930588176207:43930588176530 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930588177287:43930588177668 26045:26045 hsa_signal_store_relaxed(, 165) = void +43930588178682:43930590088611 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930590103125:43930590103963 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930590106606:43930590107685 26045:26045 hsa_signal_destroy() = 0 +43930590118818:43930590119266 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930590120267:43930590120708 26045:26045 hsa_signal_destroy() = 0 +43930590122316:43930590123776 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930590124753:43930590125289 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930590126173:43930590126798 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930590127633:43930590128047 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930590129086:43930590129569 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930590130840:43930590131554 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930590132538:43930590133486 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eae30) = 0 +43930590134425:43930590137426 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eadf0) = 0 +43930590138365:43930590139481 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930590603096:43930590605773 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930590607269:43930590607990 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930590609053:43930590609580 26045:26051 hsa_signal_load_relaxed() = 1 +43930590140421:43930590613905 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930590613281:43930590614694 26045:26051 hsa_signal_store_screlease(, 0) = void +43930590615621:43930590616118 26045:26051 hsa_signal_destroy() = 0 +43930591050702:43930591051497 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930605674802:43930605675986 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930605681619:43930605682807 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930605684790:43930605687305 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930605688415:43930605689281 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930605690101:43930605690787 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930605691737:43930605692208 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930606159003:43930606160087 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930606161682:43930606162313 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930606163539:43930606165046 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eae90) = 0 +43930606166069:43930606169907 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eae50) = 0 +43930606170907:43930606173104 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930606656907:43930606659909 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930606661412:43930606662067 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930606663130:43930606663665 26045:26051 hsa_signal_load_relaxed() = 1 +43930606174053:43930606665285 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930606664626:43930606666034 26045:26051 hsa_signal_store_screlease(, 0) = void +43930606666499:43930606667176 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930606666923:43930606667577 26045:26051 hsa_signal_destroy() = 0 +43930606683137:43930606683789 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930606691971:43930606692634 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 166 +43930606693514:43930606693985 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 166 +43930606694981:43930606695593 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930606696499:43930606696854 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930606697987:43930606698582 26045:26045 hsa_signal_store_relaxed(, 166) = void +43930606700418:43930606701055 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930606712593:43930606713225 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930606715547:43930606716181 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930606716945:43930606717284 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 167 +43930606718028:43930606718373 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 166 +43930606719335:43930606719665 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930606720425:43930606720815 26045:26045 hsa_signal_store_relaxed(, 167) = void +43930606721765:43930608652915 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930608667481:43930608668308 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930608670906:43930608671990 26045:26045 hsa_signal_destroy() = 0 +43930608682614:43930608683200 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930608684254:43930608684692 26045:26045 hsa_signal_destroy() = 0 +43930608686177:43930608687602 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930608688579:43930608689116 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930608690015:43930608690644 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930608691474:43930608691893 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930608692937:43930608693426 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930608694688:43930608695404 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930608696381:43930608697252 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eaef0) = 0 +43930608698190:43930608701279 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaeb0) = 0 +43930608702230:43930608703335 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930609167083:43930609169715 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930609171141:43930609171871 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930609172931:43930609173462 26045:26051 hsa_signal_load_relaxed() = 1 +43930608704253:43930609174965 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930609174359:43930609175760 26045:26051 hsa_signal_store_screlease(, 0) = void +43930609176699:43930609177210 26045:26051 hsa_signal_destroy() = 0 +43930609612087:43930609612903 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930624294587:43930624295666 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930624307219:43930624308456 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930624310471:43930624313772 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930624314880:43930624315571 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930624316392:43930624316938 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930624317675:43930624318154 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930624784233:43930624785278 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930624787030:43930624787661 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930624788672:43930624790232 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eaf50) = 0 +43930624791217:43930624794817 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaf10) = 0 +43930624795783:43930624797797 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930625281705:43930625284991 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930625286569:43930625287221 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930625288343:43930625288881 26045:26051 hsa_signal_load_relaxed() = 1 +43930624798682:43930625290399 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930625289739:43930625291139 26045:26051 hsa_signal_store_screlease(, 0) = void +43930625291651:43930625292331 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930625292023:43930625292668 26045:26051 hsa_signal_destroy() = 0 +43930625308384:43930625309049 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930625316576:43930625317217 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 168 +43930625318090:43930625318555 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 168 +43930625319611:43930625320227 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930625321005:43930625321360 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930625322491:43930625323082 26045:26045 hsa_signal_store_relaxed(, 168) = void +43930625324682:43930625325320 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930625331602:43930625332233 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930625334443:43930625335014 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930625335774:43930625336107 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 169 +43930625336851:43930625337185 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 168 +43930625338121:43930625338450 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930625340839:43930625341231 26045:26045 hsa_signal_store_relaxed(, 169) = void +43930625342224:43930627269779 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930627284119:43930627284990 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930627287724:43930627288797 26045:26045 hsa_signal_destroy() = 0 +43930627300552:43930627301071 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930627302088:43930627302568 26045:26045 hsa_signal_destroy() = 0 +43930627304090:43930627305498 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930627306487:43930627307008 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930627307921:43930627308602 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930627309435:43930627309853 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930627310917:43930627311405 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930627312677:43930627313394 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930627314375:43930627315235 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eafb0) = 0 +43930627316173:43930627319158 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eaf70) = 0 +43930627320101:43930627321223 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930627783972:43930627786569 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930627788009:43930627788727 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930627789793:43930627790319 26045:26051 hsa_signal_load_relaxed() = 1 +43930627322143:43930627791842 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930627791228:43930627792582 26045:26051 hsa_signal_store_screlease(, 0) = void +43930627793520:43930627794021 26045:26051 hsa_signal_destroy() = 0 +43930628234688:43930628235492 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930642852206:43930642853396 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930642858836:43930642859882 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930642861811:43930642864291 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930642865631:43930642866378 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930642867207:43930642867898 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930642868675:43930642869149 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930643339069:43930643339896 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930643344378:43930643345009 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930643346099:43930643347559 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb010) = 0 +43930643348759:43930643352164 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eafd0) = 0 +43930643353035:43930643355294 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930643823373:43930643826386 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930643827909:43930643828565 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930643829680:43930643830220 26045:26051 hsa_signal_load_relaxed() = 1 +43930643356259:43930643831720 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930643831076:43930643832612 26045:26051 hsa_signal_store_screlease(, 0) = void +43930643832956:43930643833619 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930643833498:43930643834143 26045:26051 hsa_signal_destroy() = 0 +43930643850840:43930643851504 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930643859192:43930643859826 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 170 +43930643860722:43930643861187 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 170 +43930643862110:43930643862713 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930643863581:43930643863940 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930643865111:43930643865721 26045:26045 hsa_signal_store_relaxed(, 170) = void +43930643867329:43930643867958 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930643875084:43930643875717 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930643877964:43930643878758 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930643879505:43930643879835 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 171 +43930643880576:43930643880917 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 170 +43930643881874:43930643882201 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930643882960:43930643883348 26045:26045 hsa_signal_store_relaxed(, 171) = void +43930643884281:43930644446142 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930644448445:43930644449010 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930644450662:43930644451372 26045:26045 hsa_signal_destroy() = 0 +43930644452358:43930644452852 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930644455804:43930644456201 26045:26045 hsa_signal_destroy() = 0 +43930644457602:43930644458967 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930644459838:43930644460320 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930644461109:43930644461721 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930644462469:43930644462843 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930644463811:43930644464244 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930644465402:43930644466040 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930644466920:43930644467781 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb070) = 0 +43930644468624:43930644471140 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb030) = 0 +43930644471985:43930644473008 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930644965738:43930644968229 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930644969545:43930644970207 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930644971156:43930644971635 26045:26051 hsa_signal_load_relaxed() = 1 +43930644473855:43930644973113 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930644972447:43930644973724 26045:26051 hsa_signal_store_screlease(, 0) = void +43930644974565:43930644975024 26045:26051 hsa_signal_destroy() = 0 +43930645415965:43930645416818 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930660040374:43930660041437 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930660047020:43930660048432 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930660050645:43930660053737 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930660054906:43930660055923 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930660056766:43930660057540 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930660058310:43930660058786 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930660522404:43930660523140 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930660524704:43930660525336 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930660526383:43930660527889 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb0d0) = 0 +43930660528975:43930660532781 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb090) = 0 +43930660533729:43930660535723 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930661005258:43930661008295 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930661009816:43930661010472 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930661011572:43930661012106 26045:26051 hsa_signal_load_relaxed() = 1 +43930660542321:43930661013604 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930661012959:43930661014334 26045:26051 hsa_signal_store_screlease(, 0) = void +43930661014825:43930661015505 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930661015225:43930661015884 26045:26051 hsa_signal_destroy() = 0 +43930661032010:43930661032656 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930661040204:43930661040833 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 172 +43930661041701:43930661042172 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 172 +43930661043075:43930661043679 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930661044520:43930661044874 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930661046012:43930661046624 26045:26045 hsa_signal_store_relaxed(, 172) = void +43930661048334:43930661048963 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930661054956:43930661055583 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930661057820:43930661058482 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930661059244:43930661059580 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 173 +43930661060316:43930661060653 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 172 +43930661061596:43930661061917 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930661062688:43930661063077 26045:26045 hsa_signal_store_relaxed(, 173) = void +43930661064094:43930661621166 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930661634335:43930661635112 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930661637605:43930661638622 26045:26045 hsa_signal_destroy() = 0 +43930661639873:43930661640422 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930661651813:43930661652216 26045:26045 hsa_signal_destroy() = 0 +43930661653650:43930661654903 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930661655796:43930661656255 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930661657047:43930661657614 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930661660755:43930661661136 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930661662100:43930661662530 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930661663671:43930661664311 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930661665201:43930661665988 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb130) = 0 +43930661666829:43930661669581 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb0f0) = 0 +43930661670429:43930661671486 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930662163509:43930662166050 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930662167378:43930662168026 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930662168978:43930662169450 26045:26051 hsa_signal_load_relaxed() = 1 +43930661672333:43930662170919 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930662170263:43930662171512 26045:26051 hsa_signal_store_screlease(, 0) = void +43930662172352:43930662172800 26045:26051 hsa_signal_destroy() = 0 +43930662616600:43930662617445 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930677235994:43930677237068 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930677243034:43930677244124 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930677246115:43930677249597 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930677250657:43930677251401 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930677252238:43930677252918 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930677253757:43930677254227 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930677719131:43930677719824 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930677721483:43930677722118 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930677723121:43930677724533 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb190) = 0 +43930677725553:43930677729102 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb150) = 0 +43930677730095:43930677732078 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930678200628:43930678203619 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930678205161:43930678205809 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930678206970:43930678207490 26045:26051 hsa_signal_load_relaxed() = 1 +43930677732977:43930678209046 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930678208398:43930678209778 26045:26051 hsa_signal_store_screlease(, 0) = void +43930678210322:43930678210949 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930678215453:43930678216065 26045:26051 hsa_signal_destroy() = 0 +43930678229622:43930678230270 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930678238040:43930678238683 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 174 +43930678239558:43930678240020 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 174 +43930678241025:43930678241642 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930678242489:43930678242846 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930678243977:43930678244579 26045:26045 hsa_signal_store_relaxed(, 174) = void +43930678246171:43930678246810 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930678253375:43930678254004 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930678256309:43930678256938 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930678257711:43930678258044 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 175 +43930678258778:43930678259115 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 174 +43930678260051:43930678260376 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930678261130:43930678261510 26045:26045 hsa_signal_store_relaxed(, 175) = void +43930678262449:43930678822265 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930678836140:43930678836961 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930678839449:43930678840483 26045:26045 hsa_signal_destroy() = 0 +43930678841665:43930678842364 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930678852927:43930678853381 26045:26045 hsa_signal_destroy() = 0 +43930678854762:43930678856064 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930678856944:43930678857418 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930678858239:43930678858841 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930678859587:43930678859963 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930678860903:43930678861336 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930678862472:43930678863116 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930678864002:43930678864774 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb1f0) = 0 +43930678865619:43930678868067 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb1b0) = 0 +43930678870922:43930678871959 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930679363681:43930679366198 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930679367527:43930679368169 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930679369124:43930679369593 26045:26051 hsa_signal_load_relaxed() = 1 +43930678872837:43930679371047 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930679370400:43930679371648 26045:26051 hsa_signal_store_screlease(, 0) = void +43930679372492:43930679372950 26045:26051 hsa_signal_destroy() = 0 +43930679814876:43930679815709 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930694474322:43930694475436 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930694481350:43930694482398 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930694484298:43930694487629 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930694489057:43930694489732 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930694490562:43930694491206 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930694492002:43930694492476 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930694959401:43930694960257 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930694962120:43930694962759 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930694963762:43930694965191 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb250) = 0 +43930694966216:43930694969661 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb210) = 0 +43930694970785:43930694972636 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930695441595:43930695444588 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930695446109:43930695446756 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930695447918:43930695448447 26045:26051 hsa_signal_load_relaxed() = 1 +43930694973564:43930695449979 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930695449337:43930695450943 26045:26051 hsa_signal_store_screlease(, 0) = void +43930695451360:43930695452022 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930695451831:43930695452458 26045:26051 hsa_signal_destroy() = 0 +43930695468422:43930695469071 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930695477045:43930695477683 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 176 +43930695478583:43930695479047 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 176 +43930695483969:43930695484602 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930695485441:43930695485804 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930695486942:43930695487551 26045:26045 hsa_signal_store_relaxed(, 176) = void +43930695489115:43930695489747 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930695495860:43930695496489 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930695498800:43930695499641 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930695500399:43930695500732 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 177 +43930695501472:43930695501803 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 176 +43930695502743:43930695503068 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930695503827:43930695504204 26045:26045 hsa_signal_store_relaxed(, 177) = void +43930695505182:43930696065132 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930696078721:43930696079494 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930696082043:43930696083071 26045:26045 hsa_signal_destroy() = 0 +43930696084345:43930696084951 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930696095987:43930696096383 26045:26045 hsa_signal_destroy() = 0 +43930696097699:43930696098984 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930696099861:43930696100335 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930696101136:43930696101695 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930696102442:43930696102816 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930696103754:43930696104195 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930696105329:43930696105971 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930696106855:43930696107705 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb2b0) = 0 +43930696108551:43930696111376 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb270) = 0 +43930696112223:43930696113259 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930696605290:43930696607803 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930696609124:43930696609778 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930696610727:43930696611204 26045:26051 hsa_signal_load_relaxed() = 1 +43930696114111:43930696612674 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930696612017:43930696613241 26045:26051 hsa_signal_store_screlease(, 0) = void +43930696617359:43930696617822 26045:26051 hsa_signal_destroy() = 0 +43930697059575:43930697060425 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930711709919:43930711711005 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930711717232:43930711718230 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930711720140:43930711723242 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930711724339:43930711725052 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930711725903:43930711726610 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930711727563:43930711728034 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930712196346:43930712197007 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930712198715:43930712199339 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930712200436:43930712202081 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb310) = 0 +43930712203443:43930712207191 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb2d0) = 0 +43930712208173:43930712210226 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930712676911:43930712680086 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930712681527:43930712682172 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930712683313:43930712683834 26045:26051 hsa_signal_load_relaxed() = 1 +43930712211234:43930712685409 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930712684748:43930712686124 26045:26051 hsa_signal_store_screlease(, 0) = void +43930712686618:43930712687281 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930712687090:43930712687711 26045:26051 hsa_signal_destroy() = 0 +43930712703852:43930712704500 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930712712024:43930712712802 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 178 +43930712713700:43930712714158 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 178 +43930712715102:43930712715705 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930712716588:43930712716945 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930712718097:43930712718688 26045:26045 hsa_signal_store_relaxed(, 178) = void +43930712720307:43930712720941 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930712727154:43930712727783 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930712734096:43930712734733 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930712735508:43930712735840 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 179 +43930712736575:43930712736918 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 178 +43930712737877:43930712738211 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930712738962:43930712739345 26045:26045 hsa_signal_store_relaxed(, 179) = void +43930712740260:43930713290693 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930713304445:43930713305222 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930713307767:43930713308789 26045:26045 hsa_signal_destroy() = 0 +43930713309958:43930713310440 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930713321497:43930713321904 26045:26045 hsa_signal_destroy() = 0 +43930713323354:43930713324692 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930713325573:43930713326047 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930713326868:43930713327430 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930713328176:43930713328551 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930713329511:43930713329951 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930713331088:43930713331735 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930713332617:43930713333422 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb370) = 0 +43930713334262:43930713336882 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb330) = 0 +43930713337734:43930713338742 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930713830652:43930713833154 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930713834478:43930713835131 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930713836083:43930713836565 26045:26051 hsa_signal_load_relaxed() = 1 +43930713339572:43930713838034 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930713837383:43930713838670 26045:26051 hsa_signal_store_screlease(, 0) = void +43930713839512:43930713839972 26045:26051 hsa_signal_destroy() = 0 +43930714282110:43930714282957 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930728917049:43930728918117 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930728924081:43930728925245 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930728932426:43930728935625 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930728936658:43930728937408 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930728938237:43930728938869 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930728939626:43930728940098 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930729410913:43930729411770 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930729413673:43930729414296 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930729415372:43930729416953 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb3d0) = 0 +43930729417927:43930729421306 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb390) = 0 +43930729422276:43930729424211 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930729890796:43930729893853 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930729895467:43930729896104 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930729897210:43930729897921 26045:26051 hsa_signal_load_relaxed() = 1 +43930729425111:43930729899436 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930729898784:43930729900180 26045:26051 hsa_signal_store_screlease(, 0) = void +43930729900893:43930729901560 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930729901064:43930729901767 26045:26051 hsa_signal_destroy() = 0 +43930729917740:43930729918386 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930729926048:43930729926678 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 180 +43930729927580:43930729928048 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 180 +43930729928985:43930729929592 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930729930367:43930729930721 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930729931857:43930729932442 26045:26045 hsa_signal_store_relaxed(, 180) = void +43930729934066:43930729934696 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930729940959:43930729941590 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930729943756:43930729944330 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930729945087:43930729945421 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 181 +43930729946159:43930729946505 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 180 +43930729947452:43930729947777 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930729948534:43930729948921 26045:26045 hsa_signal_store_relaxed(, 181) = void +43930729951472:43930730505137 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930730518472:43930730519286 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930730521748:43930730522772 26045:26045 hsa_signal_destroy() = 0 +43930730524044:43930730524741 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930730535206:43930730535769 26045:26045 hsa_signal_destroy() = 0 +43930730537159:43930730538470 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930730539362:43930730539827 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930730540621:43930730541190 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930730541943:43930730542320 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930730543279:43930730543715 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930730544847:43930730545492 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930730546380:43930730547468 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb430) = 0 +43930730548317:43930730550767 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb3f0) = 0 +43930730551616:43930730552618 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930731045164:43930731047689 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930731049003:43930731049663 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930731050614:43930731051098 26045:26051 hsa_signal_load_relaxed() = 1 +43930730553439:43930731052568 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930731051918:43930731053153 26045:26051 hsa_signal_store_screlease(, 0) = void +43930731053996:43930731054463 26045:26051 hsa_signal_destroy() = 0 +43930731496455:43930731497307 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930746134251:43930746135547 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930746141821:43930746143036 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930746144848:43930746147404 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930746148520:43930746149489 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930746150320:43930746150987 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930746151787:43930746152281 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930746618550:43930746619322 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930746626548:43930746627189 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930746628369:43930746629929 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb490) = 0 +43930746630868:43930746634484 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb450) = 0 +43930746635424:43930746637183 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930747103027:43930747106136 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930747107656:43930747108314 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930747109446:43930747109975 26045:26051 hsa_signal_load_relaxed() = 1 +43930746638141:43930747111484 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930747110844:43930747112219 26045:26051 hsa_signal_store_screlease(, 0) = void +43930747112814:43930747113495 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930747113104:43930747113763 26045:26051 hsa_signal_destroy() = 0 +43930747130740:43930747131380 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930747138975:43930747139634 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 182 +43930747140491:43930747140955 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 182 +43930747141900:43930747142515 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930747143355:43930747143718 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930747144842:43930747145432 26045:26045 hsa_signal_store_relaxed(, 182) = void +43930747147029:43930747147667 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930747153698:43930747154330 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930747156465:43930747157094 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930747157863:43930747158201 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 183 +43930747158937:43930747159273 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 182 +43930747160217:43930747160543 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930747161296:43930747161684 26045:26045 hsa_signal_store_relaxed(, 183) = void +43930747162626:43930747720208 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930747722157:43930747722657 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930747724189:43930747724747 26045:26045 hsa_signal_destroy() = 0 +43930747736264:43930747736792 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930747741077:43930747741486 26045:26045 hsa_signal_destroy() = 0 +43930747743256:43930747753874 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930747754773:43930747755200 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930747755977:43930747756453 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930747757191:43930747757555 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930747758404:43930747758785 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930747759719:43930747760347 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930747761130:43930747761727 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb4f0) = 0 +43930747762498:43930747764481 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb4b0) = 0 +43930747765269:43930747766042 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930748258775:43930748261265 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930748262599:43930748263252 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930748264188:43930748264671 26045:26051 hsa_signal_load_relaxed() = 1 +43930747766803:43930748266226 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930748265495:43930748266729 26045:26051 hsa_signal_store_screlease(, 0) = void +43930748267571:43930748268033 26045:26051 hsa_signal_destroy() = 0 +43930748710241:43930748711092 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930763360148:43930763361223 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930763366053:43930763367184 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930763368941:43930763371643 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930763372710:43930763373472 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930763374291:43930763374833 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930763375687:43930763376157 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930763843876:43930763844611 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930763846337:43930763846973 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930763848129:43930763849880 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb550) = 0 +43930763851125:43930763854702 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb510) = 0 +43930763855705:43930763857710 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930764337347:43930764340313 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930764346759:43930764347431 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930764348487:43930764349024 26045:26051 hsa_signal_load_relaxed() = 1 +43930763858561:43930764350629 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930764349869:43930764351287 26045:26051 hsa_signal_store_screlease(, 0) = void +43930764352012:43930764352675 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930764352167:43930764352845 26045:26051 hsa_signal_destroy() = 0 +43930764367014:43930764367649 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930764374200:43930764374871 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 184 +43930764375750:43930764376138 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 184 +43930764377030:43930764377644 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930764378420:43930764378870 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930764380093:43930764380656 26045:26045 hsa_signal_store_relaxed(, 184) = void +43930764382014:43930764382643 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930764388365:43930764388994 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930764390706:43930764391331 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930764392159:43930764392539 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 185 +43930764393276:43930764393609 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 184 +43930764394353:43930764394669 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930764395405:43930764395793 26045:26045 hsa_signal_store_relaxed(, 185) = void +43930764396862:43930764946356 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930764948272:43930764948752 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930764950254:43930764950837 26045:26045 hsa_signal_destroy() = 0 +43930764962450:43930764963009 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930764963942:43930764964335 26045:26045 hsa_signal_destroy() = 0 +43930764965898:43930764967953 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930764969000:43930764969572 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930764979964:43930764980459 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930764981211:43930764981574 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930764984189:43930764984572 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930764985521:43930764986150 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930764986943:43930764987470 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb5b0) = 0 +43930764988245:43930764990042 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb570) = 0 +43930764990824:43930764991610 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930765484050:43930765486458 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930765487782:43930765488432 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930765489372:43930765489844 26045:26051 hsa_signal_load_relaxed() = 1 +43930764992396:43930765491311 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930765490652:43930765491900 26045:26051 hsa_signal_store_screlease(, 0) = void +43930765492741:43930765493190 26045:26051 hsa_signal_destroy() = 0 +43930765934766:43930765935662 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930780589364:43930780590427 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930780594915:43930780596171 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930780597893:43930780600549 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930780601640:43930780602350 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930780603176:43930780603752 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930780604607:43930780605079 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930781071447:43930781072180 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930781073765:43930781074388 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930781075419:43930781077002 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb610) = 0 +43930781078029:43930781081356 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb5d0) = 0 +43930781082341:43930781083932 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930781551396:43930781554378 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930781555876:43930781556525 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930781557649:43930781558171 26045:26051 hsa_signal_load_relaxed() = 1 +43930781084824:43930781559740 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930781559079:43930781560437 26045:26051 hsa_signal_store_screlease(, 0) = void +43930781561126:43930781561792 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930781561320:43930781561949 26045:26051 hsa_signal_destroy() = 0 +43930781579581:43930781580221 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930781586169:43930781587002 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 186 +43930781587895:43930781588388 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 186 +43930781589253:43930781589863 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930781590655:43930781591104 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930781592055:43930781592844 26045:26045 hsa_signal_store_relaxed(, 186) = void +43930781594135:43930781594767 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930781600612:43930781601250 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930781603196:43930781603825 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930781604661:43930781604991 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 187 +43930781605733:43930781606071 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 186 +43930781606829:43930781607151 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930781607894:43930781608273 26045:26045 hsa_signal_store_relaxed(, 187) = void +43930781609327:43930782162843 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930782164353:43930782164844 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930782166273:43930782166823 26045:26045 hsa_signal_destroy() = 0 +43930782167708:43930782178567 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930782179564:43930782180045 26045:26045 hsa_signal_destroy() = 0 +43930782181476:43930782183172 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930782184216:43930782184731 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930782185597:43930782186137 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930782196391:43930782196823 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930782197698:43930782198083 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930782198984:43930782199617 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930782200410:43930782200910 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb670) = 0 +43930782201675:43930782203464 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb630) = 0 +43930782204240:43930782204955 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930782697951:43930782700632 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930782701976:43930782702631 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930782703579:43930782704054 26045:26051 hsa_signal_load_relaxed() = 1 +43930782209779:43930782705504 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930782704837:43930782706095 26045:26051 hsa_signal_store_screlease(, 0) = void +43930782706938:43930782707390 26045:26051 hsa_signal_destroy() = 0 +43930783149337:43930783150180 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930797815939:43930797817003 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930797821632:43930797822985 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930797824867:43930797826869 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930797827959:43930797828879 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930797829690:43930797830243 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930797831093:43930797831563 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930798300169:43930798300902 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930798302828:43930798303452 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930798304500:43930798306365 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb6d0) = 0 +43930798307334:43930798310809 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb690) = 0 +43930798311916:43930798313539 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930798780383:43930798783404 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930798785029:43930798785699 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930798786832:43930798787369 26045:26051 hsa_signal_load_relaxed() = 1 +43930798314487:43930798788940 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930798788271:43930798789655 26045:26051 hsa_signal_store_screlease(, 0) = void +43930798790548:43930798791191 26045:26051 hsa_signal_destroy() = 0 +43930798790495:43930798791218 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930798805461:43930798806109 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930798811798:43930798812463 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 188 +43930798813428:43930798813848 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 188 +43930798814804:43930798815446 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930798819865:43930798820318 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930798821286:43930798821848 26045:26045 hsa_signal_store_relaxed(, 188) = void +43930798823242:43930798823875 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930798829765:43930798830398 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930798832106:43930798832792 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930798833626:43930798834005 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 189 +43930798834744:43930798835090 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 188 +43930798835834:43930798836151 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930798836888:43930798837268 26045:26045 hsa_signal_store_relaxed(, 189) = void +43930798838295:43930799398327 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930799411450:43930799412222 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930799415113:43930799416121 26045:26045 hsa_signal_destroy() = 0 +43930799417560:43930799418182 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930799428731:43930799429141 26045:26045 hsa_signal_destroy() = 0 +43930799430681:43930799432042 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930799432922:43930799433392 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930799434239:43930799434802 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930799435564:43930799435936 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930799436884:43930799437322 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930799438453:43930799439093 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930799439968:43930799440865 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb730) = 0 +43930799441703:43930799444159 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb6f0) = 0 +43930799445012:43930799446008 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930799938233:43930799940923 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930799942302:43930799942955 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930799943911:43930799944383 26045:26051 hsa_signal_load_relaxed() = 1 +43930799446853:43930799945852 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930799945193:43930799946492 26045:26051 hsa_signal_store_screlease(, 0) = void +43930799951036:43930799951498 26045:26051 hsa_signal_destroy() = 0 +43930800416184:43930800417044 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930815029955:43930815031077 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930815036769:43930815037757 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930815040005:43930815043713 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930815044937:43930815045633 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930815046450:43930815047410 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930815048185:43930815048801 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930815530554:43930815531301 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930815533019:43930815533647 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930815534681:43930815536121 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb790) = 0 +43930815537140:43930815540798 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb750) = 0 +43930815541802:43930815543893 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930816016865:43930816030070 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930816031715:43930816032372 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930816033589:43930816034123 26045:26051 hsa_signal_load_relaxed() = 1 +43930815544772:43930816035752 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930816035049:43930816036507 26045:26051 hsa_signal_store_screlease(, 0) = void +43930816037095:43930816037816 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930816037468:43930816038159 26045:26051 hsa_signal_destroy() = 0 +43930816054122:43930816063545 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930816071735:43930816072447 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 190 +43930816073328:43930816073803 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 190 +43930816074898:43930816075507 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930816076408:43930816076767 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930816077941:43930816078536 26045:26045 hsa_signal_store_relaxed(, 190) = void +43930816080129:43930816080764 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930816087074:43930816087704 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930816090027:43930816090646 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930816095691:43930816096022 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 191 +43930816096766:43930816097110 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 190 +43930816098092:43930816098427 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930816099182:43930816099579 26045:26045 hsa_signal_store_relaxed(, 191) = void +43930816100572:43930816647945 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930816663772:43930816665565 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930816668401:43930816669646 26045:26045 hsa_signal_destroy() = 0 +43930816680674:43930816681214 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930816682386:43930816682888 26045:26045 hsa_signal_destroy() = 0 +43930816684544:43930816686059 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930816687146:43930816687746 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930816688738:43930816689493 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930816690381:43930816690829 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930816691991:43930816692535 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930816693924:43930816694754 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930816695832:43930816696892 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb7f0) = 0 +43930816697905:43930816701088 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb7b0) = 0 +43930816702166:43930816703432 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930817195584:43930817198164 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930817199543:43930817200195 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930817201228:43930817201712 26045:26051 hsa_signal_load_relaxed() = 1 +43930816704545:43930817203338 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930817202519:43930817203775 26045:26051 hsa_signal_store_screlease(, 0) = void +43930817204613:43930817205077 26045:26051 hsa_signal_destroy() = 0 +43930817649160:43930817650005 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930832154027:43930832155049 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930832161502:43930832162698 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930832164907:43930832168591 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930832175174:43930832176052 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930832176890:43930832177921 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930832188933:43930832189484 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930832641137:43930832642188 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930832644012:43930832644636 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930832645676:43930832647730 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb850) = 0 +43930832648626:43930832653468 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb810) = 0 +43930832654475:43930832656511 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930833123890:43930833126976 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930833128541:43930833129187 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930833130273:43930833130800 26045:26051 hsa_signal_load_relaxed() = 1 +43930832657289:43930833132302 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930833131651:43930833133006 26045:26051 hsa_signal_store_screlease(, 0) = void +43930833133477:43930833134153 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930833133892:43930833134490 26045:26051 hsa_signal_destroy() = 0 +43930833152227:43930833152882 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930833160341:43930833160908 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 192 +43930833161817:43930833162287 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 192 +43930833163198:43930833163807 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930833164641:43930833165002 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930833166136:43930833166744 26045:26045 hsa_signal_store_relaxed(, 192) = void +43930833168277:43930833168906 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930833175001:43930833175636 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930833177935:43930833178499 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930833179259:43930833179591 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 193 +43930833180348:43930833180678 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 192 +43930833181621:43930833181948 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930833182702:43930833183083 26045:26045 hsa_signal_store_relaxed(, 193) = void +43930833185045:43930833740846 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930833754059:43930833754871 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930833757440:43930833758445 26045:26045 hsa_signal_destroy() = 0 +43930833759643:43930833760344 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930833770842:43930833771302 26045:26045 hsa_signal_destroy() = 0 +43930833772813:43930833774128 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930833775019:43930833775474 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930833776293:43930833776866 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930833777614:43930833777987 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930833778924:43930833779354 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930833780483:43930833781118 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930833782002:43930833782718 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb8b0) = 0 +43930833783566:43930833786280 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb870) = 0 +43930833787135:43930833788127 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930834280192:43930834282672 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930834284003:43930834284664 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930834285644:43930834286122 26045:26051 hsa_signal_load_relaxed() = 1 +43930833788978:43930834287600 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930834286940:43930834288164 26045:26051 hsa_signal_store_screlease(, 0) = void +43930834289006:43930834289470 26045:26051 hsa_signal_destroy() = 0 +43930834731736:43930834732569 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930849332794:43930849333843 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930849340086:43930849341141 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930849343387:43930849346609 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930849347604:43930849348365 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930849349248:43930849349884 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930849350685:43930849351095 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930849811631:43930849812482 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930849814458:43930849815091 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930849821505:43930849823134 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb910) = 0 +43930849824157:43930849828512 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb8d0) = 0 +43930849829454:43930849831350 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930850297748:43930850300812 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930850302381:43930850303040 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930850304152:43930850304690 26045:26051 hsa_signal_load_relaxed() = 1 +43930849832310:43930850306191 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930850305540:43930850306913 26045:26051 hsa_signal_store_screlease(, 0) = void +43930850307531:43930850308212 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930850307797:43930850308359 26045:26051 hsa_signal_destroy() = 0 +43930850324104:43930850324746 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930850332186:43930850332787 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 194 +43930850333717:43930850334183 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 194 +43930850335103:43930850335723 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930850336572:43930850336929 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930850338075:43930850338682 26045:26045 hsa_signal_store_relaxed(, 194) = void +43930850340311:43930850340945 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930850347114:43930850347744 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930850349962:43930850350617 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930850351367:43930850351697 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 195 +43930850352434:43930850352780 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 194 +43930850353735:43930850354059 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930850354821:43930850355205 26045:26045 hsa_signal_store_relaxed(, 195) = void +43930850356183:43930850918474 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930850931822:43930850932604 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930850935240:43930850936288 26045:26045 hsa_signal_destroy() = 0 +43930850937450:43930850938091 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930850948581:43930850949050 26045:26045 hsa_signal_destroy() = 0 +43930850952458:43930850953759 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930850954644:43930850955115 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930850955937:43930850956504 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930850957249:43930850957622 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930850958549:43930850958987 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930850960132:43930850960779 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930850961664:43930850962520 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb970) = 0 +43930850963368:43930850965877 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb930) = 0 +43930850966725:43930850967744 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930851460241:43930851462782 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930851464120:43930851464777 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930851465725:43930851466214 26045:26051 hsa_signal_load_relaxed() = 1 +43930850968592:43930851467672 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930851467020:43930851468395 26045:26051 hsa_signal_store_screlease(, 0) = void +43930851469240:43930851469699 26045:26051 hsa_signal_destroy() = 0 +43930851910007:43930851910803 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930866543339:43930866544408 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930866550199:43930866551393 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930866553300:43930866556284 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930866557398:43930866558140 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930866558967:43930866559635 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930866560420:43930866560890 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930867028092:43930867028846 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930867030690:43930867031317 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930867032532:43930867034072 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eb9d0) = 0 +43930867035091:43930867039275 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb990) = 0 +43930867040263:43930867042240 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930867509801:43930867513108 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930867514585:43930867515227 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930867521076:43930867521608 26045:26051 hsa_signal_load_relaxed() = 1 +43930867043108:43930867523103 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930867522470:43930867523868 26045:26051 hsa_signal_store_screlease(, 0) = void +43930867524473:43930867525152 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930867524751:43930867525389 26045:26051 hsa_signal_destroy() = 0 +43930867541713:43930867542368 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930867549953:43930867550583 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 196 +43930867551465:43930867551936 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 196 +43930867552901:43930867553506 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930867554338:43930867554697 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930867555810:43930867556412 26045:26045 hsa_signal_store_relaxed(, 196) = void +43930867557988:43930867558619 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930867564516:43930867565148 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930867567505:43930867568134 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930867568900:43930867569236 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 197 +43930867569988:43930867570336 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 196 +43930867571267:43930867571587 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930867572356:43930867572740 26045:26045 hsa_signal_store_relaxed(, 197) = void +43930867573713:43930868131529 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930868145805:43930868146633 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930868149609:43930868150669 26045:26045 hsa_signal_destroy() = 0 +43930868161325:43930868161769 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930868162744:43930868163163 26045:26045 hsa_signal_destroy() = 0 +43930868164599:43930868166005 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930868166927:43930868167427 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930868168268:43930868168868 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930868169854:43930868170250 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930868171236:43930868171706 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930868175794:43930868176493 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930868177451:43930868178280 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eba30) = 0 +43930868179173:43930868182096 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eb9f0) = 0 +43930868182977:43930868184214 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930868637198:43930868639805 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930868641175:43930868641862 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930868642888:43930868643400 26045:26051 hsa_signal_load_relaxed() = 1 +43930868185112:43930868644857 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930868644249:43930868645600 26045:26051 hsa_signal_store_screlease(, 0) = void +43930868646498:43930868646979 26045:26051 hsa_signal_destroy() = 0 +43930869089420:43930869090188 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930883713016:43930883714116 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930883720278:43930883721400 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930883723484:43930883726142 26045:26045 hsa_amd_pointer_info(0x903200000, 0x7fffcdc387d0, 0, , 0) = 0 +43930883727267:43930883727974 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930883728816:43930883729545 26045:26045 hsa_amd_pointer_info(0x215b170, 0x7fffcdc38530, 0, , 0) = 0 +43930883730324:43930883730728 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930884181728:43930884182606 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930884184895:43930884185522 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930884186777:43930884188668 26045:26045 hsa_signal_create(1, , 0, 0x7f15277eba90) = 0 +43930884189764:43930884194590 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277eba50) = 0 +43930884195597:43930884197509 26045:26045 hsa_amd_memory_async_copy(0x903200000, , 0x904200000, , , , 0, ) = 0 +43930884664865:43930884667986 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930884669488:43930884670146 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930884671321:43930884671857 26045:26051 hsa_signal_load_relaxed() = 1 +43930884198389:43930884673427 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930884672752:43930884674161 26045:26051 hsa_signal_store_screlease(, 0) = void +43930884674703:43930884675442 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930884675111:43930884675748 26045:26051 hsa_signal_destroy() = 0 +43930884692652:43930884693293 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930884701303:43930884701976 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 198 +43930884702862:43930884703595 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 198 +43930884704556:43930884705174 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc380e8) = 0 +43930884706017:43930884706388 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930884707535:43930884708155 26045:26045 hsa_signal_store_relaxed(, 198) = void +43930884709760:43930884710388 26045:26045 hsa_system_get_info(2, 0x7fffcdc38420) = 0 +43930884716875:43930884717507 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930884719880:43930884720522 26045:26045 hsa_signal_create(1, , 0, 0x7fffcdc38270) = 0 +43930884721280:43930884721617 26045:26045 hsa_queue_load_write_index_relaxed(0x3c2a000) = 199 +43930884722358:43930884722691 26045:26045 hsa_queue_load_read_index_scacquire(0x3c2a000) = 198 +43930884723657:43930884723981 26045:26045 hsa_queue_store_write_index_relaxed(0x3c2a000, ) = void +43930884724735:43930884725116 26045:26045 hsa_signal_store_relaxed(, 199) = void +43930884726052:43930885276478 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930885290900:43930885291757 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930885294439:43930885295490 26045:26045 hsa_signal_destroy() = 0 +43930885306292:43930885306782 26045:26045 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43930885307804:43930885308279 26045:26045 hsa_signal_destroy() = 0 +43930885309720:43930885311121 26045:26045 hsa_amd_pointer_info(0x903a00000, 0x7fffcdc387a0, 0, , 0) = 0 +43930885312048:43930885312542 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38600) = 0 +43930885313377:43930885314023 26045:26045 hsa_amd_pointer_info(0x255b180, 0x7fffcdc38530, 0, , 0) = 0 +43930885314810:43930885315204 26045:26045 hsa_agent_get_info(, 17, 0x7fffcdc38524) = 0 +43930885316227:43930885316688 26045:26045 hsa_signal_silent_store_relaxed(, 1) = void +43930885317885:43930885318559 26045:26045 hsa_system_get_info(2, 0x7fffcdc380e8) = 0 +43930885319488:43930885320515 26045:26045 hsa_signal_create(1, , 0, 0x7f15277ebaf0) = 0 +43930885321404:43930885323970 26045:26045 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f15277ebab0) = 0 +43930885324862:43930885325965 26045:26045 hsa_amd_memory_async_copy(0x904200000, , 0x903a00000, , , , 0, ) = 0 +43930885778413:43930885780886 26045:26051 hsa_amd_profiling_get_async_copy_time(, 0x7f15277e5ac0) = 0 +43930885784299:43930885785000 26045:26051 hsa_system_get_info(2, 0x7f15277e5a28) = 0 +43930885786014:43930885786523 26045:26051 hsa_signal_load_relaxed() = 1 +43930885326868:43930885787958 26045:26045 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43930885787376:43930885788701 26045:26051 hsa_signal_store_screlease(, 0) = void +43930885789571:43930885790057 26045:26051 hsa_signal_destroy() = 0 +43930886236287:43930886237037 26045:26045 hsa_system_get_info(2, 0x7fffcdc385f0) = 0 +43930900876627:43930900877694 26045:26045 hsa_system_get_info(2, 0x7fffcdc385c0) = 0 +43930900900578:43930900901377 26045:26045 hsa_signal_load_scacquire() = 0 +43930900904849:43930900954068 26045:26045 hsa_amd_memory_pool_free(0x903200000) = 0 +43930900959303:43930900959949 26045:26045 hsa_system_get_info(2, 0x7fffcdc385c0) = 0 +43930900963250:43930900963872 26045:26045 hsa_system_get_info(2, 0x7fffcdc385c0) = 0 +43930900965827:43930900966275 26045:26045 hsa_signal_load_scacquire() = 0 +43930900967345:43930900979982 26045:26045 hsa_amd_memory_pool_free(0x903a00000) = 0 +43930900981956:43930900982600 26045:26045 hsa_system_get_info(2, 0x7fffcdc385c0) = 0 +43930900992150:43930901231079 26045:26045 hsa_memory_free(0x904200000) = 0 +43930901242424:43930901257455 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901258660:43930901260807 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901261981:43930901263956 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901265103:43930901266987 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901268025:43930901269897 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901271209:43930901287661 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901289066:43930901291065 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901292187:43930901294080 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901295324:43930901310566 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901311824:43930901313632 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901314684:43930901316553 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901317986:43930901319851 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901320976:43930901322856 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901325410:43930901327354 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901331388:43930901333602 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901334994:43930901336924 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901338016:43930901339898 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901341282:43930901343175 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901344244:43930901346491 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901347522:43930901349474 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901350739:43930901352606 26045:26045 hsa_code_object_reader_destroy() = 0 +43930901353799:43930901355657 26045:26045 hsa_code_object_reader_destroy() = 0 +43928832193607 26045:26045 0:"before hipLaunchKernel" +43928832254079 26045:26045 1:"hipLaunchKernel" +43929124521706 26045:26045 0:"after hipLaunchKernel" +43929124523355 26045:26045 1:"hipMemcpy" +43929127425092 26045:26045 2:"" +43929127430877 26045:26045 2:"" +43929142896327 26045:26045 0:"before hipLaunchKernel" +43929142897888 26045:26045 1:"hipLaunchKernel" +43929142933064 26045:26045 0:"after hipLaunchKernel" +43929142934002 26045:26045 1:"hipMemcpy" +43929145770309 26045:26045 2:"" +43929145772193 26045:26045 2:"" +43929161272883 26045:26045 0:"before hipLaunchKernel" +43929161274321 26045:26045 1:"hipLaunchKernel" +43929161301880 26045:26045 0:"after hipLaunchKernel" +43929161302792 26045:26045 1:"hipMemcpy" +43929164151033 26045:26045 2:"" +43929164152709 26045:26045 2:"" +43929179625675 26045:26045 0:"before hipLaunchKernel" +43929179627384 26045:26045 1:"hipLaunchKernel" +43929179653473 26045:26045 0:"after hipLaunchKernel" +43929179654404 26045:26045 1:"hipMemcpy" +43929182558700 26045:26045 2:"" +43929182560875 26045:26045 2:"" +43929198157220 26045:26045 0:"before hipLaunchKernel" +43929198158716 26045:26045 1:"hipLaunchKernel" +43929198190235 26045:26045 0:"after hipLaunchKernel" +43929198191170 26045:26045 1:"hipMemcpy" +43929201093127 26045:26045 2:"" +43929201095060 26045:26045 2:"" +43929216711146 26045:26045 0:"before hipLaunchKernel" +43929216712762 26045:26045 1:"hipLaunchKernel" +43929216742381 26045:26045 0:"after hipLaunchKernel" +43929216743300 26045:26045 1:"hipMemcpy" +43929219646747 26045:26045 2:"" +43929219648786 26045:26045 2:"" +43929235194800 26045:26045 0:"before hipLaunchKernel" +43929235196446 26045:26045 1:"hipLaunchKernel" +43929235226447 26045:26045 0:"after hipLaunchKernel" +43929235227595 26045:26045 1:"hipMemcpy" +43929238133106 26045:26045 2:"" +43929238134957 26045:26045 2:"" +43929253704257 26045:26045 0:"before hipLaunchKernel" +43929253705836 26045:26045 1:"hipLaunchKernel" +43929253740496 26045:26045 0:"after hipLaunchKernel" +43929253741459 26045:26045 1:"hipMemcpy" +43929256644851 26045:26045 2:"" +43929256646907 26045:26045 2:"" +43929272233006 26045:26045 0:"before hipLaunchKernel" +43929272234772 26045:26045 1:"hipLaunchKernel" +43929272265430 26045:26045 0:"after hipLaunchKernel" +43929272266366 26045:26045 1:"hipMemcpy" +43929275175881 26045:26045 2:"" +43929275177993 26045:26045 2:"" +43929290795395 26045:26045 0:"before hipLaunchKernel" +43929290796887 26045:26045 1:"hipLaunchKernel" +43929290827113 26045:26045 0:"after hipLaunchKernel" +43929290828070 26045:26045 1:"hipMemcpy" +43929293735628 26045:26045 2:"" +43929293737757 26045:26045 2:"" +43929309319919 26045:26045 0:"before hipLaunchKernel" +43929309321609 26045:26045 1:"hipLaunchKernel" +43929309353699 26045:26045 0:"after hipLaunchKernel" +43929309354671 26045:26045 1:"hipMemcpy" +43929312251687 26045:26045 2:"" +43929312253280 26045:26045 2:"" +43929327884128 26045:26045 0:"before hipLaunchKernel" +43929327885569 26045:26045 1:"hipLaunchKernel" +43929327911714 26045:26045 0:"after hipLaunchKernel" +43929327912722 26045:26045 1:"hipMemcpy" +43929330818254 26045:26045 2:"" +43929330820334 26045:26045 2:"" +43929346422291 26045:26045 0:"before hipLaunchKernel" +43929346423844 26045:26045 1:"hipLaunchKernel" +43929346458518 26045:26045 0:"after hipLaunchKernel" +43929346459504 26045:26045 1:"hipMemcpy" +43929349366693 26045:26045 2:"" +43929349369028 26045:26045 2:"" +43929364951532 26045:26045 0:"before hipLaunchKernel" +43929364953078 26045:26045 1:"hipLaunchKernel" +43929364989197 26045:26045 0:"after hipLaunchKernel" +43929364990197 26045:26045 1:"hipMemcpy" +43929367893483 26045:26045 2:"" +43929367895604 26045:26045 2:"" +43929383535687 26045:26045 0:"before hipLaunchKernel" +43929383537196 26045:26045 1:"hipLaunchKernel" +43929383567713 26045:26045 0:"after hipLaunchKernel" +43929383568677 26045:26045 1:"hipMemcpy" +43929386470015 26045:26045 2:"" +43929386472123 26045:26045 2:"" +43929402073281 26045:26045 0:"before hipLaunchKernel" +43929402074756 26045:26045 1:"hipLaunchKernel" +43929402106471 26045:26045 0:"after hipLaunchKernel" +43929402107560 26045:26045 1:"hipMemcpy" +43929403671863 26045:26045 2:"" +43929403673824 26045:26045 2:"" +43929419273645 26045:26045 0:"before hipLaunchKernel" +43929419275165 26045:26045 1:"hipLaunchKernel" +43929419305590 26045:26045 0:"after hipLaunchKernel" +43929419306573 26045:26045 1:"hipMemcpy" +43929420885361 26045:26045 2:"" +43929420887529 26045:26045 2:"" +43929436479739 26045:26045 0:"before hipLaunchKernel" +43929436484340 26045:26045 1:"hipLaunchKernel" +43929436514902 26045:26045 0:"after hipLaunchKernel" +43929436515829 26045:26045 1:"hipMemcpy" +43929438082158 26045:26045 2:"" +43929438084328 26045:26045 2:"" +43929453741570 26045:26045 0:"before hipLaunchKernel" +43929453743125 26045:26045 1:"hipLaunchKernel" +43929453777848 26045:26045 0:"after hipLaunchKernel" +43929453778818 26045:26045 1:"hipMemcpy" +43929455346736 26045:26045 2:"" +43929455348833 26045:26045 2:"" +43929470969868 26045:26045 0:"before hipLaunchKernel" +43929470971374 26045:26045 1:"hipLaunchKernel" +43929471007008 26045:26045 0:"after hipLaunchKernel" +43929471007981 26045:26045 1:"hipMemcpy" +43929472569751 26045:26045 2:"" +43929472571969 26045:26045 2:"" +43929488168118 26045:26045 0:"before hipLaunchKernel" +43929488169673 26045:26045 1:"hipLaunchKernel" +43929488200412 26045:26045 0:"after hipLaunchKernel" +43929488201367 26045:26045 1:"hipMemcpy" +43929489770585 26045:26045 2:"" +43929489772702 26045:26045 2:"" +43929505392720 26045:26045 0:"before hipLaunchKernel" +43929505394401 26045:26045 1:"hipLaunchKernel" +43929505425676 26045:26045 0:"after hipLaunchKernel" +43929505426590 26045:26045 1:"hipMemcpy" +43929506983830 26045:26045 2:"" +43929506985382 26045:26045 2:"" +43929522586814 26045:26045 0:"before hipLaunchKernel" +43929522588177 26045:26045 1:"hipLaunchKernel" +43929522615542 26045:26045 0:"after hipLaunchKernel" +43929522616473 26045:26045 1:"hipMemcpy" +43929524184116 26045:26045 2:"" +43929524185475 26045:26045 2:"" +43929539822508 26045:26045 0:"before hipLaunchKernel" +43929539823866 26045:26045 1:"hipLaunchKernel" +43929539850420 26045:26045 0:"after hipLaunchKernel" +43929539851399 26045:26045 1:"hipMemcpy" +43929541403539 26045:26045 2:"" +43929541404906 26045:26045 2:"" +43929557032699 26045:26045 0:"before hipLaunchKernel" +43929557034105 26045:26045 1:"hipLaunchKernel" +43929557065634 26045:26045 0:"after hipLaunchKernel" +43929557066518 26045:26045 1:"hipMemcpy" +43929558637687 26045:26045 2:"" +43929558639733 26045:26045 2:"" +43929574274586 26045:26045 0:"before hipLaunchKernel" +43929574276149 26045:26045 1:"hipLaunchKernel" +43929574306658 26045:26045 0:"after hipLaunchKernel" +43929574307649 26045:26045 1:"hipMemcpy" +43929575873835 26045:26045 2:"" +43929575876024 26045:26045 2:"" +43929591496089 26045:26045 0:"before hipLaunchKernel" +43929591497605 26045:26045 1:"hipLaunchKernel" +43929591527628 26045:26045 0:"after hipLaunchKernel" +43929591528597 26045:26045 1:"hipMemcpy" +43929593087544 26045:26045 2:"" +43929593089687 26045:26045 2:"" +43929608735327 26045:26045 0:"before hipLaunchKernel" +43929608737014 26045:26045 1:"hipLaunchKernel" +43929608767635 26045:26045 0:"after hipLaunchKernel" +43929608768725 26045:26045 1:"hipMemcpy" +43929610286709 26045:26045 2:"" +43929610288984 26045:26045 2:"" +43929625868476 26045:26045 0:"before hipLaunchKernel" +43929625870049 26045:26045 1:"hipLaunchKernel" +43929625900726 26045:26045 0:"after hipLaunchKernel" +43929625901694 26045:26045 1:"hipMemcpy" +43929627432888 26045:26045 2:"" +43929627435056 26045:26045 2:"" +43929643007691 26045:26045 0:"before hipLaunchKernel" +43929643009222 26045:26045 1:"hipLaunchKernel" +43929643039912 26045:26045 0:"after hipLaunchKernel" +43929643040818 26045:26045 1:"hipMemcpy" +43929644566834 26045:26045 2:"" +43929644568970 26045:26045 2:"" +43929660133204 26045:26045 0:"before hipLaunchKernel" +43929660134719 26045:26045 1:"hipLaunchKernel" +43929660168831 26045:26045 0:"after hipLaunchKernel" +43929660169813 26045:26045 1:"hipMemcpy" +43929661687944 26045:26045 2:"" +43929661689400 26045:26045 2:"" +43929677246668 26045:26045 0:"before hipLaunchKernel" +43929677248146 26045:26045 1:"hipLaunchKernel" +43929677278969 26045:26045 0:"after hipLaunchKernel" +43929677279968 26045:26045 1:"hipMemcpy" +43929678792393 26045:26045 2:"" +43929678793871 26045:26045 2:"" +43929694359618 26045:26045 0:"before hipLaunchKernel" +43929694360998 26045:26045 1:"hipLaunchKernel" +43929694386733 26045:26045 0:"after hipLaunchKernel" +43929694387663 26045:26045 1:"hipMemcpy" +43929695901459 26045:26045 2:"" +43929695903058 26045:26045 2:"" +43929711475673 26045:26045 0:"before hipLaunchKernel" +43929711477249 26045:26045 1:"hipLaunchKernel" +43929711503852 26045:26045 0:"after hipLaunchKernel" +43929711504784 26045:26045 1:"hipMemcpy" +43929713046409 26045:26045 2:"" +43929713048577 26045:26045 2:"" +43929728632152 26045:26045 0:"before hipLaunchKernel" +43929728636899 26045:26045 1:"hipLaunchKernel" +43929728667974 26045:26045 0:"after hipLaunchKernel" +43929728668976 26045:26045 1:"hipMemcpy" +43929730224178 26045:26045 2:"" +43929730226321 26045:26045 2:"" +43929745858157 26045:26045 0:"before hipLaunchKernel" +43929745859610 26045:26045 1:"hipLaunchKernel" +43929745890124 26045:26045 0:"after hipLaunchKernel" +43929745891166 26045:26045 1:"hipMemcpy" +43929747459653 26045:26045 2:"" +43929747461600 26045:26045 2:"" +43929763118598 26045:26045 0:"before hipLaunchKernel" +43929763120128 26045:26045 1:"hipLaunchKernel" +43929763155687 26045:26045 0:"after hipLaunchKernel" +43929763156749 26045:26045 1:"hipMemcpy" +43929766060436 26045:26045 2:"" +43929766062851 26045:26045 2:"" +43929781652299 26045:26045 0:"before hipLaunchKernel" +43929781653799 26045:26045 1:"hipLaunchKernel" +43929781683928 26045:26045 0:"after hipLaunchKernel" +43929781684850 26045:26045 1:"hipMemcpy" +43929784588087 26045:26045 2:"" +43929784590095 26045:26045 2:"" +43929800174289 26045:26045 0:"before hipLaunchKernel" +43929800175838 26045:26045 1:"hipLaunchKernel" +43929800206730 26045:26045 0:"after hipLaunchKernel" +43929800207750 26045:26045 1:"hipMemcpy" +43929803115544 26045:26045 2:"" +43929803117559 26045:26045 2:"" +43929818741754 26045:26045 0:"before hipLaunchKernel" +43929818743345 26045:26045 1:"hipLaunchKernel" +43929818773702 26045:26045 0:"after hipLaunchKernel" +43929818774878 26045:26045 1:"hipMemcpy" +43929821684815 26045:26045 2:"" +43929821686976 26045:26045 2:"" +43929837338319 26045:26045 0:"before hipLaunchKernel" +43929837339808 26045:26045 1:"hipLaunchKernel" +43929837370789 26045:26045 0:"after hipLaunchKernel" +43929837371713 26045:26045 1:"hipMemcpy" +43929840274498 26045:26045 2:"" +43929840276625 26045:26045 2:"" +43929855819333 26045:26045 0:"before hipLaunchKernel" +43929855820808 26045:26045 1:"hipLaunchKernel" +43929855857689 26045:26045 0:"after hipLaunchKernel" +43929855858624 26045:26045 1:"hipMemcpy" +43929858766013 26045:26045 2:"" +43929858768100 26045:26045 2:"" +43929874395676 26045:26045 0:"before hipLaunchKernel" +43929874397277 26045:26045 1:"hipLaunchKernel" +43929874434179 26045:26045 0:"after hipLaunchKernel" +43929874435284 26045:26045 1:"hipMemcpy" +43929877345306 26045:26045 2:"" +43929877347256 26045:26045 2:"" +43929892979729 26045:26045 0:"before hipLaunchKernel" +43929892981260 26045:26045 1:"hipLaunchKernel" +43929893012682 26045:26045 0:"after hipLaunchKernel" +43929893013686 26045:26045 1:"hipMemcpy" +43929895904381 26045:26045 2:"" +43929895906569 26045:26045 2:"" +43929911483586 26045:26045 0:"before hipLaunchKernel" +43929911485265 26045:26045 1:"hipLaunchKernel" +43929911515352 26045:26045 0:"after hipLaunchKernel" +43929911516398 26045:26045 1:"hipMemcpy" +43929914425975 26045:26045 2:"" +43929914428034 26045:26045 2:"" +43929930131890 26045:26045 0:"before hipLaunchKernel" +43929930133421 26045:26045 1:"hipLaunchKernel" +43929930164349 26045:26045 0:"after hipLaunchKernel" +43929930165349 26045:26045 1:"hipMemcpy" +43929933072634 26045:26045 2:"" +43929933074673 26045:26045 2:"" +43929948662241 26045:26045 0:"before hipLaunchKernel" +43929948663847 26045:26045 1:"hipLaunchKernel" +43929948694263 26045:26045 0:"after hipLaunchKernel" +43929948695229 26045:26045 1:"hipMemcpy" +43929951600521 26045:26045 2:"" +43929951602673 26045:26045 2:"" +43929967197643 26045:26045 0:"before hipLaunchKernel" +43929967199124 26045:26045 1:"hipLaunchKernel" +43929967233235 26045:26045 0:"after hipLaunchKernel" +43929967234209 26045:26045 1:"hipMemcpy" +43929970137448 26045:26045 2:"" +43929970139612 26045:26045 2:"" +43929985785961 26045:26045 0:"before hipLaunchKernel" +43929985787490 26045:26045 1:"hipLaunchKernel" +43929985823835 26045:26045 0:"after hipLaunchKernel" +43929985824825 26045:26045 1:"hipMemcpy" +43929988725928 26045:26045 2:"" +43929988728283 26045:26045 2:"" +43930004349887 26045:26045 0:"before hipLaunchKernel" +43930004351386 26045:26045 1:"hipLaunchKernel" +43930004382219 26045:26045 0:"after hipLaunchKernel" +43930004383291 26045:26045 1:"hipMemcpy" +43930007280993 26045:26045 2:"" +43930007283345 26045:26045 2:"" +43930022896173 26045:26045 0:"before hipLaunchKernel" +43930022897734 26045:26045 1:"hipLaunchKernel" +43930022927729 26045:26045 0:"after hipLaunchKernel" +43930022928780 26045:26045 1:"hipMemcpy" +43930024459209 26045:26045 2:"" +43930024461258 26045:26045 2:"" +43930040069665 26045:26045 0:"before hipLaunchKernel" +43930040072294 26045:26045 1:"hipLaunchKernel" +43930040111698 26045:26045 0:"after hipLaunchKernel" +43930040112679 26045:26045 1:"hipMemcpy" +43930041644042 26045:26045 2:"" +43930041646001 26045:26045 2:"" +43930057260250 26045:26045 0:"before hipLaunchKernel" +43930057261700 26045:26045 1:"hipLaunchKernel" +43930057292448 26045:26045 0:"after hipLaunchKernel" +43930057293488 26045:26045 1:"hipMemcpy" +43930058825865 26045:26045 2:"" +43930058828078 26045:26045 2:"" +43930074407587 26045:26045 0:"before hipLaunchKernel" +43930074409118 26045:26045 1:"hipLaunchKernel" +43930074441274 26045:26045 0:"after hipLaunchKernel" +43930074442217 26045:26045 1:"hipMemcpy" +43930075966817 26045:26045 2:"" +43930075968848 26045:26045 2:"" +43930091553203 26045:26045 0:"before hipLaunchKernel" +43930091554719 26045:26045 1:"hipLaunchKernel" +43930091589521 26045:26045 0:"after hipLaunchKernel" +43930091590505 26045:26045 1:"hipMemcpy" +43930093155690 26045:26045 2:"" +43930093157814 26045:26045 2:"" +43930108754327 26045:26045 0:"before hipLaunchKernel" +43930108755859 26045:26045 1:"hipLaunchKernel" +43930108786925 26045:26045 0:"after hipLaunchKernel" +43930108787985 26045:26045 1:"hipMemcpy" +43930110349201 26045:26045 2:"" +43930110350914 26045:26045 2:"" +43930125986118 26045:26045 0:"before hipLaunchKernel" +43930125987570 26045:26045 1:"hipLaunchKernel" +43930126014238 26045:26045 0:"after hipLaunchKernel" +43930126015132 26045:26045 1:"hipMemcpy" +43930127545043 26045:26045 2:"" +43930127546528 26045:26045 2:"" +43930143173713 26045:26045 0:"before hipLaunchKernel" +43930143175221 26045:26045 1:"hipLaunchKernel" +43930143201136 26045:26045 0:"after hipLaunchKernel" +43930143202010 26045:26045 1:"hipMemcpy" +43930144772462 26045:26045 2:"" +43930144773826 26045:26045 2:"" +43930160396876 26045:26045 0:"before hipLaunchKernel" +43930160398282 26045:26045 1:"hipLaunchKernel" +43930160425391 26045:26045 0:"after hipLaunchKernel" +43930160426311 26045:26045 1:"hipMemcpy" +43930161977584 26045:26045 2:"" +43930161979129 26045:26045 2:"" +43930177570521 26045:26045 0:"before hipLaunchKernel" +43930177572023 26045:26045 1:"hipLaunchKernel" +43930177601781 26045:26045 0:"after hipLaunchKernel" +43930177602735 26045:26045 1:"hipMemcpy" +43930179158168 26045:26045 2:"" +43930179159709 26045:26045 2:"" +43930194765029 26045:26045 0:"before hipLaunchKernel" +43930194766545 26045:26045 1:"hipLaunchKernel" +43930194792262 26045:26045 0:"after hipLaunchKernel" +43930194793140 26045:26045 1:"hipMemcpy" +43930196373084 26045:26045 2:"" +43930196374529 26045:26045 2:"" +43930212007918 26045:26045 0:"before hipLaunchKernel" +43930212019699 26045:26045 1:"hipLaunchKernel" +43930212054865 26045:26045 0:"after hipLaunchKernel" +43930212055779 26045:26045 1:"hipMemcpy" +43930213611304 26045:26045 2:"" +43930213612822 26045:26045 2:"" +43930229243573 26045:26045 0:"before hipLaunchKernel" +43930229245030 26045:26045 1:"hipLaunchKernel" +43930229269745 26045:26045 0:"after hipLaunchKernel" +43930229270692 26045:26045 1:"hipMemcpy" +43930230829751 26045:26045 2:"" +43930230831097 26045:26045 2:"" +43930246458629 26045:26045 0:"before hipLaunchKernel" +43930246460054 26045:26045 1:"hipLaunchKernel" +43930246485626 26045:26045 0:"after hipLaunchKernel" +43930246486521 26045:26045 1:"hipMemcpy" +43930248046816 26045:26045 2:"" +43930248048250 26045:26045 2:"" +43930263655993 26045:26045 0:"before hipLaunchKernel" +43930263657388 26045:26045 1:"hipLaunchKernel" +43930263682554 26045:26045 0:"after hipLaunchKernel" +43930263683542 26045:26045 1:"hipMemcpy" +43930265247741 26045:26045 2:"" +43930265249277 26045:26045 2:"" +43930280856326 26045:26045 0:"before hipLaunchKernel" +43930280857801 26045:26045 1:"hipLaunchKernel" +43930280886503 26045:26045 0:"after hipLaunchKernel" +43930280887369 26045:26045 1:"hipMemcpy" +43930282444821 26045:26045 2:"" +43930282446285 26045:26045 2:"" +43930298090321 26045:26045 0:"before hipLaunchKernel" +43930298092103 26045:26045 1:"hipLaunchKernel" +43930298116973 26045:26045 0:"after hipLaunchKernel" +43930298117938 26045:26045 1:"hipMemcpy" +43930299669308 26045:26045 2:"" +43930299670856 26045:26045 2:"" +43930315313897 26045:26045 0:"before hipLaunchKernel" +43930315315289 26045:26045 1:"hipLaunchKernel" +43930315341179 26045:26045 0:"after hipLaunchKernel" +43930315342198 26045:26045 1:"hipMemcpy" +43930316917231 26045:26045 2:"" +43930316918768 26045:26045 2:"" +43930332538930 26045:26045 0:"before hipLaunchKernel" +43930332540349 26045:26045 1:"hipLaunchKernel" +43930332566099 26045:26045 0:"after hipLaunchKernel" +43930332567031 26045:26045 1:"hipMemcpy" +43930334125323 26045:26045 2:"" +43930334126840 26045:26045 2:"" +43930349739119 26045:26045 0:"before hipLaunchKernel" +43930349740609 26045:26045 1:"hipLaunchKernel" +43930349767422 26045:26045 0:"after hipLaunchKernel" +43930349768343 26045:26045 1:"hipMemcpy" +43930351320046 26045:26045 2:"" +43930351321561 26045:26045 2:"" +43930366930647 26045:26045 0:"before hipLaunchKernel" +43930366932148 26045:26045 1:"hipLaunchKernel" +43930366957373 26045:26045 0:"after hipLaunchKernel" +43930366958376 26045:26045 1:"hipMemcpy" +43930368469307 26045:26045 2:"" +43930368470646 26045:26045 2:"" +43930384035305 26045:26045 0:"before hipLaunchKernel" +43930384036703 26045:26045 1:"hipLaunchKernel" +43930384067482 26045:26045 0:"after hipLaunchKernel" +43930384068444 26045:26045 1:"hipMemcpy" +43930386958031 26045:26045 2:"" +43930386959502 26045:26045 2:"" +43930402598865 26045:26045 0:"before hipLaunchKernel" +43930402600313 26045:26045 1:"hipLaunchKernel" +43930402625918 26045:26045 0:"after hipLaunchKernel" +43930402626806 26045:26045 1:"hipMemcpy" +43930405513676 26045:26045 2:"" +43930405515127 26045:26045 2:"" +43930421147649 26045:26045 0:"before hipLaunchKernel" +43930421149289 26045:26045 1:"hipLaunchKernel" +43930421174349 26045:26045 0:"after hipLaunchKernel" +43930421175281 26045:26045 1:"hipMemcpy" +43930424088220 26045:26045 2:"" +43930424089561 26045:26045 2:"" +43930439633513 26045:26045 0:"before hipLaunchKernel" +43930439634923 26045:26045 1:"hipLaunchKernel" +43930439659247 26045:26045 0:"after hipLaunchKernel" +43930439660284 26045:26045 1:"hipMemcpy" +43930442559969 26045:26045 2:"" +43930442562027 26045:26045 2:"" +43930458239408 26045:26045 0:"before hipLaunchKernel" +43930458241184 26045:26045 1:"hipLaunchKernel" +43930458273084 26045:26045 0:"after hipLaunchKernel" +43930458274113 26045:26045 1:"hipMemcpy" +43930461175581 26045:26045 2:"" +43930461177594 26045:26045 2:"" +43930476765487 26045:26045 0:"before hipLaunchKernel" +43930476766975 26045:26045 1:"hipLaunchKernel" +43930476800524 26045:26045 0:"after hipLaunchKernel" +43930476801447 26045:26045 1:"hipMemcpy" +43930479696832 26045:26045 2:"" +43930479698975 26045:26045 2:"" +43930495301605 26045:26045 0:"before hipLaunchKernel" +43930495303204 26045:26045 1:"hipLaunchKernel" +43930495339346 26045:26045 0:"after hipLaunchKernel" +43930495340321 26045:26045 1:"hipMemcpy" +43930498228736 26045:26045 2:"" +43930498230716 26045:26045 2:"" +43930513868153 26045:26045 0:"before hipLaunchKernel" +43930513869871 26045:26045 1:"hipLaunchKernel" +43930513900422 26045:26045 0:"after hipLaunchKernel" +43930513901489 26045:26045 1:"hipMemcpy" +43930516804990 26045:26045 2:"" +43930516807000 26045:26045 2:"" +43930532441156 26045:26045 0:"before hipLaunchKernel" +43930532442597 26045:26045 1:"hipLaunchKernel" +43930532473098 26045:26045 0:"after hipLaunchKernel" +43930532474123 26045:26045 1:"hipMemcpy" +43930535372955 26045:26045 2:"" +43930535375077 26045:26045 2:"" +43930550945455 26045:26045 0:"before hipLaunchKernel" +43930550946913 26045:26045 1:"hipLaunchKernel" +43930550977467 26045:26045 0:"after hipLaunchKernel" +43930550978505 26045:26045 1:"hipMemcpy" +43930553878320 26045:26045 2:"" +43930553880569 26045:26045 2:"" +43930569598287 26045:26045 0:"before hipLaunchKernel" +43930569599851 26045:26045 1:"hipLaunchKernel" +43930569632200 26045:26045 0:"after hipLaunchKernel" +43930569633255 26045:26045 1:"hipMemcpy" +43930572533419 26045:26045 2:"" +43930572535521 26045:26045 2:"" +43930588130200 26045:26045 0:"before hipLaunchKernel" +43930588131861 26045:26045 1:"hipLaunchKernel" +43930588167154 26045:26045 0:"after hipLaunchKernel" +43930588168196 26045:26045 1:"hipMemcpy" +43930591055062 26045:26045 2:"" +43930591057084 26045:26045 2:"" +43930606672766 26045:26045 0:"before hipLaunchKernel" +43930606674262 26045:26045 1:"hipLaunchKernel" +43930606710367 26045:26045 0:"after hipLaunchKernel" +43930606711380 26045:26045 1:"hipMemcpy" +43930609616339 26045:26045 2:"" +43930609618454 26045:26045 2:"" +43930625297702 26045:26045 0:"before hipLaunchKernel" +43930625299169 26045:26045 1:"hipLaunchKernel" +43930625329586 26045:26045 0:"after hipLaunchKernel" +43930625330516 26045:26045 1:"hipMemcpy" +43930628239004 26045:26045 2:"" +43930628241090 26045:26045 2:"" +43930643839430 26045:26045 0:"before hipLaunchKernel" +43930643841018 26045:26045 1:"hipLaunchKernel" +43930643873111 26045:26045 0:"after hipLaunchKernel" +43930643874031 26045:26045 1:"hipMemcpy" +43930645420483 26045:26045 2:"" +43930645422470 26045:26045 2:"" +43930661021277 26045:26045 0:"before hipLaunchKernel" +43930661022810 26045:26045 1:"hipLaunchKernel" +43930661052964 26045:26045 0:"after hipLaunchKernel" +43930661053971 26045:26045 1:"hipMemcpy" +43930662620991 26045:26045 2:"" +43930662623011 26045:26045 2:"" +43930678219539 26045:26045 0:"before hipLaunchKernel" +43930678221092 26045:26045 1:"hipLaunchKernel" +43930678251361 26045:26045 0:"after hipLaunchKernel" +43930678252335 26045:26045 1:"hipMemcpy" +43930679819229 26045:26045 2:"" +43930679821361 26045:26045 2:"" +43930695457540 26045:26045 0:"before hipLaunchKernel" +43930695459286 26045:26045 1:"hipLaunchKernel" +43930695493755 26045:26045 0:"after hipLaunchKernel" +43930695494754 26045:26045 1:"hipMemcpy" +43930697063945 26045:26045 2:"" +43930697066174 26045:26045 2:"" +43930712692624 26045:26045 0:"before hipLaunchKernel" +43930712694170 26045:26045 1:"hipLaunchKernel" +43930712725133 26045:26045 0:"after hipLaunchKernel" +43930712726090 26045:26045 1:"hipMemcpy" +43930714286531 26045:26045 2:"" +43930714288518 26045:26045 2:"" +43930729907089 26045:26045 0:"before hipLaunchKernel" +43930729908910 26045:26045 1:"hipLaunchKernel" +43930729938937 26045:26045 0:"after hipLaunchKernel" +43930729939904 26045:26045 1:"hipMemcpy" +43930731500834 26045:26045 2:"" +43930731502885 26045:26045 2:"" +43930747119659 26045:26045 0:"before hipLaunchKernel" +43930747121303 26045:26045 1:"hipLaunchKernel" +43930747151745 26045:26045 0:"after hipLaunchKernel" +43930747152711 26045:26045 1:"hipMemcpy" +43930748714057 26045:26045 2:"" +43930748715596 26045:26045 2:"" +43930764357498 26045:26045 0:"before hipLaunchKernel" +43930764358971 26045:26045 1:"hipLaunchKernel" +43930764386512 26045:26045 0:"after hipLaunchKernel" +43930764387399 26045:26045 1:"hipMemcpy" +43930765938730 26045:26045 2:"" +43930765940132 26045:26045 2:"" +43930781570534 26045:26045 0:"before hipLaunchKernel" +43930781572023 26045:26045 1:"hipLaunchKernel" +43930781598618 26045:26045 0:"after hipLaunchKernel" +43930781599552 26045:26045 1:"hipMemcpy" +43930783153175 26045:26045 2:"" +43930783154688 26045:26045 2:"" +43930798796107 26045:26045 0:"before hipLaunchKernel" +43930798797536 26045:26045 1:"hipLaunchKernel" +43930798827734 26045:26045 0:"after hipLaunchKernel" +43930798828764 26045:26045 1:"hipMemcpy" +43930800420626 26045:26045 2:"" +43930800422656 26045:26045 2:"" +43930816043656 26045:26045 0:"before hipLaunchKernel" +43930816045269 26045:26045 1:"hipLaunchKernel" +43930816085007 26045:26045 0:"after hipLaunchKernel" +43930816086017 26045:26045 1:"hipMemcpy" +43930817653676 26045:26045 2:"" +43930817655672 26045:26045 2:"" +43930833141637 26045:26045 0:"before hipLaunchKernel" +43930833143165 26045:26045 1:"hipLaunchKernel" +43930833172965 26045:26045 0:"after hipLaunchKernel" +43930833173875 26045:26045 1:"hipMemcpy" +43930834736065 26045:26045 2:"" +43930834738048 26045:26045 2:"" +43930850313641 26045:26045 0:"before hipLaunchKernel" +43930850315187 26045:26045 1:"hipLaunchKernel" +43930850345019 26045:26045 0:"after hipLaunchKernel" +43930850346010 26045:26045 1:"hipMemcpy" +43930851914107 26045:26045 2:"" +43930851916023 26045:26045 2:"" +43930867530577 26045:26045 0:"before hipLaunchKernel" +43930867532516 26045:26045 1:"hipLaunchKernel" +43930867562543 26045:26045 0:"after hipLaunchKernel" +43930867563504 26045:26045 1:"hipMemcpy" +43930869093564 26045:26045 2:"" +43930869095446 26045:26045 2:"" +43930884681274 26045:26045 0:"before hipLaunchKernel" +43930884682837 26045:26045 1:"hipLaunchKernel" +43930884714814 26045:26045 0:"after hipLaunchKernel" +43930884715845 26045:26045 1:"hipMemcpy" +43930886240209 26045:26045 2:"" +43930886242260 26045:26045 2:"" diff --git a/test/golden_traces/MatrixTranspose_sys_trace.txt b/test/golden_traces/MatrixTranspose_sys_trace.txt new file mode 100644 index 0000000000..784ca1aef8 --- /dev/null +++ b/test/golden_traces/MatrixTranspose_sys_trace.txt @@ -0,0 +1,6139 @@ +ROCTracer (pid=26036): + rocTX-trace() + HSA-trace() + HIP-trace() +43925811393411:43925811393872 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b03b4) = 0 +43925811393411:43925811395633 26036:26036 hsa_iterate_agents(1, 0x7fff229b0510) = 1 +43925811396833:43925811397158 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b03b4) = 0 +43925811396833:43925811397876 26036:26036 hsa_iterate_agents(1, 0x7fff229b0510) = 1 +43925811400917:43925811401498 26036:26036 hsa_region_get_info(, 0, 0x7fff229b04d4) = 0 +43925811402322:43925811402677 26036:26036 hsa_region_get_info(, 1, 0x7fff229b04d0) = 0 +43925811403770:43925811404097 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b0224) = 0 +43925811403770:43925811404810 26036:26036 hsa_iterate_agents(1, 0x7fff229b0380) = 1 +43925811406396:43925811407167 26036:26036 hsa_amd_agent_memory_pool_get_info(, , 0, 0x7fff229b04cc) = 0 +43925811407942:43925811408297 26036:26036 hsa_region_get_info(, 0, 0x7fff229b04d4) = 0 +43925811409113:43925811409444 26036:26036 hsa_region_get_info(, 0, 0x7fff229b04d4) = 0 +43925811410178:43925811410527 26036:26036 hsa_region_get_info(, 1, 0x7fff229b04d0) = 0 +43925811411304:43925811411626 26036:26036 hsa_region_get_info(, 0, 0x7fff229b0504) = 0 +43925811412350:43925811412680 26036:26036 hsa_region_get_info(, 1, 0x7fff229b0500) = 0 +43925811413788:43925811414113 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b0254) = 0 +43925811413788:43925811414821 26036:26036 hsa_iterate_agents(1, 0x7fff229b03b0) = 1 +43925811415561:43925811415928 26036:26036 hsa_amd_agent_memory_pool_get_info(, , 0, 0x7fff229b04fc) = 0 +43925811415561:43925811416660 26036:26036 hsa_agent_iterate_regions(, 1, 0x7fff229b07af) = 0 +43925811415561:43925811417411 26036:26036 hsa_iterate_agents(1, 0x7fff229b07af) = 0 +ROCTracer (pid=26036): + rocTX-trace() + HSA-trace() + HIP-trace() +Device name Ellesmere [Radeon RX 470/480/570/570X/580/580X] +## Iteration (99) ################# +PASSED! +## Iteration (98) ################# +PASSED! +## Iteration (97) ################# +PASSED! +## Iteration (96) ################# +PASSED! +## Iteration (95) ################# +PASSED! +## Iteration (94) ################# +PASSED! +## Iteration (93) ################# +PASSED! +## Iteration (92) ################# +PASSED! +## Iteration (91) ################# +PASSED! +## Iteration (90) ################# +PASSED! +## Iteration (89) ################# +PASSED! +## Iteration (88) ################# +PASSED! +## Iteration (87) ################# +PASSED! +## Iteration (86) ################# +PASSED! +## Iteration (85) ################# +PASSED! +## Iteration (84) ################# +PASSED! +## Iteration (83) ################# +PASSED! +## Iteration (82) ################# +PASSED! +## Iteration (81) ################# +PASSED! +## Iteration (80) ################# +PASSED! +## Iteration (79) ################# +PASSED! +## Iteration (78) ################# +PASSED! +## Iteration (77) ################# +PASSED! +## Iteration (76) ################# +PASSED! +## Iteration (75) ################# +PASSED! +## Iteration (74) ################# +PASSED! +## Iteration (73) ################# +PASSED! +## Iteration (72) ################# +PASSED! +## Iteration (71) ################# +PASSED! +## Iteration (70) ################# +PASSED! +## Iteration (69) ################# +PASSED! +## Iteration (68) ################# +PASSED! +## Iteration (67) ################# +PASSED! +## Iteration (66) ################# +PASSED! +## Iteration (65) ################# +PASSED! +## Iteration (64) ################# +PASSED! +## Iteration (63) ################# +PASSED! +## Iteration (62) ################# +PASSED! +## Iteration (61) ################# +PASSED! +## Iteration (60) ################# +PASSED! +## Iteration (59) ################# +PASSED! +## Iteration (58) ################# +PASSED! +## Iteration (57) ################# +PASSED! +## Iteration (56) ################# +PASSED! +## Iteration (55) ################# +PASSED! +## Iteration (54) ################# +PASSED! +## Iteration (53) ################# +PASSED! +## Iteration (52) ################# +PASSED! +## Iteration (51) ################# +PASSED! +## Iteration (50) ################# +PASSED! +## Iteration (49) ################# +PASSED! +## Iteration (48) ################# +PASSED! +## Iteration (47) ################# +PASSED! +## Iteration (46) ################# +PASSED! +## Iteration (45) ################# +PASSED! +## Iteration (44) ################# +PASSED! +## Iteration (43) ################# +PASSED! +## Iteration (42) ################# +PASSED! +## Iteration (41) ################# +PASSED! +## Iteration (40) ################# +PASSED! +## Iteration (39) ################# +PASSED! +## Iteration (38) ################# +PASSED! +## Iteration (37) ################# +PASSED! +## Iteration (36) ################# +PASSED! +## Iteration (35) ################# +PASSED! +## Iteration (34) ################# +PASSED! +## Iteration (33) ################# +PASSED! +## Iteration (32) ################# +PASSED! +## Iteration (31) ################# +PASSED! +## Iteration (30) ################# +PASSED! +## Iteration (29) ################# +PASSED! +## Iteration (28) ################# +PASSED! +## Iteration (27) ################# +PASSED! +## Iteration (26) ################# +PASSED! +## Iteration (25) ################# +PASSED! +## Iteration (24) ################# +PASSED! +## Iteration (23) ################# +PASSED! +## Iteration (22) ################# +PASSED! +## Iteration (21) ################# +PASSED! +## Iteration (20) ################# +PASSED! +## Iteration (19) ################# +PASSED! +## Iteration (18) ################# +PASSED! +## Iteration (17) ################# +PASSED! +## Iteration (16) ################# +PASSED! +## Iteration (15) ################# +PASSED! +## Iteration (14) ################# +PASSED! +## Iteration (13) ################# +PASSED! +## Iteration (12) ################# +PASSED! +## Iteration (11) ################# +PASSED! +## Iteration (10) ################# +PASSED! +## Iteration (9) ################# +PASSED! +## Iteration (8) ################# +PASSED! +## Iteration (7) ################# +PASSED! +## Iteration (6) ################# +PASSED! +## Iteration (5) ################# +PASSED! +## Iteration (4) ################# +PASSED! +## Iteration (3) ################# +PASSED! +## Iteration (2) ################# +PASSED! +## Iteration (1) ################# +PASSED! +## Iteration (0) ################# +PASSED! +43925830291858:43925830326901 26036:26036 hipGetDeviceProperties() +43925832519247:43925832571262 26036:26036 hipMalloc(ptr(0x902800000) size(0x400000)) +43925832573916:43925832596843 26036:26036 hipMalloc(ptr(0x903000000) size(0x400000)) +43925832607391:43925837942666 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43925837944545:43925837944546 26036:26036 MARK(name(before HIP LaunchKernel)) +43926122599667:43926124638349 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926124652448:43926124652449 26036:26036 MARK(name(after HIP LaunchKernel)) +43926124662801:43926126128091 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926140560237:43926141412987 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926141414198:43926141414199 26036:26036 MARK(name(before HIP LaunchKernel)) +43926141428295:43926141474368 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926141476054:43926141476055 26036:26036 MARK(name(after HIP LaunchKernel)) +43926141480612:43926142878317 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926157274364:43926158120797 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926158122250:43926158122251 26036:26036 MARK(name(before HIP LaunchKernel)) +43926158135466:43926158190370 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926158192301:43926158192302 26036:26036 MARK(name(after HIP LaunchKernel)) +43926158196966:43926159592565 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926173976841:43926174824308 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926174825564:43926174825565 26036:26036 MARK(name(before HIP LaunchKernel)) +43926174841660:43926174898732 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926174900848:43926174900849 26036:26036 MARK(name(after HIP LaunchKernel)) +43926174905491:43926176313892 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926190693281:43926191539056 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926191540290:43926191540291 26036:26036 MARK(name(before HIP LaunchKernel)) +43926191552980:43926191600146 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926191611865:43926191611866 26036:26036 MARK(name(after HIP LaunchKernel)) +43926191629445:43926193016360 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926207396082:43926208242780 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926208243960:43926208243961 26036:26036 MARK(name(before HIP LaunchKernel)) +43926208255862:43926208311787 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926208313617:43926208313618 26036:26036 MARK(name(after HIP LaunchKernel)) +43926208318394:43926209723739 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926224101316:43926224958904 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926224960190:43926224960191 26036:26036 MARK(name(before HIP LaunchKernel)) +43926224973005:43926225019482 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926225031013:43926225031014 26036:26036 MARK(name(after HIP LaunchKernel)) +43926225035874:43926227824740 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926242200733:43926243058428 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926243059714:43926243059715 26036:26036 MARK(name(before HIP LaunchKernel)) +43926243072321:43926243134193 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926243136569:43926243136570 26036:26036 MARK(name(after HIP LaunchKernel)) +43926243141248:43926245921568 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926260304059:43926261159973 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926261161141:43926261161142 26036:26036 MARK(name(before HIP LaunchKernel)) +43926261174080:43926261220185 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926261221665:43926261221666 26036:26036 MARK(name(after HIP LaunchKernel)) +43926261236174:43926264031840 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926278411087:43926279274273 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926279275492:43926279275493 26036:26036 MARK(name(before HIP LaunchKernel)) +43926279287331:43926279350469 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926279352290:43926279352291 26036:26036 MARK(name(after HIP LaunchKernel)) +43926279357061:43926282149834 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926296538395:43926297421366 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926297424106:43926297424107 26036:26036 MARK(name(before HIP LaunchKernel)) +43926297436167:43926297478618 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926297490336:43926297490337 26036:26036 MARK(name(after HIP LaunchKernel)) +43926297494929:43926300281029 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926314660474:43926315541758 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926315542952:43926315542953 26036:26036 MARK(name(before HIP LaunchKernel)) +43926315555009:43926315612423 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926315614228:43926315614229 26036:26036 MARK(name(after HIP LaunchKernel)) +43926315627978:43926318385980 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926332791494:43926333657465 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926333658691:43926333658692 26036:26036 MARK(name(before HIP LaunchKernel)) +43926333672673:43926333728033 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926333730029:43926333730030 26036:26036 MARK(name(after HIP LaunchKernel)) +43926333734623:43926336515418 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926350895070:43926351757048 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926351758288:43926351758289 26036:26036 MARK(name(before HIP LaunchKernel)) +43926351770313:43926351831998 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926351833943:43926351833944 26036:26036 MARK(name(after HIP LaunchKernel)) +43926351847557:43926354611920 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926368998896:43926369881321 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926369882471:43926369882472 26036:26036 MARK(name(before HIP LaunchKernel)) +43926369894793:43926369938064 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926369939799:43926369939800 26036:26036 MARK(name(after HIP LaunchKernel)) +43926369954683:43926372738999 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926387115743:43926387975738 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926387976979:43926387976980 26036:26036 MARK(name(before HIP LaunchKernel)) +43926387988882:43926388050663 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926388056022:43926388056023 26036:26036 MARK(name(after HIP LaunchKernel)) +43926388070878:43926390836291 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926405217257:43926406081546 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926406082786:43926406082787 26036:26036 MARK(name(before HIP LaunchKernel)) +43926406095391:43926406142618 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926406154388:43926406154389 26036:26036 MARK(name(after HIP LaunchKernel)) +43926406159098:43926408937106 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926423313114:43926424175543 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926424176843:43926424176844 26036:26036 MARK(name(before HIP LaunchKernel)) +43926424193645:43926424246980 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926424248933:43926424248934 26036:26036 MARK(name(after HIP LaunchKernel)) +43926424253559:43926427041734 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926441433576:43926442295605 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926442296812:43926442296813 26036:26036 MARK(name(before HIP LaunchKernel)) +43926442309481:43926442351483 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926442353376:43926442353377 26036:26036 MARK(name(after HIP LaunchKernel)) +43926442368033:43926445143144 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926459520191:43926460382219 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926460383454:43926460383455 26036:26036 MARK(name(before HIP LaunchKernel)) +43926460395516:43926460443663 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926460455402:43926460455403 26036:26036 MARK(name(after HIP LaunchKernel)) +43926460459904:43926463235758 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926477621665:43926478483453 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926478484673:43926478484674 26036:26036 MARK(name(before HIP LaunchKernel)) +43926478497266:43926478553440 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926478555355:43926478555356 26036:26036 MARK(name(after HIP LaunchKernel)) +43926478559877:43926481338575 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926495714063:43926496565395 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926496566681:43926496566682 26036:26036 MARK(name(before HIP LaunchKernel)) +43926496579268:43926496626120 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926496627656:43926496627657 26036:26036 MARK(name(after HIP LaunchKernel)) +43926496642290:43926498033640 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926512423116:43926513273702 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926513274941:43926513274942 26036:26036 MARK(name(before HIP LaunchKernel)) +43926513287564:43926513344476 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926513346369:43926513346370 26036:26036 MARK(name(after HIP LaunchKernel)) +43926513350964:43926514744562 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926529133006:43926529980629 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926529981900:43926529981901 26036:26036 MARK(name(before HIP LaunchKernel)) +43926529993951:43926530036843 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926530038368:43926530038369 26036:26036 MARK(name(after HIP LaunchKernel)) +43926530053107:43926531439867 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926545824337:43926546672038 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926546673234:43926546673235 26036:26036 MARK(name(before HIP LaunchKernel)) +43926546689738:43926546746560 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926546748370:43926546748371 26036:26036 MARK(name(after HIP LaunchKernel)) +43926546752993:43926548160466 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926562541742:43926563387637 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926563388849:43926563388850 26036:26036 MARK(name(before HIP LaunchKernel)) +43926563400574:43926563447268 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926563448796:43926563448797 26036:26036 MARK(name(after HIP LaunchKernel)) +43926563463275:43926564868593 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926579245240:43926580088102 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926580089345:43926580089346 26036:26036 MARK(name(before HIP LaunchKernel)) +43926580106104:43926580159868 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926580161750:43926580161751 26036:26036 MARK(name(after HIP LaunchKernel)) +43926580166621:43926581566167 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926595943160:43926596822372 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926596823563:43926596823564 26036:26036 MARK(name(before HIP LaunchKernel)) +43926596835300:43926596882389 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926596894649:43926596894650 26036:26036 MARK(name(after HIP LaunchKernel)) +43926596899381:43926598297439 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926612679678:43926613524206 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926613525375:43926613525376 26036:26036 MARK(name(before HIP LaunchKernel)) +43926613537588:43926613594154 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926613596008:43926613596009 26036:26036 MARK(name(after HIP LaunchKernel)) +43926613600714:43926615000374 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926629390862:43926630237041 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926630238215:43926630238216 26036:26036 MARK(name(before HIP LaunchKernel)) +43926630250386:43926630293697 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926630295261:43926630295262 26036:26036 MARK(name(after HIP LaunchKernel)) +43926630310339:43926631704847 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926646087745:43926646935031 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926646936309:43926646936310 26036:26036 MARK(name(before HIP LaunchKernel)) +43926646948709:43926646999937 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926647001718:43926647001719 26036:26036 MARK(name(after HIP LaunchKernel)) +43926647006291:43926648448720 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926663055595:43926663910438 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926663911731:43926663911732 26036:26036 MARK(name(before HIP LaunchKernel)) +43926663926939:43926663980961 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926663982848:43926663982849 26036:26036 MARK(name(after HIP LaunchKernel)) +43926663990412:43926665394789 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926679774679:43926680623151 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926680624373:43926680624374 26036:26036 MARK(name(before HIP LaunchKernel)) +43926680637690:43926680700889 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926680702525:43926680702526 26036:26036 MARK(name(after HIP LaunchKernel)) +43926680716180:43926682100053 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926696493405:43926697361327 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926697362528:43926697362529 26036:26036 MARK(name(before HIP LaunchKernel)) +43926697374795:43926697418949 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926697420530:43926697420531 26036:26036 MARK(name(after HIP LaunchKernel)) +43926697435142:43926698827879 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926713211332:43926714080692 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926714081915:43926714081916 26036:26036 MARK(name(before HIP LaunchKernel)) +43926714097323:43926714146311 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926714148192:43926714148193 26036:26036 MARK(name(after HIP LaunchKernel)) +43926714152944:43926715552059 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926729935201:43926730784647 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926730785837:43926730785838 26036:26036 MARK(name(before HIP LaunchKernel)) +43926730798074:43926730854633 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926730856465:43926730856466 26036:26036 MARK(name(after HIP LaunchKernel)) +43926730861039:43926732266151 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926746645178:43926747490987 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926747492218:43926747492219 26036:26036 MARK(name(before HIP LaunchKernel)) +43926747504355:43926747559488 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926747561440:43926747561441 26036:26036 MARK(name(after HIP LaunchKernel)) +43926747579516:43926748969467 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926763348277:43926764198298 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926764201080:43926764201081 26036:26036 MARK(name(before HIP LaunchKernel)) +43926764213810:43926764267069 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926764268950:43926764268951 26036:26036 MARK(name(after HIP LaunchKernel)) +43926764273444:43926765671758 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926780055807:43926780898874 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926780900042:43926780900043 26036:26036 MARK(name(before HIP LaunchKernel)) +43926780912036:43926780955637 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926780957351:43926780957352 26036:26036 MARK(name(after HIP LaunchKernel)) +43926780971997:43926782371210 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926796760442:43926797611110 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926797612301:43926797612302 26036:26036 MARK(name(before HIP LaunchKernel)) +43926797625105:43926797667860 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926797669377:43926797669378 26036:26036 MARK(name(after HIP LaunchKernel)) +43926797684155:43926799079016 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926813471164:43926814319238 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926814320442:43926814320443 26036:26036 MARK(name(before HIP LaunchKernel)) +43926814332594:43926814389004 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926814390950:43926814390951 26036:26036 MARK(name(after HIP LaunchKernel)) +43926814395848:43926815796456 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926830182860:43926831027528 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926831028771:43926831028772 26036:26036 MARK(name(before HIP LaunchKernel)) +43926831041934:43926831098217 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926831100126:43926831100127 26036:26036 MARK(name(after HIP LaunchKernel)) +43926831104601:43926832504490 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926846900927:43926847758759 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926847759886:43926847759887 26036:26036 MARK(name(before HIP LaunchKernel)) +43926847771628:43926847819139 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926847835514:43926847835515 26036:26036 MARK(name(after HIP LaunchKernel)) +43926847840166:43926850614546 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926865002651:43926865868409 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926865869718:43926865869719 26036:26036 MARK(name(before HIP LaunchKernel)) +43926865883046:43926865935739 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926865937627:43926865937628 26036:26036 MARK(name(after HIP LaunchKernel)) +43926865942163:43926868722506 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926883102004:43926883965569 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926883966731:43926883966732 26036:26036 MARK(name(before HIP LaunchKernel)) +43926883978766:43926884041129 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926884043077:43926884043078 26036:26036 MARK(name(after HIP LaunchKernel)) +43926884047815:43926886827702 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926901215734:43926902076943 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926902078162:43926902078163 26036:26036 MARK(name(before HIP LaunchKernel)) +43926902094678:43926902147078 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926902148943:43926902148944 26036:26036 MARK(name(after HIP LaunchKernel)) +43926902153777:43926904937338 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926919314982:43926920173358 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926920174699:43926920174700 26036:26036 MARK(name(before HIP LaunchKernel)) +43926920186482:43926920229921 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926920231448:43926920231449 26036:26036 MARK(name(after HIP LaunchKernel)) +43926920246279:43926923029522 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926937425440:43926938305373 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926938306618:43926938306619 26036:26036 MARK(name(before HIP LaunchKernel)) +43926938318593:43926938375845 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926938377606:43926938377607 26036:26036 MARK(name(after HIP LaunchKernel)) +43926938382358:43926941168837 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926955548346:43926956411880 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926956413052:43926956413053 26036:26036 MARK(name(before HIP LaunchKernel)) +43926956425430:43926956472206 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926956473925:43926956473926 26036:26036 MARK(name(after HIP LaunchKernel)) +43926956488617:43926959272799 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926973659199:43926974540510 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926974541837:43926974541838 26036:26036 MARK(name(before HIP LaunchKernel)) +43926974554023:43926974601608 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926974613508:43926974613509 26036:26036 MARK(name(after HIP LaunchKernel)) +43926974617988:43926977399394 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43926991777579:43926992660536 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43926992661831:43926992661832 26036:26036 MARK(name(before HIP LaunchKernel)) +43926992674550:43926992717394 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43926992719151:43926992719152 26036:26036 MARK(name(after HIP LaunchKernel)) +43926992733639:43926995529618 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927009907399:43927010766525 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927010767814:43927010767815 26036:26036 MARK(name(before HIP LaunchKernel)) +43927010784266:43927010838401 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927010840335:43927010840336 26036:26036 MARK(name(after HIP LaunchKernel)) +43927010844940:43927013630373 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927028014785:43927028872184 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927028873374:43927028873375 26036:26036 MARK(name(before HIP LaunchKernel)) +43927028886168:43927028928568 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927028930119:43927028930120 26036:26036 MARK(name(after HIP LaunchKernel)) +43927028944889:43927031736014 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927046119830:43927046998627 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927046999940:43927046999941 26036:26036 MARK(name(before HIP LaunchKernel)) +43927047016421:43927047070221 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927047072042:43927047072043 26036:26036 MARK(name(after HIP LaunchKernel)) +43927047085472:43927049860008 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927064245364:43927065108724 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927065110082:43927065110083 26036:26036 MARK(name(before HIP LaunchKernel)) +43927065122103:43927065164606 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927065166114:43927065166115 26036:26036 MARK(name(after HIP LaunchKernel)) +43927065180644:43927067962938 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927082347039:43927083209538 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927083210726:43927083210727 26036:26036 MARK(name(before HIP LaunchKernel)) +43927083222728:43927083279396 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927083281314:43927083281315 26036:26036 MARK(name(after HIP LaunchKernel)) +43927083286064:43927086056626 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927100437312:43927101282469 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927101283620:43927101283621 26036:26036 MARK(name(before HIP LaunchKernel)) +43927101296386:43927101338015 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927101339539:43927101339540 26036:26036 MARK(name(after HIP LaunchKernel)) +43927101353985:43927102745388 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927117135006:43927117981844 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927117983014:43927117983015 26036:26036 MARK(name(before HIP LaunchKernel)) +43927117994607:43927118037901 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927118039472:43927118039473 26036:26036 MARK(name(after HIP LaunchKernel)) +43927118058142:43927119443038 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927133827385:43927134671954 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927134673179:43927134673180 26036:26036 MARK(name(before HIP LaunchKernel)) +43927134685198:43927134727615 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927134729164:43927134729165 26036:26036 MARK(name(after HIP LaunchKernel)) +43927134745242:43927136143016 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927150519330:43927151364667 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927151365955:43927151365956 26036:26036 MARK(name(before HIP LaunchKernel)) +43927151378743:43927151434654 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927151436582:43927151436583 26036:26036 MARK(name(after HIP LaunchKernel)) +43927151441223:43927152846934 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927167225401:43927168076782 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927168078140:43927168078141 26036:26036 MARK(name(before HIP LaunchKernel)) +43927168090432:43927168147435 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927168149232:43927168149233 26036:26036 MARK(name(after HIP LaunchKernel)) +43927168154120:43927169548661 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927183927169:43927184777601 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927184778963:43927184778964 26036:26036 MARK(name(before HIP LaunchKernel)) +43927184791025:43927184847441 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927184849661:43927184849662 26036:26036 MARK(name(after HIP LaunchKernel)) +43927184854622:43927186249511 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927200632043:43927201473364 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927201474527:43927201474528 26036:26036 MARK(name(before HIP LaunchKernel)) +43927201486386:43927201544155 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927201545973:43927201545974 26036:26036 MARK(name(after HIP LaunchKernel)) +43927201550639:43927202953592 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927217334059:43927218181690 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927218182942:43927218182943 26036:26036 MARK(name(before HIP LaunchKernel)) +43927218194738:43927218251440 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927218253315:43927218253316 26036:26036 MARK(name(after HIP LaunchKernel)) +43927218258088:43927219645270 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927234027885:43927234877916 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927234879970:43927234879971 26036:26036 MARK(name(before HIP LaunchKernel)) +43927234907091:43927234939497 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927234941047:43927234941048 26036:26036 MARK(name(after HIP LaunchKernel)) +43927234945356:43927236349176 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927250728700:43927251571647 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927251572908:43927251572909 26036:26036 MARK(name(before HIP LaunchKernel)) +43927251584594:43927251641544 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927251643508:43927251643509 26036:26036 MARK(name(after HIP LaunchKernel)) +43927251648224:43927253043153 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927267418718:43927268265260 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927268266469:43927268266470 26036:26036 MARK(name(before HIP LaunchKernel)) +43927268295843:43927268328556 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927268330536:43927268330537 26036:26036 MARK(name(after HIP LaunchKernel)) +43927268334924:43927269738450 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927284357344:43927285205745 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927285207087:43927285207088 26036:26036 MARK(name(before HIP LaunchKernel)) +43927285222080:43927285271558 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927285273896:43927285273897 26036:26036 MARK(name(after HIP LaunchKernel)) +43927285278508:43927286685878 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927301206744:43927302057748 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927302058937:43927302058938 26036:26036 MARK(name(before HIP LaunchKernel)) +43927302078387:43927302123262 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927302124935:43927302124936 26036:26036 MARK(name(after HIP LaunchKernel)) +43927302129494:43927303535506 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927318080313:43927318928853 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927318930326:43927318930327 26036:26036 MARK(name(before HIP LaunchKernel)) +43927318945494:43927318995301 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927319001334:43927319001335 26036:26036 MARK(name(after HIP LaunchKernel)) +43927319006464:43927320412032 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927334962934:43927335807302 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927335808416:43927335808417 26036:26036 MARK(name(before HIP LaunchKernel)) +43927335822046:43927335885614 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927335887536:43927335887537 26036:26036 MARK(name(after HIP LaunchKernel)) +43927335892238:43927337291279 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927351671072:43927352523166 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927352524432:43927352524433 26036:26036 MARK(name(before HIP LaunchKernel)) +43927352537095:43927352596415 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927352598421:43927352598422 26036:26036 MARK(name(after HIP LaunchKernel)) +43927352603057:43927354003565 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927368414908:43927369255760 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927369256893:43927369256894 26036:26036 MARK(name(before HIP LaunchKernel)) +43927369269019:43927369329169 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927369331003:43927369331004 26036:26036 MARK(name(after HIP LaunchKernel)) +43927369335927:43927370739168 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927385135193:43927385999734 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927386000948:43927386000949 26036:26036 MARK(name(before HIP LaunchKernel)) +43927386013206:43927386070933 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927386073018:43927386073019 26036:26036 MARK(name(after HIP LaunchKernel)) +43927386077754:43927387475878 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927401861573:43927402709153 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927402710364:43927402710365 26036:26036 MARK(name(before HIP LaunchKernel)) +43927402722989:43927402783987 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927402785720:43927402785721 26036:26036 MARK(name(after HIP LaunchKernel)) +43927402799813:43927404185085 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927418562796:43927419411814 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927419413145:43927419413146 26036:26036 MARK(name(before HIP LaunchKernel)) +43927419425552:43927419468076 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927419469816:43927419469817 26036:26036 MARK(name(after HIP LaunchKernel)) +43927419484467:43927420831010 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927435210977:43927436054427 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927436055699:43927436055700 26036:26036 MARK(name(before HIP LaunchKernel)) +43927436068084:43927436126280 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927436127935:43927436127936 26036:26036 MARK(name(after HIP LaunchKernel)) +43927436141483:43927437527385 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927451904021:43927452759504 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927452760765:43927452760766 26036:26036 MARK(name(before HIP LaunchKernel)) +43927452772676:43927452815354 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927452817109:43927452817110 26036:26036 MARK(name(after HIP LaunchKernel)) +43927452832346:43927454217527 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927468606039:43927469485647 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927469486946:43927469486947 26036:26036 MARK(name(before HIP LaunchKernel)) +43927469499156:43927469556925 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927469558799:43927469558800 26036:26036 MARK(name(after HIP LaunchKernel)) +43927469576540:43927472356678 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927486730015:43927487591316 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927487592712:43927487592713 26036:26036 MARK(name(before HIP LaunchKernel)) +43927487605035:43927487651711 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927487653487:43927487653488 26036:26036 MARK(name(after HIP LaunchKernel)) +43927487668321:43927490445227 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927504835167:43927505693771 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927505694902:43927505694903 26036:26036 MARK(name(before HIP LaunchKernel)) +43927505710793:43927505768577 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927505770415:43927505770416 26036:26036 MARK(name(after HIP LaunchKernel)) +43927505775025:43927508562617 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927522943086:43927523807232 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927523808390:43927523808391 26036:26036 MARK(name(before HIP LaunchKernel)) +43927523820671:43927523864025 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927523865609:43927523865610 26036:26036 MARK(name(after HIP LaunchKernel)) +43927523880073:43927526656063 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927541044737:43927541902426 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927541903644:43927541903645 26036:26036 MARK(name(before HIP LaunchKernel)) +43927541915068:43927541963190 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927541964916:43927541964917 26036:26036 MARK(name(after HIP LaunchKernel)) +43927541979704:43927544753179 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927559128993:43927559991723 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927559993052:43927559993053 26036:26036 MARK(name(before HIP LaunchKernel)) +43927560010181:43927560068164 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927560069843:43927560069844 26036:26036 MARK(name(after HIP LaunchKernel)) +43927560074486:43927562856810 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927577240175:43927578099570 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927578100828:43927578100829 26036:26036 MARK(name(before HIP LaunchKernel)) +43927578112669:43927578160246 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927578161886:43927578161887 26036:26036 MARK(name(after HIP LaunchKernel)) +43927578176453:43927580946777 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927595322188:43927596187989 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927596189151:43927596189152 26036:26036 MARK(name(before HIP LaunchKernel)) +43927596202369:43927596255121 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927596257033:43927596257034 26036:26036 MARK(name(after HIP LaunchKernel)) +43927596262533:43927599041030 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927613430488:43927614290596 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927614291817:43927614291818 26036:26036 MARK(name(before HIP LaunchKernel)) +43927614303289:43927614346783 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927614348384:43927614348385 26036:26036 MARK(name(after HIP LaunchKernel)) +43927614362978:43927617142560 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927631520235:43927632383794 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927632385106:43927632385107 26036:26036 MARK(name(before HIP LaunchKernel)) +43927632400212:43927632453209 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927632455038:43927632455039 26036:26036 MARK(name(after HIP LaunchKernel)) +43927632459828:43927635240098 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927649630393:43927650489274 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927650490550:43927650490551 26036:26036 MARK(name(before HIP LaunchKernel)) +43927650501929:43927650549583 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927650551126:43927650551127 26036:26036 MARK(name(after HIP LaunchKernel)) +43927650565619:43927653342484 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927667721323:43927668587741 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927668588959:43927668588960 26036:26036 MARK(name(before HIP LaunchKernel)) +43927668600815:43927668663069 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927668665053:43927668665054 26036:26036 MARK(name(after HIP LaunchKernel)) +43927668670105:43927671453022 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927685838820:43927686701057 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927686702234:43927686702235 26036:26036 MARK(name(before HIP LaunchKernel)) +43927686713823:43927686757879 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927686759588:43927686759589 26036:26036 MARK(name(after HIP LaunchKernel)) +43927686774441:43927689556138 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927703934120:43927704804352 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927704810139:43927704810140 26036:26036 MARK(name(before HIP LaunchKernel)) +43927704822333:43927704867948 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927704869987:43927704869988 26036:26036 MARK(name(after HIP LaunchKernel)) +43927704874494:43927707707729 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927722297339:43927723146133 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927723147476:43927723147477 26036:26036 MARK(name(before HIP LaunchKernel)) +43927723163247:43927723214123 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927723216175:43927723216176 26036:26036 MARK(name(after HIP LaunchKernel)) +43927723220937:43927724629931 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927739011523:43927739859423 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927739860685:43927739860686 26036:26036 MARK(name(before HIP LaunchKernel)) +43927739874330:43927739923637 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927739925419:43927739925420 26036:26036 MARK(name(after HIP LaunchKernel)) +43927739930026:43927741337783 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927755926069:43927756799938 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927756801378:43927756801379 26036:26036 MARK(name(before HIP LaunchKernel)) +43927756816208:43927756865779 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927756867802:43927756867803 26036:26036 MARK(name(after HIP LaunchKernel)) +43927756872511:43927758278389 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927772698836:43927773540822 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927773542112:43927773542113 26036:26036 MARK(name(before HIP LaunchKernel)) +43927773555938:43927773615351 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927773617028:43927773617029 26036:26036 MARK(name(after HIP LaunchKernel)) +43927773630611:43927775023509 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927789419278:43927790270237 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927790271383:43927790271384 26036:26036 MARK(name(before HIP LaunchKernel)) +43927790285789:43927790339397 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927790341306:43927790341307 26036:26036 MARK(name(after HIP LaunchKernel)) +43927790345995:43927791746659 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927806135057:43927806980352 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927806981544:43927806981545 26036:26036 MARK(name(before HIP LaunchKernel)) +43927806993683:43927807055412 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927807057236:43927807057237 26036:26036 MARK(name(after HIP LaunchKernel)) +43927807070795:43927808461177 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927822842919:43927823692101 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927823693524:43927823693525 26036:26036 MARK(name(before HIP LaunchKernel)) +43927823705858:43927823762705 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927823764605:43927823764606 26036:26036 MARK(name(after HIP LaunchKernel)) +43927823769245:43927825169022 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927839565623:43927840416010 26036:26036 hipMemcpy(dst(0x902800000) src(0x1482170) size(0x400000) kind(1)) +43927840417186:43927840417187 26036:26036 MARK(name(before HIP LaunchKernel)) +43927840429458:43927840472555 26036:26036 hipModuleLaunchKernel(kernel(matrixTranspose(float*, float*, int)) stream((nil))) +43927840474268:43927840474269 26036:26036 MARK(name(after HIP LaunchKernel)) +43927840492835:43927841877272 26036:26036 hipMemcpy(dst(0x1882180) src(0x903000000) size(0x400000) kind(2)) +43927856258320:43927856338177 26036:26036 hipFree(ptr(0x902800000)) +43927856344212:43927856363353 26036:26036 hipFree(ptr(0x903000000)) +43925827907260:43925827907776 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af804) = 0 +43925827909268:43925827909715 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af804) = 0 +43925827909268:43925827910576 26036:26036 hsa_iterate_agents(1, 0x1098a28) = 0 +43925827911767:43925827912109 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afa0c) = 0 +43925827911767:43925827912843 26036:26036 hsa_iterate_agents(1, 0x1098a20) = 1 +43925827915951:43925827916343 26036:26036 hsa_agent_get_info(, 4, 0x7fff229af720) = 0 +43925827917319:43925827920422 26036:26036 hsa_agent_get_info(, 0, 0x7fff229af6e0) = 0 +43925827921199:43925827921566 26036:26036 hsa_agent_get_info(, 16, 0x1091a98) = 0 +43925827934105:43925827934535 26036:26036 hsa_agent_get_info(, 21, 0x1091a30) = 0 +43925827935322:43925827935660 26036:26036 hsa_agent_get_info(, 22, 0x1091a32) = 0 +43925827936471:43925827936824 26036:26036 hsa_agent_get_info(, 14, 0x10918d0) = 0 +43925827938465:43925827938992 26036:26036 hsa_amd_profiling_async_copy_enable() = 0 +43925827941816:43925827942418 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af3ac) = 0 +43925827943259:43925827943604 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af3ac) = 0 +43925827944348:43925827944686 26036:26036 hsa_amd_memory_pool_get_info(, 2, 0x7fff229af3b0) = 0 +43925827944348:43925827945418 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x10918c8) = 1 +43925827946556:43925827946898 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af204) = 0 +43925827947640:43925827947987 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af1f4) = 0 +43925827948732:43925827949072 26036:26036 hsa_amd_memory_pool_get_info(, 2, 0x7fff229af1f8) = 0 +43925827949993:43925827950338 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af204) = 0 +43925827949993:43925827951093 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x1091988) = 0 +43925827952253:43925827952582 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af3bc) = 0 +43925827953322:43925827953670 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af22c) = 0 +43925827954406:43925827954745 26036:26036 hsa_amd_memory_pool_get_info(, 2, 0x7fff229af220) = 0 +43925827955763:43925827956104 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af3bc) = 0 +43925827956842:43925827957185 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af22c) = 0 +43925827957917:43925827958253 26036:26036 hsa_amd_memory_pool_get_info(, 2, 0x7fff229af220) = 0 +43925827957917:43925827959000 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x1091988) = 0 +43925827960909:43925828052119 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x7fff229af4b8) = 0 +43925828055031:43925828068247 26036:26036 hsa_amd_agents_allow_access(, 0x10918c0, 0, 0x2f00000) = 0 +43925828074900:43925828075371 26036:26036 hsa_agent_get_info(, 8, 0x10919e4) = 0 +43925828076125:43925828076495 26036:26036 hsa_agent_get_info(, 7, 0x10919e8) = 0 +43925828077253:43925828077605 26036:26036 hsa_agent_get_info(, 4, 0x7fff229af920) = 0 +43925828079890:43925828080303 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af26c) = 0 +43925828081451:43925828081800 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af268) = 0 +43925828082615:43925828082954 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af26c) = 0 +43925828083745:43925828084089 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af268) = 0 +43925828083745:43925828084871 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fff229af4b0) = 0 +43925828086103:43925828086463 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af294) = 0 +43925828087232:43925828087590 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af294) = 0 +43925828087232:43925828088413 26036:26036 hsa_iterate_agents(1, 0x7fff229af410) = 0 +43925828089425:43925828564879 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x1091e40) = 0 +43925828566109:43925828587729 26036:26036 hsa_amd_agents_allow_access(, 0x1091f20, 0, 0x3200000) = 0 +43925828589808:43925828592128 26036:26036 hsa_signal_create(0, , 0, 0x1091e60) = 0 +43925828592902:43925828593821 26036:26036 hsa_signal_create(0, , 0, 0x1091e80) = 0 +43925828594651:43925829058680 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x1091e48) = 0 +43925829059856:43925829079662 26036:26036 hsa_amd_agents_allow_access(, 0x1091f20, 0, 0x3a00000) = 0 +43925829080624:43925829081763 26036:26036 hsa_signal_create(0, , 0, 0x1091e68) = 0 +43925829082552:43925829083404 26036:26036 hsa_signal_create(0, , 0, 0x1091e88) = 0 +43925829085142:43925829085627 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af26c) = 0 +43925829086609:43925829086946 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af268) = 0 +43925829087782:43925829088163 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229af26c) = 0 +43925829088967:43925829089294 26036:26036 hsa_amd_memory_pool_get_info(, 1, 0x7fff229af268) = 0 +43925829088967:43925829090068 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fff229af4b0) = 0 +43925829091417:43925829091830 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af294) = 0 +43925829092582:43925829093026 26036:26036 hsa_agent_get_info(, 17, 0x7fff229af294) = 0 +43925829092582:43925829093838 26036:26036 hsa_iterate_agents(1, 0x7fff229af410) = 0 +43925829096308:43925829563188 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x10924f0) = 0 +43925829564492:43925829584042 26036:26036 hsa_amd_agents_allow_access(, 0x1091f20, 0, 0x4200000) = 0 +43925829584951:43925829586054 26036:26036 hsa_signal_create(0, , 0, 0x1092510) = 0 +43925829586806:43925829587740 26036:26036 hsa_signal_create(0, , 0, 0x1092530) = 0 +43925829588552:43925830052914 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x10924f8) = 0 +43925830054109:43925830073789 26036:26036 hsa_amd_agents_allow_access(, 0x1091f20, 0, 0x4a00000) = 0 +43925830074677:43925830076108 26036:26036 hsa_signal_create(0, , 0, 0x1092518) = 0 +43925830076868:43925830077742 26036:26036 hsa_signal_create(0, , 0, 0x1092538) = 0 +43925830083888:43925830103443 26036:26036 hsa_amd_memory_lock(0x7f210cdf7380, , 0x1078270, 1, 0x7f210cdf7388) = 0 +43925830113078:43925830113479 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afd44) = 0 +43925830113078:43925830114245 26036:26036 hsa_iterate_agents(1, 0x7f210c1ae1d8) = 1 +43925830116556:43925830117479 26036:26036 hsa_agent_get_info(, 40962, 0x1092ca8) = 0 +43925830119017:43925830119358 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afb5c) = 0 +43925830120141:43925830120492 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afb5c) = 0 +43925830120141:43925830121231 26036:26036 hsa_iterate_agents(1, 0x7fff229afcbc) = 0 +43925830121982:43925830122521 26036:26036 hsa_agent_get_info(, 40969, 0x1092cb0) = 0 +43925830123277:43925830131878 26036:26036 hsa_agent_get_info(, 0, 0x7fff229afd30) = 0 +43925830134227:43925830134616 26036:26036 hsa_agent_get_info(, 16, 0x7fff229afcec) = 0 +43925830135371:43925830135724 26036:26036 hsa_agent_get_info(, 6, 0x1092dc4) = 0 +43925830136477:43925830136838 26036:26036 hsa_agent_get_info(, 8, 0x1092dc8) = 0 +43925830137663:43925830138067 26036:26036 hsa_agent_get_info(, 7, 0x7fff229afcae) = 0 +43925830138822:43925830139191 26036:26036 hsa_agent_get_info(, 9, 0x7fff229afcd0) = 0 +43925830139944:43925830140310 26036:26036 hsa_agent_get_info(, 40963, 0x1092de4) = 0 +43925830141823:43925830142233 26036:26036 hsa_system_get_info(3, 0x7fff229afce0) = 0 +43925830142981:43925830143346 26036:26036 hsa_agent_get_info(, 40966, 0x7fff229afcac) = 0 +43925830144097:43925830144510 26036:26036 hsa_agent_get_info(, 40975, 0x1092e1c) = 0 +43925830145273:43925830145634 26036:26036 hsa_agent_get_info(, 40962, 0x1092e00) = 0 +43925830146387:43925830146753 26036:26036 hsa_agent_get_info(, 18, 0x7fff229afd20) = 0 +43925830147671:43925830148043 26036:26036 hsa_agent_get_info(, 40970, 0x7fff229afcb8) = 0 +43925830153569:43925830154028 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229afb1c) = 0 +43925830156470:43925830156847 26036:26036 hsa_amd_memory_pool_get_info(, 0, 0x7fff229afb1c) = 0 +43925830157844:43925830158190 26036:26036 hsa_amd_memory_pool_get_info(, 2, 0x1092db8) = 0 +43925830157844:43925830158933 26036:26036 hsa_amd_agent_iterate_memory_pools(, 1, 0x1092cb0) = 0 +43925830173429:43925830174730 26036:26036 hsa_signal_create(1, , 0x7fff229af9e8, 0x1093068) = 0 +43925830180458:43925830181007 26036:26036 hsa_region_get_info(, 2, 0x1092db0) = 0 +43925830181767:43925830182216 26036:26036 hsa_region_get_info(, 40963, 0x1092de8) = 0 +43925830182954:43925830183294 26036:26036 hsa_region_get_info(, 40962, 0x1092dec) = 0 +43925830184037:43925830184449 26036:26036 hsa_agent_get_info(, 4, 0x7fff229afcb4) = 0 +43925830185227:43925830231206 26036:26036 hsa_agent_get_info(, 12288, 0x1092e48) = 0 +43925830232192:43925830232633 26036:26036 hsa_agent_get_info(, 12291, 0x1092e4c) = 0 +43925830233396:43925830233778 26036:26036 hsa_agent_get_info(, 12295, 0x1092e54) = 0 +43925830234515:43925830234875 26036:26036 hsa_agent_get_info(, 40974, 0x7fff229afd10) = 0 +43925830235624:43925830235978 26036:26036 hsa_agent_get_info(, 19, 0x7fff229afcc8) = 0 +43925830237667:43925830260280 26036:26036 hsa_isa_get_info_alt(, 0, 0x7fff229afcc0) = 0 +43925830263686:43925830267460 26036:26036 hsa_isa_get_info_alt(, 1, 0x1091cf0) = 0 +43925830287332:43925830287723 26036:26036 hsa_system_get_info(3, 0x7fff229b0050) = 0 +43925830288654:43925830289297 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925830293485:43925830294136 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925832517439:43925832518256 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925832528316:43925832564744 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x7fff229afe48) = 0 +43925832569077:43925832569746 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925832572520:43925832573168 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925832574584:43925832593809 26036:26036 hsa_amd_memory_pool_allocate(, , , 0x7fff229afe48) = 0 +43925832595008:43925832595641 26036:26036 hsa_system_get_info(2, 0x7fff229b0080) = 0 +43925832605937:43925832606606 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43925832612296:43925832613779 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43925832614775:43925832615287 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43925832617712:43925832618278 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43925832619045:43925832619419 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43925832620973:43925832621295 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afd04) = 0 +43925832620973:43925832622025 26036:26036 hsa_iterate_agents(1, 0x7fff229afe60) = 1 +43925832623761:43925832624206 26036:26036 hsa_region_get_info(, 0, 0x7fff229afe5c) = 0 +43925832625012:43925832625351 26036:26036 hsa_region_get_info(, 1, 0x7fff229afe58) = 0 +43925832626123:43925832626460 26036:26036 hsa_region_get_info(, 0, 0x7fff229afe5c) = 0 +43925832627190:43925832637619 26036:26036 hsa_region_get_info(, 1, 0x7fff229afe58) = 0 +43925832627190:43925832638514 26036:26036 hsa_agent_iterate_regions(, 1, 0x7fff229affa0) = 1 +43925832640170:43925833166775 26036:26036 hsa_memory_allocate(, , 0x7fff229affa8) = 0 +43925833168812:43925833169178 26036:26036 hsa_agent_get_info(, 17, 0x7fff229afd04) = 0 +43925833168812:43925833169954 26036:26036 hsa_iterate_agents(1, 0x7fff229afe60) = 1 +43925833171326:43925833173421 26036:26036 hsa_signal_create(1, , 0x7fff229affa8, 0x7fff229affa0) = 0 +43925833415303:43925833415884 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43925833417464:43925837539074 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43925837541709:43925837939048 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43925837940414:43925837941068 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43925942670138:43925942672376 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925942813755:43925942814416 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946129693:43925946131688 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946136572:43925946137370 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946139394:43925946140098 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946142070:43925946142690 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946189940:43925946190487 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946192653:43925946193182 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946195367:43925946195880 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946197734:43925946198232 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946244898:43925946245429 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946247452:43925946248036 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946256881:43925946257416 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946259630:43925946260165 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946307469:43925946308028 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946309901:43925946310517 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946312379:43925946312887 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946314731:43925946315249 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946361990:43925946362519 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946364705:43925946365209 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946367186:43925946367753 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946369743:43925946370313 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946415992:43925946416511 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946418392:43925946418975 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946420754:43925946421264 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946423095:43925946423616 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946470366:43925946470878 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946472683:43925946473205 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946474990:43925946475512 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946477572:43925946478077 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946524430:43925946524984 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946526853:43925946527374 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946529065:43925946529584 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946531325:43925946531835 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946578543:43925946579104 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946581154:43925946581670 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946583732:43925946584190 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946586114:43925946586631 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946737589:43925946738202 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946740934:43925946741435 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946746106:43925946746756 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946749179:43925946749672 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946794062:43925946794598 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946796344:43925946796846 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946798738:43925946799235 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946800963:43925946801586 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946845114:43925946845615 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946847486:43925946847998 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946849758:43925946850231 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946851848:43925946852337 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946926009:43925946926564 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946929014:43925946929505 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946931481:43925946932002 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946934262:43925946934743 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925946978845:43925946979355 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925946981080:43925946981641 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925946983468:43925946983953 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925946985602:43925946986085 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947029251:43925947029781 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947031530:43925947032143 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947034023:43925947034517 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947036375:43925947036867 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947080851:43925947081441 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947083205:43925947083719 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947085411:43925947085959 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947087997:43925947088496 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947132734:43925947133248 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947135515:43925947136003 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947138207:43925947138911 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947142318:43925947142905 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947187541:43925947188054 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947189761:43925947190255 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947192157:43925947192642 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947194392:43925947194869 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947237750:43925947238282 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947239969:43925947240478 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947242154:43925947242655 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947244217:43925947244721 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43925947289322:43925947289837 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx803, 0x7fff229affc0) = 0 +43925947291608:43925947292105 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx900, 0x7fff229affc0) = 0 +43925947293989:43925947294489 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx906, 0x7fff229affc0) = 0 +43925947296294:43925947296778 26036:26036 hsa_isa_from_name(amdgcn-amd-amdhsa--gfx908, 0x7fff229affc0) = 0 +43926006421738:43926006429823 26036:26036 hsa_executable_create_alt(1, 0, +43926086100741:43926086103267 26036:26036 hsa_code_object_reader_create_from_memory(0x7f20f40d2380, , 0x2149550) = 0 +43926086106442:43926086272707 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086274903:43926086300304 26036:26036 hsa_executable_freeze(, +43926086307830:43926086309182 26036:26036 hsa_executable_create_alt(1, 0, +43926086332728:43926086333229 26036:26036 hsa_code_object_reader_create_from_memory(0x209fbd0, , 0x7f20f4515840) = 0 +43926086334172:43926086401120 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086402448:43926086420221 26036:26036 hsa_executable_freeze(, +43926086422849:43926086423791 26036:26036 hsa_executable_create_alt(1, 0, +43926086435023:43926086435520 26036:26036 hsa_code_object_reader_create_from_memory(0x20a1140, , 0x7f2091d08fd0) = 0 +43926086436371:43926086513005 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086514290:43926086531259 26036:26036 hsa_executable_freeze(, +43926086533851:43926086534751 26036:26036 hsa_executable_create_alt(1, 0, +43926086545153:43926086545558 26036:26036 hsa_code_object_reader_create_from_memory(0x20a26b0, , 0x7f20f401c2e0) = 0 +43926086546436:43926086620754 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086623558:43926086640585 26036:26036 hsa_executable_freeze(, +43926086643101:43926086644051 26036:26036 hsa_executable_create_alt(1, 0, +43926086654273:43926086654661 26036:26036 hsa_code_object_reader_create_from_memory(0x20a3c20, , 0x21e71e0) = 0 +43926086655483:43926086728782 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086729989:43926086747033 26036:26036 hsa_executable_freeze(, +43926086749715:43926086750565 26036:26036 hsa_executable_create_alt(1, 0, +43926086760821:43926086761232 26036:26036 hsa_code_object_reader_create_from_memory(0x20a5190, , 0x2186430) = 0 +43926086762041:43926086834322 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086835523:43926086852537 26036:26036 hsa_executable_freeze(, +43926086854967:43926086855788 26036:26036 hsa_executable_create_alt(1, 0, +43926086865879:43926086866265 26036:26036 hsa_code_object_reader_create_from_memory(0x20a6700, , 0x7f20f4041e20) = 0 +43926086867086:43926086939353 26036:26036 hsa_executable_load_agent_code_object(, , , +43926086940585:43926086957474 26036:26036 hsa_executable_freeze(, +43926086959882:43926086960706 26036:26036 hsa_executable_create_alt(1, 0, +43926086970414:43926086970811 26036:26036 hsa_code_object_reader_create_from_memory(0x20a7c70, , 0x7f20f4049880) = 0 +43926086971629:43926087032040 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087033255:43926087049968 26036:26036 hsa_executable_freeze(, +43926087052435:43926087053412 26036:26036 hsa_executable_create_alt(1, 0, +43926087063273:43926087063692 26036:26036 hsa_code_object_reader_create_from_memory(0x20a91e0, , 0x7f20f408a530) = 0 +43926087064499:43926087113908 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087115158:43926087131977 26036:26036 hsa_executable_freeze(, +43926087134755:43926087135417 26036:26036 hsa_executable_create_alt(1, 0, +43926087152807:43926087153253 26036:26036 hsa_code_object_reader_create_from_memory(0x20d6910, , 0x7f20f40bb900) = 0 +43926087154091:43926087223174 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087224488:43926087242757 26036:26036 hsa_executable_freeze(, +43926087245466:43926087246422 26036:26036 hsa_executable_create_alt(1, 0, +43926087257396:43926087257820 26036:26036 hsa_code_object_reader_create_from_memory(0x20d1a50, , 0x7f20f40bc010) = 0 +43926087258665:43926087310536 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087313394:43926087330448 26036:26036 hsa_executable_freeze(, +43926087332882:43926087333790 26036:26036 hsa_executable_create_alt(1, 0, +43926087343806:43926087344216 26036:26036 hsa_code_object_reader_create_from_memory(0x20d2fc0, , 0x7f20f40e81a0) = 0 +43926087345041:43926087395324 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087396555:43926087413368 26036:26036 hsa_executable_freeze(, +43926087415815:43926087416714 26036:26036 hsa_executable_create_alt(1, 0, +43926087428051:43926087428466 26036:26036 hsa_code_object_reader_create_from_memory(0x20acd10, , 0x7f20f4103e90) = 0 +43926087429302:43926087484456 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087485728:43926087503019 26036:26036 hsa_executable_freeze(, +43926087505565:43926087506384 26036:26036 hsa_executable_create_alt(1, 0, +43926087517409:43926087517816 26036:26036 hsa_code_object_reader_create_from_memory(0x20aa750, , 0x7f2092d400d0) = 0 +43926087518655:43926087570539 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087571800:43926087588792 26036:26036 hsa_executable_freeze(, +43926087591309:43926087592117 26036:26036 hsa_executable_create_alt(1, 0, +43926087602196:43926087602594 26036:26036 hsa_code_object_reader_create_from_memory(0x7f20f40d64a0, , 0x7f2092dc45a0) = 0 +43926087603422:43926087652792 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087654012:43926087670919 26036:26036 hsa_executable_freeze(, +43926087673380:43926087674221 26036:26036 hsa_executable_create_alt(1, 0, +43926087684453:43926087684912 26036:26036 hsa_code_object_reader_create_from_memory(0x20af2d0, , 0x7f2092db16f0) = 0 +43926087685750:43926087734323 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087735525:43926087752596 26036:26036 hsa_executable_freeze(, +43926087755007:43926087756046 26036:26036 hsa_executable_create_alt(1, 0, +43926087765964:43926087766423 26036:26036 hsa_code_object_reader_create_from_memory(0x20b0840, , 0x7f2092d8cd90) = 0 +43926087767250:43926087815873 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087817088:43926087834083 26036:26036 hsa_executable_freeze(, +43926087836861:43926087837543 26036:26036 hsa_executable_create_alt(1, 0, +43926087847719:43926087848137 26036:26036 hsa_code_object_reader_create_from_memory(0x20d4530, , 0x7f2092de4ba0) = 0 +43926087848938:43926087899051 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087900280:43926087917626 26036:26036 hsa_executable_freeze(, +43926087921452:43926087922348 26036:26036 hsa_executable_create_alt(1, 0, +43926087932568:43926087932975 26036:26036 hsa_code_object_reader_create_from_memory(0x20db290, , 0x7f2092e08930) = 0 +43926087933819:43926087983380 26036:26036 hsa_executable_load_agent_code_object(, , , +43926087984607:43926088010294 26036:26036 hsa_executable_freeze(, +43926088023052:43926088023980 26036:26036 hsa_executable_create_alt(1, 0, +43926088034985:43926088035479 26036:26036 hsa_code_object_reader_create_from_memory(0x20dc800, , 0x7f2092e14a90) = 0 +43926088036321:43926088098329 26036:26036 hsa_executable_load_agent_code_object(, , , +43926088099583:43926088116689 26036:26036 hsa_executable_freeze(, +43926088149891:43926088150634 26036:26036 hsa_executable_create_alt(1, 0, +43926088163192:43926088163600 26036:26036 hsa_code_object_reader_create_from_memory(0x11d56e0, , 0x7f2092e2e800) = 0 +43926088164436:43926088222226 26036:26036 hsa_executable_load_agent_code_object(, , , +43926088223507:43926088241490 26036:26036 hsa_executable_freeze(, +43926088244437:43926088245538 26036:26036 hsa_executable_create_alt(1, 0, +43926088257938:43926088258370 26036:26036 hsa_code_object_reader_create_from_memory(0x2210cd0, , 0x7f2092e3c730) = 0 +43926088259220:43926088316014 26036:26036 hsa_executable_load_agent_code_object(, , , +43926088317259:43926088334828 26036:26036 hsa_executable_freeze(, +43926088317259:43926088338787 26036:26036 hsa_agent_iterate_isas(, 1, 0x7fff229aff08) = 0 +43926088341893:43926088342792 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088343594:43926088343977 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088344771:43926088345152 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088345909:43926088346308 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088347069:43926088347448 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088348213:43926088348582 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088349339:43926088349705 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088350475:43926088350851 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088351608:43926088351998 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088354210:43926088354704 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088355654:43926088356012 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088358400:43926088358821 26036:26036 hsa_executable_symbol_get_info(, 2, 0x2debd60) = 0 +43926088360095:43926088360455 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088361239:43926088361587 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088362399:43926088362751 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092b26b10) = 0 +43926088363827:43926088364179 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088364944:43926088365295 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088366103:43926088366472 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092b97ee0) = 0 +43926088367358:43926088367707 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088368469:43926088368807 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088369606:43926088369966 26036:26036 hsa_executable_symbol_get_info(, 2, 0x212fa20) = 0 +43926088371062:43926088371409 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088372182:43926088372524 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088373380:43926088373731 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f20f59197a0) = 0 +43926088374799:43926088375151 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088375913:43926088376262 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088377069:43926088377414 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092cb1410) = 0 +43926088377069:43926088378348 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088379116:43926088379509 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088380282:43926088380652 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088381849:43926088382198 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088382958:43926088383296 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088384107:43926088384476 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092cb2580) = 0 +43926088384107:43926088385364 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088386127:43926088386494 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088387254:43926088387629 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088388391:43926088388764 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088389522:43926088389889 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088390648:43926088391014 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088391775:43926088392152 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088393760:43926088394130 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088395304:43926088395653 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088396411:43926088396757 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088397560:43926088397914 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092820910) = 0 +43926088397560:43926088398781 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926088399975:43926088400324 26036:26036 hsa_executable_symbol_get_info(, 0, 0x7fff229afe28) = 0 +43926088401082:43926088401423 26036:26036 hsa_executable_symbol_get_info(, 1, 0x7fff229afe24) = 0 +43926088402226:43926088402580 26036:26036 hsa_executable_symbol_get_info(, 2, 0x7f2092d34940) = 0 +43926088402226:43926088403566 26036:26036 hsa_executable_iterate_agent_symbols(, , 1, 0x1082860) = 0 +43926119084395:43926119085919 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119091500:43926119091973 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119093907:43926119094413 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119928519:43926119929026 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119930101:43926119930487 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119931326:43926119931705 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119949705:43926119950201 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119951140:43926119951476 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119952280:43926119952629 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119958475:43926119958921 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119959800:43926119960159 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119960961:43926119961304 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119968999:43926119969414 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119970345:43926119970676 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119971438:43926119971773 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119974799:43926119975207 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119976106:43926119976442 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119977237:43926119977575 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926119979215:43926119979607 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926119984012:43926119984359 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926119985126:43926119985476 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926120646379:43926120646962 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926120647949:43926120648309 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926120649101:43926120649454 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926120652137:43926120652548 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926120653398:43926120653737 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926120654486:43926120654828 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926120731756:43926120732117 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926120732955:43926120733290 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926120734051:43926120734395 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926120735729:43926120736074 26036:26036 hsa_executable_symbol_get_info(, 22, 0x7fff229b00a0) = 0 +43926120736917:43926120737275 26036:26036 hsa_system_major_extension_supported(, , , ) = 0 +43926120738035:43926120738374 26036:26036 hsa_system_get_major_extension_table(, , , 0x7fff229b0030) = 0 +43926122597621:43926122598361 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926122612671:43926122613103 26036:26036 hsa_system_get_info(3, 0x7fff229afe38) = 0 +43926122642932:43926124596934 26036:26036 hsa_queue_create(, , , 1, 0, , , ) = 0 +43926124605232:43926124605992 26036:26036 hsa_amd_profiling_set_profiler_enabled(, 1) = 0 +43926124613521:43926124614105 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 0 +43926124616021:43926124616547 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 0 +43926124617960:43926124620629 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926124622218:43926124622627 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926124624978:43926124626940 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e512a0) = 0 +43926124628959:43926124629943 26036:26036 hsa_signal_store_relaxed(, 0) = void +43926124635167:43926124635880 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926124661248:43926124661942 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926124678596:43926124680310 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926124681151:43926124681555 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 1 +43926124682363:43926124682732 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 0 +43926124686397:43926124686761 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926124687663:43926124688868 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e5a060) = 0 +43926124689701:43926124690126 26036:26036 hsa_signal_store_relaxed(, 1) = void +43926124692306:43926125149465 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926125152470:43926125154605 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926125149732:43926125154546 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926125155731:43926125156344 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926125156447:43926125156912 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926125157545:43926125158272 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926125159065:43926125159569 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926125160655:43926125161131 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926125163452:43926125164082 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926125162136:43926125164318 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926125178005:43926125178635 26036:26041 hsa_signal_destroy() = 0 +43926125180934:43926125181404 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926125182170:43926125182530 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926125165148:43926125580653 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926126125950:43926126126687 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926140557058:43926140558327 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926140562907:43926140563997 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926140566738:43926140570091 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926140571342:43926140571990 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926140573091:43926140573775 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926140574564:43926140575034 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926141027628:43926141028393 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926141029882:43926141031695 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926141032484:43926141405163 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926141406414:43926141407043 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926141426883:43926141427521 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926141457879:43926141458654 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 2 +43926141459632:43926141460102 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 2 +43926141461140:43926141462551 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926141463528:43926141463932 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926141465224:43926141469189 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f210d8c4370) = 0 +43926141470147:43926141470816 26036:26036 hsa_signal_store_relaxed(, 2) = void +43926141472541:43926141473174 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926141479211:43926141479843 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926141482958:43926141485366 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926141486198:43926141486576 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 3 +43926141487338:43926141487671 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 2 +43926141488667:43926141489013 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926141489861:43926141491735 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e74290) = 0 +43926141492490:43926141492942 26036:26036 hsa_signal_store_relaxed(, 3) = void +43926141493901:43926141964865 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926141965956:43926141966365 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926141967596:43926141968559 26036:26036 hsa_signal_destroy() = 0 +43926141969817:43926141971077 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926141972064:43926141972507 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926141973255:43926141973715 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926141974513:43926141974910 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926141989894:43926141990265 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926141991066:43926141991726 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926142045671:43926142049042 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926142050786:43926142051162 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926142053927:43926142054488 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926142056226:43926142056676 26036:26041 hsa_signal_destroy() = 0 +43926142059310:43926142059740 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926142064811:43926142065264 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926141992511:43926142413478 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926142876120:43926142876900 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926157271526:43926157272571 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926157276884:43926157277942 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926157279569:43926157282491 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926157283629:43926157284385 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926157285348:43926157285949 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926157286844:43926157287312 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926157740303:43926157741162 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926157742379:43926157744050 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926157745017:43926158117402 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926158118632:43926158119266 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926158134004:43926158134649 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926158153984:43926158154626 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 4 +43926158155587:43926158155988 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 4 +43926158157031:43926158158393 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926158159558:43926158160025 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926158161267:43926158174987 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e81680) = 0 +43926158176162:43926158176736 26036:26036 hsa_signal_store_relaxed(, 4) = void +43926158178353:43926158178995 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926158195499:43926158196162 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926158198732:43926158208578 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926158209481:43926158209862 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 5 +43926158210633:43926158210978 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 4 +43926158211989:43926158212310 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926158213182:43926158214840 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e80600) = 0 +43926158215795:43926158216242 26036:26036 hsa_signal_store_relaxed(, 5) = void +43926158221086:43926158681249 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926158682240:43926158682641 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926158683922:43926158684575 26036:26036 hsa_signal_destroy() = 0 +43926158685708:43926158686742 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926158687574:43926158687962 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926158688710:43926158689210 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926158690004:43926158690350 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926158691199:43926158691540 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926158706657:43926158707317 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926158762226:43926158765471 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926158766910:43926158767285 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926158769943:43926158770497 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926158772261:43926158772708 26036:26041 hsa_signal_destroy() = 0 +43926158774802:43926158775275 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926158776049:43926158776408 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926158708140:43926159129343 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926159590378:43926159591166 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926173973789:43926173974777 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926173979175:43926173980143 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926173981976:43926173984887 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926173985957:43926173986519 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926173987431:43926173988031 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926173988932:43926173989410 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926174443365:43926174444184 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926174445403:43926174447114 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926174448047:43926174820849 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926174822072:43926174822711 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926174836266:43926174836921 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926174863700:43926174864403 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 6 +43926174865449:43926174865863 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 6 +43926174867033:43926174868288 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926174878212:43926174878753 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926174879935:43926174883804 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e8b5e0) = 0 +43926174884608:43926174885177 26036:26036 hsa_signal_store_relaxed(, 6) = void +43926174886791:43926174897437 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926174904026:43926174904685 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926174916413:43926174916999 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926174917853:43926174918233 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 7 +43926174919039:43926174919374 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 6 +43926174920353:43926174920698 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926174921539:43926174923156 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e8f040) = 0 +43926174923916:43926174924363 26036:26036 hsa_signal_store_relaxed(, 7) = void +43926174925397:43926175393801 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926175394860:43926175395266 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926175396433:43926175397128 26036:26036 hsa_signal_destroy() = 0 +43926175398252:43926175399216 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926175400046:43926175400432 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926175401197:43926175401635 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926175402537:43926175402883 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926175403732:43926175418079 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926175418981:43926175419627 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926175475006:43926175478199 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926175479770:43926175480150 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926175482934:43926175483490 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926175485258:43926175485708 26036:26041 hsa_signal_destroy() = 0 +43926175487814:43926175488241 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926175489013:43926175489377 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926175420431:43926175841900 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926176311609:43926176312398 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926190690419:43926190691482 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926190695509:43926190696379 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926190698243:43926190701055 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926190702246:43926190702828 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926190703702:43926190704359 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926190705237:43926190705644 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926191158250:43926191158969 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926191160152:43926191161709 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926191162680:43926191535321 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926191536570:43926191537207 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926191551520:43926191552175 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926191575468:43926191576192 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 8 +43926191577145:43926191577547 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 8 +43926191578605:43926191579731 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926191580651:43926191581123 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926191582286:43926191595092 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e947e0) = 0 +43926191596111:43926191596683 26036:26036 hsa_signal_store_relaxed(, 8) = void +43926191598300:43926191598943 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926191618866:43926191619542 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926191631231:43926191631821 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926191632693:43926191633086 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 9 +43926191633914:43926191634252 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 8 +43926191635175:43926191635498 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926191636366:43926191637975 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e8f8e0) = 0 +43926191638769:43926191639229 26036:26036 hsa_signal_store_relaxed(, 9) = void +43926191640218:43926192103376 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926192105472:43926192105868 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926192107057:43926192107700 26036:26036 hsa_signal_destroy() = 0 +43926192108819:43926192109798 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926192110669:43926192111065 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926192111832:43926192112273 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926192113013:43926192113358 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926192128482:43926192128869 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926192129663:43926192130371 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926192185291:43926192188474 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926192190021:43926192190394 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926192193269:43926192193843 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926192195649:43926192196111 26036:26041 hsa_signal_destroy() = 0 +43926192198342:43926192198779 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926192199553:43926192199909 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926192131153:43926192552081 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926193014215:43926193014954 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926207393040:43926207394079 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926207398259:43926207399679 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926207401665:43926207404242 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926207405430:43926207405988 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926207406902:43926207407552 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926207408491:43926207408980 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926207861731:43926207862446 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926207863606:43926207865023 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926207865891:43926208239123 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926208240520:43926208241158 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926208254301:43926208254939 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926208263022:43926208273903 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 10 +43926208274879:43926208275280 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 10 +43926208280066:43926208281414 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926208282333:43926208282838 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926208293023:43926208296732 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e95d70) = 0 +43926208297650:43926208298224 26036:26036 hsa_signal_store_relaxed(, 10) = void +43926208299717:43926208300350 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926208316977:43926208317626 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926208320409:43926208329801 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926208330644:43926208331025 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 11 +43926208331843:43926208332181 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 10 +43926208333175:43926208333501 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926208334334:43926208335894 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092e98c50) = 0 +43926208336644:43926208337031 26036:26036 hsa_signal_store_relaxed(, 11) = void +43926208338028:43926208812497 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926208813372:43926208813760 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926208814899:43926208815529 26036:26036 hsa_signal_destroy() = 0 +43926208816694:43926208817581 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926208818438:43926208818849 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926208819651:43926208820071 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926208820865:43926208821206 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926208822062:43926208822403 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926208837587:43926208838226 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926208893565:43926208896879 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926208898367:43926208898750 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926208901567:43926208902130 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926208903955:43926208904420 26036:26041 hsa_signal_destroy() = 0 +43926208906554:43926208906981 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926208907756:43926208908115 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926208839040:43926209260275 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926209721575:43926209722359 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926224098488:43926224099489 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926224103570:43926224104761 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926224106390:43926224108571 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926224109669:43926224110491 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926224111366:43926224112013 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926224112922:43926224113337 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926224562670:43926224563550 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926224564740:43926224566255 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926224567416:43926224955554 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926224956772:43926224957420 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926224971531:43926224972176 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926224994744:43926224995393 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 12 +43926224996401:43926224996805 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 12 +43926224997823:43926224999129 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926225000046:43926225000617 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926225001838:43926225014398 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ea23e0) = 0 +43926225015409:43926225016074 26036:26036 hsa_signal_store_relaxed(, 12) = void +43926225017646:43926225018291 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926225034199:43926225034857 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926225037648:43926225038273 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926225039169:43926225039550 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 13 +43926225049584:43926225049933 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 12 +43926225050897:43926225051219 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926225052080:43926225053698 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ead4f0) = 0 +43926225054494:43926225054948 26036:26036 hsa_signal_store_relaxed(, 13) = void +43926225055964:43926226900981 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926226902116:43926226902534 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926226903730:43926226904670 26036:26036 hsa_signal_destroy() = 0 +43926226909301:43926226919068 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926226920017:43926226920456 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926226921200:43926226921630 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926226922421:43926226922775 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926226923630:43926226923980 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926226924740:43926226925363 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926226957685:43926226960964 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926226962472:43926226962842 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926226976019:43926226976602 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926226978441:43926226978898 26036:26041 hsa_signal_destroy() = 0 +43926226981091:43926226981620 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926226982413:43926226982782 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926226926122:43926227361433 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926227822602:43926227823346 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926242197831:43926242198833 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926242203066:43926242204189 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926242206291:43926242208557 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926242209647:43926242210247 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926242211090:43926242211867 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926242212757:43926242213152 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926242662919:43926242663658 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926242664794:43926242666377 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926242667500:43926243055043 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926243056221:43926243056856 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926243070669:43926243071332 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926243094508:43926243095226 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 14 +43926243096284:43926243096681 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 14 +43926243097720:43926243099065 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926243113414:43926243113934 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926243115110:43926243119016 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ea6db0) = 0 +43926243120172:43926243120902 26036:26036 hsa_signal_store_relaxed(, 14) = void +43926243122405:43926243123045 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926243139798:43926243140455 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926243152500:43926243153100 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926243153922:43926243154269 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 15 +43926243155070:43926243155413 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 14 +43926243156397:43926243156721 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926243157548:43926243159106 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092eaf290) = 0 +43926243159865:43926243160255 26036:26036 hsa_signal_store_relaxed(, 15) = void +43926243161289:43926245007204 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926245008229:43926245008632 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926245009797:43926245010448 26036:26036 hsa_signal_destroy() = 0 +43926245011605:43926245012769 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926245013713:43926245014119 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926245014904:43926245024442 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926245025323:43926245025684 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926245026542:43926245026893 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926245027662:43926245028274 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926245063378:43926245066701 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926245068108:43926245068480 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926245081621:43926245082211 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926245084028:43926245084492 26036:26041 hsa_signal_destroy() = 0 +43926245086700:43926245087261 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926245088056:43926245088425 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926245029036:43926245459471 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926245919436:43926245920171 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926260296923:43926260298076 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926260306478:43926260308133 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926260309820:43926260311929 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926260313548:43926260314160 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926260315083:43926260315697 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926260316551:43926260316962 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926260763851:43926260764562 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926260765761:43926260767674 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926260768514:43926261156726 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926261157870:43926261158502 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926261172655:43926261173306 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926261182139:43926261182853 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 16 +43926261197193:43926261197606 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 16 +43926261198608:43926261199903 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926261200829:43926261201390 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926261202596:43926261215153 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092eb0f00) = 0 +43926261216171:43926261216745 26036:26036 hsa_signal_store_relaxed(, 16) = void +43926261218343:43926261218982 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926261234729:43926261235390 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926261238405:43926261239000 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926261239843:43926261240243 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 17 +43926261241087:43926261241436 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 16 +43926261251538:43926261251885 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926261252718:43926261254916 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092eb4c60) = 0 +43926261255686:43926261256140 26036:26036 hsa_signal_store_relaxed(, 17) = void +43926261257147:43926263104360 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926263105381:43926263105799 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926263107010:43926263107771 26036:26036 hsa_signal_destroy() = 0 +43926263109024:43926263109813 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926263121400:43926263121846 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926263122636:43926263123090 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926263123886:43926263124236 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926263125087:43926263125438 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926263126198:43926263126823 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926263160479:43926263163607 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926263165112:43926263165489 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926263178737:43926263179328 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926263181178:43926263181649 26036:26041 hsa_signal_destroy() = 0 +43926263183953:43926263184414 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926263185208:43926263185576 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926263127583:43926263563954 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926264029702:43926264030430 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926278408082:43926278409201 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926278413288:43926278414585 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926278416525:43926278419168 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926278420247:43926278420932 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926278421758:43926278422422 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926278423380:43926278423844 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926278877072:43926278877724 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926278879090:43926278880631 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926278881488:43926279270698 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926279271921:43926279272559 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926279285886:43926279286537 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926279309983:43926279310695 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 18 +43926279311739:43926279312143 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 18 +43926279313260:43926279314553 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926279315725:43926279316247 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926279331806:43926279335588 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092eba4b0) = 0 +43926279336480:43926279337050 26036:26036 hsa_signal_store_relaxed(, 18) = void +43926279338649:43926279349222 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926279355619:43926279356280 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926279368149:43926279368743 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926279369596:43926279369977 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 19 +43926279370776:43926279371118 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 18 +43926279372089:43926279372421 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926279373325:43926279374897 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ebcb90) = 0 +43926279375667:43926279376118 26036:26036 hsa_signal_store_relaxed(, 19) = void +43926279377113:43926281234537 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926281235626:43926281236026 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926281237203:43926281237864 26036:26036 hsa_signal_destroy() = 0 +43926281239059:43926281239992 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926281240930:43926281241342 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926281242105:43926281251395 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926281252211:43926281252568 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926281253417:43926281253767 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926281254529:43926281255158 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926281290381:43926281293551 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926281294969:43926281295343 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926281308169:43926281308767 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926281310601:43926281311079 26036:26041 hsa_signal_destroy() = 0 +43926281313288:43926281313787 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926281314571:43926281314936 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926281255917:43926281686574 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926282147734:43926282148464 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926296535197:43926296536324 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926296540513:43926296541526 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926296548400:43926296550693 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926296551914:43926296552571 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926296553400:43926296554084 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926296554956:43926296555429 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926297025537:43926297026202 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926297027340:43926297028978 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926297029890:43926297417967 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926297419195:43926297419844 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926297434727:43926297435384 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926297454287:43926297454927 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 20 +43926297455950:43926297456356 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 20 +43926297457421:43926297458649 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926297459607:43926297460077 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926297461260:43926297473804 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ec5b50) = 0 +43926297474761:43926297475332 26036:26036 hsa_signal_store_relaxed(, 20) = void +43926297476833:43926297477471 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926297493497:43926297494162 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926297496887:43926297497478 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926297507182:43926297507631 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 21 +43926297508451:43926297508796 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 20 +43926297509776:43926297510100 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926297510933:43926297512564 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ecbf10) = 0 +43926297513324:43926297513758 26036:26036 hsa_signal_store_relaxed(, 21) = void +43926297514758:43926299359526 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926299360566:43926299360967 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926299362192:43926299362842 26036:26036 hsa_signal_destroy() = 0 +43926299363972:43926299364812 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926299365710:43926299366152 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926299376913:43926299377379 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926299378195:43926299378551 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926299379400:43926299379748 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926299380505:43926299381130 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926299415613:43926299418852 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926299420293:43926299420666 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926299433900:43926299434471 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926299436260:43926299436728 26036:26041 hsa_signal_destroy() = 0 +43926299438989:43926299439434 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926299440234:43926299440610 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926299381900:43926299811868 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926300278844:43926300279604 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926314657311:43926314658344 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926314662756:43926314663833 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926314665806:43926314667838 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926314668988:43926314669614 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926314670440:43926314671102 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926314671988:43926314672465 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926315145863:43926315146535 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926315147826:43926315149374 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926315150254:43926315538184 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926315539478:43926315540117 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926315553539:43926315554210 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926315572787:43926315573491 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 22 +43926315574449:43926315574847 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 22 +43926315575984:43926315577173 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926315578125:43926315578646 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926315579845:43926315592948 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ecc630) = 0 +43926315593935:43926315594591 26036:26036 hsa_signal_store_relaxed(, 22) = void +43926315610464:43926315611150 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926315617464:43926315618151 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926315629846:43926315630449 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926315631274:43926315631663 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 23 +43926315632464:43926315632805 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 22 +43926315633778:43926315634100 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926315634993:43926315636600 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ecf730) = 0 +43926315637361:43926315637746 26036:26036 hsa_signal_store_relaxed(, 23) = void +43926315638736:43926317469722 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926317470701:43926317471110 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926317472243:43926317472891 26036:26036 hsa_signal_destroy() = 0 +43926317474079:43926317474931 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926317475808:43926317476254 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926317477041:43926317477454 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926317487184:43926317487550 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926317488409:43926317488757 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926317489525:43926317490160 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926317526507:43926317529714 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926317531184:43926317531555 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926317544922:43926317545507 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926317547319:43926317547785 26036:26041 hsa_signal_destroy() = 0 +43926317549986:43926317550469 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926317551263:43926317551629 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926317490918:43926317922419 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926318383851:43926318384594 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926332788391:43926332789359 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926332794125:43926332795145 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926332797074:43926332799676 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926332805501:43926332806153 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926332806984:43926332807677 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926332808542:43926332808943 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926333260860:43926333261552 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926333262714:43926333264710 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926333265796:43926333653993 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926333655069:43926333655704 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926333671243:43926333671897 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926333692128:43926333692755 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 24 +43926333693717:43926333694251 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 24 +43926333695504:43926333696922 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926333706917:43926333707347 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926333708630:43926333712781 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ec6c70) = 0 +43926333713694:43926333714263 26036:26036 hsa_signal_store_relaxed(, 24) = void +43926333715908:43926333726788 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926333733185:43926333733839 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926333745786:43926333746412 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926333747241:43926333747571 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 25 +43926333748318:43926333748657 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 24 +43926333749615:43926333749944 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926333750795:43926333752618 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ed27a0) = 0 +43926333753376:43926333753821 26036:26036 hsa_signal_store_relaxed(, 25) = void +43926333754759:43926335601143 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926335602179:43926335602586 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926335603789:43926335604469 26036:26036 hsa_signal_destroy() = 0 +43926335605786:43926335606629 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926335607421:43926335607846 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926335608619:43926335609057 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926335618626:43926335618996 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926335621414:43926335621752 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926335622515:43926335623161 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926335657465:43926335660710 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926335662161:43926335662533 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926335675808:43926335676384 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926335678197:43926335678655 26036:26041 hsa_signal_destroy() = 0 +43926335680901:43926335681378 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926335682172:43926335682540 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926335623925:43926336052980 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926336513282:43926336514028 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926350892266:43926350893209 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926350897489:43926350898831 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926350900693:43926350903011 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926350904114:43926350904705 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926350905544:43926350906189 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926350907133:43926350907546 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926351360749:43926351361606 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926351362829:43926351364330 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926351365222:43926351753320 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926351754595:43926351755243 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926351768846:43926351769511 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926351792711:43926351793490 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 26 +43926351794416:43926351794817 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 26 +43926351795916:43926351797199 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926351798162:43926351798681 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926351800041:43926351812869 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ed5440) = 0 +43926351813837:43926351814406 26036:26036 hsa_signal_store_relaxed(, 26) = void +43926351815950:43926351816607 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926351837195:43926351837847 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926351849580:43926351850175 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926351850990:43926351851322 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 27 +43926351852119:43926351852452 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 26 +43926351853430:43926351853755 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926351854590:43926351856209 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ee4440) = 0 +43926351856966:43926351857415 26036:26036 hsa_signal_store_relaxed(, 27) = void +43926351858404:43926353697266 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926353698457:43926353698865 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926353700038:43926353700742 26036:26036 hsa_signal_destroy() = 0 +43926353702004:43926353703020 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926353703924:43926353704347 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926353705119:43926353705578 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926353715155:43926353715524 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926353716330:43926353716679 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926353717445:43926353718154 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926353753394:43926353756591 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926353758077:43926353758447 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926353771922:43926353772519 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926353774324:43926353774803 26036:26041 hsa_signal_destroy() = 0 +43926353777042:43926353777564 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926353778371:43926353778738 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926353718916:43926354148922 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926354609463:43926354610212 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926368995864:43926368997044 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926369001114:43926369002285 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926369004156:43926369006311 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926369007678:43926369008255 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926369009196:43926369009841 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926369014687:43926369015092 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926369485916:43926369486627 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926369487898:43926369489457 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926369490406:43926369877863 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926369879096:43926369879739 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926369893368:43926369894033 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926369913054:43926369913977 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 28 +43926369914946:43926369915347 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 28 +43926369916406:43926369917687 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926369918624:43926369919089 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926369920563:43926369933235 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ee9d10) = 0 +43926369934178:43926369934754 26036:26036 hsa_signal_store_relaxed(, 28) = void +43926369936258:43926369936898 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926369953240:43926369953895 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926369956744:43926369957340 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926369958264:43926369958614 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 29 +43926369968582:43926369968941 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 28 +43926369969876:43926369970196 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926369971024:43926369971515 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ee8b50) = 0 +43926369972269:43926369972663 26036:26036 hsa_signal_store_relaxed(, 29) = void +43926369973659:43926371814915 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926371815936:43926371816338 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926371817516:43926371818244 26036:26036 hsa_signal_destroy() = 0 +43926371819410:43926371820248 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926371821099:43926371821540 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926371822314:43926371822759 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926371832666:43926371833080 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926371833987:43926371834340 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926371836935:43926371837630 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926371871358:43926371874573 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926371876002:43926371876383 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926371889695:43926371890279 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926371892100:43926371892573 26036:26041 hsa_signal_destroy() = 0 +43926371894788:43926371895258 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926371896043:43926371896417 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926371838412:43926372274457 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926372736801:43926372737535 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926387112726:43926387113779 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926387117875:43926387119056 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926387121116:43926387123778 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926387125066:43926387125663 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926387126484:43926387127107 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926387127997:43926387128401 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926387579750:43926387580589 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926387581785:43926387583313 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926387584167:43926387972260 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926387973561:43926387974195 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926387987430:43926387988079 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926388015523:43926388016421 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 30 +43926388017443:43926388017927 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 30 +43926388019048:43926388029106 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926388030083:43926388030545 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926388031834:43926388035636 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092eeec50) = 0 +43926388036532:43926388037097 26036:26036 hsa_signal_store_relaxed(, 30) = void +43926388038623:43926388039264 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926388068412:43926388069048 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926388073179:43926388073764 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926388074798:43926388075146 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 31 +43926388075949:43926388076285 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 30 +43926388077254:43926388077577 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926388078414:43926388080049 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ef6d10) = 0 +43926388080814:43926388081208 26036:26036 hsa_signal_store_relaxed(, 31) = void +43926388082259:43926389921201 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926389922221:43926389922616 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926389923808:43926389924644 26036:26036 hsa_signal_destroy() = 0 +43926389925850:43926389926719 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926389927576:43926389927989 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926389928751:43926389938380 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926389939211:43926389939566 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926389940407:43926389940755 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926389941526:43926389942216 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926389977094:43926389980334 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926389981756:43926389982128 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926389995441:43926389996024 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926389997830:43926389998302 26036:26041 hsa_signal_destroy() = 0 +43926390000480:43926390000933 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926390001728:43926390002092 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926389942977:43926390373314 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926390834152:43926390834910 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926405214280:43926405215351 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926405219393:43926405220625 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926405222231:43926405224291 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926405225321:43926405225912 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926405226810:43926405227484 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926405228540:43926405228934 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926405684772:43926405685483 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926405686767:43926405688294 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926405689166:43926406078061 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926406079338:43926406079969 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926406093941:43926406094587 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926406117433:43926406118229 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 32 +43926406119232:43926406119634 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 32 +43926406120889:43926406122255 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926406123189:43926406123612 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926406124802:43926406137804 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ef1d40) = 0 +43926406138767:43926406139355 26036:26036 hsa_signal_store_relaxed(, 32) = void +43926406140826:43926406141465 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926406157673:43926406158331 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926406161061:43926406161706 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926406162582:43926406162945 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 33 +43926406172649:43926406173001 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 32 +43926406173936:43926406174262 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926406175105:43926406175608 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ef8d40) = 0 +43926406176387:43926406176839 26036:26036 hsa_signal_store_relaxed(, 33) = void +43926406177835:43926408021786 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926408022854:43926408023259 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926408024383:43926408025044 26036:26036 hsa_signal_destroy() = 0 +43926408026259:43926408027266 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926408028186:43926408028584 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926408029354:43926408029792 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926408039405:43926408039770 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926408040672:43926408041020 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926408041811:43926408042656 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926408078669:43926408081981 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926408083415:43926408083791 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926408096844:43926408097440 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926408099255:43926408099728 26036:26041 hsa_signal_destroy() = 0 +43926408101950:43926408102427 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926408103213:43926408103588 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926408045329:43926408473358 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926408934950:43926408935716 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926423310053:43926423311270 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926423315579:43926423317092 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926423319040:43926423321134 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926423322439:43926423323006 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926423323831:43926423324453 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926423325361:43926423325845 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926423778468:43926423779178 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926423780465:43926423781948 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926423782810:43926424172004 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926424173331:43926424173973 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926424192220:43926424192861 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926424211397:43926424212053 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 34 +43926424213027:43926424213428 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 34 +43926424214443:43926424225283 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926424226259:43926424226672 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926424228124:43926424231926 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092efb730) = 0 +43926424232826:43926424233394 26036:26036 hsa_signal_store_relaxed(, 34) = void +43926424234939:43926424235575 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926424252104:43926424252760 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926424264766:43926424265381 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926424266246:43926424266572 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 35 +43926424268564:43926424268900 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 34 +43926424269869:43926424270194 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926424271015:43926424272563 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092efde50) = 0 +43926424273315:43926424273716 26036:26036 hsa_signal_store_relaxed(, 35) = void +43926424274730:43926426124790 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926426125850:43926426126261 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926426127426:43926426128069 26036:26036 hsa_signal_destroy() = 0 +43926426129270:43926426130117 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926426130991:43926426131395 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926426132170:43926426132601 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926426142523:43926426142937 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926426143824:43926426144166 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926426144932:43926426145572 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926426181452:43926426184634 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926426186067:43926426186440 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926426199778:43926426200362 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926426202169:43926426202631 26036:26041 hsa_signal_destroy() = 0 +43926426204819:43926426205332 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926426206128:43926426206492 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926426146327:43926426576035 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926427039610:43926427040348 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926441430720:43926441431713 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926441435488:43926441436346 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926441438233:43926441441164 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926441442385:43926441443010 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926441443921:43926441444706 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926441445602:43926441446001 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926441895700:43926441896458 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926441901503:43926441903054 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926441903930:43926442292130 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926442293374:43926442293997 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926442308047:43926442308713 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926442327186:43926442327780 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 36 +43926442328693:43926442329091 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 36 +43926442330178:43926442331388 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926442332331:43926442332782 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926442333937:43926442346572 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f06d10) = 0 +43926442347532:43926442348126 26036:26036 hsa_signal_store_relaxed(, 36) = void +43926442349688:43926442350329 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926442366597:43926442367245 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926442370357:43926442371025 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926442371906:43926442372247 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 37 +43926442382031:43926442382428 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 36 +43926442383399:43926442383723 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926442384571:43926442385058 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f04a40) = 0 +43926442385799:43926442386249 26036:26036 hsa_signal_store_relaxed(, 37) = void +43926442387268:43926444228599 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926444229644:43926444230058 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926444231239:43926444231902 26036:26036 hsa_signal_destroy() = 0 +43926444233151:43926444234045 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926444234905:43926444235352 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926444236127:43926444236578 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926444246142:43926444246513 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926444247392:43926444247757 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926444248524:43926444249171 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926444284834:43926444288166 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926444289583:43926444289956 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926444306314:43926444306912 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926444308785:43926444309241 26036:26041 hsa_signal_destroy() = 0 +43926444311446:43926444311963 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926444312753:43926444313120 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926444249935:43926444680186 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926445140951:43926445141764 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926459516997:43926459518200 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926459522384:43926459523702 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926459525450:43926459528024 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926459529172:43926459529749 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926459530626:43926459531337 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926459532193:43926459532589 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926459985786:43926459986518 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926459987729:43926459989189 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926459990064:43926460378606 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926460379814:43926460380445 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926460394065:43926460394727 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926460418009:43926460418704 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 38 +43926460419703:43926460420098 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 38 +43926460421124:43926460422546 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926460423552:43926460423972 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926460425473:43926460438634 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f0e600) = 0 +43926460439676:43926460440252 26036:26036 hsa_signal_store_relaxed(, 38) = void +43926460441780:43926460442437 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926460458450:43926460459105 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926460461826:43926460462479 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926460463373:43926460472807 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 39 +43926460473735:43926460474076 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 38 +43926460478809:43926460479139 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926460479978:43926460481639 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f0d9e0) = 0 +43926460482390:43926460482843 26036:26036 hsa_signal_store_relaxed(, 39) = void +43926460483845:43926462320534 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926462321552:43926462321953 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926462323272:43926462324039 26036:26036 hsa_signal_destroy() = 0 +43926462325295:43926462326073 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926462326941:43926462327384 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926462328200:43926462328639 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926462338217:43926462338582 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926462339444:43926462339788 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926462340551:43926462341165 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926462376853:43926462380024 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926462381427:43926462381795 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926462395177:43926462395774 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926462397620:43926462398093 26036:26041 hsa_signal_destroy() = 0 +43926462400324:43926462400825 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926462401617:43926462401986 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926462341929:43926462772358 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926463233595:43926463234381 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926477618756:43926477619758 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926477624068:43926477625299 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926477626895:43926477628940 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926477629980:43926477630572 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926477631610:43926477632264 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926477633165:43926477633788 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926478083550:43926478084257 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926478085410:43926478086940 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926478087837:43926478476180 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926478481221:43926478481868 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926478495838:43926478496496 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926478519004:43926478519644 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 40 +43926478520619:43926478521033 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 40 +43926478522045:43926478523397 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926478533211:43926478533692 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926478534852:43926478538540 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f04640) = 0 +43926478539506:43926478540094 26036:26036 hsa_signal_store_relaxed(, 40) = void +43926478541581:43926478552170 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926478558453:43926478559110 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926478570788:43926478571527 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926478572348:43926478572724 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 41 +43926478573535:43926478573875 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 40 +43926478574803:43926478575125 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926478575952:43926478577588 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f177a0) = 0 +43926478578336:43926478578783 26036:26036 hsa_signal_store_relaxed(, 41) = void +43926478579768:43926480424955 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926480426010:43926480426407 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926480427520:43926480428268 26036:26036 hsa_signal_destroy() = 0 +43926480429594:43926480430433 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926480431306:43926480431765 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926480432533:43926480432968 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926480442680:43926480443049 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926480443917:43926480444264 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926480445028:43926480445671 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926480481696:43926480484960 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926480486346:43926480486720 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926480500139:43926480500724 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926480505729:43926480506187 26036:26041 hsa_signal_destroy() = 0 +43926480508449:43926480508957 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926480509755:43926480510132 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926480446433:43926480876238 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926481336384:43926481337122 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926495711324:43926495712316 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926495716207:43926495717320 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926495719030:43926495721172 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926495722543:43926495723180 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926495724034:43926495724662 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926495725558:43926495726025 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926496184288:43926496184973 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926496186392:43926496187889 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926496188796:43926496561620 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926496563046:43926496563677 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926496577807:43926496578480 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926496600987:43926496601780 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 42 +43926496602765:43926496603177 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 42 +43926496604387:43926496605681 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926496606646:43926496607125 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926496608347:43926496621227 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092f21540) = 0 +43926496622183:43926496622756 26036:26036 hsa_signal_store_relaxed(, 42) = void +43926496624294:43926496624936 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926496640825:43926496641469 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926496644012:43926496644636 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926496645531:43926496645933 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 43 +43926496655903:43926496656298 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 42 +43926496657316:43926496657659 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926496662376:43926496663979 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ccbe20) = 0 +43926496664737:43926496665185 26036:26036 hsa_signal_store_relaxed(, 43) = void +43926496666204:43926497123153 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926497124101:43926497124515 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926497125728:43926497126389 26036:26036 hsa_signal_destroy() = 0 +43926497127580:43926497128416 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926497129254:43926497129695 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926497130497:43926497130926 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926497131719:43926497132069 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926497132943:43926497133292 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926497148431:43926497149084 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926497204312:43926497207564 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926497208994:43926497209368 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926497212388:43926497212950 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926497214751:43926497215210 26036:26041 hsa_signal_destroy() = 0 +43926497217323:43926497217777 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926497218548:43926497218903 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926497149887:43926497571176 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926498031533:43926498032268 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926512420275:43926512421317 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926512425367:43926512426489 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926512428100:43926512430182 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926512431361:43926512432033 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926512432914:43926512433559 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926512434447:43926512434856 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926512889367:43926512890079 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926512891215:43926512893052 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926512893950:43926513266581 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926513267855:43926513268482 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926513286138:43926513286794 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926513309426:43926513310453 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 44 +43926513311381:43926513311791 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 44 +43926513312808:43926513314336 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926513324228:43926513324707 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926513325921:43926513329703 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092cc5950) = 0 +43926513330622:43926513331189 26036:26036 hsa_signal_store_relaxed(, 44) = void +43926513332694:43926513333331 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926513349529:43926513350190 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926513362268:43926513362929 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926513363752:43926513364123 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 45 +43926513364923:43926513365261 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 44 +43926513366200:43926513366521 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926513367351:43926513368912 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092cccd00) = 0 +43926513369665:43926513370116 26036:26036 hsa_signal_store_relaxed(, 45) = void +43926513371107:43926513834159 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926513835110:43926513835504 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926513836573:43926513837195 26036:26036 hsa_signal_destroy() = 0 +43926513838393:43926513839222 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926513840212:43926513840603 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926513841349:43926513841788 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926513842578:43926513842927 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926513843778:43926513844108 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926513859183:43926513859823 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926513915890:43926513919147 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926513920648:43926513921030 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926513924134:43926513924691 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926513926467:43926513926915 26036:26041 hsa_signal_destroy() = 0 +43926513932179:43926513932704 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926513933476:43926513933834 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926513860649:43926514281392 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926514742452:43926514743189 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926529130075:43926529131130 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926529135455:43926529136715 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926529138344:43926529140443 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926529141808:43926529142801 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926529143630:43926529144269 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926529145173:43926529145656 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926529599985:43926529600795 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926529602043:43926529603662 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926529604527:43926529977177 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926529978423:43926529979052 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926529992488:43926529993143 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926530001536:43926530012646 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 46 +43926530013688:43926530014089 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 46 +43926530015381:43926530016619 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926530017581:43926530018008 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926530019224:43926530031893 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092cd4c20) = 0 +43926530032844:43926530033416 26036:26036 hsa_signal_store_relaxed(, 46) = void +43926530035012:43926530035654 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926530051638:43926530052288 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926530054972:43926530055731 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926530056576:43926530056940 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 47 +43926530057817:43926530058171 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 46 +43926530068204:43926530068556 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926530069432:43926530069860 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092cdd6e0) = 0 +43926530070610:43926530071005 26036:26036 hsa_signal_store_relaxed(, 47) = void +43926530075834:43926530527590 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926530528628:43926530529120 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926530530290:43926530530916 26036:26036 hsa_signal_destroy() = 0 +43926530532077:43926530532968 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926530534004:43926530534444 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926530535190:43926530535633 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926530536430:43926530536778 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926530537641:43926530551966 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926530552858:43926530553580 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926530608905:43926530612277 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926530613740:43926530614108 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926530617108:43926530617655 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926530619467:43926530619873 26036:26041 hsa_signal_destroy() = 0 +43926530622027:43926530622473 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926530623245:43926530623600 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926530554378:43926530976154 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926531437738:43926531438476 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926545821584:43926545822572 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926545826664:43926545827878 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926545829581:43926545831716 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926545833184:43926545833773 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926545834687:43926545835306 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926545836223:43926545836623 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926546290968:43926546291714 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926546292890:43926546294547 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926546295591:43926546668686 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926546669863:43926546670497 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926546684060:43926546684710 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926546711364:43926546712141 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 48 +43926546713368:43926546713773 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 48 +43926546715046:43926546716406 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926546726239:43926546726715 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926546727876:43926546731698 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092cdfc30) = 0 +43926546732611:43926546733209 26036:26036 hsa_signal_store_relaxed(, 48) = void +43926546734733:43926546745342 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926546751550:43926546752201 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926546764017:43926546764831 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926546765672:43926546766050 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 49 +43926546766850:43926546767191 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 48 +43926546768139:43926546768460 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926546769288:43926546770813 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092943d40) = 0 +43926546771565:43926546772015 26036:26036 hsa_signal_store_relaxed(, 49) = void +43926546773033:43926547245006 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926547246024:43926547246417 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926547247539:43926547248176 26036:26036 hsa_signal_destroy() = 0 +43926547249276:43926547250068 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926547250907:43926547251300 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926547252053:43926547252478 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926547253269:43926547253620 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926547254473:43926547254811 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926547269711:43926547270352 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926547325566:43926547328882 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926547330392:43926547330775 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926547333900:43926547334457 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926547336269:43926547336686 26036:26041 hsa_signal_destroy() = 0 +43926547338812:43926547339237 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926547340011:43926547340370 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926547271167:43926547692392 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926548158304:43926548159033 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926562538511:43926562539556 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926562543753:43926562544954 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926562546890:43926562549950 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926562551003:43926562551591 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926562552415:43926562553038 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926562553929:43926562554330 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926563006919:43926563007763 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926563009187:43926563010704 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926563011571:43926563384197 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926563385431:43926563386062 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926563399109:43926563399766 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926563407549:43926563423029 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 50 +43926563423973:43926563424376 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 50 +43926563425428:43926563426630 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926563427585:43926563428019 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926563429224:43926563442299 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929489f0) = 0 +43926563443245:43926563443818 26036:26036 hsa_signal_store_relaxed(, 50) = void +43926563445400:43926563446056 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926563461811:43926563462454 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926563465496:43926563466206 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926563467048:43926563467398 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 51 +43926563468265:43926563468614 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 50 +43926563478786:43926563479124 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926563479988:43926563480422 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092945ee0) = 0 +43926563481182:43926563481649 26036:26036 hsa_signal_store_relaxed(, 51) = void +43926563482681:43926563952448 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926563957912:43926563958326 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926563959510:43926563960141 26036:26036 hsa_signal_destroy() = 0 +43926563961288:43926563962126 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926563976982:43926563977496 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926563978312:43926563978777 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926563979594:43926563979952 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926563980817:43926563981181 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926563981954:43926563982617 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926564034023:43926564037389 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926564038913:43926564039297 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926564042278:43926564042835 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926564044605:43926564045062 26036:26041 hsa_signal_destroy() = 0 +43926564047197:43926564047636 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926564048414:43926564048776 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926563983414:43926564404843 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926564866476:43926564867218 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926579242518:43926579243457 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926579247490:43926579248664 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926579250442:43926579252951 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926579254012:43926579254627 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926579255503:43926579256086 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926579256975:43926579257389 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926579707657:43926579708368 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926579709601:43926579711038 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926579712179:43926580084743 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926580085977:43926580086615 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926580104645:43926580105309 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926580123787:43926580124416 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 52 +43926580125508:43926580125912 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 52 +43926580137063:43926580138336 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926580139325:43926580139792 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926580140949:43926580144820 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929547d0) = 0 +43926580145738:43926580146328 26036:26036 hsa_signal_store_relaxed(, 52) = void +43926580147746:43926580148382 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926580165179:43926580165840 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926580177664:43926580178447 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926580179271:43926580179607 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 53 +43926580180411:43926580180752 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 52 +43926580181692:43926580182017 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926580182837:43926580184367 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092950190) = 0 +43926580185117:43926580185504 26036:26036 hsa_signal_store_relaxed(, 53) = void +43926580186492:43926580655351 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926580656285:43926580656683 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926580657804:43926580658449 26036:26036 hsa_signal_destroy() = 0 +43926580659681:43926580660563 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926580661407:43926580661802 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926580662549:43926580662979 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926580663783:43926580664134 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926580664984:43926580665314 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926580680171:43926580680878 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926580736670:43926580739899 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926580741328:43926580741714 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926580744824:43926580745386 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926580747155:43926580747617 26036:26041 hsa_signal_destroy() = 0 +43926580749763:43926580750204 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926580750980:43926580751338 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926580681704:43926581102546 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926581564002:43926581564791 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926595939665:43926595940713 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926595945356:43926595946681 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926595948614:43926595950584 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926595951593:43926595952511 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926595953337:43926595953984 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926595954894:43926595955476 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926596441094:43926596441996 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926596443289:43926596445155 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926596446084:43926596818719 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926596819893:43926596820536 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926596833862:43926596834519 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926596857534:43926596858170 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 54 +43926596859089:43926596859573 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 54 +43926596860881:43926596862039 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926596863164:43926596863635 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926596864915:43926596877694 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209295acb0) = 0 +43926596878626:43926596879200 26036:26036 hsa_signal_store_relaxed(, 54) = void +43926596880528:43926596881167 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926596897744:43926596898394 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926596901251:43926596902022 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926596902860:43926596912037 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 55 +43926596912954:43926596913292 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 54 +43926596914335:43926596914657 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926596915679:43926596917209 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092959cd0) = 0 +43926596917962:43926596918410 26036:26036 hsa_signal_store_relaxed(, 55) = void +43926596919417:43926597378625 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926597379561:43926597379982 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926597386610:43926597387342 26036:26036 hsa_signal_destroy() = 0 +43926597388629:43926597403963 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926597404877:43926597405280 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926597406046:43926597406480 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926597407293:43926597407649 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926597408531:43926597408892 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926597409673:43926597410305 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926597459619:43926597462979 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926597464421:43926597464795 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926597467584:43926597468143 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926597469969:43926597470398 26036:26041 hsa_signal_destroy() = 0 +43926597472539:43926597472997 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926597473776:43926597474136 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926597411081:43926597833349 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926598295209:43926598296030 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926612677020:43926612677948 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926612681800:43926612683023 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926612684592:43926612687270 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926612688400:43926612688990 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926612689865:43926612690515 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926612691408:43926612691815 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926613143309:43926613144160 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926613145603:43926613147345 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926613148420:43926613520759 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926613522053:43926613522682 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926613536098:43926613536751 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926613555534:43926613556146 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 56 +43926613557170:43926613557571 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 56 +43926613558597:43926613559955 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926613573795:43926613574273 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926613575462:43926613579233 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209296b900) = 0 +43926613580149:43926613580725 26036:26036 hsa_signal_store_relaxed(, 56) = void +43926613582220:43926613592913 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926613599267:43926613599930 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926613611862:43926613612691 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926613613534:43926613613874 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 57 +43926613614676:43926613615018 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 56 +43926613615937:43926613616258 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926613617086:43926613618740 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092963350) = 0 +43926613619490:43926613619880 26036:26036 hsa_signal_store_relaxed(, 57) = void +43926613620899:43926614088498 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926614089448:43926614089849 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926614090998:43926614091627 26036:26036 hsa_signal_destroy() = 0 +43926614092683:43926614093565 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926614094405:43926614094798 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926614095543:43926614095973 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926614096765:43926614097114 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926614097964:43926614098297 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926614113388:43926614114080 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926614170008:43926614173440 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926614174890:43926614175276 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926614178254:43926614178818 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926614180604:43926614181064 26036:26041 hsa_signal_destroy() = 0 +43926614183263:43926614183684 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926614184461:43926614184828 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926614114911:43926614535965 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926614996729:43926614997512 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926629388083:43926629389031 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926629393364:43926629394536 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926629396168:43926629398231 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926629399332:43926629399971 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926629400794:43926629401701 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926629402594:43926629402991 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926629856144:43926629856909 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926629858176:43926629859708 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926629860645:43926630233373 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926630234556:43926630235183 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926630248926:43926630249580 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926630268633:43926630269495 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 58 +43926630270474:43926630270954 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 58 +43926630272017:43926630273287 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926630274262:43926630274734 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926630275972:43926630288782 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209296c6b0) = 0 +43926630289730:43926630290303 26036:26036 hsa_signal_store_relaxed(, 58) = void +43926630291860:43926630292500 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926630308866:43926630309516 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926630312427:43926630313196 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926630314048:43926630314395 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 59 +43926630315269:43926630324485 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 58 +43926630325536:43926630325869 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926630326772:43926630327196 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092972b90) = 0 +43926630327941:43926630328393 26036:26036 hsa_signal_store_relaxed(, 59) = void +43926630329441:43926630791689 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926630792634:43926630793052 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926630794159:43926630794772 26036:26036 hsa_signal_destroy() = 0 +43926630795925:43926630796707 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926630801255:43926630801697 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926630816679:43926630817155 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926630817988:43926630818351 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926630819296:43926630819656 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926630820439:43926630821091 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926630873518:43926630876799 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926630878284:43926630878669 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926630881730:43926630882285 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926630884067:43926630884532 26036:26041 hsa_signal_destroy() = 0 +43926630886696:43926630887136 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926630887913:43926630888276 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926630821883:43926631240739 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926631702662:43926631703404 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926646084750:43926646085868 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926646089836:43926646091493 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926646093165:43926646095214 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926646096546:43926646097129 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926646098139:43926646098969 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926646099857:43926646100259 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926646554041:43926646554892 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926646556294:43926646558010 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926646558930:43926646931344 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926646932820:43926646933453 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926646947257:43926646947910 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926646970381:43926646971086 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 60 +43926646972095:43926646972569 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 60 +43926646973622:43926646983857 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926646984796:43926646985262 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926646991509:43926646994878 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929764a0) = 0 +43926646995812:43926646996546 26036:26036 hsa_signal_store_relaxed(, 60) = void +43926646998129:43926646998768 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926647004919:43926647005552 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926647008429:43926647009199 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926647010022:43926647010357 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 61 +43926647011180:43926647011515 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 60 +43926647012441:43926647012766 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926647013615:43926647014475 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092979be0) = 0 +43926647015252:43926647015705 26036:26036 hsa_signal_store_relaxed(, 61) = void +43926647484645:43926647488258 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926647489867:43926647490402 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926647494403:43926647496171 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926647497196:43926647497761 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926647016730:43926647531296 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926647543861:43926647544424 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926647546092:43926647546981 26036:26036 hsa_signal_destroy() = 0 +43926647548068:43926647548640 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926647549652:43926647550076 26036:26036 hsa_signal_destroy() = 0 +43926647551464:43926647552913 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926647553853:43926647554330 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926647555158:43926647555705 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926647556454:43926647556831 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926647557761:43926647558326 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926647559182:43926647560211 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926647561026:43926647963231 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926648445914:43926648446803 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926663052694:43926663053716 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926663059620:43926663061011 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926663068907:43926663071528 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926663072713:43926663073396 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926663074350:43926663074928 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926663075691:43926663076091 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926663528921:43926663529597 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926663530732:43926663532722 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926663533510:43926663906897 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926663907984:43926663908616 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926663925484:43926663926136 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926663964011:43926663964720 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 62 +43926663965645:43926663966126 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 62 +43926663967311:43926663968943 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926663969724:43926663970083 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926663971456:43926663975867 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092977f30) = 0 +43926663976759:43926663977605 26036:26036 hsa_signal_store_relaxed(, 62) = void +43926663979098:43926663979734 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926663989024:43926663989656 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926663992626:43926663993527 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926663994315:43926663994693 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 63 +43926663995449:43926663995792 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 62 +43926663996763:43926663997111 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926663997960:43926663999745 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929857c0) = 0 +43926664005261:43926664005832 26036:26036 hsa_signal_store_relaxed(, 63) = void +43926664007113:43926664482177 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926664483248:43926664483657 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926664484793:43926664485507 26036:26036 hsa_signal_destroy() = 0 +43926664486768:43926664488193 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926664489007:43926664489421 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926664491290:43926664491757 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926664492555:43926664507290 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926664508167:43926664508530 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926664509329:43926664510138 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926664563679:43926664567087 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926664568579:43926664568954 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926664571557:43926664572110 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926664573837:43926664574290 26036:26041 hsa_signal_destroy() = 0 +43926664576439:43926664576870 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926664577642:43926664578000 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926664510962:43926664931414 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926665392593:43926665393377 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926679771407:43926679772627 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926679778029:43926679779323 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926679781393:43926679784211 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926679785396:43926679786045 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926679786906:43926679787502 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926679788405:43926679788893 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926680242277:43926680243056 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926680244225:43926680245994 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926680246896:43926680619748 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926680621055:43926680621684 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926680636225:43926680636892 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926680661768:43926680662528 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 64 +43926680663740:43926680664246 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 64 +43926680665401:43926680666628 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926680667494:43926680676751 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926680678143:43926680682314 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092981320) = 0 +43926680683192:43926680683759 26036:26036 hsa_signal_store_relaxed(, 64) = void +43926680699011:43926680699669 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926680714766:43926680715404 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926680718218:43926680719066 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926680719909:43926680720299 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 65 +43926680721037:43926680721379 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 64 +43926680722335:43926680722674 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926680723510:43926680725232 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209298bca0) = 0 +43926680725997:43926680726444 26036:26036 hsa_signal_store_relaxed(, 65) = void +43926680727418:43926681189222 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926681190091:43926681190609 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926681191875:43926681192514 26036:26036 hsa_signal_destroy() = 0 +43926681193732:43926681194967 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926681195814:43926681196203 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926681196941:43926681197390 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926681198178:43926681198554 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926681199407:43926681199758 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926681214948:43926681215584 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926681271039:43926681274265 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926681275757:43926681276138 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926681279399:43926681279954 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926681281696:43926681282150 26036:26041 hsa_signal_destroy() = 0 +43926681284330:43926681284757 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926681285528:43926681285887 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926681216373:43926681637345 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926682097830:43926682098609 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926696490404:43926696491406 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926696495827:43926696497165 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926696499233:43926696501849 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926696506858:43926696507415 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926696508242:43926696508825 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926696509682:43926696510477 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926696979446:43926696980446 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926696981584:43926696983380 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926696984252:43926697357765 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926697358953:43926697359590 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926697373376:43926697374025 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926697394595:43926697395222 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 66 +43926697396127:43926697396526 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 66 +43926697397592:43926697398868 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926697399789:43926697400198 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926697401393:43926697414067 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092988840) = 0 +43926697415067:43926697415635 26036:26036 hsa_signal_store_relaxed(, 66) = void +43926697417161:43926697417796 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926697433686:43926697434334 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926697436846:43926697437608 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926697438451:43926697438869 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 67 +43926697439688:43926697440031 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 66 +43926697449925:43926697450283 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926697451124:43926697452536 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209299bd00) = 0 +43926697453309:43926697453759 26036:26036 hsa_signal_store_relaxed(, 67) = void +43926697454796:43926697915804 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926697916838:43926697917244 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926697918373:43926697919028 26036:26036 hsa_signal_destroy() = 0 +43926697920253:43926697921325 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926697922206:43926697922572 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926697923339:43926697923776 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926697926199:43926697926567 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926697941842:43926697942222 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926697943014:43926697943603 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926697997848:43926698001140 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926698002553:43926698002925 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926698006156:43926698006705 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926698008479:43926698008927 26036:26041 hsa_signal_destroy() = 0 +43926698011089:43926698011515 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926698012286:43926698012649 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926697944388:43926698365729 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926698825421:43926698826214 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926713208573:43926713209567 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926713213786:43926713214887 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926713216680:43926713218981 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926713220171:43926713220794 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926713221670:43926713222426 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926713223310:43926713223785 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926713699866:43926713700649 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926713701878:43926713703473 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926713704373:43926714077266 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926714078487:43926714079112 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926714095867:43926714096514 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926714119759:43926714129468 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 68 +43926714130436:43926714130831 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 68 +43926714131959:43926714133259 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926714134100:43926714134554 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926714135914:43926714140181 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092993f20) = 0 +43926714141132:43926714141704 26036:26036 hsa_signal_store_relaxed(, 68) = void +43926714143380:43926714144015 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926714151543:43926714152199 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926714154971:43926714155929 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926714156758:43926714157142 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 69 +43926714157879:43926714158218 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 68 +43926714159184:43926714159505 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926714160418:43926714161239 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209299c6c0) = 0 +43926714161985:43926714162376 26036:26036 hsa_signal_store_relaxed(, 69) = void +43926714163387:43926714641916 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926714642902:43926714643416 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926714644561:43926714645228 26036:26036 hsa_signal_destroy() = 0 +43926714646497:43926714647482 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926714648359:43926714648722 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926714649466:43926714649945 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926714650732:43926714651097 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926714651950:43926714652295 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926714667240:43926714667870 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926714723763:43926714727047 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926714728608:43926714728989 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926714732147:43926714732703 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926714734490:43926714734914 26036:26041 hsa_signal_destroy() = 0 +43926714737043:43926714737484 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926714738265:43926714738627 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926714668680:43926715090676 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926715549894:43926715550692 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926729932152:43926729933339 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926729937733:43926729939085 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926729941005:43926729943381 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926729944703:43926729945188 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926729949905:43926729950495 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926729951375:43926729951849 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926730403750:43926730404596 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926730405701:43926730407390 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926730408270:43926730781243 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926730782429:43926730783076 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926730796646:43926730797296 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926730820057:43926730820687 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 70 +43926730821768:43926730822174 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 70 +43926730823200:43926730833237 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926730834213:43926730834670 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926730836165:43926730839687 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929a88c0) = 0 +43926730840629:43926730841191 26036:26036 hsa_signal_store_relaxed(, 70) = void +43926730842588:43926730853356 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926730859588:43926730860243 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926730871776:43926730872581 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926730873402:43926730873779 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 71 +43926730874572:43926730874903 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 70 +43926730875827:43926730876159 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926730876977:43926730878630 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929a62e0) = 0 +43926730879371:43926730879819 26036:26036 hsa_signal_store_relaxed(, 71) = void +43926730880835:43926731348963 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926731349872:43926731350283 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926731351532:43926731352184 26036:26036 hsa_signal_destroy() = 0 +43926731353387:43926731354362 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926731355196:43926731355560 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926731356326:43926731356757 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926731357546:43926731357907 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926731358757:43926731359102 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926731377593:43926731378195 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926731430522:43926731433859 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926731435434:43926731435824 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926731438936:43926731439495 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926731441251:43926731441707 26036:26041 hsa_signal_destroy() = 0 +43926731443884:43926731444247 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926731445024:43926731445388 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926731378993:43926731797529 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926732264000:43926732264735 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926746642416:43926746643364 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926746647967:43926746649040 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926746650547:43926746652579 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926746653883:43926746654363 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926746655232:43926746655890 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926746656799:43926746657273 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926747110209:43926747111026 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926747112532:43926747114124 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926747115028:43926747487625 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926747488857:43926747489486 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926747502865:43926747503532 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926747524472:43926747525117 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 72 +43926747526154:43926747526785 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 72 +43926747527884:43926747529220 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926747539329:43926747539810 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926747541148:43926747544766 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929b1420) = 0 +43926747545801:43926747546366 26036:26036 hsa_signal_store_relaxed(, 72) = void +43926747547873:43926747558195 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926747564894:43926747565547 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926747581431:43926747582195 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926747583033:43926747583426 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 73 +43926747584218:43926747584552 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 72 +43926747585487:43926747585813 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926747586648:43926747588381 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929ab8d0) = 0 +43926747589125:43926747589581 26036:26036 hsa_signal_store_relaxed(, 73) = void +43926747590600:43926748056094 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926748057017:43926748057536 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926748058949:43926748059628 26036:26036 hsa_signal_destroy() = 0 +43926748060835:43926748061946 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926748062810:43926748063174 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926748063921:43926748064393 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926748065184:43926748065549 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926748066392:43926748080959 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926748081874:43926748082502 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926748138101:43926748141396 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926748142844:43926748143217 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926748146189:43926748146745 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926748148532:43926748148989 26036:26041 hsa_signal_destroy() = 0 +43926748151194:43926748151639 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926748152419:43926748152782 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926748083291:43926748504635 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926748967311:43926748968051 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926763345344:43926763346267 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926763350493:43926763351975 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926763353989:43926763356768 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926763357907:43926763358515 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926763359345:43926763360075 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926763360973:43926763361454 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926763816682:43926763817446 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926763818644:43926763820498 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926763821435:43926764194804 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926764196141:43926764196775 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926764212390:43926764213041 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926764231663:43926764232337 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 74 +43926764233422:43926764233827 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 74 +43926764234818:43926764236559 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926764237487:43926764237899 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926764248059:43926764251908 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929bfee0) = 0 +43926764253012:43926764253575 26036:26036 hsa_signal_store_relaxed(, 74) = void +43926764255076:43926764255715 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926764272029:43926764272681 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926764275203:43926764275964 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926764285688:43926764286043 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 75 +43926764286874:43926764287207 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 74 +43926764288217:43926764288547 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926764289657:43926764291274 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929ba6c0) = 0 +43926764292011:43926764292462 26036:26036 hsa_signal_store_relaxed(, 75) = void +43926764293513:43926764758629 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926764759546:43926764760014 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926764761158:43926764761807 26036:26036 hsa_signal_destroy() = 0 +43926764762983:43926764763968 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926764764803:43926764765204 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926764765949:43926764766377 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926764767168:43926764767534 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926764768388:43926764768729 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926764783959:43926764784578 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926764839632:43926764843001 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926764844473:43926764844855 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926764848114:43926764848674 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926764850451:43926764850876 26036:26041 hsa_signal_destroy() = 0 +43926764853033:43926764853461 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926764854230:43926764854589 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926764786516:43926765206636 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926765669634:43926765670377 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926780053105:43926780054002 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926780058078:43926780059263 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926780060986:43926780064004 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926780065104:43926780065663 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926780066522:43926780067269 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926780068180:43926780068654 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926780518099:43926780518759 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926780519904:43926780521475 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926780522371:43926780895399 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926780896723:43926780897345 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926780910591:43926780911235 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926780930354:43926780931169 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 76 +43926780932177:43926780932577 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 76 +43926780933650:43926780935014 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926780935903:43926780936451 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926780937738:43926780950610 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929ccff0) = 0 +43926780951675:43926780952252 26036:26036 hsa_signal_store_relaxed(, 76) = void +43926780953810:43926780954445 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926780970529:43926780971182 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926780974271:43926780974918 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926780975791:43926780976206 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 77 +43926780990356:43926780990703 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 76 +43926780991767:43926780992107 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926780992950:43926780994559 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929c8fb0) = 0 +43926780995303:43926780995700 26036:26036 hsa_signal_store_relaxed(, 77) = void +43926780996719:43926781458864 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926781459824:43926781460338 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926781461478:43926781462115 26036:26036 hsa_signal_destroy() = 0 +43926781463349:43926781464251 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926781465082:43926781465462 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926781466278:43926781466704 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926781467713:43926781468079 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926781468930:43926781469264 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926781484104:43926781484735 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926781540327:43926781543593 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926781545036:43926781545412 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926781548727:43926781549280 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926781551095:43926781551510 26036:26041 hsa_signal_destroy() = 0 +43926781553830:43926781554258 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926781555031:43926781555398 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926781485544:43926781907364 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926782369111:43926782369849 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926796757608:43926796758650 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926796762954:43926796764044 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926796765818:43926796768200 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926796769419:43926796769984 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926796770805:43926796771410 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926796772605:43926796773083 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926797226962:43926797227672 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926797232483:43926797233981 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926797234854:43926797607656 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926797608906:43926797609534 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926797623675:43926797624328 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926797642786:43926797643513 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 78 +43926797644732:43926797645131 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 78 +43926797646245:43926797647632 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926797648486:43926797648917 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926797650180:43926797663044 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929d8a90) = 0 +43926797664042:43926797664619 26036:26036 hsa_signal_store_relaxed(, 78) = void +43926797666080:43926797666716 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926797682710:43926797683370 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926797686124:43926797686894 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926797687756:43926797688152 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 79 +43926797697821:43926797698209 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 78 +43926797699160:43926797699483 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926797700314:43926797700795 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929d2340) = 0 +43926797701540:43926797701987 26036:26036 hsa_signal_store_relaxed(, 79) = void +43926797703003:43926798167477 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926798168398:43926798168804 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926798169929:43926798170569 26036:26036 hsa_signal_destroy() = 0 +43926798171813:43926798172800 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926798173655:43926798174054 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926798174797:43926798175227 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926798176017:43926798176382 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926798177223:43926798191893 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926798192799:43926798193426 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926798248801:43926798252110 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926798256432:43926798256890 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926798260054:43926798260608 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926798262364:43926798262775 26036:26041 hsa_signal_destroy() = 0 +43926798264896:43926798265318 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926798266090:43926798266450 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926798194217:43926798615435 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926799076841:43926799077581 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926813467997:43926813469050 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926813473277:43926813474523 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926813476697:43926813479351 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926813480493:43926813481072 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926813481930:43926813482532 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926813483426:43926813483902 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926813938052:43926813939026 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926813940541:43926813942187 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926813943086:43926814315736 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926814317061:43926814317690 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926814331129:43926814331786 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926814353838:43926814354512 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 80 +43926814355676:43926814356318 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 80 +43926814357537:43926814367464 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926814368392:43926814368785 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926814370062:43926814373952 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929e7ed0) = 0 +43926814374974:43926814375539 26036:26036 hsa_signal_store_relaxed(, 80) = void +43926814376927:43926814387787 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926814394372:43926814395031 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926814407023:43926814407802 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926814408659:43926814409038 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 81 +43926814409865:43926814410196 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 80 +43926814415087:43926814415419 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926814416308:43926814418008 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929e3ca0) = 0 +43926814418758:43926814419203 26036:26036 hsa_signal_store_relaxed(, 81) = void +43926814420220:43926814885119 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926814886057:43926814886519 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926814887658:43926814888321 26036:26036 hsa_signal_destroy() = 0 +43926814889550:43926814890523 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926814891411:43926814891820 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926814892585:43926814893024 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926814893814:43926814894176 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926814895047:43926814895379 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926814910825:43926814911450 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926814967047:43926814970211 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926814971743:43926814972117 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926814975183:43926814975725 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926814977487:43926814977903 26036:26041 hsa_signal_destroy() = 0 +43926814980022:43926814980456 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926814981226:43926814981587 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926814912234:43926815333335 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926815794332:43926815795072 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926830179959:43926830180914 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926830184947:43926830186014 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926830187837:43926830190967 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926830192119:43926830192686 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926830193522:43926830194118 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926830195007:43926830195487 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926830646478:43926830647250 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926830648609:43926830650134 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926830655276:43926831024014 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926831025328:43926831025955 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926831040508:43926831041157 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926831063836:43926831064432 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 82 +43926831065620:43926831066024 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 82 +43926831075817:43926831077061 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926831077929:43926831078391 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926831079597:43926831083259 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929ee6b0) = 0 +43926831084222:43926831084790 26036:26036 hsa_signal_store_relaxed(, 82) = void +43926831086212:43926831096924 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926831103171:43926831103825 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926831115993:43926831116807 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926831117644:43926831117968 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 83 +43926831118765:43926831119104 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 82 +43926831120080:43926831120409 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926831121220:43926831122818 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929edc30) = 0 +43926831123566:43926831124016 26036:26036 hsa_signal_store_relaxed(, 83) = void +43926831125022:43926831592120 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926831593096:43926831593512 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926831594521:43926831595185 26036:26036 hsa_signal_destroy() = 0 +43926831596414:43926831597475 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926831598333:43926831598697 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926831599465:43926831599884 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926831600676:43926831601040 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926831601887:43926831602232 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926831602989:43926831618106 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926831674461:43926831677873 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926831679361:43926831679734 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926831682728:43926831683284 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926831688055:43926831688511 26036:26041 hsa_signal_destroy() = 0 +43926831690674:43926831691223 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926831691999:43926831692358 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926831618942:43926832041073 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926832502268:43926832503010 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926846897759:43926846898900 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926846903336:43926846904366 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926846905877:43926846907816 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926846908951:43926846909586 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926846910446:43926846910988 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926846911879:43926846912361 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926847362442:43926847363271 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926847364401:43926847366054 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926847367015:43926847755386 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926847756524:43926847757153 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926847770161:43926847770820 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926847779532:43926847794921 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 84 +43926847796171:43926847796570 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 84 +43926847797715:43926847799080 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926847800018:43926847800355 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926847801602:43926847814241 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929f94b0) = 0 +43926847815311:43926847815880 26036:26036 hsa_signal_store_relaxed(, 84) = void +43926847817343:43926847817981 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926847838718:43926847839367 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926847851376:43926847852170 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926847853024:43926847853359 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 85 +43926847854180:43926847854511 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 84 +43926847855449:43926847855770 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926847858063:43926847859724 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929f8880) = 0 +43926847860477:43926847860926 26036:26036 hsa_signal_store_relaxed(, 85) = void +43926847861955:43926849699110 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926849700221:43926849700778 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926849701847:43926849702652 26036:26036 hsa_signal_destroy() = 0 +43926849703914:43926849704838 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926849705703:43926849706117 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926849706905:43926849707369 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926849717335:43926849717717 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926849718524:43926849718890 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926849719653:43926849720391 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926849756261:43926849759515 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926849761035:43926849761405 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926849774888:43926849775483 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926849777287:43926849777751 26036:26041 hsa_signal_destroy() = 0 +43926849779913:43926849780412 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926849781206:43926849781576 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926849721144:43926850151110 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926850612303:43926850613048 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926864999289:43926865000288 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926865004811:43926865005810 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926865007601:43926865009841 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926865010985:43926865011544 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926865012387:43926865013051 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926865013939:43926865014415 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926865468287:43926865469078 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926865470209:43926865471840 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926865472747:43926865860882 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926865862176:43926865862797 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926865881623:43926865882274 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926865900970:43926865901626 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 86 +43926865902651:43926865903057 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 86 +43926865904168:43926865914301 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926865915181:43926865915585 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926865916764:43926865920769 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929fa3e0) = 0 +43926865921707:43926865922271 26036:26036 hsa_signal_store_relaxed(, 86) = void +43926865923710:43926865934504 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926865940725:43926865941403 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926865952914:43926865953693 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926865954526:43926865954859 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 87 +43926865955653:43926865955989 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 86 +43926865956915:43926865957244 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926865958077:43926865959861 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a00c20) = 0 +43926865960606:43926865961052 26036:26036 hsa_signal_store_relaxed(, 87) = void +43926865962068:43926867806324 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926867807340:43926867807758 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926867808963:43926867809623 26036:26036 hsa_signal_destroy() = 0 +43926867811005:43926867812023 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926867812876:43926867813298 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926867814064:43926867823612 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926867824495:43926867824864 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926867825721:43926867826072 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926867826824:43926867827422 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926867862616:43926867865886 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926867867353:43926867867734 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926867881203:43926867881786 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926867883703:43926867884180 26036:26041 hsa_signal_destroy() = 0 +43926867889502:43926867890049 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926867890868:43926867891244 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926867828181:43926868258434 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926868720165:43926868720906 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926883098924:43926883099971 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926883104054:43926883105146 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926883106996:43926883109159 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926883110567:43926883111155 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926883112024:43926883112718 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926883113606:43926883114082 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926883569259:43926883569972 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926883571122:43926883572849 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926883573816:43926883962183 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926883963381:43926883964007 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926883977297:43926883977955 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926884006620:43926884007355 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 88 +43926884008410:43926884008891 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 88 +43926884018687:43926884019998 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926884020867:43926884021330 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926884022564:43926884026171 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a031e0) = 0 +43926884027158:43926884027725 26036:26036 hsa_signal_store_relaxed(, 88) = void +43926884029226:43926884039866 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926884046328:43926884047005 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926884058945:43926884059806 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926884060670:43926884061050 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 89 +43926884061891:43926884062226 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 88 +43926884063141:43926884063471 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926884064337:43926884066119 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a09d40) = 0 +43926884066905:43926884067301 26036:26036 hsa_signal_store_relaxed(, 89) = void +43926884071520:43926885910226 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926885911187:43926885911712 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926885912812:43926885913551 26036:26036 hsa_signal_destroy() = 0 +43926885914704:43926885915565 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926885916477:43926885916854 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926885917629:43926885918085 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926885927709:43926885928127 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926885928963:43926885929315 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926885930077:43926885930855 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926885966843:43926885970062 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926885971540:43926885971912 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926885985293:43926885985884 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926885987686:43926885988145 26036:26041 hsa_signal_destroy() = 0 +43926885990337:43926885990776 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926885991569:43926885991936 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926885931599:43926886362684 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926886825469:43926886826237 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926901212602:43926901213545 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926901217942:43926901218955 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926901220604:43926901223068 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926901224411:43926901224889 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926901225711:43926901226371 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926901227282:43926901227760 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926901680433:43926901681178 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926901682623:43926901684240 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926901685104:43926902073275 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926902074496:43926902075119 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926902088969:43926902089627 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926902112303:43926902113062 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 90 +43926902114036:43926902114441 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 90 +43926902115486:43926902116911 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926902126877:43926902127349 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926902128541:43926902132209 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a06680) = 0 +43926902133131:43926902133696 26036:26036 hsa_signal_store_relaxed(, 90) = void +43926902135184:43926902135823 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926902152322:43926902152973 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926902164747:43926902165541 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926902166388:43926902166773 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 91 +43926902167575:43926902167908 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 90 +43926902168842:43926902169164 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926902170002:43926902171692 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a08040) = 0 +43926902172445:43926902172894 26036:26036 hsa_signal_store_relaxed(, 91) = void +43926902173955:43926904019842 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926904020882:43926904021571 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926904022692:43926904023360 26036:26036 hsa_signal_destroy() = 0 +43926904024491:43926904025408 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926904026326:43926904026692 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926904027453:43926904027915 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926904037730:43926904038115 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926904038998:43926904039341 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926904040108:43926904040720 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926904077071:43926904080342 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926904081826:43926904082214 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926904095694:43926904096287 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926904098127:43926904098607 26036:26041 hsa_signal_destroy() = 0 +43926904100872:43926904101348 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926904105292:43926904105772 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926904041471:43926904471684 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926904935189:43926904935933 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926919312104:43926919313219 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926919317318:43926919318629 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926919320278:43926919322232 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926919323296:43926919323787 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926919324814:43926919325504 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926919326414:43926919326887 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926919777638:43926919778344 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926919779529:43926919781016 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926919781913:43926920169930 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926920171174:43926920171808 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926920185030:43926920185678 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926920205064:43926920205778 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 92 +43926920206854:43926920207242 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 92 +43926920208310:43926920209589 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926920210444:43926920210858 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926920212075:43926920224935 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a13eb0) = 0 +43926920226029:43926920226610 26036:26036 hsa_signal_store_relaxed(, 92) = void +43926920228117:43926920228758 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926920244805:43926920245456 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926920248405:43926920249339 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926920250217:43926920250615 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 93 +43926920260381:43926920260722 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 92 +43926920261665:43926920261989 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926920262855:43926920263747 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a22830) = 0 +43926920264721:43926920265176 26036:26036 hsa_signal_store_relaxed(, 93) = void +43926920266187:43926922105053 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926922111614:43926922112149 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926922122396:43926922123071 26036:26036 hsa_signal_destroy() = 0 +43926922124411:43926922125315 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926922126161:43926922126526 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926922127272:43926922127699 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926922128494:43926922128857 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926922129724:43926922130064 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926922130817:43926922141572 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926922161094:43926922164285 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926922165895:43926922166267 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926922179868:43926922180448 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926922182299:43926922182754 26036:26041 hsa_signal_destroy() = 0 +43926922184945:43926922185385 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926922186186:43926922186557 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926922142396:43926922566129 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926923027384:43926923028132 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926937422236:43926937423304 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926937428056:43926937429390 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926937430930:43926937433066 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926937434153:43926937434725 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926937435546:43926937436248 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926937437196:43926937437692 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926937909759:43926937910470 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926937911615:43926937913360 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926937914218:43926938301830 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926938303159:43926938303786 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926938317138:43926938317780 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926938337277:43926938338136 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 94 +43926938343178:43926938343608 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 94 +43926938344575:43926938345868 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926938355987:43926938356470 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926938357593:43926938361064 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a1bcb0) = 0 +43926938362037:43926938362604 26036:26036 hsa_signal_store_relaxed(, 94) = void +43926938364006:43926938364637 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926938380883:43926938381567 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926938393604:43926938394386 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926938395233:43926938395573 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 95 +43926938396367:43926938396701 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 94 +43926938397619:43926938397941 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926938398774:43926938400372 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a2dd10) = 0 +43926938401122:43926938401570 26036:26036 hsa_signal_store_relaxed(, 95) = void +43926938402567:43926940252262 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926940253338:43926940253757 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926940254878:43926940255540 26036:26036 hsa_signal_destroy() = 0 +43926940256740:43926940257687 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926940258562:43926940258941 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926940259704:43926940260143 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926940269832:43926940270265 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926940271144:43926940271495 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926940272256:43926940272898 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926940309075:43926940312432 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926940313841:43926940314212 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926940327561:43926940328153 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926940329931:43926940330393 26036:26041 hsa_signal_destroy() = 0 +43926940332580:43926940333024 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926940333825:43926940334193 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926940273655:43926940703615 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926941166603:43926941167436 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926955545461:43926955546461 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926955550754:43926955551852 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926955553696:43926955555886 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926955556998:43926955557542 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926955558399:43926955559076 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926955559971:43926955560451 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926956015898:43926956016665 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926956017926:43926956019605 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926956020564:43926956408206 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926956409485:43926956410121 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926956423978:43926956424640 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926956433143:43926956448459 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 96 +43926956449417:43926956449818 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 96 +43926956450983:43926956452148 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926956453077:43926956453596 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926956454971:43926956467218 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a28260) = 0 +43926956468274:43926956468845 26036:26036 hsa_signal_store_relaxed(, 96) = void +43926956470395:43926956471028 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926956487124:43926956487772 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926956490814:43926956491699 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926956492564:43926956492975 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 97 +43926956502676:43926956503072 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 96 +43926956504098:43926956504422 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926956505406:43926956506265 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a2e1c0) = 0 +43926956507237:43926956507697 26036:26036 hsa_signal_store_relaxed(, 97) = void +43926956508708:43926958348297 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926958349283:43926958349801 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926958354463:43926958355126 26036:26036 hsa_signal_destroy() = 0 +43926958356283:43926958366146 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926958367030:43926958367433 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926958368189:43926958368637 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926958369420:43926958369835 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926958370691:43926958371048 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926958371805:43926958372428 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926958404851:43926958408082 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926958409679:43926958410054 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926958423735:43926958424325 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926958426128:43926958426593 26036:26041 hsa_signal_destroy() = 0 +43926958428859:43926958429293 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926958430086:43926958430454 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926958373199:43926958808699 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926959270687:43926959271426 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926973656329:43926973657254 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926973661381:43926973662555 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926973664130:43926973666252 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926973667542:43926973668045 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926973668878:43926973669560 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926973670446:43926973670972 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926974144784:43926974145548 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926974146875:43926974148494 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926974149404:43926974536992 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926974538272:43926974538895 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926974552550:43926974553217 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926974561885:43926974562584 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 98 +43926974574469:43926974574882 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 98 +43926974575991:43926974577306 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926974582888:43926974583416 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926974593551:43926974596735 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a33f20) = 0 +43926974597713:43926974598287 26036:26036 hsa_signal_store_relaxed(, 98) = void +43926974599794:43926974600426 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926974616578:43926974617226 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926974619839:43926974620595 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926974630571:43926974630934 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 99 +43926974631773:43926974632114 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 98 +43926974633047:43926974633366 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926974634260:43926974635778 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a3c000) = 0 +43926974636518:43926974636916 26036:26036 hsa_signal_store_relaxed(, 99) = void +43926974637913:43926976479944 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926976480978:43926976481410 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926976482612:43926976483268 26036:26036 hsa_signal_destroy() = 0 +43926976484492:43926976485405 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926976486284:43926976486792 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926976487564:43926976488012 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926976497850:43926976498235 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926976499116:43926976499465 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926976500230:43926976500837 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926976537119:43926976540449 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926976541905:43926976542277 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926976555879:43926976556469 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926976558269:43926976558735 26036:26041 hsa_signal_destroy() = 0 +43926976560969:43926976561413 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926976562208:43926976562574 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926976501599:43926976932645 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926977395676:43926977396421 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926991774478:43926991775560 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926991779771:43926991780833 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926991782306:43926991784528 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43926991785618:43926991786398 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926991787275:43926991788011 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43926991788907:43926991789377 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926992264321:43926992265473 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926992266781:43926992268327 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43926992269295:43926992657046 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926992658385:43926992659017 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926992673113:43926992673759 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926992692926:43926992693567 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 100 +43926992694580:43926992694981 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 100 +43926992696055:43926992697449 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43926992698303:43926992698825 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926992699995:43926992712393 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092843250) = 0 +43926992713453:43926992714023 26036:26036 hsa_signal_store_relaxed(, 100) = void +43926992715574:43926992716232 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43926992732182:43926992732828 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43926992735524:43926992736288 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43926992737204:43926992737566 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 101 +43926992747618:43926992747976 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 100 +43926992748946:43926992749266 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43926992750212:43926992751059 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a3de40) = 0 +43926992751835:43926992752285 26036:26036 hsa_signal_store_relaxed(, 101) = void +43926992753325:43926994605505 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926994606518:43926994606986 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926994608092:43926994608753 26036:26036 hsa_signal_destroy() = 0 +43926994609865:43926994610715 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43926994625249:43926994625618 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43926994626386:43926994626899 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43926994627691:43926994628102 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43926994628964:43926994629309 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43926994630061:43926994630700 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43926994661861:43926994665088 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926994666503:43926994666879 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926994680165:43926994680751 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43926994682570:43926994683030 26036:26041 hsa_signal_destroy() = 0 +43926994685186:43926994685657 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926994686436:43926994686811 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43926994631456:43926995065574 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43926995527430:43926995528245 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927009904192:43927009905384 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927009909804:43927009911259 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927009912888:43927009915005 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927009916084:43927009916768 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927009917588:43927009918257 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927009919146:43927009919636 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927010370655:43927010371402 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927010372910:43927010374424 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927010375285:43927010763075 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927010764388:43927010765018 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927010782816:43927010783459 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927010801985:43927010803138 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 102 +43927010804179:43927010804584 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 102 +43927010805663:43927010816353 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927010817342:43927010817860 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927010820200:43927010823376 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209284ffa0) = 0 +43927010824341:43927010824906 26036:26036 hsa_signal_store_relaxed(, 102) = void +43927010826590:43927010837178 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927010843502:43927010844176 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927010856926:43927010857700 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927010858517:43927010858891 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 103 +43927010859683:43927010860020 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 102 +43927010860950:43927010861274 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927010862098:43927010863659 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209284f390) = 0 +43927010864406:43927010864990 26036:26036 hsa_signal_store_relaxed(, 103) = void +43927010865992:43927012715851 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927012716884:43927012717302 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927012718403:43927012719062 26036:26036 hsa_signal_destroy() = 0 +43927012720219:43927012721168 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927012722020:43927012722387 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927012723212:43927012723667 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927012733254:43927012733639 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927012734518:43927012734867 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927012735632:43927012736242 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927012772496:43927012775723 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927012777199:43927012777569 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927012791042:43927012791626 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927012793466:43927012793926 26036:26041 hsa_signal_destroy() = 0 +43927012796158:43927012796668 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927012797465:43927012797831 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927012737007:43927013167586 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927013628259:43927013629000 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927028007978:43927028009049 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927028017470:43927028018649 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927028020526:43927028022578 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927028023692:43927028024306 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927028025143:43927028025799 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927028026625:43927028027208 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927028475357:43927028476280 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927028477486:43927028479109 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927028480038:43927028868871 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927028870009:43927028870633 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927028884735:43927028885391 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927028904071:43927028904777 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 104 +43927028905758:43927028906158 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 104 +43927028907432:43927028908742 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927028909721:43927028910278 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927028911488:43927028923782 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928635d0) = 0 +43927028924785:43927028925356 26036:26036 hsa_signal_store_relaxed(, 104) = void +43927028926754:43927028927412 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927028943461:43927028944102 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927028946924:43927028947727 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927028948584:43927028948947 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 105 +43927028949765:43927028950105 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 104 +43927028959955:43927028960306 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927028961206:43927028962074 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209285d3a0) = 0 +43927028962828:43927028963278 26036:26036 hsa_signal_store_relaxed(, 105) = void +43927028964275:43927030811802 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927030812771:43927030813292 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927030814536:43927030815199 26036:26036 hsa_signal_destroy() = 0 +43927030816457:43927030817491 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927030818334:43927030818699 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927030829895:43927030830370 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927030831183:43927030831549 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927030832413:43927030832763 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927030833513:43927030834123 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927030868051:43927030871323 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927030872793:43927030873168 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927030886721:43927030887312 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927030889161:43927030889637 26036:26041 hsa_signal_destroy() = 0 +43927030891846:43927030892326 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927030893117:43927030893482 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927030834881:43927031271571 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927031733900:43927031734633 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927046116850:43927046117843 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927046122259:43927046123398 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927046125190:43927046127422 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927046128544:43927046129033 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927046129861:43927046130522 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927046131408:43927046131885 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927046601957:43927046602667 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927046603884:43927046605571 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927046606435:43927046995148 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927046996339:43927046996965 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927047014792:43927047015439 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927047033818:43927047034535 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 106 +43927047035612:43927047036029 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 106 +43927047037406:43927047038705 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927047048779:43927047049315 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927047050510:43927047053862 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928743b0) = 0 +43927047055817:43927047056405 26036:26036 hsa_signal_store_relaxed(, 106) = void +43927047068375:43927047069034 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927047075164:43927047075841 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927047087371:43927047088143 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927047088959:43927047089348 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 107 +43927047090137:43927047090470 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 106 +43927047091397:43927047091716 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927047092534:43927047094134 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209286d600) = 0 +43927047094880:43927047095326 26036:26036 hsa_signal_store_relaxed(, 107) = void +43927047096352:43927048942378 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927048943382:43927048943802 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927048944987:43927048945674 26036:26036 hsa_signal_destroy() = 0 +43927048946826:43927048947745 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927048948604:43927048948981 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927048949793:43927048950231 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927048960185:43927048960567 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927048961443:43927048961792 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927048962555:43927048963159 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927048999684:43927049002895 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927049004310:43927049004686 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927049017904:43927049018493 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927049020343:43927049020774 26036:26041 hsa_signal_destroy() = 0 +43927049022969:43927049023424 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927049024221:43927049024589 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927048963913:43927049394713 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927049857756:43927049858523 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927064242689:43927064243638 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927064247398:43927064248566 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927064250329:43927064252514 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927064259437:43927064260063 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927064260906:43927064261785 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927064262638:43927064263107 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927064711847:43927064712565 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927064713830:43927064715479 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927064716401:43927065105270 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927065106521:43927065107144 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927065120693:43927065121349 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927065140090:43927065140825 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 108 +43927065141825:43927065142224 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 108 +43927065143304:43927065144660 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927065145527:43927065146048 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927065147233:43927065159594 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209287ea90) = 0 +43927065160612:43927065161181 26036:26036 hsa_signal_store_relaxed(, 108) = void +43927065162727:43927065163363 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927065179204:43927065179857 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927065182858:43927065183644 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927065184514:43927065184913 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 109 +43927065185727:43927065186077 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 108 +43927065195980:43927065196330 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927065197166:43927065197655 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209287db30) = 0 +43927065198399:43927065198845 26036:26036 hsa_signal_store_relaxed(, 109) = void +43927065199908:43927067039101 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927067040160:43927067040680 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927067041846:43927067042489 26036:26036 hsa_signal_destroy() = 0 +43927067043704:43927067044664 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927067045611:43927067046064 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927067046825:43927067047267 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927067058434:43927067058798 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927067059673:43927067060023 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927067060783:43927067061392 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927067095412:43927067098651 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927067100129:43927067100500 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927067114061:43927067114646 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927067116494:43927067116909 26036:26041 hsa_signal_destroy() = 0 +43927067119193:43927067119669 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927067120460:43927067120826 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927067062158:43927067499536 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927067960816:43927067961555 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927082344162:43927082345164 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927082349357:43927082350531 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927082352473:43927082354894 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927082356224:43927082357034 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927082357868:43927082358566 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927082359469:43927082359948 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927082813083:43927082813794 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927082815134:43927082816549 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927082817412:43927083205933 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927083207151:43927083207781 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927083221274:43927083221929 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927083240692:43927083241412 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 110 +43927083242379:43927083242776 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 110 +43927083243943:43927083245177 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927083246132:43927083246642 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927083247921:43927083259948 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928885b0) = 0 +43927083260956:43927083261524 26036:26036 hsa_signal_store_relaxed(, 110) = void +43927083262982:43927083263619 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927083284618:43927083285264 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927083296641:43927083297458 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927083298281:43927083298662 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 111 +43927083299460:43927083299794 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 110 +43927083300734:43927083301060 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927083301883:43927083303462 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092887120) = 0 +43927083304211:43927083304661 26036:26036 hsa_signal_store_relaxed(, 111) = void +43927083305662:43927085138902 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927085139903:43927085140320 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927085141589:43927085142263 26036:26036 hsa_signal_destroy() = 0 +43927085143425:43927085144392 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927085145248:43927085145651 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927085146437:43927085146877 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927085156808:43927085157175 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927085158055:43927085158406 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927085159160:43927085159866 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927085196692:43927085199909 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927085201315:43927085201690 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927085215140:43927085215731 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927085217537:43927085218012 26036:26041 hsa_signal_destroy() = 0 +43927085220175:43927085220651 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927085221436:43927085221810 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927085160614:43927085592244 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927086054512:43927086055254 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927100434196:43927100435407 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927100439734:43927100440772 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927100442372:43927100444484 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927100445532:43927100446149 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927100450596:43927100451287 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927100452142:43927100452540 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927100901880:43927100902558 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927100903839:43927100905293 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927100906221:43927101278904 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927101280103:43927101280734 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927101294961:43927101295614 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927101314183:43927101314813 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 112 +43927101315864:43927101316265 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 112 +43927101317299:43927101318587 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927101319442:43927101319973 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927101321144:43927101333244 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209288a280) = 0 +43927101334229:43927101334804 26036:26036 hsa_signal_store_relaxed(, 112) = void +43927101336234:43927101336871 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927101352553:43927101353199 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927101355962:43927101356754 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927101357587:43927101357962 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 113 +43927101358772:43927101359116 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 112 +43927101369108:43927101369454 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927101370283:43927101372460 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092895410) = 0 +43927101373210:43927101373599 26036:26036 hsa_signal_store_relaxed(, 113) = void +43927101374599:43927101834010 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927101834931:43927101835436 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927101836602:43927101837312 26036:26036 hsa_signal_destroy() = 0 +43927101838619:43927101839510 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927101840341:43927101840734 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927101841536:43927101841965 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927101842756:43927101843100 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927101843970:43927101844311 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927101861171:43927101861797 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927101915154:43927101918460 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927101919873:43927101920246 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927101923374:43927101923938 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927101925678:43927101926138 26036:26041 hsa_signal_destroy() = 0 +43927101928286:43927101928752 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927101929530:43927101929889 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927101862596:43927102282964 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927102743235:43927102743984 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927117131894:43927117133009 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927117137423:43927117138494 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927117140185:43927117142331 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927117143634:43927117144236 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927117145056:43927117145728 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927117146613:43927117147012 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927117601028:43927117601794 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927117603041:43927117604575 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927117605439:43927117978047 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927117979272:43927117979897 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927117993152:43927117993801 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927118002588:43927118013525 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 114 +43927118014502:43927118014907 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 114 +43927118016089:43927118017574 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927118018565:43927118019043 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927118020267:43927118032719 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209288fc70) = 0 +43927118033709:43927118034596 26036:26036 hsa_signal_store_relaxed(, 114) = void +43927118036070:43927118036709 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927118052517:43927118053166 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927118069100:43927118070044 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927118070871:43927118071255 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 115 +43927118072046:43927118072375 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 114 +43927118073298:43927118073627 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927118074459:43927118076107 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092897200) = 0 +43927118076853:43927118077302 26036:26036 hsa_signal_store_relaxed(, 115) = void +43927118078329:43927118532382 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927118533255:43927118533670 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927118534800:43927118535458 26036:26036 hsa_signal_destroy() = 0 +43927118536608:43927118537481 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927118538314:43927118538705 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927118539504:43927118539929 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927118540718:43927118541060 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927118541921:43927118542268 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927118557291:43927118557900 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927118613645:43927118617027 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927118618445:43927118618819 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927118621977:43927118622528 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927118624297:43927118624712 26036:26041 hsa_signal_destroy() = 0 +43927118626839:43927118627280 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927118628056:43927118628411 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927118558716:43927118979836 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927119440922:43927119441664 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927133824230:43927133825224 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927133829662:43927133831185 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927133832800:43927133834891 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927133836001:43927133836621 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927133837478:43927133838148 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927133842702:43927133843104 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927134291450:43927134292162 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927134293409:43927134294964 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927134295876:43927134668377 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927134669612:43927134670237 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927134683790:43927134684438 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927134703364:43927134704119 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 116 +43927134705141:43927134705538 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 116 +43927134706577:43927134707863 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927134708841:43927134709357 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927134710542:43927134722867 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928957d0) = 0 +43927134723853:43927134724427 26036:26036 hsa_signal_store_relaxed(, 116) = void +43927134725822:43927134726457 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927134743823:43927134744464 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927134747427:43927134748247 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927134749107:43927134749506 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 117 +43927134759461:43927134759817 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 116 +43927134760759:43927134761082 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927134761929:43927134763466 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928ac1d0) = 0 +43927134764219:43927134764674 26036:26036 hsa_signal_store_relaxed(, 117) = void +43927134765702:43927135226718 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927135227733:43927135228252 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927135229303:43927135229978 26036:26036 hsa_signal_destroy() = 0 +43927135231194:43927135232255 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927135233095:43927135233536 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927135234340:43927135234765 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927135235554:43927135235895 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927135250966:43927135251387 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927135252205:43927135252971 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927135307047:43927135310253 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927135311717:43927135312107 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927135315207:43927135315770 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927135317539:43927135317995 26036:26041 hsa_signal_destroy() = 0 +43927135320144:43927135320592 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927135321364:43927135321725 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927135254644:43927135674748 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927136140732:43927136141467 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927150516381:43927150517370 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927150521523:43927150522630 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927150524255:43927150526396 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927150527555:43927150528236 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927150529076:43927150529748 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927150530636:43927150531032 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927150983729:43927150984822 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927150986004:43927150987696 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927150988716:43927151361263 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927151362492:43927151363117 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927151377298:43927151377948 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927151400203:43927151401015 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 118 +43927151402083:43927151402487 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 118 +43927151403610:43927151413624 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927151414601:43927151415117 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927151416295:43927151419405 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928a1b60) = 0 +43927151420388:43927151420976 26036:26036 hsa_signal_store_relaxed(, 118) = void +43927151422517:43927151433339 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927151439739:43927151440386 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927151451958:43927151452751 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927151457501:43927151457887 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 119 +43927151458681:43927151459017 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 118 +43927151459951:43927151460279 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927151461100:43927151462808 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928b1360) = 0 +43927151463559:43927151464010 26036:26036 hsa_signal_store_relaxed(, 119) = void +43927151465060:43927151923044 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927151924028:43927151924444 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927151925457:43927151926100 26036:26036 hsa_signal_destroy() = 0 +43927151927368:43927151928237 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927151929225:43927151929617 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927151930389:43927151930820 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927151931612:43927151931958 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927151932842:43927151933188 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927151948133:43927151948792 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927152025224:43927152028759 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927152030303:43927152030700 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927152033815:43927152034387 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927152036203:43927152036683 26036:26041 hsa_signal_destroy() = 0 +43927152038922:43927152039357 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927152040156:43927152040523 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927151949624:43927152383301 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927152844697:43927152845440 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927167222547:43927167223560 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927167227569:43927167228577 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927167230358:43927167232566 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927167233940:43927167234525 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927167235400:43927167236162 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927167237106:43927167237500 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927167691531:43927167692242 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927167697493:43927167699161 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927167699993:43927168072959 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927168074320:43927168074961 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927168089024:43927168089668 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927168112407:43927168113126 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 120 +43927168114248:43927168114739 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 120 +43927168124703:43927168125992 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927168126863:43927168127339 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927168128539:43927168132434 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928aefd0) = 0 +43927168133323:43927168133888 26036:26036 hsa_signal_store_relaxed(, 120) = void +43927168135426:43927168146068 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927168152684:43927168153340 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927168165213:43927168166035 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927168166856:43927168167237 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 121 +43927168168044:43927168168373 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 120 +43927168169308:43927168169637 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927168170483:43927168172226 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928bd260) = 0 +43927168172984:43927168173433 26036:26036 hsa_signal_store_relaxed(, 121) = void +43927168174449:43927168636593 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927168637491:43927168638003 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927168639118:43927168639892 26036:26036 hsa_signal_destroy() = 0 +43927168641083:43927168641927 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927168642766:43927168643158 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927168643908:43927168644321 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927168645111:43927168645457 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927168646325:43927168646662 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927168661755:43927168662404 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927168717869:43927168721144 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927168725685:43927168726127 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927168729278:43927168729838 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927168731659:43927168732107 26036:26041 hsa_signal_destroy() = 0 +43927168734466:43927168734911 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927168735689:43927168736049 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927168663213:43927169083929 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927169546416:43927169547200 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927183924489:43927183925344 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927183929564:43927183930781 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927183932532:43927183934678 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927183935751:43927183936355 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927183937177:43927183937842 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927183938730:43927183939202 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927184397146:43927184397977 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927184399205:43927184400942 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927184401878:43927184774169 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927184775402:43927184776029 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927184789601:43927184790242 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927184812847:43927184813701 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 122 +43927184814763:43927184815248 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 122 +43927184816320:43927184817565 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927184827290:43927184827769 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927184829092:43927184832673 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928b6cb0) = 0 +43927184833605:43927184834171 26036:26036 hsa_signal_store_relaxed(, 122) = void +43927184835586:43927184836224 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927184853151:43927184853806 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927184865473:43927184866229 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927184867047:43927184867424 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 123 +43927184868251:43927184868584 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 122 +43927184873169:43927184873497 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927184874327:43927184876178 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928c4f30) = 0 +43927184876939:43927184877393 26036:26036 hsa_signal_store_relaxed(, 123) = void +43927184878388:43927185338955 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927185339903:43927185340313 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927185341433:43927185342276 26036:26036 hsa_signal_destroy() = 0 +43927185343475:43927185344594 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927185345437:43927185345887 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927185346636:43927185347092 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927185347882:43927185348226 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927185349092:43927185363835 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927185364719:43927185365315 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927185420727:43927185424063 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927185425504:43927185425884 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927185429158:43927185429710 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927185431476:43927185431920 26036:26041 hsa_signal_destroy() = 0 +43927185434103:43927185434527 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927185435297:43927185435657 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927185366112:43927185786839 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927186247399:43927186248137 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927200629036:43927200629921 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927200634313:43927200635600 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927200637497:43927200639947 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927200640939:43927200641516 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927200642372:43927200643062 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927200643953:43927200644353 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927201092681:43927201093472 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927201094880:43927201096683 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927201101326:43927201470009 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927201471168:43927201471799 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927201484975:43927201485625 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927201509343:43927201509942 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 124 +43927201511067:43927201511471 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 124 +43927201512605:43927201522900 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927201523785:43927201524250 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927201525404:43927201529038 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928c0ff0) = 0 +43927201530072:43927201530638 26036:26036 hsa_signal_store_relaxed(, 124) = void +43927201532043:43927201542920 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927201549198:43927201549857 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927201561877:43927201562928 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927201563746:43927201564070 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 125 +43927201564870:43927201565205 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 124 +43927201566165:43927201566490 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927201567602:43927201569251 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928cfaa0) = 0 +43927201569997:43927201570388 26036:26036 hsa_signal_store_relaxed(, 125) = void +43927201571378:43927202042677 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927202043717:43927202044226 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927202045414:43927202046089 26036:26036 hsa_signal_destroy() = 0 +43927202047258:43927202048212 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927202049040:43927202049433 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927202050193:43927202050621 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927202051473:43927202051818 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927202066980:43927202067403 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927202068221:43927202068818 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927202123989:43927202127280 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927202128847:43927202129232 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927202132365:43927202132914 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927202137621:43927202138072 26036:26041 hsa_signal_destroy() = 0 +43927202140255:43927202140745 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927202141521:43927202141879 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927202069621:43927202490957 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927202951479:43927202952220 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927217331267:43927217332261 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927217336525:43927217337591 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927217339180:43927217341437 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927217342526:43927217343082 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927217343904:43927217344562 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927217345674:43927217346141 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927217800864:43927217801575 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927217802924:43927217804515 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927217805379:43927218178044 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927218179322:43927218179949 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927218193269:43927218193931 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927218216690:43927218217404 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 126 +43927218218458:43927218218866 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 126 +43927218219903:43927218229979 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927218230964:43927218231369 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927218232641:43927218236310 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928c41d0) = 0 +43927218237326:43927218238045 26036:26036 hsa_signal_store_relaxed(, 126) = void +43927218239453:43927218250163 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927218256619:43927218257272 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927218269286:43927218270104 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927218270925:43927218271303 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 127 +43927218272131:43927218272463 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 126 +43927218273643:43927218273972 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927218278701:43927218280305 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928d2d40) = 0 +43927218281056:43927218281506 26036:26036 hsa_signal_store_relaxed(, 127) = void +43927218282511:43927218745863 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927218746849:43927218747258 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927218748434:43927218749067 26036:26036 hsa_signal_destroy() = 0 +43927218750262:43927218751132 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927218751957:43927218752397 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927218753205:43927218753638 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927218754433:43927218754781 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927218755649:43927218755985 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927218756736:43927218757321 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927218828564:43927218831909 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927218833427:43927218833803 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927218836912:43927218837463 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927218839260:43927218839673 26036:26041 hsa_signal_destroy() = 0 +43927218841788:43927218842211 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927218842983:43927218843346 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927218771945:43927219183077 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927219643154:43927219643895 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927234025184:43927234026127 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927234030020:43927234031294 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927234032835:43927234035017 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927234036263:43927234036958 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927234037826:43927234038456 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927234039351:43927234039762 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927234491680:43927234492517 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927234493681:43927234495211 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927234496268:43927234868838 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927234875655:43927234876295 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927234905637:43927234906296 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927234923928:43927234924630 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 128 +43927234925647:43927234926041 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 128 +43927234927096:43927234928387 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927234929288:43927234929851 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927234930993:43927234934530 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928d6260) = 0 +43927234935505:43927234936070 26036:26036 hsa_signal_store_relaxed(, 128) = void +43927234937531:43927234938166 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927234943967:43927234944607 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927234947247:43927234948008 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927234949060:43927234949445 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 129 +43927234950238:43927234950574 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 128 +43927234951490:43927234951815 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927234952656:43927234953424 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928dc520) = 0 +43927234954163:43927234954555 26036:26036 hsa_signal_store_relaxed(, 129) = void +43927234955616:43927235433027 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927235434109:43927235434619 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927235435767:43927235436411 26036:26036 hsa_signal_destroy() = 0 +43927235437583:43927235438518 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927235439375:43927235439760 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927235440572:43927235440997 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927235441788:43927235442140 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927235443003:43927235443342 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927235458320:43927235458957 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927235514447:43927235517761 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927235519218:43927235519591 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927235522668:43927235523218 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927235524981:43927235525435 26036:26041 hsa_signal_destroy() = 0 +43927235530694:43927235531187 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927235531965:43927235532320 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927235459768:43927235879860 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927236346956:43927236347693 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927250725630:43927250726769 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927250730690:43927250731994 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927250733550:43927250735852 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927250736919:43927250737496 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927250738316:43927250739003 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927250739906:43927250740306 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927251190740:43927251191451 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927251192640:43927251194082 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927251194946:43927251567674 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927251569457:43927251570085 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927251583152:43927251583803 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927251606692:43927251607288 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 130 +43927251608328:43927251608734 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 130 +43927251609846:43927251611162 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927251621202:43927251621623 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927251622845:43927251626605 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928e0ef0) = 0 +43927251627566:43927251628151 26036:26036 hsa_signal_store_relaxed(, 130) = void +43927251629480:43927251640254 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927251646720:43927251647381 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927251659926:43927251660671 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927251661499:43927251661830 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 131 +43927251662658:43927251662995 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 130 +43927251663959:43927251664286 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927251665146:43927251666979 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928ded80) = 0 +43927251671690:43927251672081 26036:26036 hsa_signal_store_relaxed(, 131) = void +43927251673075:43927252133166 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927252134189:43927252134613 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927252135812:43927252136437 26036:26036 hsa_signal_destroy() = 0 +43927252137608:43927252138502 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927252139424:43927252139811 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927252140672:43927252141120 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927252141911:43927252142260 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927252143122:43927252143466 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927252158521:43927252159167 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927252214939:43927252218254 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927252219681:43927252220056 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927252223228:43927252223780 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927252225581:43927252225992 26036:26041 hsa_signal_destroy() = 0 +43927252228125:43927252228552 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927252229326:43927252229686 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927252159971:43927252581455 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927253040924:43927253041708 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927267416100:43927267416983 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927267420832:43927267422113 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927267423759:43927267425837 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927267427177:43927267427767 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927267428632:43927267429319 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927267430212:43927267430685 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927267884541:43927267885202 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927267886463:43927267887966 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927267888869:43927268261605 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927268263080:43927268263714 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927268276896:43927268277555 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927268312569:43927268313289 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 132 +43927268314309:43927268314697 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 132 +43927268315808:43927268317372 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927268318210:43927268318674 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927268319871:43927268323646 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928ea090) = 0 +43927268324615:43927268325440 26036:26036 hsa_signal_store_relaxed(, 132) = void +43927268326775:43927268327411 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927268333520:43927268334180 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927268336636:43927268337389 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927268338209:43927268338537 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 133 +43927268339334:43927268339664 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 132 +43927268340608:43927268340937 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927268341765:43927268342486 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928e5990) = 0 +43927268343234:43927268343623 26036:26036 hsa_signal_store_relaxed(, 133) = void +43927268811702:43927268815219 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927268816925:43927268817395 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927268822068:43927268823886 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927268824903:43927268825283 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927268344623:43927268852396 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927268864039:43927268864598 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927268866355:43927268867161 26036:26036 hsa_signal_destroy() = 0 +43927268868248:43927268868816 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927268869731:43927268870200 26036:26036 hsa_signal_destroy() = 0 +43927268871498:43927268873132 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927268874027:43927268874508 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927268875352:43927268875912 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927268876662:43927268877100 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927268878046:43927268878487 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927268881706:43927268882809 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927268883605:43927269291320 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927269735770:43927269736568 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927284354559:43927284355457 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927284361498:43927284362727 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927284364518:43927284366957 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927284368107:43927284368757 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927284369592:43927284370197 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927284371000:43927284371480 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927284824781:43927284825663 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927284826788:43927284828506 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927284829312:43927285202169 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927285203402:43927285204030 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927285220574:43927285221249 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927285245656:43927285255494 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 134 +43927285256428:43927285256919 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 134 +43927285258208:43927285259728 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927285260549:43927285260913 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927285262339:43927285266560 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928f55b0) = 0 +43927285267396:43927285268075 26036:26036 hsa_signal_store_relaxed(, 134) = void +43927285269689:43927285270324 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927285277098:43927285277734 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927285280940:43927285281703 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927285282487:43927285282825 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 135 +43927285283602:43927285283937 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 134 +43927285284964:43927285285294 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927285286237:43927285287017 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20928f1410) = 0 +43927285287785:43927285288224 26036:26036 hsa_signal_store_relaxed(, 135) = void +43927285289191:43927285771818 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927285776590:43927285777028 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927285778146:43927285778942 26036:26036 hsa_signal_destroy() = 0 +43927285780076:43927285781097 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927285781948:43927285782327 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927285797408:43927285797902 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927285798686:43927285799050 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927285799873:43927285800256 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927285801031:43927285801684 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927285853525:43927285856725 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927285858222:43927285858606 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927285861436:43927285861998 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927285863716:43927285864171 26036:26041 hsa_signal_destroy() = 0 +43927285866272:43927285866706 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927285867487:43927285867850 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927285802496:43927286224338 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927286683712:43927286684477 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927301203672:43927301204912 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927301209425:43927301210717 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927301212104:43927301215208 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927301216303:43927301216887 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927301217997:43927301218644 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927301219537:43927301219942 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927301676861:43927301677572 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927301678749:43927301680512 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927301681639:43927302054397 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927302055597:43927302056225 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927302076916:43927302077574 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927302097399:43927302098002 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 136 +43927302109452:43927302109857 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 136 +43927302110848:43927302112151 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927302112967:43927302113362 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927302114567:43927302118371 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092909b30) = 0 +43927302119395:43927302119961 26036:26036 hsa_signal_store_relaxed(, 136) = void +43927302121416:43927302122056 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927302128086:43927302128743 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927302131667:43927302132392 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927302133220:43927302133562 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 137 +43927302134357:43927302134690 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 136 +43927302135624:43927302135943 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927302136800:43927302137553 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929054a0) = 0 +43927302138309:43927302138704 26036:26036 hsa_signal_store_relaxed(, 137) = void +43927302607074:43927302611021 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927302612934:43927302613472 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927302617264:43927302619122 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927302620183:43927302620570 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927302139651:43927302648446 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927302660131:43927302660703 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927302662534:43927302663341 26036:26036 hsa_signal_destroy() = 0 +43927302664442:43927302664993 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927302665908:43927302666349 26036:26036 hsa_signal_destroy() = 0 +43927302667704:43927302669210 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927302670126:43927302670656 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927302671456:43927302672020 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927302672769:43927302673157 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927302674083:43927302674521 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927302675359:43927302676438 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927302677220:43927303085701 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927303532835:43927303533641 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927318077094:43927318078292 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927318084639:43927318085909 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927318087711:43927318089943 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927318091226:43927318091866 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927318092712:43927318093271 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927318094056:43927318094527 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927318547481:43927318548321 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927318549525:43927318551384 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927318552188:43927318925173 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927318926285:43927318926914 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927318943994:43927318944666 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927318968809:43927318978633 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 138 +43927318979605:43927318980105 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 138 +43927318981417:43927318983178 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927318983997:43927318984359 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927318985830:43927318990235 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092910590) = 0 +43927318991073:43927318991747 26036:26036 hsa_signal_store_relaxed(, 138) = void +43927318993433:43927318994068 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927319004716:43927319005355 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927319009207:43927319009921 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927319010709:43927319011100 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 139 +43927319011880:43927319012225 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 138 +43927319013222:43927319013546 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927319014433:43927319016314 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209290e810) = 0 +43927319017088:43927319017545 26036:26036 hsa_signal_store_relaxed(, 139) = void +43927319018535:43927319492776 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927319493731:43927319494157 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927319497924:43927319498682 26036:26036 hsa_signal_destroy() = 0 +43927319499803:43927319500896 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927319501732:43927319502150 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927319502914:43927319517570 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927319518446:43927319518811 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927319519649:43927319520014 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927319520804:43927319521474 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927319573876:43927319577219 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927319578686:43927319579057 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927319581813:43927319582381 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927319584116:43927319584587 26036:26041 hsa_signal_destroy() = 0 +43927319586760:43927319587212 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927319587984:43927319588342 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927319522283:43927319941686 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927320409901:43927320410632 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927334960053:43927334961008 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927334965709:43927334966793 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927334969100:43927334972234 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927334973345:43927334973983 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927334974840:43927334975434 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927334976337:43927334976822 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927335426737:43927335427636 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927335428720:43927335430411 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927335431309:43927335804057 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927335805148:43927335805777 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927335820567:43927335821226 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927335846301:43927335847015 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 140 +43927335848190:43927335848590 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 140 +43927335862932:43927335864391 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927335865328:43927335865792 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927335866967:43927335870725 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092919f60) = 0 +43927335871639:43927335872214 26036:26036 hsa_signal_store_relaxed(, 140) = void +43927335873740:43927335884367 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927335890787:43927335891446 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927335903632:43927335904352 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927335905180:43927335905555 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 141 +43927335906293:43927335906629 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 140 +43927335907542:43927335907864 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927335908692:43927335910351 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929081b0) = 0 +43927335911103:43927335911549 26036:26036 hsa_signal_store_relaxed(, 141) = void +43927335912538:43927336378590 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927336379905:43927336380493 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927336381599:43927336382266 26036:26036 hsa_signal_destroy() = 0 +43927336383638:43927336384826 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927336385670:43927336386062 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927336386831:43927336387291 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927336388030:43927336388400 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927336403777:43927336404156 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927336404962:43927336405824 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927336460194:43927336463770 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927336465203:43927336465575 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927336468672:43927336469224 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927336470994:43927336471440 26036:26041 hsa_signal_destroy() = 0 +43927336473607:43927336474046 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927336474816:43927336475172 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927336406602:43927336828016 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927337287378:43927337288117 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927351668144:43927351669146 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927351673423:43927351674685 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927351676697:43927351679582 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927351680714:43927351681357 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927351682191:43927351682823 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927351683720:43927351684124 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927352142440:43927352143183 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927352144380:43927352145952 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927352146877:43927352519673 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927352520826:43927352521457 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927352535638:43927352536304 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927352560952:43927352561669 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 142 +43927352562667:43927352563060 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 142 +43927352564188:43927352565400 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927352566302:43927352567002 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927352577068:43927352581478 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209291baf0) = 0 +43927352582501:43927352583069 26036:26036 hsa_signal_store_relaxed(, 142) = void +43927352584529:43927352585162 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927352601616:43927352602262 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927352614013:43927352614808 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927352615645:43927352616018 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 143 +43927352616867:43927352617201 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 142 +43927352618190:43927352618517 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927352619652:43927352621474 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092923b80) = 0 +43927352622229:43927352622676 26036:26036 hsa_signal_store_relaxed(, 143) = void +43927352623706:43927353087458 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927353088329:43927353088742 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927353089832:43927353090481 26036:26036 hsa_signal_destroy() = 0 +43927353095320:43927353096344 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927353097258:43927353097658 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927353112635:43927353113102 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927353113917:43927353114304 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927353115115:43927353115473 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927353116242:43927353116847 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927353167943:43927353171198 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927353172645:43927353173027 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927353176197:43927353176761 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927353178491:43927353178949 26036:26041 hsa_signal_destroy() = 0 +43927353181119:43927353181544 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927353182321:43927353182685 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927353117623:43927353539487 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927354001352:43927354002134 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927368411678:43927368412725 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927368417160:43927368418588 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927368420474:43927368422546 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927368423642:43927368424206 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927368425109:43927368425972 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927368426849:43927368427589 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927368875053:43927368875772 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927368877044:43927368878872 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927368879764:43927369252494 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927369253601:43927369254220 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927369267556:43927369268209 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927369287644:43927369288379 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 144 +43927369289427:43927369289827 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 144 +43927369290932:43927369292197 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927369293185:43927369293696 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927369309657:43927369313672 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092929c20) = 0 +43927369314588:43927369315415 26036:26036 hsa_signal_store_relaxed(, 144) = void +43927369317029:43927369327943 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927369334488:43927369335163 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927369347054:43927369347833 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927369348827:43927369349203 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 145 +43927369349995:43927369350329 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 144 +43927369351249:43927369351578 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927369352401:43927369354089 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209292d8d0) = 0 +43927369354838:43927369355293 26036:26036 hsa_signal_store_relaxed(, 145) = void +43927369356459:43927369828516 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927369829434:43927369829944 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927369831110:43927369831762 26036:26036 hsa_signal_destroy() = 0 +43927369832786:43927369833804 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927369834633:43927369835025 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927369835789:43927369836210 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927369837000:43927369837361 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927369838204:43927369838547 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927369853301:43927369853926 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927369909797:43927369913168 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927369914648:43927369915019 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927369918203:43927369918756 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927369920534:43927369920994 26036:26041 hsa_signal_destroy() = 0 +43927369923113:43927369923536 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927369924307:43927369924666 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927369854730:43927370275973 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927370737058:43927370737798 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927385128297:43927385129415 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927385137342:43927385138619 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927385140447:43927385142657 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927385143788:43927385144425 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927385145248:43927385145876 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927385146709:43927385147178 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927385618205:43927385619171 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927385620426:43927385622169 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927385623033:43927385996161 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927385997342:43927385997968 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927386011780:43927386012425 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927386035848:43927386036640 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 146 +43927386037767:43927386038233 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 146 +43927386048251:43927386049557 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927386050475:43927386050953 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927386052379:43927386056003 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209292ab10) = 0 +43927386056953:43927386057519 26036:26036 hsa_signal_store_relaxed(, 146) = void +43927386059024:43927386069652 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927386076298:43927386076946 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927386088886:43927386089657 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927386090483:43927386090863 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 147 +43927386091660:43927386091997 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 146 +43927386092931:43927386093271 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927386094092:43927386095633 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f209293d3a0) = 0 +43927386096384:43927386096884 26036:26036 hsa_signal_store_relaxed(, 147) = void +43927386097904:43927386564531 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927386565430:43927386565882 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927386567046:43927386567684 26036:26036 hsa_signal_destroy() = 0 +43927386568926:43927386569793 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927386570867:43927386571318 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927386573566:43927386574028 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927386589123:43927386589562 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927386590407:43927386590763 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927386591541:43927386592157 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927386646098:43927386649459 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927386650958:43927386651329 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927386654447:43927386655007 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927386656798:43927386657221 26036:26041 hsa_signal_destroy() = 0 +43927386659323:43927386659745 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927386660523:43927386660881 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927386592940:43927387013129 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927387473761:43927387474502 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927401858883:43927401859781 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927401863959:43927401864996 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927401866687:43927401868779 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927401870001:43927401870694 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927401871555:43927401872175 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927401873064:43927401873465 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927402328351:43927402329162 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927402330585:43927402332046 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927402332947:43927402705473 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927402706651:43927402707283 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927402721537:43927402722184 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927402744792:43927402745513 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 148 +43927402746591:43927402747055 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 148 +43927402757242:43927402758563 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927402759513:43927402760030 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927402761229:43927402764867 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092935190) = 0 +43927402780009:43927402780590 26036:26036 hsa_signal_store_relaxed(, 148) = void +43927402782136:43927402782775 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927402798431:43927402799065 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927402801764:43927402802522 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927402803336:43927402803727 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 149 +43927402804516:43927402804856 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 148 +43927402805799:43927402806129 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927402806955:43927402808588 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a44980) = 0 +43927402809370:43927402809828 26036:26036 hsa_signal_store_relaxed(, 149) = void +43927402810834:43927403277399 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927403293606:43927403294136 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927403295288:43927403296059 26036:26036 hsa_signal_destroy() = 0 +43927403297265:43927403298208 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927403299100:43927403299531 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927403300293:43927403300737 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927403301544:43927403301916 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927403302789:43927403303148 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927403303929:43927403304543 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927403311097:43927403323579 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927403325070:43927403325445 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927403328625:43927403329175 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927403330952:43927403331418 26036:26041 hsa_signal_destroy() = 0 +43927403333559:43927403333988 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927403334760:43927403335116 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927403305317:43927403714281 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927404182801:43927404183609 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927418560084:43927418561034 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927418565309:43927418566357 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927418568289:43927418570407 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927418575255:43927418575920 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927418576750:43927418577454 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927418578306:43927418578707 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927419031335:43927419032025 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927419033210:43927419034690 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927419035629:43927419408314 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927419409570:43927419410195 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927419424137:43927419424789 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927419443371:43927419444083 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 150 +43927419444986:43927419445397 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 150 +43927419446480:43927419447986 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927419448908:43927419449418 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927419450614:43927419463364 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f20929407d0) = 0 +43927419464307:43927419464875 26036:26036 hsa_signal_store_relaxed(, 150) = void +43927419466289:43927419466934 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927419482997:43927419483654 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927419486377:43927419487141 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927419487979:43927419488340 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 151 +43927419489198:43927419498396 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 150 +43927419499407:43927419499737 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927419500662:43927419501094 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a5afb0) = 0 +43927419501842:43927419502236 26036:26036 hsa_signal_store_relaxed(, 151) = void +43927419503245:43927419963817 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927419964789:43927419965213 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927419966379:43927419967117 26036:26036 hsa_signal_destroy() = 0 +43927419968296:43927419969371 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927419970220:43927419970615 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927419971372:43927419971823 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927419974313:43927419974698 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927419975505:43927419975861 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927419976630:43927419977267 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927420011273:43927420014998 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927420016557:43927420016945 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927420020304:43927420020884 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927420022677:43927420023152 26036:26041 hsa_signal_destroy() = 0 +43927420025363:43927420025822 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927420026607:43927420026983 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927419978033:43927420381261 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927420828888:43927420829628 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927435208390:43927435209267 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927435213082:43927435214089 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927435216075:43927435218305 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927435219563:43927435220278 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927435221151:43927435221813 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927435222905:43927435223339 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927435673468:43927435674230 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927435675562:43927435677140 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927435678091:43927436050891 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927436052159:43927436052796 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927436066613:43927436067258 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927436086432:43927436087162 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 152 +43927436088160:43927436088642 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 152 +43927436089851:43927436091343 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927436092215:43927436092739 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927436093932:43927436107221 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a530f0) = 0 +43927436108539:43927436109138 26036:26036 hsa_signal_store_relaxed(, 152) = void +43927436124387:43927436125053 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927436131121:43927436140650 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927436143454:43927436144230 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927436145042:43927436145422 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 153 +43927436146221:43927436146554 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 152 +43927436147493:43927436147814 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927436148704:43927436150544 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a5b3f0) = 0 +43927436151293:43927436151744 26036:26036 hsa_signal_store_relaxed(, 153) = void +43927436152739:43927436615879 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927436616806:43927436617325 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927436618556:43927436619285 26036:26036 hsa_signal_destroy() = 0 +43927436620435:43927436621795 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927436622635:43927436623110 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927436623907:43927436624337 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927436625129:43927436625501 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927436640682:43927436641060 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927436641854:43927436642499 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927436696873:43927436700293 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927436701721:43927436702092 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927436705263:43927436705816 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927436707542:43927436707991 26036:26041 hsa_signal_destroy() = 0 +43927436710134:43927436710556 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927436711329:43927436711689 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927436643278:43927437064169 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927437525279:43927437526016 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927451901185:43927451902182 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927451906293:43927451907523 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927451909177:43927451911373 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927451912648:43927451913237 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927451918210:43927451918899 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927451919766:43927451920281 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927452378643:43927452379364 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927452380576:43927452382297 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927452383235:43927452755881 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927452756997:43927452757628 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927452771275:43927452771923 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927452790530:43927452791250 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 154 +43927452792294:43927452792778 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 154 +43927452793914:43927452795174 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927452796054:43927452796577 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927452797961:43927452810598 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a5e320) = 0 +43927452811599:43927452812172 26036:26036 hsa_signal_store_relaxed(, 154) = void +43927452813560:43927452814196 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927452830908:43927452831562 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927452834511:43927452835258 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927452836081:43927452836504 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 155 +43927452837311:43927452846559 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 154 +43927452847520:43927452847843 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927452848666:43927452849094 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a6c840) = 0 +43927452849836:43927452850283 26036:26036 hsa_signal_store_relaxed(, 155) = void +43927452851306:43927453306219 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927453307196:43927453307599 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927453308677:43927453309387 26036:26036 hsa_signal_destroy() = 0 +43927453310570:43927453311731 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927453312567:43927453312962 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927453313701:43927453314123 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927453314912:43927453315281 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927453332226:43927453332593 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927453333404:43927453334025 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927453387360:43927453390682 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927453392177:43927453392558 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927453395704:43927453396277 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927453398056:43927453398513 26036:26041 hsa_signal_destroy() = 0 +43927453400634:43927453401088 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927453401861:43927453402221 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927453334797:43927453754577 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927454215407:43927454216148 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927468603012:43927468604072 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927468608243:43927468609482 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927468611387:43927468613933 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927468615054:43927468615858 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927468616738:43927468617365 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927468618468:43927468618935 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927469089433:43927469090173 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927469091768:43927469093342 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927469094249:43927469482219 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927469483474:43927469484097 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927469497702:43927469498352 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927469521895:43927469522543 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 156 +43927469523661:43927469524069 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 156 +43927469525359:43927469535308 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927469536184:43927469536705 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927469537916:43927469541929 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a78fa0) = 0 +43927469542898:43927469543480 26036:26036 hsa_signal_store_relaxed(, 156) = void +43927469544968:43927469555607 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927469561966:43927469562620 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927469578717:43927469579740 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927469580568:43927469580958 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 157 +43927469581758:43927469582099 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 156 +43927469583036:43927469583363 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927469584216:43927469585892 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a73c00) = 0 +43927469586638:43927469587032 26036:26036 hsa_signal_store_relaxed(, 157) = void +43927469588046:43927471437577 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927471438560:43927471439079 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927471440222:43927471440980 26036:26036 hsa_signal_destroy() = 0 +43927471442180:43927471443406 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927471444243:43927471444637 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927471445416:43927471445876 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927471455566:43927471455952 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927471456831:43927471457181 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927471457944:43927471458572 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927471493454:43927471496709 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927471498164:43927471498533 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927471511963:43927471512545 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927471514343:43927471514798 26036:26041 hsa_signal_destroy() = 0 +43927471516942:43927471517394 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927471518189:43927471518555 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927471459334:43927471889441 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927472354455:43927472355235 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927486727279:43927486728276 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927486732578:43927486733694 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927486735209:43927486737345 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927486738441:43927486739007 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927486739833:43927486740697 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927486745431:43927486746007 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927487196236:43927487196906 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927487198186:43927487199687 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927487200623:43927487587843 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927487589044:43927487589679 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927487603588:43927487604265 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927487627307:43927487628075 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 158 +43927487629064:43927487629467 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 158 +43927487630483:43927487631791 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927487632755:43927487633276 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927487634462:43927487646967 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a89ca0) = 0 +43927487647907:43927487648484 26036:26036 hsa_signal_store_relaxed(, 158) = void +43927487649916:43927487650547 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927487666887:43927487667536 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927487670150:43927487671052 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927487671922:43927487672283 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 159 +43927487673095:43927487682367 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 158 +43927487683356:43927487683688 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927487684655:43927487685510 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a7ece0) = 0 +43927487686260:43927487686710 26036:26036 hsa_signal_store_relaxed(, 159) = void +43927487687738:43927489528475 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927489529534:43927489530011 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927489531301:43927489531966 26036:26036 hsa_signal_destroy() = 0 +43927489533139:43927489534440 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927489535283:43927489535690 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927489536502:43927489545737 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927489546529:43927489546897 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927489547736:43927489548078 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927489548832:43927489549479 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927489585772:43927489589096 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927489590693:43927489591063 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927489604417:43927489604998 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927489606843:43927489607316 26036:26041 hsa_signal_destroy() = 0 +43927489609518:43927489610020 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927489610817:43927489611180 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927489551829:43927489980968 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927490443017:43927490443760 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927504832295:43927504833352 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927504837379:43927504838492 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927504840008:43927504842154 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927504843257:43927504844175 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927504845052:43927504845718 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927504846635:43927504847122 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927505296761:43927505297526 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927505298703:43927505300300 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927505301268:43927505690416 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927505691619:43927505692250 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927505709320:43927505709983 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927505733927:43927505734572 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 160 +43927505735607:43927505736011 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 160 +43927505737147:43927505738757 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927505748360:43927505748918 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927505750170:43927505753782 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a8b050) = 0 +43927505754745:43927505755316 26036:26036 hsa_signal_store_relaxed(, 160) = void +43927505756713:43927505757340 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927505773543:43927505774195 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927505786182:43927505787020 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927505790748:43927505791134 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 161 +43927505791876:43927505792212 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 160 +43927505793186:43927505793531 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927505794360:43927505796021 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092a8eb30) = 0 +43927505796771:43927505797225 26036:26036 hsa_signal_store_relaxed(, 161) = void +43927505798230:43927507647772 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927507648783:43927507649300 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927507650465:43927507651134 26036:26036 hsa_signal_destroy() = 0 +43927507652384:43927507653435 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927507654319:43927507654783 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927507655545:43927507655980 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927507665673:43927507666046 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927507666903:43927507667252 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927507668016:43927507668617 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927507704076:43927507707269 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927507708737:43927507709118 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927507722610:43927507723205 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927507725003:43927507725479 26036:26041 hsa_signal_destroy() = 0 +43927507727687:43927507728126 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927507728917:43927507729284 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927507669369:43927508099954 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927508560468:43927508561255 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927522939935:43927522941087 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927522945203:43927522946305 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927522948160:43927522950301 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927522951382:43927522951964 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927522952784:43927522953601 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927522954489:43927522954959 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927523407410:43927523408171 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927523413297:43927523414863 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927523415998:43927523803710 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927523804844:43927523805472 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927523819267:43927523819917 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927523828424:43927523839363 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 162 +43927523840238:43927523840637 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 162 +43927523841715:43927523843197 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927523844381:43927523844866 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927523846136:43927523859134 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092aa7380) = 0 +43927523860078:43927523860650 26036:26036 hsa_signal_store_relaxed(, 162) = void +43927523862235:43927523862874 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927523878642:43927523879287 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927523881876:43927523882622 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927523883473:43927523883869 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 163 +43927523884645:43927523884993 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 162 +43927523895134:43927523895492 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927523896342:43927523896755 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092aa3dd0) = 0 +43927523897503:43927523897948 26036:26036 hsa_signal_store_relaxed(, 163) = void +43927523898977:43927525737504 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927525738651:43927525739067 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927525740288:43927525740986 26036:26036 hsa_signal_destroy() = 0 +43927525742341:43927525743343 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927525744219:43927525744647 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927525745416:43927525745872 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927525755550:43927525755934 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927525756814:43927525757170 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927525757939:43927525758714 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927525794448:43927525797753 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927525814910:43927525815397 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927525818682:43927525819290 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927525821075:43927525821552 26036:26041 hsa_signal_destroy() = 0 +43927525823795:43927525824266 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927525825055:43927525825419 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927525759482:43927526189457 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927526653886:43927526654625 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927541041956:43927541042957 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927541046880:43927541048106 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927541049926:43927541052114 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927541053613:43927541054196 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927541055050:43927541055794 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927541056687:43927541057085 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927541506748:43927541507458 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927541508643:43927541510120 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927541511016:43927541899054 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927541900282:43927541900910 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927541913599:43927541914252 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927541923338:43927541924053 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 164 +43927541939605:43927541940017 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 164 +43927541941099:43927541942286 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927541943166:43927541943652 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927541945065:43927541958209 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092aaf8a0) = 0 +43927541959222:43927541959796 26036:26036 hsa_signal_store_relaxed(, 164) = void +43927541961386:43927541962028 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927541978232:43927541978885 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927541982473:43927541983239 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927541984133:43927541984491 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 165 +43927541998411:43927541998757 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 164 +43927541999717:43927542000043 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927542000881:43927542002521 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092aa8910) = 0 +43927542003275:43927542003670 26036:26036 hsa_signal_store_relaxed(, 165) = void +43927542004759:43927543836250 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927543837251:43927543837779 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927543838914:43927543839703 26036:26036 hsa_signal_destroy() = 0 +43927543840890:43927543841825 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927543842731:43927543843188 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927543843951:43927543844390 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927543854248:43927543854679 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927543855474:43927543855826 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927543856587:43927543857196 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927543892534:43927543895780 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927543897200:43927543897577 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927543911082:43927543911659 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927543913498:43927543913962 26036:26041 hsa_signal_destroy() = 0 +43927543916121:43927543916573 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927543917372:43927543917741 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927543857960:43927544288675 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927544751020:43927544751762 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927559125725:43927559126894 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927559131309:43927559132554 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927559134706:43927559137629 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927559138964:43927559139551 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927559140378:43927559141036 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927559141925:43927559142391 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927559595820:43927559596477 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927559597713:43927559599488 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927559603916:43927559988333 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927559989509:43927559990142 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927560008723:43927560009381 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927560032983:43927560033759 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 166 +43927560034764:43927560035255 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 166 +43927560036527:43927560046509 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927560047424:43927560048033 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927560049337:43927560053197 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ac3400) = 0 +43927560054097:43927560054669 26036:26036 hsa_signal_store_relaxed(, 166) = void +43927560056114:43927560056745 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927560073066:43927560073722 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927560085234:43927560085995 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927560086828:43927560087172 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 167 +43927560087977:43927560088313 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 166 +43927560089257:43927560089587 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927560090419:43927560092021 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092abf1f0) = 0 +43927560092769:43927560093219 26036:26036 hsa_signal_store_relaxed(, 167) = void +43927560094257:43927561938883 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927561939882:43927561940302 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927561941442:43927561942100 26036:26036 hsa_signal_destroy() = 0 +43927561943287:43927561944393 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927561945265:43927561945681 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927561946449:43927561946907 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927561956579:43927561956960 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927561957833:43927561958180 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927561958939:43927561959579 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927561995360:43927561998514 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927561999934:43927562000306 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927562016941:43927562017531 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927562019411:43927562019867 26036:26041 hsa_signal_destroy() = 0 +43927562022140:43927562022614 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927562023400:43927562023775 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927561960331:43927562391671 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927562854673:43927562855408 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927577237218:43927577238452 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927577242850:43927577243946 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927577245687:43927577248123 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927577249170:43927577249794 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927577250750:43927577251476 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927577252372:43927577252799 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927577703734:43927577704445 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927577705734:43927577707205 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927577708109:43927578095931 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927578097128:43927578097748 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927578111215:43927578111864 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927578135265:43927578136025 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 168 +43927578137098:43927578137495 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 168 +43927578138571:43927578139877 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927578140740:43927578141157 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927578142455:43927578155251 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ad1ce0) = 0 +43927578156395:43927578156969 26036:26036 hsa_signal_store_relaxed(, 168) = void +43927578158443:43927578159082 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927578174989:43927578175633 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927578178633:43927578179414 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927578180397:43927578180757 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 169 +43927578190753:43927578191106 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 168 +43927578192064:43927578192393 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927578197089:43927578198690 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092acf3b0) = 0 +43927578199441:43927578199890 26036:26036 hsa_signal_store_relaxed(, 169) = void +43927578200910:43927580031557 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927580032682:43927580033221 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927580034362:43927580035039 26036:26036 hsa_signal_destroy() = 0 +43927580036238:43927580037418 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927580038267:43927580038669 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927580039433:43927580039866 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927580049448:43927580049881 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927580050750:43927580051102 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927580051866:43927580052455 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927580088510:43927580091814 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927580093275:43927580093647 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927580106940:43927580107540 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927580109344:43927580109822 26036:26041 hsa_signal_destroy() = 0 +43927580112034:43927580112475 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927580113267:43927580113631 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927580053205:43927580483031 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927580944652:43927580945388 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927595318764:43927595319897 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927595324191:43927595325762 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927595327823:43927595330697 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927595331845:43927595332414 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927595333305:43927595334038 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927595334929:43927595335394 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927595787850:43927595788646 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927595789876:43927595791441 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927595792314:43927596181100 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927596185699:43927596186339 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927596200936:43927596201608 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927596220026:43927596220682 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 170 +43927596221686:43927596222089 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 170 +43927596223171:43927596224402 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927596234724:43927596235248 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927596236686:43927596240210 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ae3440) = 0 +43927596241041:43927596241605 26036:26036 hsa_signal_store_relaxed(, 170) = void +43927596243066:43927596243700 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927596261107:43927596261770 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927596273394:43927596274179 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927596274997:43927596275378 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 171 +43927596276191:43927596276526 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 170 +43927596277463:43927596277783 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927596278648:43927596280304 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092adf600) = 0 +43927596281055:43927596281450 26036:26036 hsa_signal_store_relaxed(, 171) = void +43927596282470:43927598128538 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927598129543:43927598129959 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927598131076:43927598131751 26036:26036 hsa_signal_destroy() = 0 +43927598132926:43927598134003 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927598134862:43927598135261 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927598136037:43927598136470 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927598146024:43927598146437 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927598147333:43927598147684 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927598148446:43927598149084 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927598185123:43927598188364 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927598189777:43927598190152 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927598203746:43927598204334 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927598206115:43927598206583 26036:26041 hsa_signal_destroy() = 0 +43927598211920:43927598212424 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927598213231:43927598213599 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927598149841:43927598580419 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927599038880:43927599039620 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927613427365:43927613428497 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927613432611:43927613433952 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927613435650:43927613437800 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927613438846:43927613439431 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927613440288:43927613440998 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927613441883:43927613442280 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927613894380:43927613895102 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927613896351:43927613897929 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927613898946:43927614286891 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927614288338:43927614288965 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927614301721:43927614302372 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927614321270:43927614322020 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 172 +43927614323097:43927614323685 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 172 +43927614324709:43927614326113 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927614327101:43927614327516 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927614328783:43927614341747 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ae5250) = 0 +43927614342806:43927614343382 26036:26036 hsa_signal_store_relaxed(, 172) = void +43927614344847:43927614345485 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927614361516:43927614362163 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927614365196:43927614366000 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927614366853:43927614367236 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 173 +43927614377107:43927614377463 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 172 +43927614378576:43927614378908 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927614379775:43927614380282 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092aede70) = 0 +43927614385218:43927614385902 26036:26036 hsa_signal_store_relaxed(, 173) = void +43927614386929:43927616228042 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927616229066:43927616229602 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927616230782:43927616231462 26036:26036 hsa_signal_destroy() = 0 +43927616232684:43927616233679 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927616234590:43927616235046 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927616235874:43927616236310 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927616246130:43927616246566 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927616247428:43927616247781 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927616248543:43927616249163 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927616284851:43927616288064 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927616289479:43927616289852 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927616303289:43927616303884 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927616305664:43927616306135 26036:26041 hsa_signal_destroy() = 0 +43927616308269:43927616308727 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927616309529:43927616309895 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927616249913:43927616679904 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927617140359:43927617141142 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927631517201:43927631518132 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927631522386:43927631523572 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927631525292:43927631527452 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927631528615:43927631529195 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927631530020:43927631531013 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927631531904:43927631532367 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927631986432:43927631987119 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927631988289:43927631989868 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927631990919:43927632380132 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927632381525:43927632382161 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927632395038:43927632395687 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927632417996:43927632418712 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 174 +43927632419697:43927632420100 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 174 +43927632421342:43927632422669 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927632423533:43927632424051 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927632434273:43927632438167 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092af0840) = 0 +43927632439091:43927632439664 26036:26036 hsa_signal_store_relaxed(, 174) = void +43927632441190:43927632441825 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927632458388:43927632459050 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927632470804:43927632471567 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927632472386:43927632472767 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 175 +43927632473561:43927632473894 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 174 +43927632474819:43927632475149 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927632475979:43927632477604 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092af9b50) = 0 +43927632478341:43927632478787 26036:26036 hsa_signal_store_relaxed(, 175) = void +43927632479797:43927634323723 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927634324790:43927634325211 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927634326269:43927634327238 26036:26036 hsa_signal_destroy() = 0 +43927634328652:43927634329525 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927634330425:43927634330877 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927634331695:43927634341235 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927634342102:43927634342472 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927634343323:43927634343666 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927634344423:43927634345001 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927634380262:43927634383570 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927634385042:43927634385416 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927634399033:43927634399624 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927634401450:43927634401915 26036:26041 hsa_signal_destroy() = 0 +43927634404127:43927634404581 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927634408557:43927634408941 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927634345761:43927634776418 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927635237891:43927635238681 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927649627556:43927649628562 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927649632525:43927649633598 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927649635500:43927649637718 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927649639182:43927649639799 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927649640665:43927649641396 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927649642276:43927649642778 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927650092573:43927650093360 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927650094601:43927650096171 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927650097313:43927650485807 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927650487092:43927650487729 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927650500465:43927650501130 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927650510031:43927650510646 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 176 +43927650526278:43927650526682 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 176 +43927650527707:43927650529046 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927650529988:43927650530378 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927650531686:43927650544680 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092af7770) = 0 +43927650545705:43927650546281 26036:26036 hsa_signal_store_relaxed(, 176) = void +43927650547775:43927650548408 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927650564148:43927650564787 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927650567568:43927650568361 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927650569218:43927650569621 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 177 +43927650570484:43927650570825 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 176 +43927650580790:43927650581146 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927650582023:43927650582451 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b09ee0) = 0 +43927650583227:43927650583876 26036:26036 hsa_signal_store_relaxed(, 177) = void +43927650589144:43927652427795 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927652428884:43927652429417 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927652430606:43927652431350 26036:26036 hsa_signal_destroy() = 0 +43927652432537:43927652433540 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927652434476:43927652434880 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927652435643:43927652436113 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927652445813:43927652446198 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927652447057:43927652447402 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927652448160:43927652448816 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927652484824:43927652488018 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927652489421:43927652489794 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927652503112:43927652503693 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927652505497:43927652505961 26036:26041 hsa_signal_destroy() = 0 +43927652508142:43927652508613 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927652509409:43927652509775 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927652449568:43927652879954 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927653340366:43927653341102 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927667718575:43927667719566 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927667723608:43927667724754 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927667726622:43927667728877 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927667730045:43927667730641 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927667731465:43927667732184 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927667733071:43927667733473 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927668191457:43927668192238 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927668193556:43927668195076 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927668195945:43927668584363 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927668585553:43927668586177 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927668599392:43927668600039 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927668623435:43927668624183 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 178 +43927668628787:43927668629349 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 178 +43927668630501:43927668632005 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927668641638:43927668642175 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927668643377:43927668647462 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b03270) = 0 +43927668648580:43927668649167 26036:26036 hsa_signal_store_relaxed(, 178) = void +43927668650879:43927668661744 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927668668670:43927668669342 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927668681119:43927668681875 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927668682696:43927668683079 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 179 +43927668683877:43927668684219 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 178 +43927668685140:43927668685463 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927668686287:43927668687789 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b1a080) = 0 +43927668697245:43927668697675 26036:26036 hsa_signal_store_relaxed(, 179) = void +43927668698757:43927670535803 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927670536801:43927670537224 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927670538343:43927670538980 26036:26036 hsa_signal_destroy() = 0 +43927670540202:43927670541240 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927670542092:43927670542547 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927670543367:43927670543804 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927670553763:43927670554146 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927670555012:43927670555359 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927670556114:43927670556689 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927670593110:43927670596299 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927670597732:43927670598112 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927670611455:43927670612051 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927670613842:43927670614320 26036:26041 hsa_signal_destroy() = 0 +43927670616540:43927670617083 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927670617883:43927670618253 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927670557438:43927670987838 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927671450779:43927671451574 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927685835635:43927685836642 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927685841122:43927685842332 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927685844031:43927685846625 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927685847930:43927685848518 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927685849378:43927685849990 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927685850904:43927685851306 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927686302070:43927686302779 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927686304112:43927686305641 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927686306538:43927686697394 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927686698628:43927686699254 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927686712376:43927686713019 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927686732400:43927686733163 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 180 +43927686734234:43927686734634 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 180 +43927686735636:43927686736940 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927686738011:43927686738351 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927686739600:43927686752742 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b0d930) = 0 +43927686753776:43927686754346 26036:26036 hsa_signal_store_relaxed(, 180) = void +43927686756042:43927686756676 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927686772982:43927686773628 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927686776523:43927686777303 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927686778335:43927686778725 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 181 +43927686788734:43927686789091 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 180 +43927686790037:43927686790364 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927686791236:43927686792092 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b2af60) = 0 +43927686792873:43927686793319 26036:26036 hsa_signal_store_relaxed(, 181) = void +43927686794553:43927688633884 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927688634940:43927688635422 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927688640614:43927688641264 26036:26036 hsa_signal_destroy() = 0 +43927688651355:43927688652372 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927688653245:43927688653637 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927688654430:43927688654851 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927688655639:43927688656004 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927688656850:43927688657198 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927688657950:43927688658594 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927688690900:43927688694263 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927688695739:43927688696111 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927688709556:43927688710145 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927688711973:43927688712442 26036:26041 hsa_signal_destroy() = 0 +43927688714646:43927688715109 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927688715892:43927688716257 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927688659352:43927689093374 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927689554004:43927689554767 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927703931302:43927703932297 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927703936317:43927703937467 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927703939152:43927703941289 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927703942536:43927703943113 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927703943938:43927703944575 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927703945497:43927703945898 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927704407784:43927704408554 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927704409821:43927704411744 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927704412635:43927704800984 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927704802162:43927704802783 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927704820891:43927704821549 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927704840509:43927704841143 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 182 +43927704842190:43927704842670 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 182 +43927704855685:43927704856946 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927704857809:43927704858326 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927704859462:43927704863178 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b25f80) = 0 +43927704864078:43927704864643 26036:26036 hsa_signal_store_relaxed(, 182) = void +43927704866125:43927704866758 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927704873092:43927704873749 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927704876276:43927704877222 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927704878036:43927704878382 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 183 +43927704879179:43927704879514 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 182 +43927704880429:43927704880755 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927704881654:43927704882388 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b2be20) = 0 +43927704883134:43927704883524 26036:26036 hsa_signal_store_relaxed(, 183) = void +43927706715138:43927706718913 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927706720558:43927706721057 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927706747807:43927706749529 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927706750501:43927706751023 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927704884559:43927706788221 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927706799982:43927706800551 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927706802239:43927706803128 26036:26036 hsa_signal_destroy() = 0 +43927706804211:43927706804646 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927706805555:43927706805969 26036:26036 hsa_signal_destroy() = 0 +43927706807377:43927706808877 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927706809762:43927706810242 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927706811085:43927706811643 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927706812405:43927706812791 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927706813714:43927706814148 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927706814988:43927706816067 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927706816847:43927707228760 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927707702055:43927707702890 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927722294103:43927722295219 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927722301453:43927722302570 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927722304334:43927722306906 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927722308174:43927722308844 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927722309734:43927722310312 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927722311135:43927722311623 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927722764526:43927722765638 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927722767049:43927722768650 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927722769491:43927723142551 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927723143810:43927723144481 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927723161557:43927723162221 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927723196572:43927723197298 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 184 +43927723198249:43927723198738 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 184 +43927723199969:43927723201621 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927723202410:43927723202775 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927723204190:43927723208855 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b33cd0) = 0 +43927723209874:43927723210552 26036:26036 hsa_signal_store_relaxed(, 184) = void +43927723212272:43927723212913 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927723219488:43927723220149 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927723223419:43927723224128 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927723224942:43927723225270 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 185 +43927723226081:43927723226424 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 184 +43927723227429:43927723227774 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927723228690:43927723230587 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b39580) = 0 +43927723231396:43927723231854 26036:26036 hsa_signal_store_relaxed(, 185) = void +43927723232814:43927723715986 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927723716891:43927723717417 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927723718545:43927723719463 26036:26036 hsa_signal_destroy() = 0 +43927723724346:43927723725425 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927723726257:43927723740953 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927723741800:43927723742279 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927723743038:43927723743441 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927723744305:43927723744690 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927723745488:43927723746347 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927723797442:43927723800679 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927723802126:43927723802502 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927723805427:43927723805993 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927723807803:43927723808273 26036:26041 hsa_signal_destroy() = 0 +43927723810387:43927723810816 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927723811586:43927723811945 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927723747155:43927724167780 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927724627575:43927724628459 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927739008531:43927739009524 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927739014306:43927739015486 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927739017296:43927739020367 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927739021721:43927739022345 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927739023178:43927739023789 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927739024676:43927739025250 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927739478406:43927739479196 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927739480493:43927739481819 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927739482640:43927739855579 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927739857204:43927739857830 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927739872843:43927739873489 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927739894041:43927739894682 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 186 +43927739895678:43927739896163 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 186 +43927739897528:43927739899003 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927739909074:43927739909620 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927739915092:43927739918810 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b4ad00) = 0 +43927739919754:43927739920325 26036:26036 hsa_signal_store_relaxed(, 186) = void +43927739921798:43927739922440 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927739928629:43927739929284 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927739932068:43927739932817 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927739933649:43927739934036 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 187 +43927739934832:43927739935168 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 186 +43927739936094:43927739936418 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927739937295:43927739938067 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b48500) = 0 +43927739938819:43927739939269 26036:26036 hsa_signal_store_relaxed(, 187) = void +43927740413734:43927740417062 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927740418696:43927740419231 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927740423715:43927740425429 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927740426561:43927740426966 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927739940242:43927740455451 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927740467154:43927740467734 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927740469355:43927740470252 26036:26036 hsa_signal_destroy() = 0 +43927740471297:43927740471941 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927740472955:43927740473388 26036:26036 hsa_signal_destroy() = 0 +43927740474727:43927740476300 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927740477216:43927740477698 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927740478515:43927740479072 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927740479818:43927740480203 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927740481124:43927740481558 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927740482403:43927740483551 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927740484334:43927740891656 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927741335022:43927741335874 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927755917182:43927755918136 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927755930431:43927755931533 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927755933315:43927755935813 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927755937094:43927755938004 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927755938838:43927755939396 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927755940168:43927755940645 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927756418583:43927756419458 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927756420794:43927756422694 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927756423482:43927756796357 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927756797569:43927756798239 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927756814797:43927756815441 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927756849519:43927756850152 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 188 +43927756851044:43927756851528 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 188 +43927756852600:43927756854185 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927756854971:43927756855336 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927756856702:43927756860905 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b5c650) = 0 +43927756861745:43927756862418 26036:26036 hsa_signal_store_relaxed(, 188) = void +43927756863927:43927756864581 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927756871103:43927756871758 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927756875002:43927756875758 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927756876557:43927756876944 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 189 +43927756877692:43927756878038 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 188 +43927756878975:43927756879315 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927756880165:43927756880606 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b5ca90) = 0 +43927756881374:43927756881818 26036:26036 hsa_signal_store_relaxed(, 189) = void +43927756882829:43927757365024 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927757366113:43927757366717 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927757367868:43927757368611 26036:26036 hsa_signal_destroy() = 0 +43927757369841:43927757371143 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927757373723:43927757374134 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927757374887:43927757375364 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927757390388:43927757390846 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927757391714:43927757392115 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927757392966:43927757393649 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927757446965:43927757450243 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927757451766:43927757452138 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927757454896:43927757455458 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927757457255:43927757457707 26036:26041 hsa_signal_destroy() = 0 +43927757459827:43927757460268 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927757461048:43927757461410 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927757394446:43927757814703 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927758276232:43927758276973 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927772695291:43927772696607 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927772701307:43927772702412 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927772704008:43927772706726 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927772708026:43927772708763 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927772709588:43927772710435 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927772711307:43927772711793 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927773159804:43927773160621 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927773161684:43927773163469 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927773164284:43927773537227 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927773538489:43927773539118 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927773554478:43927773555128 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927773575987:43927773576636 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 190 +43927773577569:43927773577976 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 190 +43927773579088:43927773580335 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927773590469:43927773590964 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927773592271:43927773596138 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b6aff0) = 0 +43927773611179:43927773611783 26036:26036 hsa_signal_store_relaxed(, 190) = void +43927773613467:43927773614111 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927773629221:43927773629855 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927773632572:43927773633307 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927773634126:43927773634516 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 191 +43927773635248:43927773635587 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 190 +43927773636548:43927773636870 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927773637722:43927773639566 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b67840) = 0 +43927773640314:43927773640777 26036:26036 hsa_signal_store_relaxed(, 191) = void +43927773641827:43927774112952 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927774113885:43927774114289 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927774115363:43927774116154 26036:26036 hsa_signal_destroy() = 0 +43927774117301:43927774118307 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927774119123:43927774119508 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927774120250:43927774120683 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927774121475:43927774121821 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927774122677:43927774123027 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927774137956:43927774138602 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927774194010:43927774197341 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927774198762:43927774199134 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927774202387:43927774202950 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927774204666:43927774205123 26036:26041 hsa_signal_destroy() = 0 +43927774207274:43927774207709 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927774208484:43927774208846 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927774139412:43927774560389 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927775021032:43927775022025 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927789416439:43927789417461 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927789421462:43927789422476 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927789428709:43927789431559 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927789432835:43927789433659 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927789434500:43927789435187 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927789436038:43927789436523 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927789889067:43927789889892 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927789891055:43927789892836 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927789893770:43927790266705 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927790267904:43927790268531 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927790284354:43927790285016 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927790304228:43927790304867 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 192 +43927790305764:43927790306171 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 192 +43927790307403:43927790308911 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927790309771:43927790310296 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927790320751:43927790324462 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b78070) = 0 +43927790325385:43927790325983 26036:26036 hsa_signal_store_relaxed(, 192) = void +43927790327572:43927790328209 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927790344556:43927790345207 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927790347990:43927790357677 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927790358518:43927790358901 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 193 +43927790359705:43927790360043 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 192 +43927790361005:43927790361333 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927790362195:43927790363803 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b7df20) = 0 +43927790364553:43927790364947 26036:26036 hsa_signal_store_relaxed(, 193) = void +43927790365961:43927790835296 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927790836293:43927790836796 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927790837883:43927790838542 26036:26036 hsa_signal_destroy() = 0 +43927790839835:43927790840684 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927790841499:43927790841930 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927790842671:43927790843093 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927790844991:43927790845344 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927790860586:43927790860970 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927790861768:43927790862421 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927790916245:43927790919583 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927790921052:43927790921423 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927790924497:43927790925064 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927790926807:43927790927216 26036:26041 hsa_signal_destroy() = 0 +43927790929310:43927790929750 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927790930520:43927790930881 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927790863227:43927791284216 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927791744411:43927791745161 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927806131789:43927806132997 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927806137739:43927806138938 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927806140981:43927806143705 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927806145025:43927806145668 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927806146493:43927806147136 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927806148004:43927806148406 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927806599088:43927806599868 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927806601324:43927806602960 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927806603822:43927806976883 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927806978150:43927806978780 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927806992238:43927806992886 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927807016132:43927807016772 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 194 +43927807017828:43927807018239 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 194 +43927807019513:43927807029751 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927807030681:43927807031146 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927807032582:43927807036361 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b8f7a0) = 0 +43927807037252:43927807038081 26036:26036 hsa_signal_store_relaxed(, 194) = void +43927807053541:43927807054212 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927807060464:43927807070017 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927807072584:43927807073558 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927807074370:43927807074747 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 195 +43927807075541:43927807075870 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 194 +43927807076797:43927807077120 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927807077938:43927807079834 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b8aa00) = 0 +43927807080581:43927807080979 26036:26036 hsa_signal_store_relaxed(, 195) = void +43927807081981:43927807544792 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927807545752:43927807546157 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927807547273:43927807547935 26036:26036 hsa_signal_destroy() = 0 +43927807549175:43927807550141 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927807550989:43927807551372 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927807552132:43927807552553 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927807553352:43927807553696 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927807554478:43927807554813 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927807570016:43927807570707 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927807626744:43927807630055 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927807631516:43927807631893 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927807635002:43927807635554 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927807637293:43927807637753 26036:26041 hsa_signal_destroy() = 0 +43927807639910:43927807640335 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927807641114:43927807641479 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927807571534:43927807992900 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927808458893:43927808459643 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927822839908:43927822841065 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927822845318:43927822846473 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927822848264:43927822850518 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927822851628:43927822852314 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927822857479:43927822858105 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927822858931:43927822859335 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927823310172:43927823310991 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927823312145:43927823314012 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927823314944:43927823688618 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927823689867:43927823690497 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927823704436:43927823705106 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927823727953:43927823728716 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 196 +43927823729882:43927823730285 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 196 +43927823740215:43927823741507 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927823742419:43927823742930 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927823744119:43927823747816 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ba0d40) = 0 +43927823748787:43927823749356 26036:26036 hsa_signal_store_relaxed(, 196) = void +43927823750857:43927823751495 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927823767805:43927823768459 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927823781200:43927823781983 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927823782810:43927823783189 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 197 +43927823783917:43927823784247 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 196 +43927823785175:43927823785496 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927823786336:43927823787932 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092b9e230) = 0 +43927823788676:43927823789120 26036:26036 hsa_signal_store_relaxed(, 197) = void +43927823790118:43927824255493 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927824256477:43927824256948 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927824258056:43927824258708 26036:26036 hsa_signal_destroy() = 0 +43927824259990:43927824261134 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927824261977:43927824262368 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927824263116:43927824263540 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927824264327:43927824264668 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927824281346:43927824281720 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927824282516:43927824283138 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927824337892:43927824341307 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927824342751:43927824343122 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927824346207:43927824346768 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927824348552:43927824349006 26036:26041 hsa_signal_destroy() = 0 +43927824351229:43927824351662 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927824352437:43927824352791 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927824283916:43927824704081 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927825166815:43927825167553 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927839562477:43927839563604 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927839567766:43927839568874 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927839570735:43927839572687 26036:26036 hsa_amd_pointer_info(0x902800000, 0x7fff229b0270, 0, , 0) = 0 +43927839573876:43927839574450 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927839575280:43927839575932 26036:26036 hsa_amd_pointer_info(0x1482170, 0x7fff229affd0, 0, , 0) = 0 +43927839577043:43927839577519 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927840034252:43927840035572 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927840036845:43927840038534 26036:26036 hsa_amd_memory_async_copy(0x902800000, , 0x903800000, , , , 0, ) = 0 +43927840039479:43927840412196 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927840413576:43927840414240 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927840427993:43927840428674 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927840448186:43927840448808 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 198 +43927840449754:43927840450154 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 198 +43927840451322:43927840452774 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afb88) = 0 +43927840453752:43927840454287 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927840455516:43927840467617 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092ba36d0) = 0 +43927840468551:43927840469118 26036:26036 hsa_signal_store_relaxed(, 198) = void +43927840470705:43927840471345 26036:26036 hsa_system_get_info(2, 0x7fff229afec0) = 0 +43927840487426:43927840488077 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927840504098:43927840504887 26036:26036 hsa_signal_create(1, , 0, 0x7fff229afd10) = 0 +43927840505707:43927840506088 26036:26036 hsa_queue_load_write_index_relaxed(0x2e2a000) = 199 +43927840506880:43927840507218 26036:26036 hsa_queue_load_read_index_scacquire(0x2e2a000) = 198 +43927840508151:43927840508471 26036:26036 hsa_queue_store_write_index_relaxed(0x2e2a000, ) = void +43927840509304:43927840510901 26036:26036 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7f2092bab4b0) = 0 +43927840511656:43927840512107 26036:26036 hsa_signal_store_relaxed(, 199) = void +43927840513288:43927840967359 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927840968348:43927840968755 26036:26036 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927840969916:43927840970685 26036:26036 hsa_signal_destroy() = 0 +43927840971784:43927840972755 26036:26036 hsa_amd_pointer_info(0x903000000, 0x7fff229b0240, 0, , 0) = 0 +43927840973602:43927840973992 26036:26036 hsa_agent_get_info(, 17, 0x7fff229b00a0) = 0 +43927840974805:43927840975239 26036:26036 hsa_amd_pointer_info(0x1882180, 0x7fff229affd0, 0, , 0) = 0 +43927840976032:43927840976376 26036:26036 hsa_agent_get_info(, 17, 0x7fff229affc4) = 0 +43927840977225:43927840991905 26036:26036 hsa_signal_silent_store_relaxed(, 1) = void +43927840992778:43927840993407 26036:26036 hsa_amd_memory_async_copy(0x903800000, , 0x903000000, , , , 0, ) = 0 +43927841047918:43927841051221 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927841052627:43927841052999 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927841056179:43927841056739 26036:26041 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43927841058485:43927841058957 26036:26041 hsa_signal_destroy() = 0 +43927841061055:43927841061477 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927841062252:43927841062612 26036:26041 hsa_amd_profiling_get_dispatch_time(, , 0x7f20f8124c08) = 0 +43927840994186:43927841415743 26036:26036 hsa_signal_wait_relaxed(, 0, 0, , 1) = 0 +43927841875111:43927841875896 26036:26036 hsa_system_get_info(2, 0x7fff229b0090) = 0 +43927856254915:43927856255937 26036:26036 hsa_system_get_info(2, 0x7fff229b0060) = 0 +43927856277916:43927856279011 26036:26036 hsa_signal_load_scacquire() = 0 +43927856282646:43927856330334 26036:26036 hsa_amd_memory_pool_free(0x902800000) = 0 +43927856335607:43927856336289 26036:26036 hsa_system_get_info(2, 0x7fff229b0060) = 0 +43927856339560:43927856340198 26036:26036 hsa_system_get_info(2, 0x7fff229b0060) = 0 +43927856345507:43927856345883 26036:26036 hsa_signal_load_scacquire() = 0 +43927856346840:43927856359575 26036:26036 hsa_amd_memory_pool_free(0x903000000) = 0 +43927856361497:43927856362157 26036:26036 hsa_system_get_info(2, 0x7fff229b0060) = 0 +43927856371136:43927856571451 26036:26036 hsa_memory_free(0x903800000) = 0 +43927856583040:43927856597666 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856598930:43927856600886 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856601901:43927856603779 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856605071:43927856606940 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856607955:43927856609834 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856610847:43927856612663 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856613796:43927856615637 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856616751:43927856618579 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856620049:43927856622112 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856623139:43927856625020 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856626204:43927856628044 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856629024:43927856630913 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856631932:43927856633755 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856636126:43927856637930 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856639101:43927856640984 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856642320:43927856644093 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856645145:43927856646971 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856648099:43927856664522 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856665630:43927856667567 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856668493:43927856670357 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856671320:43927856673183 26036:26036 hsa_code_object_reader_destroy() = 0 +43927856683893:43927856685900 26036:26036 hsa_code_object_reader_destroy() = 0 +43925837949374 26036:26036 0:"before hipLaunchKernel" +43925838034347 26036:26036 1:"hipLaunchKernel" +43926124654734 26036:26036 0:"after hipLaunchKernel" +43926124656506 26036:26036 1:"hipMemcpy" +43926126130770 26036:26036 2:"" +43926126136581 26036:26036 2:"" +43926141416209 26036:26036 0:"before hipLaunchKernel" +43926141417742 26036:26036 1:"hipLaunchKernel" +43926141477075 26036:26036 0:"after hipLaunchKernel" +43926141478074 26036:26036 1:"hipMemcpy" +43926142879656 26036:26036 2:"" +43926142881227 26036:26036 2:"" +43926158124359 26036:26036 0:"before hipLaunchKernel" +43926158126254 26036:26036 1:"hipLaunchKernel" +43926158193380 26036:26036 0:"after hipLaunchKernel" +43926158194373 26036:26036 1:"hipMemcpy" +43926159593736 26036:26036 2:"" +43926159594898 26036:26036 2:"" +43926174827661 26036:26036 0:"before hipLaunchKernel" +43926174829273 26036:26036 1:"hipLaunchKernel" +43926174901909 26036:26036 0:"after hipLaunchKernel" +43926174902886 26036:26036 1:"hipMemcpy" +43926176315109 26036:26036 2:"" +43926176316628 26036:26036 2:"" +43926191542370 26036:26036 0:"before hipLaunchKernel" +43926191543834 26036:26036 1:"hipLaunchKernel" +43926191616814 26036:26036 0:"after hipLaunchKernel" +43926191617776 26036:26036 1:"hipMemcpy" +43926193017473 26036:26036 2:"" +43926193018791 26036:26036 2:"" +43926208246085 26036:26036 0:"before hipLaunchKernel" +43926208247487 26036:26036 1:"hipLaunchKernel" +43926208314707 26036:26036 0:"after hipLaunchKernel" +43926208315732 26036:26036 1:"hipMemcpy" +43926209724879 26036:26036 2:"" +43926209726196 26036:26036 2:"" +43926224962171 26036:26036 0:"before hipLaunchKernel" +43926224963823 26036:26036 1:"hipLaunchKernel" +43926225032097 26036:26036 0:"after hipLaunchKernel" +43926225033072 26036:26036 1:"hipMemcpy" +43926227825939 26036:26036 2:"" +43926227827229 26036:26036 2:"" +43926243061627 26036:26036 0:"before hipLaunchKernel" +43926243063004 26036:26036 1:"hipLaunchKernel" +43926243137659 26036:26036 0:"after hipLaunchKernel" +43926243138646 26036:26036 1:"hipMemcpy" +43926245922807 26036:26036 2:"" +43926245924122 26036:26036 2:"" +43926261163201 26036:26036 0:"before hipLaunchKernel" +43926261164832 26036:26036 1:"hipLaunchKernel" +43926261222695 26036:26036 0:"after hipLaunchKernel" +43926261233670 26036:26036 1:"hipMemcpy" +43926264033152 26036:26036 2:"" +43926264034730 26036:26036 2:"" +43926279277401 26036:26036 0:"before hipLaunchKernel" +43926279278870 26036:26036 1:"hipLaunchKernel" +43926279353364 26036:26036 0:"after hipLaunchKernel" +43926279354427 26036:26036 1:"hipMemcpy" +43926282151153 26036:26036 2:"" +43926282152509 26036:26036 2:"" +43926297425955 26036:26036 0:"before hipLaunchKernel" +43926297427525 26036:26036 1:"hipLaunchKernel" +43926297491434 26036:26036 0:"after hipLaunchKernel" +43926297492430 26036:26036 1:"hipMemcpy" +43926300282498 26036:26036 2:"" +43926300283840 26036:26036 2:"" +43926315545024 26036:26036 0:"before hipLaunchKernel" +43926315546543 26036:26036 1:"hipLaunchKernel" +43926315615292 26036:26036 0:"after hipLaunchKernel" +43926315616290 26036:26036 1:"hipMemcpy" +43926318387497 26036:26036 2:"" +43926318388825 26036:26036 2:"" +43926333660857 26036:26036 0:"before hipLaunchKernel" +43926333662377 26036:26036 1:"hipLaunchKernel" +43926333731086 26036:26036 0:"after hipLaunchKernel" +43926333732023 26036:26036 1:"hipMemcpy" +43926336516579 26036:26036 2:"" +43926336518053 26036:26036 2:"" +43926351760178 26036:26036 0:"before hipLaunchKernel" +43926351761632 26036:26036 1:"hipLaunchKernel" +43926351835047 26036:26036 0:"after hipLaunchKernel" +43926351835988 26036:26036 1:"hipMemcpy" +43926354613391 26036:26036 2:"" +43926354614745 26036:26036 2:"" +43926369884442 26036:26036 0:"before hipLaunchKernel" +43926369885846 26036:26036 1:"hipLaunchKernel" +43926369950860 26036:26036 0:"after hipLaunchKernel" +43926369951847 26036:26036 1:"hipMemcpy" +43926372740208 26036:26036 2:"" +43926372741627 26036:26036 2:"" +43926387978913 26036:26036 0:"before hipLaunchKernel" +43926387980484 26036:26036 1:"hipLaunchKernel" +43926388057102 26036:26036 0:"after hipLaunchKernel" +43926388058177 26036:26036 1:"hipMemcpy" +43926390837417 26036:26036 2:"" +43926390838895 26036:26036 2:"" +43926406084796 26036:26036 0:"before hipLaunchKernel" +43926406086437 26036:26036 1:"hipLaunchKernel" +43926406155514 26036:26036 0:"after hipLaunchKernel" +43926406156519 26036:26036 1:"hipMemcpy" +43926408938345 26036:26036 2:"" +43926408939556 26036:26036 2:"" +43926424178779 26036:26036 0:"before hipLaunchKernel" +43926424185046 26036:26036 1:"hipLaunchKernel" +43926424250010 26036:26036 0:"after hipLaunchKernel" +43926424251053 26036:26036 1:"hipMemcpy" +43926427042903 26036:26036 2:"" +43926427044454 26036:26036 2:"" +43926442299011 26036:26036 0:"before hipLaunchKernel" +43926442300748 26036:26036 1:"hipLaunchKernel" +43926442364530 26036:26036 0:"after hipLaunchKernel" +43926442365511 26036:26036 1:"hipMemcpy" +43926445144326 26036:26036 2:"" +43926445145699 26036:26036 2:"" +43926460385320 26036:26036 0:"before hipLaunchKernel" +43926460386895 26036:26036 1:"hipLaunchKernel" +43926460456437 26036:26036 0:"after hipLaunchKernel" +43926460457463 26036:26036 1:"hipMemcpy" +43926463236963 26036:26036 2:"" +43926463238344 26036:26036 2:"" +43926478486584 26036:26036 0:"before hipLaunchKernel" +43926478488197 26036:26036 1:"hipLaunchKernel" +43926478556437 26036:26036 0:"after hipLaunchKernel" +43926478557368 26036:26036 1:"hipMemcpy" +43926481341546 26036:26036 2:"" +43926481343078 26036:26036 2:"" +43926496569223 26036:26036 0:"before hipLaunchKernel" +43926496570678 26036:26036 1:"hipLaunchKernel" +43926496638725 26036:26036 0:"after hipLaunchKernel" +43926496639751 26036:26036 1:"hipMemcpy" +43926498034841 26036:26036 2:"" +43926498036143 26036:26036 2:"" +43926513276940 26036:26036 0:"before hipLaunchKernel" +43926513278573 26036:26036 1:"hipLaunchKernel" +43926513347454 26036:26036 0:"after hipLaunchKernel" +43926513348437 26036:26036 1:"hipMemcpy" +43926514745698 26036:26036 2:"" +43926514747126 26036:26036 2:"" +43926529983797 26036:26036 0:"before hipLaunchKernel" +43926529985301 26036:26036 1:"hipLaunchKernel" +43926530049563 26036:26036 0:"after hipLaunchKernel" +43926530050640 26036:26036 1:"hipMemcpy" +43926531441141 26036:26036 2:"" +43926531442604 26036:26036 2:"" +43926546675380 26036:26036 0:"before hipLaunchKernel" +43926546676880 26036:26036 1:"hipLaunchKernel" +43926546749484 26036:26036 0:"after hipLaunchKernel" +43926546750431 26036:26036 1:"hipMemcpy" +43926548161721 26036:26036 2:"" +43926548163200 26036:26036 2:"" +43926563390850 26036:26036 0:"before hipLaunchKernel" +43926563392294 26036:26036 1:"hipLaunchKernel" +43926563459754 26036:26036 0:"after hipLaunchKernel" +43926563460751 26036:26036 1:"hipMemcpy" +43926564869836 26036:26036 2:"" +43926564871327 26036:26036 2:"" +43926580095620 26036:26036 0:"before hipLaunchKernel" +43926580097097 26036:26036 1:"hipLaunchKernel" +43926580162811 26036:26036 0:"after hipLaunchKernel" +43926580163819 26036:26036 1:"hipMemcpy" +43926581567363 26036:26036 2:"" +43926581568636 26036:26036 2:"" +43926596825496 26036:26036 0:"before hipLaunchKernel" +43926596827018 26036:26036 1:"hipLaunchKernel" +43926596895740 26036:26036 0:"after hipLaunchKernel" +43926596896707 26036:26036 1:"hipMemcpy" +43926598298729 26036:26036 2:"" +43926598300100 26036:26036 2:"" +43926613527296 26036:26036 0:"before hipLaunchKernel" +43926613528726 26036:26036 1:"hipLaunchKernel" +43926613597100 26036:26036 0:"after hipLaunchKernel" +43926613598105 26036:26036 1:"hipMemcpy" +43926615001490 26036:26036 2:"" +43926615002952 26036:26036 2:"" +43926630240227 26036:26036 0:"before hipLaunchKernel" +43926630241752 26036:26036 1:"hipLaunchKernel" +43926630306542 26036:26036 0:"after hipLaunchKernel" +43926630307536 26036:26036 1:"hipMemcpy" +43926631705959 26036:26036 2:"" +43926631707625 26036:26036 2:"" +43926646938395 26036:26036 0:"before hipLaunchKernel" +43926646939966 26036:26036 1:"hipLaunchKernel" +43926647002852 26036:26036 0:"after hipLaunchKernel" +43926647003868 26036:26036 1:"hipMemcpy" +43926648450334 26036:26036 2:"" +43926648452298 26036:26036 2:"" +43926663914361 26036:26036 0:"before hipLaunchKernel" +43926663915904 26036:26036 1:"hipLaunchKernel" +43926663986769 26036:26036 0:"after hipLaunchKernel" +43926663987873 26036:26036 1:"hipMemcpy" +43926665395981 26036:26036 2:"" +43926665397516 26036:26036 2:"" +43926680626366 26036:26036 0:"before hipLaunchKernel" +43926680627793 26036:26036 1:"hipLaunchKernel" +43926680703633 26036:26036 0:"after hipLaunchKernel" +43926680704650 26036:26036 1:"hipMemcpy" +43926682101315 26036:26036 2:"" +43926682102788 26036:26036 2:"" +43926697364697 26036:26036 0:"before hipLaunchKernel" +43926697366094 26036:26036 1:"hipLaunchKernel" +43926697431544 26036:26036 0:"after hipLaunchKernel" +43926697432491 26036:26036 1:"hipMemcpy" +43926698829089 26036:26036 2:"" +43926698830450 26036:26036 2:"" +43926714083879 26036:26036 0:"before hipLaunchKernel" +43926714088632 26036:26036 1:"hipLaunchKernel" +43926714149293 26036:26036 0:"after hipLaunchKernel" +43926714150427 26036:26036 1:"hipMemcpy" +43926715553255 26036:26036 2:"" +43926715554575 26036:26036 2:"" +43926730787819 26036:26036 0:"before hipLaunchKernel" +43926730789463 26036:26036 1:"hipLaunchKernel" +43926730857537 26036:26036 0:"after hipLaunchKernel" +43926730858504 26036:26036 1:"hipMemcpy" +43926732267393 26036:26036 2:"" +43926732268723 26036:26036 2:"" +43926747494299 26036:26036 0:"before hipLaunchKernel" +43926747495701 26036:26036 1:"hipLaunchKernel" +43926747562530 26036:26036 0:"after hipLaunchKernel" +43926747563770 26036:26036 1:"hipMemcpy" +43926748970702 26036:26036 2:"" +43926748972185 26036:26036 2:"" +43926764203380 26036:26036 0:"before hipLaunchKernel" +43926764204987 26036:26036 1:"hipLaunchKernel" +43926764270023 26036:26036 0:"after hipLaunchKernel" +43926764270946 26036:26036 1:"hipMemcpy" +43926765672881 26036:26036 2:"" +43926765674085 26036:26036 2:"" +43926780902022 26036:26036 0:"before hipLaunchKernel" +43926780903376 26036:26036 1:"hipLaunchKernel" +43926780968389 26036:26036 0:"after hipLaunchKernel" +43926780969361 26036:26036 1:"hipMemcpy" +43926782372488 26036:26036 2:"" +43926782373879 26036:26036 2:"" +43926797614221 26036:26036 0:"before hipLaunchKernel" +43926797615776 26036:26036 1:"hipLaunchKernel" +43926797680689 26036:26036 0:"after hipLaunchKernel" +43926797681717 26036:26036 1:"hipMemcpy" +43926799080278 26036:26036 2:"" +43926799081563 26036:26036 2:"" +43926814322479 26036:26036 0:"before hipLaunchKernel" +43926814323929 26036:26036 1:"hipLaunchKernel" +43926814392049 26036:26036 0:"after hipLaunchKernel" +43926814393277 26036:26036 1:"hipMemcpy" +43926815797615 26036:26036 2:"" +43926815798958 26036:26036 2:"" +43926831030763 26036:26036 0:"before hipLaunchKernel" +43926831032170 26036:26036 1:"hipLaunchKernel" +43926831101175 26036:26036 0:"after hipLaunchKernel" +43926831102087 26036:26036 1:"hipMemcpy" +43926832505718 26036:26036 2:"" +43926832506917 26036:26036 2:"" +43926847761998 26036:26036 0:"before hipLaunchKernel" +43926847763481 26036:26036 1:"hipLaunchKernel" +43926847836619 26036:26036 0:"after hipLaunchKernel" +43926847837585 26036:26036 1:"hipMemcpy" +43926850615693 26036:26036 2:"" +43926850616962 26036:26036 2:"" +43926865872091 26036:26036 0:"before hipLaunchKernel" +43926865873593 26036:26036 1:"hipLaunchKernel" +43926865938674 26036:26036 0:"after hipLaunchKernel" +43926865939686 26036:26036 1:"hipMemcpy" +43926868723722 26036:26036 2:"" +43926868725198 26036:26036 2:"" +43926883968628 26036:26036 0:"before hipLaunchKernel" +43926883970051 26036:26036 1:"hipLaunchKernel" +43926884044167 26036:26036 0:"after hipLaunchKernel" +43926884045173 26036:26036 1:"hipMemcpy" +43926886828882 26036:26036 2:"" +43926886830066 26036:26036 2:"" +43926902080099 26036:26036 0:"before hipLaunchKernel" +43926902081476 26036:26036 1:"hipLaunchKernel" +43926902150050 26036:26036 0:"after hipLaunchKernel" +43926902151041 26036:26036 1:"hipMemcpy" +43926904938516 26036:26036 2:"" +43926904939646 26036:26036 2:"" +43926920176714 26036:26036 0:"before hipLaunchKernel" +43926920178211 26036:26036 1:"hipLaunchKernel" +43926920242571 26036:26036 0:"after hipLaunchKernel" +43926920243688 26036:26036 1:"hipMemcpy" +43926923030736 26036:26036 2:"" +43926923032011 26036:26036 2:"" +43926938308598 26036:26036 0:"before hipLaunchKernel" +43926938310126 26036:26036 1:"hipLaunchKernel" +43926938378717 26036:26036 0:"after hipLaunchKernel" +43926938379683 26036:26036 1:"hipMemcpy" +43926941171460 26036:26036 2:"" +43926941173116 26036:26036 2:"" +43926956415052 26036:26036 0:"before hipLaunchKernel" +43926956416397 26036:26036 1:"hipLaunchKernel" +43926956485044 26036:26036 0:"after hipLaunchKernel" +43926956486084 26036:26036 1:"hipMemcpy" +43926959274004 26036:26036 2:"" +43926959275239 26036:26036 2:"" +43926974543855 26036:26036 0:"before hipLaunchKernel" +43926974545512 26036:26036 1:"hipLaunchKernel" +43926974614579 26036:26036 0:"after hipLaunchKernel" +43926974615532 26036:26036 1:"hipMemcpy" +43926977400608 26036:26036 2:"" +43926977401829 26036:26036 2:"" +43926992664110 26036:26036 0:"before hipLaunchKernel" +43926992665762 26036:26036 1:"hipLaunchKernel" +43926992730207 26036:26036 0:"after hipLaunchKernel" +43926992731168 26036:26036 1:"hipMemcpy" +43926995530778 26036:26036 2:"" +43926995532036 26036:26036 2:"" +43927010769991 26036:26036 0:"before hipLaunchKernel" +43927010775013 26036:26036 1:"hipLaunchKernel" +43927010841405 26036:26036 0:"after hipLaunchKernel" +43927010842414 26036:26036 1:"hipMemcpy" +43927013631594 26036:26036 2:"" +43927013632938 26036:26036 2:"" +43927028875272 26036:26036 0:"before hipLaunchKernel" +43927028876717 26036:26036 1:"hipLaunchKernel" +43927028941362 26036:26036 0:"after hipLaunchKernel" +43927028942439 26036:26036 1:"hipMemcpy" +43927031737243 26036:26036 2:"" +43927031738545 26036:26036 2:"" +43927047005471 26036:26036 0:"before hipLaunchKernel" +43927047006916 26036:26036 1:"hipLaunchKernel" +43927047073112 26036:26036 0:"after hipLaunchKernel" +43927047074059 26036:26036 1:"hipMemcpy" +43927049861179 26036:26036 2:"" +43927049862588 26036:26036 2:"" +43927065111982 26036:26036 0:"before hipLaunchKernel" +43927065113379 26036:26036 1:"hipLaunchKernel" +43927065167144 26036:26036 0:"after hipLaunchKernel" +43927065178146 26036:26036 1:"hipMemcpy" +43927067964142 26036:26036 2:"" +43927067965483 26036:26036 2:"" +43927083212669 26036:26036 0:"before hipLaunchKernel" +43927083214139 26036:26036 1:"hipLaunchKernel" +43927083282444 26036:26036 0:"after hipLaunchKernel" +43927083283456 26036:26036 1:"hipMemcpy" +43927086057976 26036:26036 2:"" +43927086059354 26036:26036 2:"" +43927101285705 26036:26036 0:"before hipLaunchKernel" +43927101287170 26036:26036 1:"hipLaunchKernel" +43927101340566 26036:26036 0:"after hipLaunchKernel" +43927101351441 26036:26036 1:"hipMemcpy" +43927102746590 26036:26036 2:"" +43927102747951 26036:26036 2:"" +43927117985071 26036:26036 0:"before hipLaunchKernel" +43927117986645 26036:26036 1:"hipLaunchKernel" +43927118040463 26036:26036 0:"after hipLaunchKernel" +43927118051447 26036:26036 1:"hipMemcpy" +43927119444315 26036:26036 2:"" +43927119445578 26036:26036 2:"" +43927134675114 26036:26036 0:"before hipLaunchKernel" +43927134676565 26036:26036 1:"hipLaunchKernel" +43927134741734 26036:26036 0:"after hipLaunchKernel" +43927134742782 26036:26036 1:"hipMemcpy" +43927136144229 26036:26036 2:"" +43927136145648 26036:26036 2:"" +43927151368048 26036:26036 0:"before hipLaunchKernel" +43927151369538 26036:26036 1:"hipLaunchKernel" +43927151437639 26036:26036 0:"after hipLaunchKernel" +43927151438612 26036:26036 1:"hipMemcpy" +43927152848109 26036:26036 2:"" +43927152849579 26036:26036 2:"" +43927168080175 26036:26036 0:"before hipLaunchKernel" +43927168081574 26036:26036 1:"hipLaunchKernel" +43927168150552 26036:26036 0:"after hipLaunchKernel" +43927168151550 26036:26036 1:"hipMemcpy" +43927169549796 26036:26036 2:"" +43927169551102 26036:26036 2:"" +43927184781024 26036:26036 0:"before hipLaunchKernel" +43927184782636 26036:26036 1:"hipLaunchKernel" +43927184850980 26036:26036 0:"after hipLaunchKernel" +43927184851968 26036:26036 1:"hipMemcpy" +43927186250730 26036:26036 2:"" +43927186252425 26036:26036 2:"" +43927201476500 26036:26036 0:"before hipLaunchKernel" +43927201478020 26036:26036 1:"hipLaunchKernel" +43927201547060 26036:26036 0:"after hipLaunchKernel" +43927201548073 26036:26036 1:"hipMemcpy" +43927202954760 26036:26036 2:"" +43927202956034 26036:26036 2:"" +43927218185027 26036:26036 0:"before hipLaunchKernel" +43927218186612 26036:26036 1:"hipLaunchKernel" +43927218254472 26036:26036 0:"after hipLaunchKernel" +43927218255505 26036:26036 1:"hipMemcpy" +43927219646466 26036:26036 2:"" +43927219647896 26036:26036 2:"" +43927234881933 26036:26036 0:"before hipLaunchKernel" +43927234883623 26036:26036 1:"hipLaunchKernel" +43927234942029 26036:26036 0:"after hipLaunchKernel" +43927234942994 26036:26036 1:"hipMemcpy" +43927236350307 26036:26036 2:"" +43927236351606 26036:26036 2:"" +43927251575061 26036:26036 0:"before hipLaunchKernel" +43927251576548 26036:26036 1:"hipLaunchKernel" +43927251644579 26036:26036 0:"after hipLaunchKernel" +43927251645556 26036:26036 1:"hipMemcpy" +43927253044384 26036:26036 2:"" +43927253045717 26036:26036 2:"" +43927268268590 26036:26036 0:"before hipLaunchKernel" +43927268270094 26036:26036 1:"hipLaunchKernel" +43927268331576 26036:26036 0:"after hipLaunchKernel" +43927268332561 26036:26036 1:"hipMemcpy" +43927269740080 26036:26036 2:"" +43927269742282 26036:26036 2:"" +43927285209799 26036:26036 0:"before hipLaunchKernel" +43927285211479 26036:26036 1:"hipLaunchKernel" +43927285274965 26036:26036 0:"after hipLaunchKernel" +43927285275932 26036:26036 1:"hipMemcpy" +43927286687108 26036:26036 2:"" +43927286688448 26036:26036 2:"" +43927302061109 26036:26036 0:"before hipLaunchKernel" +43927302062693 26036:26036 1:"hipLaunchKernel" +43927302125993 26036:26036 0:"after hipLaunchKernel" +43927302126946 26036:26036 1:"hipMemcpy" +43927303536988 26036:26036 2:"" +43927303538917 26036:26036 2:"" +43927318932986 26036:26036 0:"before hipLaunchKernel" +43927318934524 26036:26036 1:"hipLaunchKernel" +43927319002417 26036:26036 0:"after hipLaunchKernel" +43927319003365 26036:26036 1:"hipMemcpy" +43927320413196 26036:26036 2:"" +43927320414605 26036:26036 2:"" +43927335810885 26036:26036 0:"before hipLaunchKernel" +43927335812346 26036:26036 1:"hipLaunchKernel" +43927335888679 26036:26036 0:"after hipLaunchKernel" +43927335889627 26036:26036 1:"hipMemcpy" +43927337292410 26036:26036 2:"" +43927337293638 26036:26036 2:"" +43927352526496 26036:26036 0:"before hipLaunchKernel" +43927352527944 26036:26036 1:"hipLaunchKernel" +43927352599497 26036:26036 0:"after hipLaunchKernel" +43927352600517 26036:26036 1:"hipMemcpy" +43927354004759 26036:26036 2:"" +43927354006018 26036:26036 2:"" +43927369258966 26036:26036 0:"before hipLaunchKernel" +43927369260573 26036:26036 1:"hipLaunchKernel" +43927369332114 26036:26036 0:"after hipLaunchKernel" +43927369333356 26036:26036 1:"hipMemcpy" +43927370740393 26036:26036 2:"" +43927370741687 26036:26036 2:"" +43927386003123 26036:26036 0:"before hipLaunchKernel" +43927386004646 26036:26036 1:"hipLaunchKernel" +43927386074085 26036:26036 0:"after hipLaunchKernel" +43927386075084 26036:26036 1:"hipMemcpy" +43927387477083 26036:26036 2:"" +43927387478475 26036:26036 2:"" +43927402712423 26036:26036 0:"before hipLaunchKernel" +43927402713774 26036:26036 1:"hipLaunchKernel" +43927402786738 26036:26036 0:"after hipLaunchKernel" +43927402797147 26036:26036 1:"hipMemcpy" +43927404187914 26036:26036 2:"" +43927404189080 26036:26036 2:"" +43927419415405 26036:26036 0:"before hipLaunchKernel" +43927419416875 26036:26036 1:"hipLaunchKernel" +43927419480814 26036:26036 0:"after hipLaunchKernel" +43927419481848 26036:26036 1:"hipMemcpy" +43927420832233 26036:26036 2:"" +43927420833493 26036:26036 2:"" +43927436057785 26036:26036 0:"before hipLaunchKernel" +43927436059304 26036:26036 1:"hipLaunchKernel" +43927436128964 26036:26036 0:"after hipLaunchKernel" +43927436129958 26036:26036 1:"hipMemcpy" +43927437528731 26036:26036 2:"" +43927437529961 26036:26036 2:"" +43927452762841 26036:26036 0:"before hipLaunchKernel" +43927452764332 26036:26036 1:"hipLaunchKernel" +43927452828782 26036:26036 0:"after hipLaunchKernel" +43927452829742 26036:26036 1:"hipMemcpy" +43927454218638 26036:26036 2:"" +43927454220020 26036:26036 2:"" +43927469488999 26036:26036 0:"before hipLaunchKernel" +43927469490408 26036:26036 1:"hipLaunchKernel" +43927469559898 26036:26036 0:"after hipLaunchKernel" +43927469560879 26036:26036 1:"hipMemcpy" +43927472357854 26036:26036 2:"" +43927472359152 26036:26036 2:"" +43927487594759 26036:26036 0:"before hipLaunchKernel" +43927487596207 26036:26036 1:"hipLaunchKernel" +43927487664812 26036:26036 0:"after hipLaunchKernel" +43927487665810 26036:26036 1:"hipMemcpy" +43927490446389 26036:26036 2:"" +43927490447556 26036:26036 2:"" +43927505700233 26036:26036 0:"before hipLaunchKernel" +43927505701630 26036:26036 1:"hipLaunchKernel" +43927505771471 26036:26036 0:"after hipLaunchKernel" +43927505772430 26036:26036 1:"hipMemcpy" +43927508563737 26036:26036 2:"" +43927508565058 26036:26036 2:"" +43927523810593 26036:26036 0:"before hipLaunchKernel" +43927523812278 26036:26036 1:"hipLaunchKernel" +43927523876565 26036:26036 0:"after hipLaunchKernel" +43927523877523 26036:26036 1:"hipMemcpy" +43927526657224 26036:26036 2:"" +43927526658501 26036:26036 2:"" +43927541905632 26036:26036 0:"before hipLaunchKernel" +43927541907006 26036:26036 1:"hipLaunchKernel" +43927541965928 26036:26036 0:"after hipLaunchKernel" +43927541977126 26036:26036 1:"hipMemcpy" +43927544754680 26036:26036 2:"" +43927544755960 26036:26036 2:"" +43927559995323 26036:26036 0:"before hipLaunchKernel" +43927559996857 26036:26036 1:"hipLaunchKernel" +43927560070941 26036:26036 0:"after hipLaunchKernel" +43927560071911 26036:26036 1:"hipMemcpy" +43927562858036 26036:26036 2:"" +43927562859298 26036:26036 2:"" +43927578102735 26036:26036 0:"before hipLaunchKernel" +43927578104052 26036:26036 1:"hipLaunchKernel" +43927578172905 26036:26036 0:"after hipLaunchKernel" +43927578173850 26036:26036 1:"hipMemcpy" +43927580947890 26036:26036 2:"" +43927580949302 26036:26036 2:"" +43927596191193 26036:26036 0:"before hipLaunchKernel" +43927596192531 26036:26036 1:"hipLaunchKernel" +43927596259091 26036:26036 0:"after hipLaunchKernel" +43927596260008 26036:26036 1:"hipMemcpy" +43927599042261 26036:26036 2:"" +43927599043601 26036:26036 2:"" +43927614293727 26036:26036 0:"before hipLaunchKernel" +43927614295046 26036:26036 1:"hipLaunchKernel" +43927614359522 26036:26036 0:"after hipLaunchKernel" +43927614360490 26036:26036 1:"hipMemcpy" +43927617143771 26036:26036 2:"" +43927617145221 26036:26036 2:"" +43927632387086 26036:26036 0:"before hipLaunchKernel" +43927632388395 26036:26036 1:"hipLaunchKernel" +43927632456136 26036:26036 0:"after hipLaunchKernel" +43927632457228 26036:26036 1:"hipMemcpy" +43927635241248 26036:26036 2:"" +43927635242651 26036:26036 2:"" +43927650492565 26036:26036 0:"before hipLaunchKernel" +43927650493960 26036:26036 1:"hipLaunchKernel" +43927650562083 26036:26036 0:"after hipLaunchKernel" +43927650563125 26036:26036 1:"hipMemcpy" +43927653343762 26036:26036 2:"" +43927653344988 26036:26036 2:"" +43927668591120 26036:26036 0:"before hipLaunchKernel" +43927668592494 26036:26036 1:"hipLaunchKernel" +43927668666104 26036:26036 0:"after hipLaunchKernel" +43927668667122 26036:26036 1:"hipMemcpy" +43927671454274 26036:26036 2:"" +43927671455516 26036:26036 2:"" +43927686704188 26036:26036 0:"before hipLaunchKernel" +43927686705586 26036:26036 1:"hipLaunchKernel" +43927686770857 26036:26036 0:"after hipLaunchKernel" +43927686771893 26036:26036 1:"hipMemcpy" +43927689557469 26036:26036 2:"" +43927689558889 26036:26036 2:"" +43927704812216 26036:26036 0:"before hipLaunchKernel" +43927704813628 26036:26036 1:"hipLaunchKernel" +43927704871020 26036:26036 0:"after hipLaunchKernel" +43927704871973 26036:26036 1:"hipMemcpy" +43927707709233 26036:26036 2:"" +43927707711414 26036:26036 2:"" +43927723150164 26036:26036 0:"before hipLaunchKernel" +43927723151728 26036:26036 1:"hipLaunchKernel" +43927723217327 26036:26036 0:"after hipLaunchKernel" +43927723218335 26036:26036 1:"hipMemcpy" +43927724631141 26036:26036 2:"" +43927724632609 26036:26036 2:"" +43927739862742 26036:26036 0:"before hipLaunchKernel" +43927739864356 26036:26036 1:"hipLaunchKernel" +43927739926511 26036:26036 0:"after hipLaunchKernel" +43927739927431 26036:26036 1:"hipMemcpy" +43927741339277 26036:26036 2:"" +43927741341192 26036:26036 2:"" +43927756804061 26036:26036 0:"before hipLaunchKernel" +43927756805660 26036:26036 1:"hipLaunchKernel" +43927756868931 26036:26036 0:"after hipLaunchKernel" +43927756869980 26036:26036 1:"hipMemcpy" +43927758279561 26036:26036 2:"" +43927758281001 26036:26036 2:"" +43927773544059 26036:26036 0:"before hipLaunchKernel" +43927773545986 26036:26036 1:"hipLaunchKernel" +43927773618141 26036:26036 0:"after hipLaunchKernel" +43927773628059 26036:26036 1:"hipMemcpy" +43927775024715 26036:26036 2:"" +43927775026128 26036:26036 2:"" +43927790275125 26036:26036 0:"before hipLaunchKernel" +43927790276629 26036:26036 1:"hipLaunchKernel" +43927790342444 26036:26036 0:"after hipLaunchKernel" +43927790343440 26036:26036 1:"hipMemcpy" +43927791747823 26036:26036 2:"" +43927791749126 26036:26036 2:"" +43927806983703 26036:26036 0:"before hipLaunchKernel" +43927806985088 26036:26036 1:"hipLaunchKernel" +43927807058295 26036:26036 0:"after hipLaunchKernel" +43927807059324 26036:26036 1:"hipMemcpy" +43927808462376 26036:26036 2:"" +43927808463675 26036:26036 2:"" +43927823695667 26036:26036 0:"before hipLaunchKernel" +43927823697056 26036:26036 1:"hipLaunchKernel" +43927823765678 26036:26036 0:"after hipLaunchKernel" +43927823766665 26036:26036 1:"hipMemcpy" +43927825170257 26036:26036 2:"" +43927825171581 26036:26036 2:"" +43927840419186 26036:26036 0:"before hipLaunchKernel" +43927840420630 26036:26036 1:"hipLaunchKernel" +43927840485376 26036:26036 0:"after hipLaunchKernel" +43927840486421 26036:26036 1:"hipMemcpy" +43927841878411 26036:26036 2:"" +43927841879693 26036:26036 2:"" +43926124638710:43926125127990 0:0 hcCommandKernel:6 +43926125136950:43926125148310 0:0 hcCommandMarker:8 +43926141476012:43926141954413 0:0 hcCommandKernel:11 +43926141957293:43926141963853 0:0 hcCommandMarker:13 +43926158181881:43926158670842 0:0 hcCommandKernel:16 +43926158673882:43926158680442 0:0 hcCommandMarker:18 +43926174897948:43926175383389 0:0 hcCommandKernel:21 +43926175386269:43926175392829 0:0 hcCommandMarker:23 +43926191601673:43926192092874 0:0 hcCommandKernel:26 +43926192095754:43926192102314 0:0 hcCommandMarker:28 +43926208303196:43926208801917 0:0 hcCommandKernel:31 +43926208804957:43926208811517 0:0 hcCommandMarker:33 +43926225021229:43926226865232 0:0 hcCommandKernel:36 +43926226868112:43926226899632 0:0 hcCommandMarker:38 +43926243126157:43926244971761 0:0 hcCommandKernel:41 +43926244974801:43926245006161 0:0 hcCommandMarker:43 +43926261221935:43926263068978 0:0 hcCommandKernel:46 +43926263071858:43926263103378 0:0 hcCommandMarker:48 +43926279349947:43926281198431 0:0 hcCommandKernel:51 +43926281201311:43926281233471 0:0 hcCommandMarker:53 +43926297480705:43926299324069 0:0 hcCommandKernel:56 +43926299327109:43926299358469 0:0 hcCommandMarker:58 +43926315599890:43926317433973 0:0 hcCommandKernel:61 +43926317436853:43926317468533 0:0 hcCommandMarker:63 +43926333719512:43926335565916 0:0 hcCommandKernel:66 +43926335568796:43926335600156 0:0 hcCommandMarker:68 +43926351819730:43926353661173 0:0 hcCommandKernel:71 +43926353664213:43926353695573 0:0 hcCommandMarker:73 +43926369939939:43926371779462 0:0 hcCommandKernel:76 +43926371782342:43926371813702 0:0 hcCommandMarker:78 +43926388042341:43926389884744 0:0 hcCommandKernel:81 +43926389887784:43926389920104 0:0 hcCommandMarker:83 +43926406144781:43926407986545 0:0 hcCommandKernel:86 +43926407989425:43926408020945 0:0 hcCommandMarker:88 +43926424238646:43926426089529 0:0 hcCommandKernel:91 +43926426092409:43926426123769 0:0 hcCommandMarker:93 +43926442353389:43926444193232 0:0 hcCommandKernel:96 +43926444196112:43926444227632 0:0 hcCommandMarker:98 +43926460445552:43926462284435 0:0 hcCommandKernel:101 +43926462287315:43926462318835 0:0 hcCommandMarker:103 +43926478553039:43926480389682 0:0 hcCommandKernel:106 +43926480392562:43926480423922 0:0 hcCommandMarker:108 +43926496627659:43926497112620 0:0 hcCommandKernel:111 +43926497115660:43926497122220 0:0 hcCommandMarker:113 +43926513336205:43926513823726 0:0 hcCommandKernel:116 +43926513826766:43926513833326 0:0 hcCommandMarker:118 +43926530038442:43926530517003 0:0 hcCommandKernel:121 +43926530519883:43926530526603 0:0 hcCommandMarker:123 +43926546745933:43926547234574 0:0 hcCommandKernel:126 +43926547237614:43926547244174 0:0 hcCommandMarker:128 +43926563448840:43926563942121 0:0 hcCommandKernel:131 +43926563945001:43926563951561 0:0 hcCommandMarker:133 +43926580151345:43926580644946 0:0 hcCommandKernel:136 +43926580647826:43926580654386 0:0 hcCommandMarker:138 +43926596884189:43926597368190 0:0 hcCommandKernel:141 +43926597371070:43926597377630 0:0 hcCommandMarker:143 +43926613593532:43926614078013 0:0 hcCommandKernel:146 +43926614081053:43926614087613 0:0 hcCommandMarker:148 +43926630295295:43926630781216 0:0 hcCommandKernel:151 +43926630784256:43926630790816 0:0 hcCommandMarker:153 +43926647001651:43926647481491 0:0 hcCommandKernel:156 +43926647484542:43926647491102 0:0 hcCommandMarker:158 +43926663982543:43926664471664 0:0 hcCommandKernel:161 +43926664474544:43926664481104 0:0 hcCommandMarker:163 +43926680696587:43926681178828 0:0 hcCommandKernel:166 +43926681181708:43926681188268 0:0 hcCommandMarker:168 +43926697420584:43926697905385 0:0 hcCommandKernel:171 +43926697908265:43926697914825 0:0 hcCommandMarker:173 +43926714146808:43926714631609 0:0 hcCommandKernel:176 +43926714634489:43926714641049 0:0 hcCommandMarker:178 +43926730854108:43926731338749 0:0 hcCommandKernel:181 +43926731341629:43926731348189 0:0 hcCommandMarker:183 +43926747551245:43926748045486 0:0 hcCommandKernel:186 +43926748048526:43926748055086 0:0 hcCommandMarker:188 +43926764258597:43926764748198 0:0 hcCommandKernel:191 +43926764751078:43926764757798 0:0 hcCommandMarker:193 +43926780957277:43926781448318 0:0 hcCommandKernel:196 +43926781451198:43926781457918 0:0 hcCommandMarker:198 +43926797669626:43926798157147 0:0 hcCommandKernel:201 +43926798160027:43926798166587 0:0 hcCommandMarker:203 +43926814388220:43926814874621 0:0 hcCommandKernel:206 +43926814877661:43926814884221 0:0 hcCommandMarker:208 +43926831097803:43926831581804 0:0 hcCommandKernel:211 +43926831584684:43926831591404 0:0 hcCommandMarker:213 +43926847821044:43926849662967 0:0 hcCommandKernel:216 +43926849665847:43926849697207 0:0 hcCommandMarker:218 +43926865935080:43926867770923 0:0 hcCommandKernel:221 +43926867773803:43926867805163 0:0 hcCommandMarker:223 +43926884040558:43926885874961 0:0 hcCommandKernel:226 +43926885878001:43926885909361 0:0 hcCommandMarker:228 +43926902138990:43926903984593 0:0 hcCommandKernel:231 +43926903987473:43926904018833 0:0 hcCommandMarker:233 +43926920231915:43926922069838 0:0 hcCommandKernel:236 +43926922072718:43926922104238 0:0 hcCommandMarker:238 +43926938367877:43926940216520 0:0 hcCommandKernel:241 +43926940219720:43926940251240 0:0 hcCommandMarker:243 +43926956474108:43926958312991 0:0 hcCommandKernel:246 +43926958316031:43926958347391 0:0 hcCommandMarker:248 +43926974603566:43926976444369 0:0 hcCommandKernel:251 +43926976447409:43926976478769 0:0 hcCommandMarker:253 +43926992719259:43926994570142 0:0 hcCommandKernel:256 +43926994573182:43926994604542 0:0 hcCommandMarker:258 +43927010837861:43927012680264 0:0 hcCommandKernel:261 +43927012683304:43927012714824 0:0 hcCommandMarker:263 +43927028930472:43927030776235 0:0 hcCommandKernel:266 +43927030779275:43927030810635 0:0 hcCommandMarker:268 +43927047068414:43927048906817 0:0 hcCommandKernel:271 +43927048909697:43927048941217 0:0 hcCommandMarker:273 +43927065166595:43927067003718 0:0 hcCommandKernel:276 +43927067006758:43927067038118 0:0 hcCommandMarker:278 +43927083266872:43927085103355 0:0 hcCommandKernel:281 +43927085106395:43927085137755 0:0 hcCommandMarker:283 +43927101340134:43927101823655 0:0 hcCommandKernel:286 +43927101826535:43927101833095 0:0 hcCommandMarker:288 +43927118039677:43927118521918 0:0 hcCommandKernel:291 +43927118524958:43927118531518 0:0 hcCommandMarker:293 +43927134729368:43927135216089 0:0 hcCommandKernel:296 +43927135219129:43927135225849 0:0 hcCommandMarker:298 +43927151425930:43927151912491 0:0 hcCommandKernel:301 +43927151915691:43927151922091 0:0 hcCommandMarker:303 +43927168146671:43927168626352 0:0 hcCommandKernel:306 +43927168629232:43927168635792 0:0 hcCommandMarker:308 +43927184847025:43927185328626 0:0 hcCommandKernel:311 +43927185331506:43927185338066 0:0 hcCommandMarker:313 +43927201543524:43927202032005 0:0 hcCommandKernel:316 +43927202034885:43927202041605 0:0 hcCommandMarker:318 +43927218250716:43927218735357 0:0 hcCommandKernel:321 +43927218738557:43927218744957 0:0 hcCommandMarker:323 +43927234941369:43927235422650 0:0 hcCommandKernel:326 +43927235425690:43927235432250 0:0 hcCommandMarker:328 +43927251640903:43927252122504 0:0 hcCommandKernel:331 +43927252125544:43927252132104 0:0 hcCommandMarker:333 +43927268330354:43927268808434 0:0 hcCommandKernel:336 +43927268811294:43927268817854 0:0 hcCommandMarker:338 +43927285272973:43927285761294 0:0 hcCommandKernel:341 +43927285764334:43927285770894 0:0 hcCommandMarker:343 +43927302125151:43927302604031 0:0 hcCommandKernel:346 +43927302606796:43927302613356 0:0 hcCommandMarker:348 +43927318996823:43927319482264 0:0 hcCommandKernel:351 +43927319485304:43927319491864 0:0 hcCommandMarker:353 +43927335884981:43927336368022 0:0 hcCommandKernel:356 +43927336370902:43927336377462 0:0 hcCommandMarker:358 +43927352588075:43927353077036 0:0 hcCommandKernel:361 +43927353080076:43927353086636 0:0 hcCommandMarker:363 +43927369328132:43927369818213 0:0 hcCommandKernel:366 +43927369821093:43927369827653 0:0 hcCommandMarker:368 +43927386070332:43927386554173 0:0 hcCommandKernel:371 +43927386557213:43927386563613 0:0 hcCommandMarker:373 +43927402794621:43927403276064 0:0 hcCommandKernel:376 +43927403278944:43927403285504 0:0 hcCommandMarker:378 +43927419469921:43927419953281 0:0 hcCommandKernel:381 +43927419956161:43927419962881 0:0 hcCommandMarker:383 +43927436114138:43927436605339 0:0 hcCommandKernel:386 +43927436608539:43927436614939 0:0 hcCommandMarker:388 +43927452817152:43927453295713 0:0 hcCommandKernel:391 +43927453298753:43927453305313 0:0 hcCommandMarker:393 +43927469556470:43927471402233 0:0 hcCommandKernel:396 +43927471405273:43927471436473 0:0 hcCommandMarker:398 +43927487653662:43927489493025 0:0 hcCommandKernel:401 +43927489495905:43927489527265 0:0 hcCommandMarker:403 +43927505760487:43927507612330 0:0 hcCommandKernel:406 +43927507615370:43927507646890 0:0 hcCommandMarker:408 +43927523866005:43927525701688 0:0 hcCommandKernel:411 +43927525704568:43927525735928 0:0 hcCommandMarker:413 +43927541964985:43927543800828 0:0 hcCommandKernel:416 +43927543803868:43927543835228 0:0 hcCommandMarker:418 +43927560059882:43927561903405 0:0 hcCommandKernel:421 +43927561906285:43927561937645 0:0 hcCommandMarker:423 +43927578162284:43927579996207 0:0 hcCommandKernel:426 +43927579999247:43927580030607 0:0 hcCommandMarker:428 +43927596246861:43927598092944 0:0 hcCommandKernel:431 +43927598095984:43927598127344 0:0 hcCommandMarker:433 +43927614348780:43927616191983 0:0 hcCommandKernel:436 +43927616195023:43927616226383 0:0 hcCommandMarker:438 +43927632444778:43927634288301 0:0 hcCommandKernel:441 +43927634291341:43927634322701 0:0 hcCommandMarker:443 +43927650551469:43927652392272 0:0 hcCommandKernel:446 +43927652395312:43927652426672 0:0 hcCommandMarker:448 +43927668662167:43927670500250 0:0 hcCommandKernel:451 +43927670503130:43927670534490 0:0 hcCommandMarker:453 +43927686759627:43927688598030 0:0 hcCommandKernel:456 +43927688600910:43927688632270 0:0 hcCommandMarker:458 +43927704870032:43927706712115 0:0 hcCommandKernel:461 +43927706714876:43927706746556 0:0 hcCommandMarker:463 +43927723215479:43927723705400 0:0 hcCommandKernel:466 +43927723708440:43927723715000 0:0 hcCommandMarker:468 +43927739925344:43927740410624 0:0 hcCommandKernel:471 +43927740413495:43927740420055 0:0 hcCommandMarker:473 +43927756867441:43927757354642 0:0 hcCommandKernel:476 +43927757357522:43927757364082 0:0 hcCommandMarker:478 +43927773616793:43927774102554 0:0 hcCommandKernel:481 +43927774105594:43927774111994 0:0 hcCommandMarker:483 +43927790331034:43927790824955 0:0 hcCommandKernel:486 +43927790827835:43927790834395 0:0 hcCommandMarker:488 +43927807043096:43927807534457 0:0 hcCommandKernel:491 +43927807537337:43927807543897 0:0 hcCommandMarker:493 +43927823754202:43927824244923 0:0 hcCommandKernel:496 +43927824247803:43927824254363 0:0 hcCommandMarker:498 +43927840474185:43927840956906 0:0 hcCommandKernel:501 +43927840959946:43927840966506 0:0 hcCommandMarker:503 diff --git a/test/golden_traces/MatrixTranspose_test_trace.txt b/test/golden_traces/MatrixTranspose_test_trace.txt new file mode 100644 index 0000000000..9292d17dba --- /dev/null +++ b/test/golden_traces/MatrixTranspose_test_trace.txt @@ -0,0 +1,6605 @@ +# INIT ############################# +# START (99) ############################# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x1ec46c0) size(0x400000) kind(1) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + dst(0x22c46d0) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (98) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (97) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (96) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (95) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (94) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (93) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (92) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (91) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(1) time_ns(43919407742828:43919407756296) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(2) time_ns(43919407817087:43919407820516) process_id(26018) thread_id(26018) + hipMalloc correlation_id(3) time_ns(43919410011773:43919410120425) process_id(26018) thread_id(26018) + hipMalloc correlation_id(4) time_ns(43919410124840:43919410179960) process_id(26018) thread_id(26018) + (null) correlation_id(5) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(5) time_ns(43919410187829:43919415936514) process_id(26018) thread_id(26018) + (null) correlation_id(6) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(6) time_ns(43919700107716:43919702151719) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(6) time_ns(43919702156630:43919703997910) device_id(0) queue_id(0) + hcCommandMarker correlation_id(7) time_ns(43919704007210:43919704051050) device_id(0) queue_id(0) + (null) correlation_id(7) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(7) time_ns(43919702186876:43919705044964) process_id(26018) thread_id(26018) + (null) correlation_id(8) time_ns(0:0) external_id(31) + hipFree correlation_id(8) time_ns(43919719552955:43919719659234) process_id(26018) thread_id(26018) + (null) correlation_id(9) time_ns(0:0) external_id(31) + hipFree correlation_id(9) time_ns(43919719667174:43919719698129) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(10) time_ns(43919740145117:43919740154775) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(11) time_ns(43919740158543:43919740160977) process_id(26018) thread_id(26018) + hipMalloc correlation_id(12) time_ns(43919742293682:43919742344742) process_id(26018) thread_id(26018) + hipMalloc correlation_id(13) time_ns(43919742349121:43919742389355) process_id(26018) thread_id(26018) + (null) correlation_id(14) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(14) time_ns(43919742393482:43919743033105) process_id(26018) thread_id(26018) + (null) correlation_id(15) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(15) time_ns(43919743047173:43919743078643) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(15) time_ns(43919743084191:43919744928671) device_id(0) queue_id(0) + hcCommandMarker correlation_id(16) time_ns(43919744931570:43919744963410) device_id(0) queue_id(0) + (null) correlation_id(16) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(16) time_ns(43919743094358:43919745913718) process_id(26018) thread_id(26018) + (null) correlation_id(17) time_ns(0:0) external_id(31) + hipFree correlation_id(17) time_ns(43919760514161:43919760579549) process_id(26018) thread_id(26018) + (null) correlation_id(18) time_ns(0:0) external_id(31) + hipFree correlation_id(18) time_ns(43919760587004:43919760608342) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(19) time_ns(43919781056008:43919781065861) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(20) time_ns(43919781069562:43919781071963) process_id(26018) thread_id(26018) + hipMalloc correlation_id(21) time_ns(43919783224160:43919783274754) process_id(26018) thread_id(26018) + hipMalloc correlation_id(22) time_ns(43919783279008:43919783318551) process_id(26018) thread_id(26018) + (null) correlation_id(23) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(23) time_ns(43919783322836:43919783957646) process_id(26018) thread_id(26018) + (null) correlation_id(24) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(24) time_ns(43919783972133:43919784019162) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(24) time_ns(43919784024580:43919785862660) device_id(0) queue_id(0) + hcCommandMarker correlation_id(25) time_ns(43919785865600:43919785896960) device_id(0) queue_id(0) + (null) correlation_id(25) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(25) time_ns(43919784024115:43919786845437) process_id(26018) thread_id(26018) + (null) correlation_id(26) time_ns(0:0) external_id(31) + hipFree correlation_id(26) time_ns(43919801405400:43919801500824) process_id(26018) thread_id(26018) + (null) correlation_id(27) time_ns(0:0) external_id(31) + hipFree correlation_id(27) time_ns(43919801518027:43919801559764) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(28) time_ns(43919821904222:43919821913948) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(29) time_ns(43919821917750:43919821920207) process_id(26018) thread_id(26018) + hipMalloc correlation_id(30) time_ns(43919824083422:43919824146675) process_id(26018) thread_id(26018) + hipMalloc correlation_id(31) time_ns(43919824151196:43919824180920) process_id(26018) thread_id(26018) + (null) correlation_id(32) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(32) time_ns(43919824185085:43919824870961) process_id(26018) thread_id(26018) + (null) correlation_id(33) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(33) time_ns(43919824885642:43919824927435) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(33) time_ns(43919824933204:43919826765684) device_id(0) queue_id(0) + hcCommandMarker correlation_id(34) time_ns(43919826768796:43919826800156) device_id(0) queue_id(0) + (null) correlation_id(34) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(34) time_ns(43919824932592:43919827735361) process_id(26018) thread_id(26018) + (null) correlation_id(35) time_ns(0:0) external_id(31) + hipFree correlation_id(35) time_ns(43919842293529:43919842379822) process_id(26018) thread_id(26018) + (null) correlation_id(36) time_ns(0:0) external_id(31) + hipFree correlation_id(36) time_ns(43919842387516:43919842418660) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (90) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (89) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (88) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (87) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (86) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (85) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (84) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (83) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(37) time_ns(43919862886235:43919862896389) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(38) time_ns(43919862906956:43919862923035) process_id(26018) thread_id(26018) + hipMalloc correlation_id(39) time_ns(43919865199946:43919865252941) process_id(26018) thread_id(26018) + hipMalloc correlation_id(40) time_ns(43919865257463:43919865281882) process_id(26018) thread_id(26018) + (null) correlation_id(41) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(41) time_ns(43919865286624:43919865926998) process_id(26018) thread_id(26018) + (null) correlation_id(42) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(42) time_ns(43919865951583:43919865981786) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(42) time_ns(43919865986986:43919867817226) device_id(0) queue_id(0) + hcCommandMarker correlation_id(43) time_ns(43919867820070:43919867850950) device_id(0) queue_id(0) + (null) correlation_id(43) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(43) time_ns(43919865986664:43919868769470) process_id(26018) thread_id(26018) + (null) correlation_id(44) time_ns(0:0) external_id(31) + hipFree correlation_id(44) time_ns(43919883779847:43919883847612) process_id(26018) thread_id(26018) + (null) correlation_id(45) time_ns(0:0) external_id(31) + hipFree correlation_id(45) time_ns(43919883856116:43919883878027) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(46) time_ns(43919904356837:43919904366327) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(47) time_ns(43919904370176:43919904372575) process_id(26018) thread_id(26018) + hipMalloc correlation_id(48) time_ns(43919906538991:43919906589434) process_id(26018) thread_id(26018) + hipMalloc correlation_id(49) time_ns(43919906593945:43919906633022) process_id(26018) thread_id(26018) + (null) correlation_id(50) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(50) time_ns(43919906637967:43919907291714) process_id(26018) thread_id(26018) + (null) correlation_id(51) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(51) time_ns(43919907305682:43919907347789) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(51) time_ns(43919907353397:43919909190518) device_id(0) queue_id(0) + hcCommandMarker correlation_id(52) time_ns(43919909193540:43919909225060) device_id(0) queue_id(0) + (null) correlation_id(52) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(52) time_ns(43919907353088:43919910184232) process_id(26018) thread_id(26018) + (null) correlation_id(53) time_ns(0:0) external_id(31) + hipFree correlation_id(53) time_ns(43919924775326:43919924860727) process_id(26018) thread_id(26018) + (null) correlation_id(54) time_ns(0:0) external_id(31) + hipFree correlation_id(54) time_ns(43919924868475:43919924909604) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(55) time_ns(43919945290277:43919945299927) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(56) time_ns(43919945303639:43919945306398) process_id(26018) thread_id(26018) + hipMalloc correlation_id(57) time_ns(43919947439388:43919947490002) process_id(26018) thread_id(26018) + hipMalloc correlation_id(58) time_ns(43919947494498:43919947533384) process_id(26018) thread_id(26018) + (null) correlation_id(59) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(59) time_ns(43919947537550:43919948198420) process_id(26018) thread_id(26018) + (null) correlation_id(60) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(60) time_ns(43919948212770:43919948256220) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(60) time_ns(43919948262127:43919950097488) device_id(0) queue_id(0) + hcCommandMarker correlation_id(61) time_ns(43919950100510:43919950131710) device_id(0) queue_id(0) + (null) correlation_id(61) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(61) time_ns(43919948262624:43919951049377) process_id(26018) thread_id(26018) + (null) correlation_id(62) time_ns(0:0) external_id(31) + hipFree correlation_id(62) time_ns(43919965611360:43919965696230) process_id(26018) thread_id(26018) + (null) correlation_id(63) time_ns(0:0) external_id(31) + hipFree correlation_id(63) time_ns(43919965703947:43919965745358) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(64) time_ns(43919986107809:43919986118147) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(65) time_ns(43919986122288:43919986124704) process_id(26018) thread_id(26018) + hipMalloc correlation_id(66) time_ns(43919988305509:43919988356174) process_id(26018) thread_id(26018) + hipMalloc correlation_id(67) time_ns(43919988360796:43919988399798) process_id(26018) thread_id(26018) + (null) correlation_id(68) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(68) time_ns(43919988404661:43919989041988) process_id(26018) thread_id(26018) + (null) correlation_id(69) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(69) time_ns(43919989055520:43919989098082) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(69) time_ns(43919989102409:43919989585769) device_id(0) queue_id(0) + hcCommandMarker correlation_id(70) time_ns(43919989588829:43919989595229) device_id(0) queue_id(0) + (null) correlation_id(70) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(70) time_ns(43919989103240:43919990487120) process_id(26018) thread_id(26018) + (null) correlation_id(71) time_ns(0:0) external_id(31) + hipFree correlation_id(71) time_ns(43920005096466:43920005180628) process_id(26018) thread_id(26018) + (null) correlation_id(72) time_ns(0:0) external_id(31) + hipFree correlation_id(72) time_ns(43920005188773:43920005230304) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (82) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (81) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (80) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (79) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (78) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (77) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (76) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (75) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(73) time_ns(43920024248405:43920024258205) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(74) time_ns(43920024265683:43920024283668) process_id(26018) thread_id(26018) + hipMalloc correlation_id(75) time_ns(43920026559240:43920026611318) process_id(26018) thread_id(26018) + hipMalloc correlation_id(76) time_ns(43920026615907:43920026649989) process_id(26018) thread_id(26018) + (null) correlation_id(77) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(77) time_ns(43920026655081:43920027272261) process_id(26018) thread_id(26018) + (null) correlation_id(78) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(78) time_ns(43920027297980:43920027317667) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(78) time_ns(43920027322208:43920027811488) device_id(0) queue_id(0) + hcCommandMarker correlation_id(79) time_ns(43920027814269:43920027820669) device_id(0) queue_id(0) + (null) correlation_id(79) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(79) time_ns(43920027332354:43920028712656) process_id(26018) thread_id(26018) + (null) correlation_id(80) time_ns(0:0) external_id(31) + hipFree correlation_id(80) time_ns(43920043735027:43920043830120) process_id(26018) thread_id(26018) + (null) correlation_id(81) time_ns(0:0) external_id(31) + hipFree correlation_id(81) time_ns(43920043838524:43920043869635) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(82) time_ns(43920063280596:43920063290751) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(83) time_ns(43920063294643:43920063297153) process_id(26018) thread_id(26018) + hipMalloc correlation_id(84) time_ns(43920065468754:43920065529740) process_id(26018) thread_id(26018) + hipMalloc correlation_id(85) time_ns(43920065543552:43920065574620) process_id(26018) thread_id(26018) + (null) correlation_id(86) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(86) time_ns(43920065580222:43920066252159) process_id(26018) thread_id(26018) + (null) correlation_id(87) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(87) time_ns(43920066266167:43920066308515) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(87) time_ns(43920066313259:43920066799819) device_id(0) queue_id(0) + hcCommandMarker correlation_id(88) time_ns(43920066802992:43920066809392) device_id(0) queue_id(0) + (null) correlation_id(88) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(88) time_ns(43920066313737:43920067717901) process_id(26018) thread_id(26018) + (null) correlation_id(89) time_ns(0:0) external_id(31) + hipFree correlation_id(89) time_ns(43920082315955:43920082399850) process_id(26018) thread_id(26018) + (null) correlation_id(90) time_ns(0:0) external_id(31) + hipFree correlation_id(90) time_ns(43920082407867:43920082448518) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(91) time_ns(43920101445651:43920101455239) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(92) time_ns(43920101459000:43920101461431) process_id(26018) thread_id(26018) + hipMalloc correlation_id(93) time_ns(43920103635567:43920103686083) process_id(26018) thread_id(26018) + hipMalloc correlation_id(94) time_ns(43920103690637:43920103729736) process_id(26018) thread_id(26018) + (null) correlation_id(95) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(95) time_ns(43920103734659:43920104370021) process_id(26018) thread_id(26018) + (null) correlation_id(96) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(96) time_ns(43920104383906:43920104426176) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(96) time_ns(43920104430511:43920104915631) device_id(0) queue_id(0) + hcCommandMarker correlation_id(97) time_ns(43920104918555:43920104924955) device_id(0) queue_id(0) + (null) correlation_id(97) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(97) time_ns(43920104433032:43920105821164) process_id(26018) thread_id(26018) + (null) correlation_id(98) time_ns(0:0) external_id(31) + hipFree correlation_id(98) time_ns(43920120431824:43920120518064) process_id(26018) thread_id(26018) + (null) correlation_id(99) time_ns(0:0) external_id(31) + hipFree correlation_id(99) time_ns(43920120526072:43920120566935) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(100) time_ns(43920139450245:43920139460971) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(101) time_ns(43920139464609:43920139466959) process_id(26018) thread_id(26018) + hipMalloc correlation_id(102) time_ns(43920141603743:43920141662566) process_id(26018) thread_id(26018) + hipMalloc correlation_id(103) time_ns(43920141666874:43920141696276) process_id(26018) thread_id(26018) + (null) correlation_id(104) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(104) time_ns(43920141701119:43920142339410) process_id(26018) thread_id(26018) + (null) correlation_id(105) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(105) time_ns(43920142365496:43920142398740) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(105) time_ns(43920142403595:43920142893835) device_id(0) queue_id(0) + hcCommandMarker correlation_id(106) time_ns(43920142896514:43920142903074) device_id(0) queue_id(0) + (null) correlation_id(106) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(106) time_ns(43920142412825:43920143782901) process_id(26018) thread_id(26018) + (null) correlation_id(107) time_ns(0:0) external_id(31) + hipFree correlation_id(107) time_ns(43920158375045:43920158457393) process_id(26018) thread_id(26018) + (null) correlation_id(108) time_ns(0:0) external_id(31) + hipFree correlation_id(108) time_ns(43920158464539:43920158494063) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (74) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (73) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (72) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (71) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (70) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (69) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (68) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (67) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(109) time_ns(43920177497206:43920177507270) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(110) time_ns(43920177515459:43920177532898) process_id(26018) thread_id(26018) + hipMalloc correlation_id(111) time_ns(43920179786002:43920179827550) process_id(26018) thread_id(26018) + hipMalloc correlation_id(112) time_ns(43920179832078:43920179852569) process_id(26018) thread_id(26018) + (null) correlation_id(113) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(113) time_ns(43920179857787:43920180481752) process_id(26018) thread_id(26018) + (null) correlation_id(114) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(114) time_ns(43920180497441:43920180517435) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(114) time_ns(43920180521982:43920181004702) device_id(0) queue_id(0) + hcCommandMarker correlation_id(115) time_ns(43920181007827:43920181014227) device_id(0) queue_id(0) + (null) correlation_id(115) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(115) time_ns(43920180522885:43920181902961) process_id(26018) thread_id(26018) + (null) correlation_id(116) time_ns(0:0) external_id(31) + hipFree correlation_id(116) time_ns(43920197036668:43920197113694) process_id(26018) thread_id(26018) + (null) correlation_id(117) time_ns(0:0) external_id(31) + hipFree correlation_id(117) time_ns(43920197121846:43920197142600) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(118) time_ns(43920216590866:43920216600715) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(119) time_ns(43920216615023:43920216617575) process_id(26018) thread_id(26018) + hipMalloc correlation_id(120) time_ns(43920218815784:43920218868252) process_id(26018) thread_id(26018) + hipMalloc correlation_id(121) time_ns(43920218871899:43920218891811) process_id(26018) thread_id(26018) + (null) correlation_id(122) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(122) time_ns(43920218896006:43920219538967) process_id(26018) thread_id(26018) + (null) correlation_id(123) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(123) time_ns(43920219564972:43920219587384) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(123) time_ns(43920219591883:43920220070923) device_id(0) queue_id(0) + hcCommandMarker correlation_id(124) time_ns(43920220073967:43920220080367) device_id(0) queue_id(0) + (null) correlation_id(124) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(124) time_ns(43920219591647:43920221000029) process_id(26018) thread_id(26018) + (null) correlation_id(125) time_ns(0:0) external_id(31) + hipFree correlation_id(125) time_ns(43920235976744:43920236058470) process_id(26018) thread_id(26018) + (null) correlation_id(126) time_ns(0:0) external_id(31) + hipFree correlation_id(126) time_ns(43920236066504:43920236087495) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(127) time_ns(43920255505367:43920255515723) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(128) time_ns(43920255530091:43920255532592) process_id(26018) thread_id(26018) + hipMalloc correlation_id(129) time_ns(43920257737909:43920257798351) process_id(26018) thread_id(26018) + hipMalloc correlation_id(130) time_ns(43920257802950:43920257833876) process_id(26018) thread_id(26018) + (null) correlation_id(131) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(131) time_ns(43920257838880:43920258484189) process_id(26018) thread_id(26018) + (null) correlation_id(132) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(132) time_ns(43920258510220:43920258532330) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(132) time_ns(43920258536675:43920259022435) device_id(0) queue_id(0) + hcCommandMarker correlation_id(133) time_ns(43920259025365:43920259031925) device_id(0) queue_id(0) + (null) correlation_id(133) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(133) time_ns(43920258548670:43920259912323) process_id(26018) thread_id(26018) + (null) correlation_id(134) time_ns(0:0) external_id(31) + hipFree correlation_id(134) time_ns(43920274940667:43920275035653) process_id(26018) thread_id(26018) + (null) correlation_id(135) time_ns(0:0) external_id(31) + hipFree correlation_id(135) time_ns(43920275043862:43920275074141) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(136) time_ns(43920294706364:43920294716008) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(137) time_ns(43920294729778:43920294732184) process_id(26018) thread_id(26018) + hipMalloc correlation_id(138) time_ns(43920296920620:43920296980761) process_id(26018) thread_id(26018) + hipMalloc correlation_id(139) time_ns(43920296985077:43920297024027) process_id(26018) thread_id(26018) + (null) correlation_id(140) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(140) time_ns(43920297028943:43920297695069) process_id(26018) thread_id(26018) + (null) correlation_id(141) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(141) time_ns(43920297719426:43920297750933) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(141) time_ns(43920297755677:43920298238717) device_id(0) queue_id(0) + hcCommandMarker correlation_id(142) time_ns(43920298241601:43920298248161) device_id(0) queue_id(0) + (null) correlation_id(142) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(142) time_ns(43920297757169:43920299132626) process_id(26018) thread_id(26018) + (null) correlation_id(143) time_ns(0:0) external_id(31) + hipFree correlation_id(143) time_ns(43920314047193:43920314119813) process_id(26018) thread_id(26018) + (null) correlation_id(144) time_ns(0:0) external_id(31) + hipFree correlation_id(144) time_ns(43920314136742:43920314165590) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (66) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (65) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (64) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (63) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (62) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (61) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (60) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (59) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(145) time_ns(43920333424871:43920333433642) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(146) time_ns(43920333441178:43920333443356) process_id(26018) thread_id(26018) + hipMalloc correlation_id(147) time_ns(43920335747560:43920335796102) process_id(26018) thread_id(26018) + hipMalloc correlation_id(148) time_ns(43920335800239:43920335829210) process_id(26018) thread_id(26018) + (null) correlation_id(149) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(149) time_ns(43920335832924:43920336479667) process_id(26018) thread_id(26018) + (null) correlation_id(150) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(150) time_ns(43920336503335:43920336524077) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(150) time_ns(43920336530052:43920338362534) device_id(0) queue_id(0) + hcCommandMarker correlation_id(151) time_ns(43920338365386:43920338397066) device_id(0) queue_id(0) + (null) correlation_id(151) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(151) time_ns(43920336542581:43920339346540) process_id(26018) thread_id(26018) + (null) correlation_id(152) time_ns(0:0) external_id(31) + hipFree correlation_id(152) time_ns(43920354412023:43920354483873) process_id(26018) thread_id(26018) + (null) correlation_id(153) time_ns(0:0) external_id(31) + hipFree correlation_id(153) time_ns(43920354490780:43920354511483) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(154) time_ns(43920375386080:43920375395385) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(155) time_ns(43920375399196:43920375401534) process_id(26018) thread_id(26018) + hipMalloc correlation_id(156) time_ns(43920377629120:43920377678349) process_id(26018) thread_id(26018) + hipMalloc correlation_id(157) time_ns(43920377682585:43920377721038) process_id(26018) thread_id(26018) + (null) correlation_id(158) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(158) time_ns(43920377726156:43920378387108) process_id(26018) thread_id(26018) + (null) correlation_id(159) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(159) time_ns(43920378400808:43920378432890) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(159) time_ns(43920378438928:43920380274130) device_id(0) queue_id(0) + hcCommandMarker correlation_id(160) time_ns(43920380277169:43920380308849) device_id(0) queue_id(0) + (null) correlation_id(160) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(160) time_ns(43920378438596:43920381221551) process_id(26018) thread_id(26018) + (null) correlation_id(161) time_ns(0:0) external_id(31) + hipFree correlation_id(161) time_ns(43920396338764:43920396434072) process_id(26018) thread_id(26018) + (null) correlation_id(162) time_ns(0:0) external_id(31) + hipFree correlation_id(162) time_ns(43920396442363:43920396473320) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(163) time_ns(43920417144356:43920417154408) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(164) time_ns(43920417158488:43920417161108) process_id(26018) thread_id(26018) + hipMalloc correlation_id(165) time_ns(43920419349538:43920419412157) process_id(26018) thread_id(26018) + hipMalloc correlation_id(166) time_ns(43920419425951:43920419456995) process_id(26018) thread_id(26018) + (null) correlation_id(167) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(167) time_ns(43920419462114:43920420144809) process_id(26018) thread_id(26018) + (null) correlation_id(168) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(168) time_ns(43920420169795:43920420202066) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(168) time_ns(43920420207913:43920422041035) device_id(0) queue_id(0) + hcCommandMarker correlation_id(169) time_ns(43920422043874:43920422075554) device_id(0) queue_id(0) + (null) correlation_id(169) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(169) time_ns(43920420223065:43920422968176) process_id(26018) thread_id(26018) + (null) correlation_id(170) time_ns(0:0) external_id(31) + hipFree correlation_id(170) time_ns(43920437958954:43920438055494) process_id(26018) thread_id(26018) + (null) correlation_id(171) time_ns(0:0) external_id(31) + hipFree correlation_id(171) time_ns(43920438063879:43920438095551) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(172) time_ns(43920458507019:43920458516803) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(173) time_ns(43920458520733:43920458523215) process_id(26018) thread_id(26018) + hipMalloc correlation_id(174) time_ns(43920460703767:43920460754215) process_id(26018) thread_id(26018) + hipMalloc correlation_id(175) time_ns(43920460758848:43920460797916) process_id(26018) thread_id(26018) + (null) correlation_id(176) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(176) time_ns(43920460802819:43920461459063) process_id(26018) thread_id(26018) + (null) correlation_id(177) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(177) time_ns(43920461473245:43920461515367) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(177) time_ns(43920461521018:43920463350780) device_id(0) queue_id(0) + hcCommandMarker correlation_id(178) time_ns(43920463353850:43920463385210) device_id(0) queue_id(0) + (null) correlation_id(178) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(178) time_ns(43920461520558:43920464309215) process_id(26018) thread_id(26018) + (null) correlation_id(179) time_ns(0:0) external_id(31) + hipFree correlation_id(179) time_ns(43920478864536:43920478953176) process_id(26018) thread_id(26018) + (null) correlation_id(180) time_ns(0:0) external_id(31) + hipFree correlation_id(180) time_ns(43920478961123:43920479003164) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (58) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (57) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (56) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (55) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (54) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (53) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (52) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (51) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(181) time_ns(43920499367711:43920499377582) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(182) time_ns(43920499385716:43920499403154) process_id(26018) thread_id(26018) + hipMalloc correlation_id(183) time_ns(43920501622778:43920501674383) process_id(26018) thread_id(26018) + hipMalloc correlation_id(184) time_ns(43920501678945:43920501699468) process_id(26018) thread_id(26018) + (null) correlation_id(185) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(185) time_ns(43920501703508:43920502345553) process_id(26018) thread_id(26018) + (null) correlation_id(186) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(186) time_ns(43920502370499:43920502392416) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(186) time_ns(43920502398238:43920504234720) device_id(0) queue_id(0) + hcCommandMarker correlation_id(187) time_ns(43920504237612:43920504268812) device_id(0) queue_id(0) + (null) correlation_id(187) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(187) time_ns(43920502405054:43920505255063) process_id(26018) thread_id(26018) + (null) correlation_id(188) time_ns(0:0) external_id(31) + hipFree correlation_id(188) time_ns(43920520240722:43920520316514) process_id(26018) thread_id(26018) + (null) correlation_id(189) time_ns(0:0) external_id(31) + hipFree correlation_id(189) time_ns(43920520324413:43920520345436) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(190) time_ns(43920541218871:43920541228479) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(191) time_ns(43920541242527:43920541245021) process_id(26018) thread_id(26018) + hipMalloc correlation_id(192) time_ns(43920543464395:43920543516287) process_id(26018) thread_id(26018) + hipMalloc correlation_id(193) time_ns(43920543520926:43920543541660) process_id(26018) thread_id(26018) + (null) correlation_id(194) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(194) time_ns(43920543545907:43920544200460) process_id(26018) thread_id(26018) + (null) correlation_id(195) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(195) time_ns(43920544217613:43920544237996) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(195) time_ns(43920544243948:43920546077870) device_id(0) queue_id(0) + hcCommandMarker correlation_id(196) time_ns(43920546080604:43920546111804) device_id(0) queue_id(0) + (null) correlation_id(196) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(196) time_ns(43920544244310:43920547036679) process_id(26018) thread_id(26018) + (null) correlation_id(197) time_ns(0:0) external_id(31) + hipFree correlation_id(197) time_ns(43920562017094:43920562094900) process_id(26018) thread_id(26018) + (null) correlation_id(198) time_ns(0:0) external_id(31) + hipFree correlation_id(198) time_ns(43920562102955:43920562124481) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(199) time_ns(43920583018408:43920583028474) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(200) time_ns(43920583042627:43920583045115) process_id(26018) thread_id(26018) + hipMalloc correlation_id(201) time_ns(43920585270556:43920585332071) process_id(26018) thread_id(26018) + hipMalloc correlation_id(202) time_ns(43920585336639:43920585367450) process_id(26018) thread_id(26018) + (null) correlation_id(203) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(203) time_ns(43920585372474:43920586059143) process_id(26018) thread_id(26018) + (null) correlation_id(204) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(204) time_ns(43920586083967:43920586126237) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(204) time_ns(43920586128540:43920587958142) device_id(0) queue_id(0) + hcCommandMarker correlation_id(205) time_ns(43920587960965:43920587992005) device_id(0) queue_id(0) + (null) correlation_id(205) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(205) time_ns(43920586131081:43920588895369) process_id(26018) thread_id(26018) + (null) correlation_id(206) time_ns(0:0) external_id(31) + hipFree correlation_id(206) time_ns(43920603439589:43920603524072) process_id(26018) thread_id(26018) + (null) correlation_id(207) time_ns(0:0) external_id(31) + hipFree correlation_id(207) time_ns(43920603531707:43920603561761) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(208) time_ns(43920622604080:43920622614399) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(209) time_ns(43920622618142:43920622620868) process_id(26018) thread_id(26018) + hipMalloc correlation_id(210) time_ns(43920624778940:43920624829571) process_id(26018) thread_id(26018) + hipMalloc correlation_id(211) time_ns(43920624834321:43920624873747) process_id(26018) thread_id(26018) + (null) correlation_id(212) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(212) time_ns(43920624878920:43920625540133) process_id(26018) thread_id(26018) + (null) correlation_id(213) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(213) time_ns(43920625553477:43920625595634) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(213) time_ns(43920625600275:43920626080915) device_id(0) queue_id(0) + hcCommandMarker correlation_id(214) time_ns(43920626083776:43920626090336) device_id(0) queue_id(0) + (null) correlation_id(214) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(214) time_ns(43920625601229:43920626984076) process_id(26018) thread_id(26018) + (null) correlation_id(215) time_ns(0:0) external_id(31) + hipFree correlation_id(215) time_ns(43920643218237:43920643310893) process_id(26018) thread_id(26018) + (null) correlation_id(216) time_ns(0:0) external_id(31) + hipFree correlation_id(216) time_ns(43920643320513:43920643352027) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (50) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (49) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (48) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (47) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (46) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (45) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (44) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (43) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(217) time_ns(43920666020999:43920666030269) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(218) time_ns(43920666038229:43920666055600) process_id(26018) thread_id(26018) + hipMalloc correlation_id(219) time_ns(43920668348779:43920668399665) process_id(26018) thread_id(26018) + hipMalloc correlation_id(220) time_ns(43920668404230:43920668424489) process_id(26018) thread_id(26018) + (null) correlation_id(221) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(221) time_ns(43920668428384:43920669051392) process_id(26018) thread_id(26018) + (null) correlation_id(222) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(222) time_ns(43920669065575:43920669085593) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(222) time_ns(43920669090002:43920669572562) device_id(0) queue_id(0) + hcCommandMarker correlation_id(223) time_ns(43920669575663:43920669582063) device_id(0) queue_id(0) + (null) correlation_id(223) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(223) time_ns(43920669098489:43920670513054) process_id(26018) thread_id(26018) + (null) correlation_id(224) time_ns(0:0) external_id(31) + hipFree correlation_id(224) time_ns(43920685397017:43920685473162) process_id(26018) thread_id(26018) + (null) correlation_id(225) time_ns(0:0) external_id(31) + hipFree correlation_id(225) time_ns(43920685479905:43920685512566) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(226) time_ns(43920705150133:43920705159677) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(227) time_ns(43920705173708:43920705176392) process_id(26018) thread_id(26018) + hipMalloc correlation_id(228) time_ns(43920707387559:43920707430491) process_id(26018) thread_id(26018) + hipMalloc correlation_id(229) time_ns(43920707435147:43920707470153) process_id(26018) thread_id(26018) + (null) correlation_id(230) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(230) time_ns(43920707475630:43920708182956) process_id(26018) thread_id(26018) + (null) correlation_id(231) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(231) time_ns(43920708207221:43920708239190) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(231) time_ns(43920708243795:43920708730515) device_id(0) queue_id(0) + hcCommandMarker correlation_id(232) time_ns(43920708733523:43920708739923) device_id(0) queue_id(0) + (null) correlation_id(232) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(232) time_ns(43920708256261:43920709683783) process_id(26018) thread_id(26018) + (null) correlation_id(233) time_ns(0:0) external_id(31) + hipFree correlation_id(233) time_ns(43920724460404:43920724556178) process_id(26018) thread_id(26018) + (null) correlation_id(234) time_ns(0:0) external_id(31) + hipFree correlation_id(234) time_ns(43920724572710:43920724594556) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(235) time_ns(43920743984215:43920743994889) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(236) time_ns(43920744014042:43920744016716) process_id(26018) thread_id(26018) + hipMalloc correlation_id(237) time_ns(43920746243929:43920746297000) process_id(26018) thread_id(26018) + hipMalloc correlation_id(238) time_ns(43920746301846:43920746336170) process_id(26018) thread_id(26018) + (null) correlation_id(239) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(239) time_ns(43920746341361:43920747007258) process_id(26018) thread_id(26018) + (null) correlation_id(240) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(240) time_ns(43920747031130:43920747062527) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(240) time_ns(43920747067044:43920747547684) device_id(0) queue_id(0) + hcCommandMarker correlation_id(241) time_ns(43920747550583:43920747556983) device_id(0) queue_id(0) + (null) correlation_id(241) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(241) time_ns(43920747079308:43920748473916) process_id(26018) thread_id(26018) + (null) correlation_id(242) time_ns(0:0) external_id(31) + hipFree correlation_id(242) time_ns(43920763170720:43920763246399) process_id(26018) thread_id(26018) + (null) correlation_id(243) time_ns(0:0) external_id(31) + hipFree correlation_id(243) time_ns(43920763252618:43920763275167) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(244) time_ns(43920782448748:43920782459129) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(245) time_ns(43920782473429:43920782475994) process_id(26018) thread_id(26018) + hipMalloc correlation_id(246) time_ns(43920784710468:43920784772042) process_id(26018) thread_id(26018) + hipMalloc correlation_id(247) time_ns(43920784785829:43920784816945) process_id(26018) thread_id(26018) + (null) correlation_id(248) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(248) time_ns(43920784822573:43920785492182) process_id(26018) thread_id(26018) + (null) correlation_id(249) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(249) time_ns(43920785517018:43920785549020) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(249) time_ns(43920785553423:43920786043343) device_id(0) queue_id(0) + hcCommandMarker correlation_id(250) time_ns(43920786046386:43920786052786) device_id(0) queue_id(0) + (null) correlation_id(250) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(250) time_ns(43920785565953:43920786973352) process_id(26018) thread_id(26018) + (null) correlation_id(251) time_ns(0:0) external_id(31) + hipFree correlation_id(251) time_ns(43920801451681:43920801539089) process_id(26018) thread_id(26018) + (null) correlation_id(252) time_ns(0:0) external_id(31) + hipFree correlation_id(252) time_ns(43920801556603:43920801591359) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (42) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (41) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (40) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (39) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (38) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (37) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (36) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (35) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(253) time_ns(43920820624535:43920820635278) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(254) time_ns(43920820643992:43920820647313) process_id(26018) thread_id(26018) + hipMalloc correlation_id(255) time_ns(43920822884950:43920822930277) process_id(26018) thread_id(26018) + hipMalloc correlation_id(256) time_ns(43920822935552:43920822963087) process_id(26018) thread_id(26018) + (null) correlation_id(257) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(257) time_ns(43920822969192:43920823591588) process_id(26018) thread_id(26018) + (null) correlation_id(258) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(258) time_ns(43920823608075:43920823630958) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(258) time_ns(43920823635296:43920824125856) device_id(0) queue_id(0) + hcCommandMarker correlation_id(259) time_ns(43920824129106:43920824135506) device_id(0) queue_id(0) + (null) correlation_id(259) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(259) time_ns(43920823647271:43920825034897) process_id(26018) thread_id(26018) + (null) correlation_id(260) time_ns(0:0) external_id(31) + hipFree correlation_id(260) time_ns(43920839905243:43920839987167) process_id(26018) thread_id(26018) + (null) correlation_id(261) time_ns(0:0) external_id(31) + hipFree correlation_id(261) time_ns(43920839994296:43920840054469) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(262) time_ns(43920859160717:43920859171500) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(263) time_ns(43920859176081:43920859179117) process_id(26018) thread_id(26018) + hipMalloc correlation_id(264) time_ns(43920861387403:43920861432677) process_id(26018) thread_id(26018) + hipMalloc correlation_id(265) time_ns(43920861437722:43920861475065) process_id(26018) thread_id(26018) + (null) correlation_id(266) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(266) time_ns(43920861493721:43920862104606) process_id(26018) thread_id(26018) + (null) correlation_id(267) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(267) time_ns(43920862132081:43920862186320) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(267) time_ns(43920862190789:43920862672549) device_id(0) queue_id(0) + hcCommandMarker correlation_id(268) time_ns(43920862675430:43920862681830) device_id(0) queue_id(0) + (null) correlation_id(268) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(268) time_ns(43920862193506:43920863614349) process_id(26018) thread_id(26018) + (null) correlation_id(269) time_ns(0:0) external_id(31) + hipFree correlation_id(269) time_ns(43920878207310:43920878306027) process_id(26018) thread_id(26018) + (null) correlation_id(270) time_ns(0:0) external_id(31) + hipFree correlation_id(270) time_ns(43920878313265:43920878348501) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(271) time_ns(43920897517489:43920897528697) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(272) time_ns(43920897533549:43920897536696) process_id(26018) thread_id(26018) + hipMalloc correlation_id(273) time_ns(43920899712249:43920899791035) process_id(26018) thread_id(26018) + hipMalloc correlation_id(274) time_ns(43920899796292:43920899833487) process_id(26018) thread_id(26018) + (null) correlation_id(275) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(275) time_ns(43920899849267:43920900515209) process_id(26018) thread_id(26018) + (null) correlation_id(276) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(276) time_ns(43920900546163:43920900594603) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(276) time_ns(43920900598990:43920901082030) device_id(0) queue_id(0) + hcCommandMarker correlation_id(277) time_ns(43920901084743:43920901091303) device_id(0) queue_id(0) + (null) correlation_id(277) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(277) time_ns(43920900601805:43920902055221) process_id(26018) thread_id(26018) + (null) correlation_id(278) time_ns(0:0) external_id(31) + hipFree correlation_id(278) time_ns(43920916576640:43920916674128) process_id(26018) thread_id(26018) + (null) correlation_id(279) time_ns(0:0) external_id(31) + hipFree correlation_id(279) time_ns(43920916681130:43920916716651) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(280) time_ns(43920935854803:43920935865488) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(281) time_ns(43920935870334:43920935873387) process_id(26018) thread_id(26018) + hipMalloc correlation_id(282) time_ns(43920938100083:43920938166114) process_id(26018) thread_id(26018) + hipMalloc correlation_id(283) time_ns(43920938171363:43920938232503) process_id(26018) thread_id(26018) + (null) correlation_id(284) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(284) time_ns(43920938238248:43920938899238) process_id(26018) thread_id(26018) + (null) correlation_id(285) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(285) time_ns(43920938915318:43920938959020) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(285) time_ns(43920938963415:43920939453335) device_id(0) queue_id(0) + hcCommandMarker correlation_id(286) time_ns(43920939456319:43920939462879) device_id(0) queue_id(0) + (null) correlation_id(286) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(286) time_ns(43920938976800:43920940430790) process_id(26018) thread_id(26018) + (null) correlation_id(287) time_ns(0:0) external_id(31) + hipFree correlation_id(287) time_ns(43920954960974:43920955062324) process_id(26018) thread_id(26018) + (null) correlation_id(288) time_ns(0:0) external_id(31) + hipFree correlation_id(288) time_ns(43920955069328:43920955128332) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (34) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (33) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (32) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (31) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (30) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (29) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (28) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (27) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(289) time_ns(43920975540410:43920975550199) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(290) time_ns(43920975559821:43920975563131) process_id(26018) thread_id(26018) + hipMalloc correlation_id(291) time_ns(43920977888564:43920977942265) process_id(26018) thread_id(26018) + hipMalloc correlation_id(292) time_ns(43920977947955:43920977994802) process_id(26018) thread_id(26018) + (null) correlation_id(293) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(293) time_ns(43920978000874:43920978649830) process_id(26018) thread_id(26018) + (null) correlation_id(294) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(294) time_ns(43920978675299:43920978698163) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(294) time_ns(43920978703807:43920980536129) device_id(0) queue_id(0) + hcCommandMarker correlation_id(295) time_ns(43920980539035:43920980570715) device_id(0) queue_id(0) + (null) correlation_id(295) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(295) time_ns(43920978712207:43920981490497) process_id(26018) thread_id(26018) + (null) correlation_id(296) time_ns(0:0) external_id(31) + hipFree correlation_id(296) time_ns(43920996042565:43920996156653) process_id(26018) thread_id(26018) + (null) correlation_id(297) time_ns(0:0) external_id(31) + hipFree correlation_id(297) time_ns(43920996163576:43920996187894) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(298) time_ns(43921016881914:43921016892494) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(299) time_ns(43921016897146:43921016900202) process_id(26018) thread_id(26018) + hipMalloc correlation_id(300) time_ns(43921019118474:43921019194418) process_id(26018) thread_id(26018) + hipMalloc correlation_id(301) time_ns(43921019199806:43921019257280) process_id(26018) thread_id(26018) + (null) correlation_id(302) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(302) time_ns(43921019263264:43921019929767) process_id(26018) thread_id(26018) + (null) correlation_id(303) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(303) time_ns(43921019956914:43921019980342) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(303) time_ns(43921019991073:43921021822915) device_id(0) queue_id(0) + hcCommandMarker correlation_id(304) time_ns(43921021825996:43921021857836) device_id(0) queue_id(0) + (null) correlation_id(304) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(304) time_ns(43921019997251:43921022798970) process_id(26018) thread_id(26018) + (null) correlation_id(305) time_ns(0:0) external_id(31) + hipFree correlation_id(305) time_ns(43921037701050:43921037803547) process_id(26018) thread_id(26018) + (null) correlation_id(306) time_ns(0:0) external_id(31) + hipFree correlation_id(306) time_ns(43921037810513:43921037856078) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(307) time_ns(43921058807427:43921058819022) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(308) time_ns(43921058823836:43921058826917) process_id(26018) thread_id(26018) + hipMalloc correlation_id(309) time_ns(43921061081162:43921061148125) process_id(26018) thread_id(26018) + hipMalloc correlation_id(310) time_ns(43921061153340:43921061190459) process_id(26018) thread_id(26018) + (null) correlation_id(311) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(311) time_ns(43921061196492:43921061858014) process_id(26018) thread_id(26018) + (null) correlation_id(312) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(312) time_ns(43921061889434:43921061937548) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(312) time_ns(43921061942968:43921063772730) device_id(0) queue_id(0) + hcCommandMarker correlation_id(313) time_ns(43921063775552:43921063806912) device_id(0) queue_id(0) + (null) correlation_id(313) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(313) time_ns(43921061954491:43921064822971) process_id(26018) thread_id(26018) + (null) correlation_id(314) time_ns(0:0) external_id(31) + hipFree correlation_id(314) time_ns(43921079416666:43921079526675) process_id(26018) thread_id(26018) + (null) correlation_id(315) time_ns(0:0) external_id(31) + hipFree correlation_id(315) time_ns(43921079533802:43921079559437) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(316) time_ns(43921100121369:43921100132102) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(317) time_ns(43921100136746:43921100139699) process_id(26018) thread_id(26018) + hipMalloc correlation_id(318) time_ns(43921102315570:43921102380775) process_id(26018) thread_id(26018) + hipMalloc correlation_id(319) time_ns(43921102385829:43921102436812) process_id(26018) thread_id(26018) + (null) correlation_id(320) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(320) time_ns(43921102453760:43921103131787) process_id(26018) thread_id(26018) + (null) correlation_id(321) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(321) time_ns(43921103163853:43921103197525) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(321) time_ns(43921103203336:43921105056938) device_id(0) queue_id(0) + hcCommandMarker correlation_id(322) time_ns(43921105059764:43921105090964) device_id(0) queue_id(0) + (null) correlation_id(322) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(322) time_ns(43921103213907:43921106046978) process_id(26018) thread_id(26018) + (null) correlation_id(323) time_ns(0:0) external_id(31) + hipFree correlation_id(323) time_ns(43921120538904:43921120638341) process_id(26018) thread_id(26018) + (null) correlation_id(324) time_ns(0:0) external_id(31) + hipFree correlation_id(324) time_ns(43921120645481:43921120669957) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (26) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (25) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (24) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (23) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (22) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (21) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (20) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (19) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(325) time_ns(43921141121385:43921141131686) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(326) time_ns(43921141141015:43921141144318) process_id(26018) thread_id(26018) + hipMalloc correlation_id(327) time_ns(43921143379778:43921143424403) process_id(26018) thread_id(26018) + hipMalloc correlation_id(328) time_ns(43921143429762:43921143457254) process_id(26018) thread_id(26018) + (null) correlation_id(329) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(329) time_ns(43921143462889:43921144101308) process_id(26018) thread_id(26018) + (null) correlation_id(330) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(330) time_ns(43921144117974:43921144141645) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(330) time_ns(43921144154951:43921145993033) device_id(0) queue_id(0) + hcCommandMarker correlation_id(331) time_ns(43921145996071:43921146027751) device_id(0) queue_id(0) + (null) correlation_id(331) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(331) time_ns(43921144157864:43921146933105) process_id(26018) thread_id(26018) + (null) correlation_id(332) time_ns(0:0) external_id(31) + hipFree correlation_id(332) time_ns(43921161567245:43921161664885) process_id(26018) thread_id(26018) + (null) correlation_id(333) time_ns(0:0) external_id(31) + hipFree correlation_id(333) time_ns(43921161672647:43921161707686) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(334) time_ns(43921182225886:43921182236849) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(335) time_ns(43921182241435:43921182244892) process_id(26018) thread_id(26018) + hipMalloc correlation_id(336) time_ns(43921184425237:43921184471258) process_id(26018) thread_id(26018) + hipMalloc correlation_id(337) time_ns(43921184476351:43921184514698) process_id(26018) thread_id(26018) + (null) correlation_id(338) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(338) time_ns(43921184529481:43921185198143) process_id(26018) thread_id(26018) + (null) correlation_id(339) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(339) time_ns(43921185229262:43921185261858) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(339) time_ns(43921185267413:43921187105015) device_id(0) queue_id(0) + hcCommandMarker correlation_id(340) time_ns(43921187108072:43921187139272) device_id(0) queue_id(0) + (null) correlation_id(340) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(340) time_ns(43921185267704:43921188146942) process_id(26018) thread_id(26018) + (null) correlation_id(341) time_ns(0:0) external_id(31) + hipFree correlation_id(341) time_ns(43921202654750:43921202753380) process_id(26018) thread_id(26018) + (null) correlation_id(342) time_ns(0:0) external_id(31) + hipFree correlation_id(342) time_ns(43921202760642:43921202785962) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(343) time_ns(43921223247405:43921223258592) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(344) time_ns(43921223263613:43921223266832) process_id(26018) thread_id(26018) + hipMalloc correlation_id(345) time_ns(43921225447018:43921225512689) process_id(26018) thread_id(26018) + hipMalloc correlation_id(346) time_ns(43921225517870:43921225555644) process_id(26018) thread_id(26018) + (null) correlation_id(347) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(347) time_ns(43921225571475:43921226241784) process_id(26018) thread_id(26018) + (null) correlation_id(348) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(348) time_ns(43921226268698:43921226293781) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(348) time_ns(43921226298138:43921226779098) device_id(0) queue_id(0) + hcCommandMarker correlation_id(349) time_ns(43921226781891:43921226788451) device_id(0) queue_id(0) + (null) correlation_id(349) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(349) time_ns(43921226300142:43921227705747) process_id(26018) thread_id(26018) + (null) correlation_id(350) time_ns(0:0) external_id(31) + hipFree correlation_id(350) time_ns(43921242198953:43921242300021) process_id(26018) thread_id(26018) + (null) correlation_id(351) time_ns(0:0) external_id(31) + hipFree correlation_id(351) time_ns(43921242307136:43921242331883) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(352) time_ns(43921261502305:43921261513097) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(353) time_ns(43921261517771:43921261520828) process_id(26018) thread_id(26018) + hipMalloc correlation_id(354) time_ns(43921263694962:43921263740171) process_id(26018) thread_id(26018) + hipMalloc correlation_id(355) time_ns(43921263745336:43921263782959) process_id(26018) thread_id(26018) + (null) correlation_id(356) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(356) time_ns(43921263797785:43921264452177) process_id(26018) thread_id(26018) + (null) correlation_id(357) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(357) time_ns(43921264479507:43921264504552) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(357) time_ns(43921264514694:43921264998374) device_id(0) queue_id(0) + hcCommandMarker correlation_id(358) time_ns(43921265001322:43921265007882) device_id(0) queue_id(0) + (null) correlation_id(358) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(358) time_ns(43921264519475:43921265946447) process_id(26018) thread_id(26018) + (null) correlation_id(359) time_ns(0:0) external_id(31) + hipFree correlation_id(359) time_ns(43921280480304:43921280577911) process_id(26018) thread_id(26018) + (null) correlation_id(360) time_ns(0:0) external_id(31) + hipFree correlation_id(360) time_ns(43921280585216:43921280622787) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (18) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (17) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (16) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (15) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (14) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (13) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (12) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (11) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(361) time_ns(43921299666096:43921299677513) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(362) time_ns(43921299686550:43921299689796) process_id(26018) thread_id(26018) + hipMalloc correlation_id(363) time_ns(43921301910538:43921301956523) process_id(26018) thread_id(26018) + hipMalloc correlation_id(364) time_ns(43921301961822:43921301989905) process_id(26018) thread_id(26018) + (null) correlation_id(365) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(365) time_ns(43921301995447:43921302613308) process_id(26018) thread_id(26018) + (null) correlation_id(366) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(366) time_ns(43921302629231:43921302653724) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(366) time_ns(43921302658124:43921303147884) device_id(0) queue_id(0) + hcCommandMarker correlation_id(367) time_ns(43921303150768:43921303157168) device_id(0) queue_id(0) + (null) correlation_id(367) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(367) time_ns(43921302669870:43921304047739) process_id(26018) thread_id(26018) + (null) correlation_id(368) time_ns(0:0) external_id(31) + hipFree correlation_id(368) time_ns(43921318607279:43921318685416) process_id(26018) thread_id(26018) + (null) correlation_id(369) time_ns(0:0) external_id(31) + hipFree correlation_id(369) time_ns(43921318692459:43921318716514) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(370) time_ns(43921337711172:43921337721516) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(371) time_ns(43921337725897:43921337729248) process_id(26018) thread_id(26018) + hipMalloc correlation_id(372) time_ns(43921339886253:43921339950575) process_id(26018) thread_id(26018) + hipMalloc correlation_id(373) time_ns(43921339955662:43921340017523) process_id(26018) thread_id(26018) + (null) correlation_id(374) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(374) time_ns(43921340034039:43921340707279) process_id(26018) thread_id(26018) + (null) correlation_id(375) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(375) time_ns(43921340734285:43921340759194) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(375) time_ns(43921340763789:43921341256589) device_id(0) queue_id(0) + hcCommandMarker correlation_id(376) time_ns(43921341259491:43921341266051) device_id(0) queue_id(0) + (null) correlation_id(376) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(376) time_ns(43921340775484:43921342164208) process_id(26018) thread_id(26018) + (null) correlation_id(377) time_ns(0:0) external_id(31) + hipFree correlation_id(377) time_ns(43921356753503:43921356852057) process_id(26018) thread_id(26018) + (null) correlation_id(378) time_ns(0:0) external_id(31) + hipFree correlation_id(378) time_ns(43921356858808:43921356884797) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(379) time_ns(43921376019840:43921376029927) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(380) time_ns(43921376034499:43921376037530) process_id(26018) thread_id(26018) + hipMalloc correlation_id(381) time_ns(43921378210740:43921378275453) process_id(26018) thread_id(26018) + hipMalloc correlation_id(382) time_ns(43921378280549:43921378318017) process_id(26018) thread_id(26018) + (null) correlation_id(383) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(383) time_ns(43921378332830:43921378962471) process_id(26018) thread_id(26018) + (null) correlation_id(384) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(384) time_ns(43921378993210:43921379039788) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(384) time_ns(43921379044297:43921379524777) device_id(0) queue_id(0) + hcCommandMarker correlation_id(385) time_ns(43921379527634:43921379534194) device_id(0) queue_id(0) + (null) correlation_id(385) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(385) time_ns(43921379056375:43921380479138) process_id(26018) thread_id(26018) + (null) correlation_id(386) time_ns(0:0) external_id(31) + hipFree correlation_id(386) time_ns(43921395001519:43921395101669) process_id(26018) thread_id(26018) + (null) correlation_id(387) time_ns(0:0) external_id(31) + hipFree correlation_id(387) time_ns(43921395108951:43921395133986) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(388) time_ns(43921414047056:43921414057226) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(389) time_ns(43921414061587:43921414064582) process_id(26018) thread_id(26018) + hipMalloc correlation_id(390) time_ns(43921416266891:43921416330735) process_id(26018) thread_id(26018) + hipMalloc correlation_id(391) time_ns(43921416335746:43921416387330) process_id(26018) thread_id(26018) + (null) correlation_id(392) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(392) time_ns(43921416405756:43921417066942) process_id(26018) thread_id(26018) + (null) correlation_id(393) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(393) time_ns(43921417097413:43921417150182) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(393) time_ns(43921417154820:43921417642980) device_id(0) queue_id(0) + hcCommandMarker correlation_id(394) time_ns(43921417645775:43921417652335) device_id(0) queue_id(0) + (null) correlation_id(394) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(394) time_ns(43921417158508:43921418596497) process_id(26018) thread_id(26018) + (null) correlation_id(395) time_ns(0:0) external_id(31) + hipFree correlation_id(395) time_ns(43921433065199:43921433163988) process_id(26018) thread_id(26018) + (null) correlation_id(396) time_ns(0:0) external_id(31) + hipFree correlation_id(396) time_ns(43921433171073:43921433196116) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (10) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (9) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (8) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (7) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (6) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (5) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (4) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (3) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + Activity records: + hipSetDevice correlation_id(397) time_ns(43921452254692:43921452265169) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(398) time_ns(43921452275166:43921452278405) process_id(26018) thread_id(26018) + hipMalloc correlation_id(399) time_ns(43921454496914:43921454552118) process_id(26018) thread_id(26018) + hipMalloc correlation_id(400) time_ns(43921454557367:43921454603645) process_id(26018) thread_id(26018) + (null) correlation_id(401) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(401) time_ns(43921454608946:43921455255047) process_id(26018) thread_id(26018) + (null) correlation_id(402) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(402) time_ns(43921455282051:43921455306428) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(402) time_ns(43921455310804:43921455797844) device_id(0) queue_id(0) + hcCommandMarker correlation_id(403) time_ns(43921455800808:43921455807368) device_id(0) queue_id(0) + (null) correlation_id(403) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(403) time_ns(43921455322649:43921456730621) process_id(26018) thread_id(26018) + (null) correlation_id(404) time_ns(0:0) external_id(31) + hipFree correlation_id(404) time_ns(43921471305804:43921471381291) process_id(26018) thread_id(26018) + (null) correlation_id(405) time_ns(0:0) external_id(31) + hipFree correlation_id(405) time_ns(43921471387828:43921471412295) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(406) time_ns(43921490431229:43921490441048) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(407) time_ns(43921490445816:43921490448703) process_id(26018) thread_id(26018) + hipMalloc correlation_id(408) time_ns(43921492632200:43921492695679) process_id(26018) thread_id(26018) + hipMalloc correlation_id(409) time_ns(43921492700413:43921492736594) process_id(26018) thread_id(26018) + (null) correlation_id(410) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(410) time_ns(43921492750859:43921493404002) process_id(26018) thread_id(26018) + (null) correlation_id(411) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(411) time_ns(43921493434540:43921493481517) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(411) time_ns(43921493486389:43921493975029) device_id(0) queue_id(0) + hcCommandMarker correlation_id(412) time_ns(43921493978114:43921493984674) device_id(0) queue_id(0) + (null) correlation_id(412) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(412) time_ns(43921493496117:43921494874631) process_id(26018) thread_id(26018) + (null) correlation_id(413) time_ns(0:0) external_id(31) + hipFree correlation_id(413) time_ns(43921509355916:43921509450378) process_id(26018) thread_id(26018) + (null) correlation_id(414) time_ns(0:0) external_id(31) + hipFree correlation_id(414) time_ns(43921509457258:43921509480876) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(415) time_ns(43921528506760:43921528517481) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(416) time_ns(43921528522575:43921528525801) process_id(26018) thread_id(26018) + hipMalloc correlation_id(417) time_ns(43921530704109:43921530768265) process_id(26018) thread_id(26018) + hipMalloc correlation_id(418) time_ns(43921530773284:43921530810110) process_id(26018) thread_id(26018) + (null) correlation_id(419) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(419) time_ns(43921530824764:43921531477778) process_id(26018) thread_id(26018) + (null) correlation_id(420) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(420) time_ns(43921531508712:43921531553267) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(420) time_ns(43921531564573:43921532052413) device_id(0) queue_id(0) + hcCommandMarker correlation_id(421) time_ns(43921532055204:43921532061764) device_id(0) queue_id(0) + (null) correlation_id(421) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(421) time_ns(43921531568240:43921532977221) process_id(26018) thread_id(26018) + (null) correlation_id(422) time_ns(0:0) external_id(31) + hipFree correlation_id(422) time_ns(43921547456633:43921547556707) process_id(26018) thread_id(26018) + (null) correlation_id(423) time_ns(0:0) external_id(31) + hipFree correlation_id(423) time_ns(43921547563600:43921547589725) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(424) time_ns(43921566541456:43921566551811) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(425) time_ns(43921566556295:43921566559245) process_id(26018) thread_id(26018) + hipMalloc correlation_id(426) time_ns(43921568737936:43921568801054) process_id(26018) thread_id(26018) + hipMalloc correlation_id(427) time_ns(43921568806031:43921568842731) process_id(26018) thread_id(26018) + (null) correlation_id(428) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(428) time_ns(43921568857309:43921569508914) process_id(26018) thread_id(26018) + (null) correlation_id(429) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(429) time_ns(43921569539754:43921569588046) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(429) time_ns(43921569592676:43921570082276) device_id(0) queue_id(0) + hcCommandMarker correlation_id(430) time_ns(43921570085124:43921570091844) device_id(0) queue_id(0) + (null) correlation_id(430) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(430) time_ns(43921569603216:43921571055352) process_id(26018) thread_id(26018) + (null) correlation_id(431) time_ns(0:0) external_id(31) + hipFree correlation_id(431) time_ns(43921585590256:43921585685864) process_id(26018) thread_id(26018) + (null) correlation_id(432) time_ns(0:0) external_id(31) + hipFree correlation_id(432) time_ns(43921585692678:43921585744373) process_id(26018) thread_id(26018) + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (2) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! +# START (1) ############################# + + + + + + + + + + + + +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] + + + ptr(0x7ffc4af6f508) size(0x400000) + + + + + + + *ptr(0x0x903000000) + + + ptr(0x7ffc4af6f500) size(0x400000) + + + + + + + *ptr(0x0x903800000) + + + dst(0x903000000) src(0x7fcff9073010) size(0x400000) kind(1) + + + + + + + + + + + + kernel("_Z15matrixTransposePfS_i") stream((nil)) + + + + + + + + + + + dst(0x2b84d10) src(0x903800000) size(0x400000) kind(2) + + + + + + + + + + + + + + + + + + + + + + + + + + +PASSED! + + + ptr(0x903000000) + + + + + + + + + + ptr(0x903800000) + + + + + + + +# START (0) ############################# +Device 0 name: Ellesmere [Radeon RX 470/480/570/570X/580/580X] +PASSED! + Activity records: + hipSetDevice correlation_id(433) time_ns(43921606267569:43921606277958) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(434) time_ns(43921606287626:43921606290936) process_id(26018) thread_id(26018) + hipMalloc correlation_id(435) time_ns(43921608614868:43921608669543) process_id(26018) thread_id(26018) + hipMalloc correlation_id(436) time_ns(43921608674941:43921608722707) process_id(26018) thread_id(26018) + (null) correlation_id(437) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(437) time_ns(43921608728191:43921609377173) process_id(26018) thread_id(26018) + (null) correlation_id(438) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(438) time_ns(43921609403807:43921609428386) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(438) time_ns(43921609434051:43921611279333) device_id(0) queue_id(0) + hcCommandMarker correlation_id(439) time_ns(43921611282059:43921611313899) device_id(0) queue_id(0) + (null) correlation_id(439) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(439) time_ns(43921609441877:43921612242529) process_id(26018) thread_id(26018) + (null) correlation_id(440) time_ns(0:0) external_id(31) + hipFree correlation_id(440) time_ns(43921627150392:43921627229148) process_id(26018) thread_id(26018) + (null) correlation_id(441) time_ns(0:0) external_id(31) + hipFree correlation_id(441) time_ns(43921627236769:43921627261598) process_id(26018) thread_id(26018) + hipSetDevice correlation_id(442) time_ns(43921648187869:43921648198420) process_id(26018) thread_id(26018) + hipGetDeviceProperties correlation_id(443) time_ns(43921648203360:43921648206709) process_id(26018) thread_id(26018) + hipMalloc correlation_id(444) time_ns(43921650436225:43921650506222) process_id(26018) thread_id(26018) + hipMalloc correlation_id(445) time_ns(43921650511634:43921650567858) process_id(26018) thread_id(26018) + (null) correlation_id(446) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(446) time_ns(43921650573590:43921651243647) process_id(26018) thread_id(26018) + (null) correlation_id(447) time_ns(0:0) external_id(33) + hipModuleLaunchKernel correlation_id(447) time_ns(43921651271093:43921651296014) process_id(26018) thread_id(26018) + hcCommandKernel correlation_id(447) time_ns(43921651301547:43921653140269) device_id(0) queue_id(0) + hcCommandMarker correlation_id(448) time_ns(43921653143342:43921653175182) device_id(0) queue_id(0) + (null) correlation_id(448) time_ns(0:0) external_id(32) + hipMemcpy correlation_id(448) time_ns(43921651303048:43921654138318) process_id(26018) thread_id(26018) + (null) correlation_id(449) time_ns(0:0) external_id(31) + hipFree correlation_id(449) time_ns(43921669147933:43921669229505) process_id(26018) thread_id(26018) + (null) correlation_id(450) time_ns(0:0) external_id(31) + hipFree correlation_id(450) time_ns(43921669237076:43921669263052) process_id(26018) thread_id(26018) +# STOP ############################# + diff --git a/test/golden_traces/ctrl_hsa_input_trace.txt b/test/golden_traces/ctrl_hsa_input_trace.txt new file mode 100644 index 0000000000..4067cff89f --- /dev/null +++ b/test/golden_traces/ctrl_hsa_input_trace.txt @@ -0,0 +1,4116 @@ +ROCTracer (pid=26086): input from "input.xml" + HSA-trace() + HSA-activity-trace() +43938901661657:43938901664772 26086:26086 hsa_amd_profiling_async_copy_enable() = 0 +43938901678570:43938901679167 26086:26086 hsa_agent_get_info(, 17, 0x7ffc771e0d70) = 0 +43938901681408:43938901682196 26086:26086 hsa_amd_memory_pool_get_info(, 0, 0x7ffc771e0bf0) = 0 +43938901683164:43938901683597 26086:26086 hsa_amd_memory_pool_get_info(, 1, 0x7ffc771e0bf4) = 0 +43938901684553:43938901684961 26086:26086 hsa_amd_memory_pool_get_info(, 0, 0x7ffc771e0bf0) = 0 +43938901685847:43938901686257 26086:26086 hsa_amd_memory_pool_get_info(, 1, 0x7ffc771e0bf4) = 0 +43938901685847:43938901687161 26086:26086 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc68dca45b0) = 1 +43938901688522:43938901688930 26086:26086 hsa_amd_memory_pool_get_info(, 0, 0x7ffc771e0bf0) = 0 +43938901689816:43938901690226 26086:26086 hsa_amd_memory_pool_get_info(, 1, 0x7ffc771e0bf4) = 0 +43938901689816:43938901691151 26086:26086 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc68dca45c0) = 1 +43938901697016:43938901697562 26086:26086 hsa_agent_get_info(, 17, 0x7ffc771e0d70) = 0 +43938901698632:43938901703052 26086:26086 hsa_agent_get_info(, 0, 0x7fc68dca4684) = 0 +43938901704931:43938901705424 26086:26086 hsa_agent_get_info(, 6, 0x7fc68dca46c4) = 0 +43938901706337:43938901706824 26086:26086 hsa_agent_get_info(, 14, 0x7fc68dca46c8) = 0 +43938901707716:43938901708146 26086:26086 hsa_agent_get_info(, 4, 0x7fc68dca46cc) = 0 +43938901709037:43938901709449 26086:26086 hsa_agent_get_info(, 40962, 0x7fc68dca46e8) = 0 +43938901710336:43938901710759 26086:26086 hsa_agent_get_info(, 40970, 0x7fc68dca46ec) = 0 +43938901711647:43938901712052 26086:26086 hsa_agent_get_info(, 40971, 0x7fc68dca46f0) = 0 +43938901712942:43938901713369 26086:26086 hsa_agent_get_info(, 40972, 0x7fc68dca46f4) = 0 +43938901714264:43938901714670 26086:26086 hsa_agent_get_info(, 40973, 0x7fc68dca46f8) = 0 +43938901716274:43938901716687 26086:26086 hsa_amd_memory_pool_get_info(, 0, 0x7ffc771e0be0) = 0 +43938901717586:43938901718015 26086:26086 hsa_amd_memory_pool_get_info(, 1, 0x7ffc771e0be4) = 0 +43938901717586:43938901718920 26086:26086 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc68dca46d8) = 1 +43938901717586:43938901721946 26086:26086 hsa_iterate_agents(1, 0x22d8320) = 0 +43938901723056:43938901821270 26086:26086 hsa_system_get_major_extension_table(, , , 0x22d83b8) = 0 +43938901823021:43938901823556 26086:26086 hsa_system_get_major_extension_table(, , , 0x22d8408) = 0 +43938901824814:43938901825239 26086:26086 hsa_system_get_info(3, 0x7ffc771e0ee8) = 0 +43938901832376:43938901833163 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f60) = 0 +43938901835358:43938901836122 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f68) = 0 +43938901838607:43938901839365 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f70) = 0 +43938901840306:43938901841058 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f78) = 0 +43938901841975:43938901842737 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f80) = 0 +43938901843654:43938901844413 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f88) = 0 +43938901845332:43938901846082 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f90) = 0 +43938901846997:43938901847744 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f98) = 0 +43938901848661:43938901849415 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fa0) = 0 +43938901850337:43938901851086 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fa8) = 0 +43938901852000:43938901852758 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fb0) = 0 +43938901853671:43938901854426 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fb8) = 0 +43938901855340:43938901856092 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fc0) = 0 +43938901857012:43938901857766 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fc8) = 0 +43938901858684:43938901859433 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fd0) = 0 +43938901860350:43938901861135 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fd8) = 0 +43938901862051:43938901862828 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fe0) = 0 +43938901863743:43938901864497 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fe8) = 0 +43938901865413:43938901866166 26086:26086 hsa_system_get_info(2, 0x7fc68dca4ff0) = 0 +43938901867074:43938901867824 26086:26086 hsa_system_get_info(2, 0x7fc68dca4ff8) = 0 +43938901868740:43938901869500 26086:26086 hsa_system_get_info(2, 0x7fc68dca5000) = 0 +43938901870415:43938901871170 26086:26086 hsa_system_get_info(2, 0x7fc68dca5008) = 0 +43938901872080:43938901872840 26086:26086 hsa_system_get_info(2, 0x7fc68dca5010) = 0 +43938901873758:43938901874516 26086:26086 hsa_system_get_info(2, 0x7fc68dca5018) = 0 +43938901875431:43938901876188 26086:26086 hsa_system_get_info(2, 0x7fc68dca5020) = 0 +43938901877112:43938901877859 26086:26086 hsa_system_get_info(2, 0x7fc68dca5028) = 0 +43938901878778:43938901879536 26086:26086 hsa_system_get_info(2, 0x7fc68dca5030) = 0 +43938901880447:43938901881202 26086:26086 hsa_system_get_info(2, 0x7fc68dca5038) = 0 +43938901882121:43938901882872 26086:26086 hsa_system_get_info(2, 0x7fc68dca5040) = 0 +43938901883811:43938901884566 26086:26086 hsa_system_get_info(2, 0x7fc68dca5048) = 0 +43938901886481:43938901887238 26086:26086 hsa_system_get_info(2, 0x7fc68dca5050) = 0 +43938901888157:43938901888906 26086:26086 hsa_system_get_info(2, 0x7fc68dca5058) = 0 +43938901889823:43938901890580 26086:26086 hsa_system_get_info(2, 0x7fc68dca5060) = 0 +43938901891492:43938901892251 26086:26086 hsa_system_get_info(2, 0x7fc68dca5068) = 0 +43938901893166:43938901893923 26086:26086 hsa_system_get_info(2, 0x7fc68dca5070) = 0 +43938901894841:43938901895588 26086:26086 hsa_system_get_info(2, 0x7fc68dca5078) = 0 +43938901896504:43938901897257 26086:26086 hsa_system_get_info(2, 0x7fc68dca5080) = 0 +43938901898172:43938901898920 26086:26086 hsa_system_get_info(2, 0x7fc68dca5088) = 0 +43938901899851:43938901900606 26086:26086 hsa_system_get_info(2, 0x7fc68dca5090) = 0 +43938901901523:43938901902279 26086:26086 hsa_system_get_info(2, 0x7fc68dca5098) = 0 +43938901903199:43938901903958 26086:26086 hsa_system_get_info(2, 0x7fc68dca50a0) = 0 +43938901904869:43938901905623 26086:26086 hsa_system_get_info(2, 0x7fc68dca50a8) = 0 +43938901906539:43938901907296 26086:26086 hsa_system_get_info(2, 0x7fc68dca50b0) = 0 +43938901908211:43938901908973 26086:26086 hsa_system_get_info(2, 0x7fc68dca50b8) = 0 +43938901909885:43938901910650 26086:26086 hsa_system_get_info(2, 0x7fc68dca50c0) = 0 +43938901911565:43938901912325 26086:26086 hsa_system_get_info(2, 0x7fc68dca50c8) = 0 +43938901913242:43938901914001 26086:26086 hsa_system_get_info(2, 0x7fc68dca50d0) = 0 +43938901914916:43938901915668 26086:26086 hsa_system_get_info(2, 0x7fc68dca50d8) = 0 +43938901916583:43938901917340 26086:26086 hsa_system_get_info(2, 0x7fc68dca50e0) = 0 +43938901918255:43938901919015 26086:26086 hsa_system_get_info(2, 0x7fc68dca50e8) = 0 +43938901919930:43938901920695 26086:26086 hsa_system_get_info(2, 0x7fc68dca50f0) = 0 +43938901921611:43938901922389 26086:26086 hsa_system_get_info(2, 0x7fc68dca50f8) = 0 +43938901923305:43938901924069 26086:26086 hsa_system_get_info(2, 0x7fc68dca5100) = 0 +43938901924982:43938901925747 26086:26086 hsa_system_get_info(2, 0x7fc68dca5108) = 0 +43938901926667:43938901927426 26086:26086 hsa_system_get_info(2, 0x7fc68dca5110) = 0 +43938901928348:43938901929098 26086:26086 hsa_system_get_info(2, 0x7fc68dca5118) = 0 +43938901930025:43938901930778 26086:26086 hsa_system_get_info(2, 0x7fc68dca5120) = 0 +43938901931689:43938901932447 26086:26086 hsa_system_get_info(2, 0x7fc68dca5128) = 0 +43938901933355:43938901934112 26086:26086 hsa_system_get_info(2, 0x7fc68dca5130) = 0 +43938901936383:43938901937160 26086:26086 hsa_system_get_info(2, 0x7fc68dca5138) = 0 +43938901938075:43938901938828 26086:26086 hsa_system_get_info(2, 0x7fc68dca5140) = 0 +43938901939749:43938901940502 26086:26086 hsa_system_get_info(2, 0x7fc68dca5148) = 0 +43938901941416:43938901942168 26086:26086 hsa_system_get_info(2, 0x7fc68dca5150) = 0 +43938901943079:43938901943832 26086:26086 hsa_system_get_info(2, 0x7fc68dca5158) = 0 +43938901944743:43938901945494 26086:26086 hsa_system_get_info(2, 0x7fc68dca5160) = 0 +43938901946403:43938901947156 26086:26086 hsa_system_get_info(2, 0x7fc68dca5168) = 0 +43938901948074:43938901948826 26086:26086 hsa_system_get_info(2, 0x7fc68dca5170) = 0 +43938901949742:43938901950499 26086:26086 hsa_system_get_info(2, 0x7fc68dca5178) = 0 +43938901951415:43938901952174 26086:26086 hsa_system_get_info(2, 0x7fc68dca5180) = 0 +43938901953086:43938901953841 26086:26086 hsa_system_get_info(2, 0x7fc68dca5188) = 0 +43938901954757:43938901955506 26086:26086 hsa_system_get_info(2, 0x7fc68dca5190) = 0 +43938901956423:43938901957190 26086:26086 hsa_system_get_info(2, 0x7fc68dca5198) = 0 +43938901958100:43938901958850 26086:26086 hsa_system_get_info(2, 0x7fc68dca51a0) = 0 +43938901959762:43938901960513 26086:26086 hsa_system_get_info(2, 0x7fc68dca51a8) = 0 +43938901961430:43938901962184 26086:26086 hsa_system_get_info(2, 0x7fc68dca51b0) = 0 +43938901963096:43938901963853 26086:26086 hsa_system_get_info(2, 0x7fc68dca51b8) = 0 +43938901964769:43938901965529 26086:26086 hsa_system_get_info(2, 0x7fc68dca51c0) = 0 +43938901966441:43938901967198 26086:26086 hsa_system_get_info(2, 0x7fc68dca51c8) = 0 +43938901968116:43938901968878 26086:26086 hsa_system_get_info(2, 0x7fc68dca51d0) = 0 +43938901969793:43938901970553 26086:26086 hsa_system_get_info(2, 0x7fc68dca51d8) = 0 +43938901971468:43938901972220 26086:26086 hsa_system_get_info(2, 0x7fc68dca51e0) = 0 +43938901973133:43938901973886 26086:26086 hsa_system_get_info(2, 0x7fc68dca51e8) = 0 +43938901974799:43938901975553 26086:26086 hsa_system_get_info(2, 0x7fc68dca51f0) = 0 +43938901976486:43938901977241 26086:26086 hsa_system_get_info(2, 0x7fc68dca51f8) = 0 +43938901978157:43938901978910 26086:26086 hsa_system_get_info(2, 0x7fc68dca5200) = 0 +43938901979821:43938901980601 26086:26086 hsa_system_get_info(2, 0x7fc68dca5208) = 0 +43938901981526:43938901982280 26086:26086 hsa_system_get_info(2, 0x7fc68dca5210) = 0 +43938901984046:43938901984801 26086:26086 hsa_system_get_info(2, 0x7fc68dca5218) = 0 +43938901985709:43938901986465 26086:26086 hsa_system_get_info(2, 0x7fc68dca5220) = 0 +43938901987380:43938901988135 26086:26086 hsa_system_get_info(2, 0x7fc68dca5228) = 0 +43938901989057:43938901989811 26086:26086 hsa_system_get_info(2, 0x7fc68dca5230) = 0 +43938901990724:43938901991479 26086:26086 hsa_system_get_info(2, 0x7fc68dca5238) = 0 +43938901992391:43938901993142 26086:26086 hsa_system_get_info(2, 0x7fc68dca5240) = 0 +43938901994058:43938901994810 26086:26086 hsa_system_get_info(2, 0x7fc68dca5248) = 0 +43938901995721:43938901996481 26086:26086 hsa_system_get_info(2, 0x7fc68dca5250) = 0 +43938901997391:43938901998146 26086:26086 hsa_system_get_info(2, 0x7fc68dca5258) = 0 +43938901999060:43938901999812 26086:26086 hsa_system_get_info(2, 0x7fc68dca5260) = 0 +43938902000725:43938902001486 26086:26086 hsa_system_get_info(2, 0x7fc68dca5268) = 0 +43938902002405:43938902003154 26086:26086 hsa_system_get_info(2, 0x7fc68dca5270) = 0 +43938902004070:43938902004830 26086:26086 hsa_system_get_info(2, 0x7fc68dca5278) = 0 +43938902005757:43938902006513 26086:26086 hsa_system_get_info(2, 0x7fc68dca5280) = 0 +43938902007427:43938902008176 26086:26086 hsa_system_get_info(2, 0x7fc68dca5288) = 0 +43938902009089:43938902009841 26086:26086 hsa_system_get_info(2, 0x7fc68dca5290) = 0 +43938902010753:43938902011506 26086:26086 hsa_system_get_info(2, 0x7fc68dca5298) = 0 +43938902012419:43938902013175 26086:26086 hsa_system_get_info(2, 0x7fc68dca52a0) = 0 +43938902014092:43938902014837 26086:26086 hsa_system_get_info(2, 0x7fc68dca52a8) = 0 +43938902015751:43938902016506 26086:26086 hsa_system_get_info(2, 0x7fc68dca52b0) = 0 +43938902017420:43938902018172 26086:26086 hsa_system_get_info(2, 0x7fc68dca52b8) = 0 +43938902019084:43938902019835 26086:26086 hsa_system_get_info(2, 0x7fc68dca52c0) = 0 +43938902020754:43938902021511 26086:26086 hsa_system_get_info(2, 0x7fc68dca52c8) = 0 +43938902022426:43938902023181 26086:26086 hsa_system_get_info(2, 0x7fc68dca52d0) = 0 +43938902024106:43938902024858 26086:26086 hsa_system_get_info(2, 0x7fc68dca52d8) = 0 +43938902025772:43938902026527 26086:26086 hsa_system_get_info(2, 0x7fc68dca52e0) = 0 +43938902027443:43938902028199 26086:26086 hsa_system_get_info(2, 0x7fc68dca52e8) = 0 +43938902029117:43938902029891 26086:26086 hsa_system_get_info(2, 0x7fc68dca52f0) = 0 +43938902030805:43938902031564 26086:26086 hsa_system_get_info(2, 0x7fc68dca52f8) = 0 +43938902033308:43938902034070 26086:26086 hsa_system_get_info(2, 0x7fc68dca5300) = 0 +43938902034987:43938902035749 26086:26086 hsa_system_get_info(2, 0x7fc68dca5308) = 0 +43938902036667:43938902037415 26086:26086 hsa_system_get_info(2, 0x7fc68dca5310) = 0 +43938902038332:43938902039084 26086:26086 hsa_system_get_info(2, 0x7fc68dca5318) = 0 +43938902040004:43938902040755 26086:26086 hsa_system_get_info(2, 0x7fc68dca5320) = 0 +43938902041673:43938902042428 26086:26086 hsa_system_get_info(2, 0x7fc68dca5328) = 0 +43938902043337:43938902044090 26086:26086 hsa_system_get_info(2, 0x7fc68dca5330) = 0 +43938902045004:43938902045755 26086:26086 hsa_system_get_info(2, 0x7fc68dca5338) = 0 +43938902046671:43938902047425 26086:26086 hsa_system_get_info(2, 0x7fc68dca5340) = 0 +43938902048342:43938902049097 26086:26086 hsa_system_get_info(2, 0x7fc68dca5348) = 0 +43938902050009:43938902050768 26086:26086 hsa_system_get_info(2, 0x7fc68dca5350) = 0 +43938902051685:43938902052445 26086:26086 hsa_system_get_info(2, 0x7fc68dca5358) = 0 +43938902053358:43938902054117 26086:26086 hsa_system_get_info(2, 0x7fc68dca5360) = 0 +43938902055051:43938902055828 26086:26086 hsa_system_get_info(2, 0x7fc68dca5368) = 0 +43938902056743:43938902057499 26086:26086 hsa_system_get_info(2, 0x7fc68dca5370) = 0 +43938902058414:43938902059171 26086:26086 hsa_system_get_info(2, 0x7fc68dca5378) = 0 +43938902060087:43938902060847 26086:26086 hsa_system_get_info(2, 0x7fc68dca5380) = 0 +43938902061763:43938902062521 26086:26086 hsa_system_get_info(2, 0x7fc68dca5388) = 0 +43938902063434:43938902064189 26086:26086 hsa_system_get_info(2, 0x7fc68dca5390) = 0 +43938902065105:43938902065858 26086:26086 hsa_system_get_info(2, 0x7fc68dca5398) = 0 +43938902066770:43938902067522 26086:26086 hsa_system_get_info(2, 0x7fc68dca53a0) = 0 +43938902068430:43938902069188 26086:26086 hsa_system_get_info(2, 0x7fc68dca53a8) = 0 +43938902070105:43938902070859 26086:26086 hsa_system_get_info(2, 0x7fc68dca53b0) = 0 +43938902071780:43938902072535 26086:26086 hsa_system_get_info(2, 0x7fc68dca53b8) = 0 +43938902073468:43938902074222 26086:26086 hsa_system_get_info(2, 0x7fc68dca53c0) = 0 +43938902075134:43938902075889 26086:26086 hsa_system_get_info(2, 0x7fc68dca53c8) = 0 +43938902076806:43938902077553 26086:26086 hsa_system_get_info(2, 0x7fc68dca53d0) = 0 +43938902078487:43938902079238 26086:26086 hsa_system_get_info(2, 0x7fc68dca53d8) = 0 +43938902080994:43938902081755 26086:26086 hsa_system_get_info(2, 0x7fc68dca53e0) = 0 +43938902082669:43938902083422 26086:26086 hsa_system_get_info(2, 0x7fc68dca53e8) = 0 +43938902084325:43938902085078 26086:26086 hsa_system_get_info(2, 0x7fc68dca53f0) = 0 +43938902085990:43938902086745 26086:26086 hsa_system_get_info(2, 0x7fc68dca53f8) = 0 +43938902087664:43938902088418 26086:26086 hsa_system_get_info(2, 0x7fc68dca5400) = 0 +43938902089334:43938902090084 26086:26086 hsa_system_get_info(2, 0x7fc68dca5408) = 0 +43938902091000:43938902091762 26086:26086 hsa_system_get_info(2, 0x7fc68dca5410) = 0 +43938902092682:43938902093432 26086:26086 hsa_system_get_info(2, 0x7fc68dca5418) = 0 +43938902094349:43938902095105 26086:26086 hsa_system_get_info(2, 0x7fc68dca5420) = 0 +43938902096025:43938902096773 26086:26086 hsa_system_get_info(2, 0x7fc68dca5428) = 0 +43938902097689:43938902098447 26086:26086 hsa_system_get_info(2, 0x7fc68dca5430) = 0 +43938902099374:43938902100127 26086:26086 hsa_system_get_info(2, 0x7fc68dca5438) = 0 +43938902101044:43938902101801 26086:26086 hsa_system_get_info(2, 0x7fc68dca5440) = 0 +43938902102714:43938902103470 26086:26086 hsa_system_get_info(2, 0x7fc68dca5448) = 0 +43938902104390:43938902105144 26086:26086 hsa_system_get_info(2, 0x7fc68dca5450) = 0 +43938902106057:43938902106805 26086:26086 hsa_system_get_info(2, 0x7fc68dca5458) = 0 +43938902107724:43938902108482 26086:26086 hsa_system_get_info(2, 0x7fc68dca5460) = 0 +43938902109400:43938902110155 26086:26086 hsa_system_get_info(2, 0x7fc68dca5468) = 0 +43938902111069:43938902111822 26086:26086 hsa_system_get_info(2, 0x7fc68dca5470) = 0 +43938902112733:43938902113486 26086:26086 hsa_system_get_info(2, 0x7fc68dca5478) = 0 +43938902114400:43938902115157 26086:26086 hsa_system_get_info(2, 0x7fc68dca5480) = 0 +43938902116072:43938902116823 26086:26086 hsa_system_get_info(2, 0x7fc68dca5488) = 0 +43938902117735:43938902118498 26086:26086 hsa_system_get_info(2, 0x7fc68dca5490) = 0 +43938902119410:43938902120166 26086:26086 hsa_system_get_info(2, 0x7fc68dca5498) = 0 +43938902121084:43938902121836 26086:26086 hsa_system_get_info(2, 0x7fc68dca54a0) = 0 +43938902122778:43938902123533 26086:26086 hsa_system_get_info(2, 0x7fc68dca54a8) = 0 +43938902124450:43938902125198 26086:26086 hsa_system_get_info(2, 0x7fc68dca54b0) = 0 +43938902126114:43938902126864 26086:26086 hsa_system_get_info(2, 0x7fc68dca54b8) = 0 +43938902127777:43938902128530 26086:26086 hsa_system_get_info(2, 0x7fc68dca54c0) = 0 +43938902130298:43938902131066 26086:26086 hsa_system_get_info(2, 0x7fc68dca54c8) = 0 +43938902131980:43938902132732 26086:26086 hsa_system_get_info(2, 0x7fc68dca54d0) = 0 +43938902133686:43938902134440 26086:26086 hsa_system_get_info(2, 0x7fc68dca54d8) = 0 +43938902135355:43938902136107 26086:26086 hsa_system_get_info(2, 0x7fc68dca54e0) = 0 +43938902137022:43938902137783 26086:26086 hsa_system_get_info(2, 0x7fc68dca54e8) = 0 +43938902138698:43938902139455 26086:26086 hsa_system_get_info(2, 0x7fc68dca54f0) = 0 +43938902140370:43938902141126 26086:26086 hsa_system_get_info(2, 0x7fc68dca54f8) = 0 +43938902142038:43938902142799 26086:26086 hsa_system_get_info(2, 0x7fc68dca5500) = 0 +43938902143717:43938902144475 26086:26086 hsa_system_get_info(2, 0x7fc68dca5508) = 0 +43938902145391:43938902146146 26086:26086 hsa_system_get_info(2, 0x7fc68dca5510) = 0 +43938902147062:43938902147820 26086:26086 hsa_system_get_info(2, 0x7fc68dca5518) = 0 +43938902148733:43938902149495 26086:26086 hsa_system_get_info(2, 0x7fc68dca5520) = 0 +43938902150409:43938902151161 26086:26086 hsa_system_get_info(2, 0x7fc68dca5528) = 0 +43938902152076:43938902152836 26086:26086 hsa_system_get_info(2, 0x7fc68dca5530) = 0 +43938902153750:43938902154504 26086:26086 hsa_system_get_info(2, 0x7fc68dca5538) = 0 +43938902155422:43938902156199 26086:26086 hsa_system_get_info(2, 0x7fc68dca5540) = 0 +43938902157120:43938902157879 26086:26086 hsa_system_get_info(2, 0x7fc68dca5548) = 0 +43938902158792:43938902159549 26086:26086 hsa_system_get_info(2, 0x7fc68dca5550) = 0 +43938902160466:43938902161224 26086:26086 hsa_system_get_info(2, 0x7fc68dca5558) = 0 +43938902162140:43938902162885 26086:26086 hsa_system_get_info(2, 0x7fc68dca5560) = 0 +43938902163798:43938902164554 26086:26086 hsa_system_get_info(2, 0x7fc68dca5568) = 0 +43938902165468:43938902166224 26086:26086 hsa_system_get_info(2, 0x7fc68dca5570) = 0 +43938902167132:43938902167889 26086:26086 hsa_system_get_info(2, 0x7fc68dca5578) = 0 +43938902168802:43938902169557 26086:26086 hsa_system_get_info(2, 0x7fc68dca5580) = 0 +43938902170473:43938902171226 26086:26086 hsa_system_get_info(2, 0x7fc68dca5588) = 0 +43938902172135:43938902172889 26086:26086 hsa_system_get_info(2, 0x7fc68dca5590) = 0 +43938902173801:43938902174551 26086:26086 hsa_system_get_info(2, 0x7fc68dca5598) = 0 +43938902175468:43938902176223 26086:26086 hsa_system_get_info(2, 0x7fc68dca55a0) = 0 +43938902178011:43938902178774 26086:26086 hsa_system_get_info(2, 0x7fc68dca55a8) = 0 +43938902179684:43938902180439 26086:26086 hsa_system_get_info(2, 0x7fc68dca55b0) = 0 +43938902181356:43938902182113 26086:26086 hsa_system_get_info(2, 0x7fc68dca55b8) = 0 +43938902183028:43938902183782 26086:26086 hsa_system_get_info(2, 0x7fc68dca55c0) = 0 +43938902184697:43938902185447 26086:26086 hsa_system_get_info(2, 0x7fc68dca55c8) = 0 +43938902186357:43938902187110 26086:26086 hsa_system_get_info(2, 0x7fc68dca55d0) = 0 +43938902188019:43938902188772 26086:26086 hsa_system_get_info(2, 0x7fc68dca55d8) = 0 +43938902189689:43938902190446 26086:26086 hsa_system_get_info(2, 0x7fc68dca55e0) = 0 +43938902191361:43938902192113 26086:26086 hsa_system_get_info(2, 0x7fc68dca55e8) = 0 +43938902193028:43938902193795 26086:26086 hsa_system_get_info(2, 0x7fc68dca55f0) = 0 +43938902194707:43938902195469 26086:26086 hsa_system_get_info(2, 0x7fc68dca55f8) = 0 +43938902196384:43938902197138 26086:26086 hsa_system_get_info(2, 0x7fc68dca5600) = 0 +43938902198050:43938902198807 26086:26086 hsa_system_get_info(2, 0x7fc68dca5608) = 0 +43938902199737:43938902200484 26086:26086 hsa_system_get_info(2, 0x7fc68dca5610) = 0 +43938902201392:43938902202147 26086:26086 hsa_system_get_info(2, 0x7fc68dca5618) = 0 +43938902203074:43938902203820 26086:26086 hsa_system_get_info(2, 0x7fc68dca5620) = 0 +43938902204737:43938902205492 26086:26086 hsa_system_get_info(2, 0x7fc68dca5628) = 0 +43938902206403:43938902207153 26086:26086 hsa_system_get_info(2, 0x7fc68dca5630) = 0 +43938902208064:43938902208820 26086:26086 hsa_system_get_info(2, 0x7fc68dca5638) = 0 +43938902209732:43938902210493 26086:26086 hsa_system_get_info(2, 0x7fc68dca5640) = 0 +43938902211408:43938902212167 26086:26086 hsa_system_get_info(2, 0x7fc68dca5648) = 0 +43938902213080:43938902213831 26086:26086 hsa_system_get_info(2, 0x7fc68dca5650) = 0 +43938902214750:43938902215503 26086:26086 hsa_system_get_info(2, 0x7fc68dca5658) = 0 +43938902216419:43938902217171 26086:26086 hsa_system_get_info(2, 0x7fc68dca5660) = 0 +43938902218089:43938902218842 26086:26086 hsa_system_get_info(2, 0x7fc68dca5668) = 0 +43938902219757:43938902220515 26086:26086 hsa_system_get_info(2, 0x7fc68dca5670) = 0 +43938902221431:43938902222184 26086:26086 hsa_system_get_info(2, 0x7fc68dca5678) = 0 +43938902223098:43938902223852 26086:26086 hsa_system_get_info(2, 0x7fc68dca5680) = 0 +43938902225634:43938902226390 26086:26086 hsa_system_get_info(2, 0x7fc68dca5688) = 0 +43938902227301:43938902228056 26086:26086 hsa_system_get_info(2, 0x7fc68dca5690) = 0 +43938902229004:43938902229758 26086:26086 hsa_system_get_info(2, 0x7fc68dca5698) = 0 +43938902230673:43938902231425 26086:26086 hsa_system_get_info(2, 0x7fc68dca56a0) = 0 +43938902232339:43938902233090 26086:26086 hsa_system_get_info(2, 0x7fc68dca56a8) = 0 +43938902234010:43938902234764 26086:26086 hsa_system_get_info(2, 0x7fc68dca56b0) = 0 +43938902235701:43938902236465 26086:26086 hsa_system_get_info(2, 0x7fc68dca56b8) = 0 +43938902237386:43938902238140 26086:26086 hsa_system_get_info(2, 0x7fc68dca56c0) = 0 +43938902239052:43938902239811 26086:26086 hsa_system_get_info(2, 0x7fc68dca56c8) = 0 +43938902240725:43938902241476 26086:26086 hsa_system_get_info(2, 0x7fc68dca56d0) = 0 +43938902242394:43938902243149 26086:26086 hsa_system_get_info(2, 0x7fc68dca56d8) = 0 +43938902244065:43938902244822 26086:26086 hsa_system_get_info(2, 0x7fc68dca56e0) = 0 +43938902245733:43938902246490 26086:26086 hsa_system_get_info(2, 0x7fc68dca56e8) = 0 +43938902247405:43938902248158 26086:26086 hsa_system_get_info(2, 0x7fc68dca56f0) = 0 +43938902249077:43938902249835 26086:26086 hsa_system_get_info(2, 0x7fc68dca56f8) = 0 +43938902250749:43938902251501 26086:26086 hsa_system_get_info(2, 0x7fc68dca5700) = 0 +43938902252445:43938902253209 26086:26086 hsa_system_get_info(2, 0x7fc68dca5708) = 0 +43938902254126:43938902254883 26086:26086 hsa_system_get_info(2, 0x7fc68dca5710) = 0 +43938902255803:43938902256560 26086:26086 hsa_system_get_info(2, 0x7fc68dca5718) = 0 +43938902257478:43938902258239 26086:26086 hsa_system_get_info(2, 0x7fc68dca5720) = 0 +43938902259157:43938902259904 26086:26086 hsa_system_get_info(2, 0x7fc68dca5728) = 0 +43938902260815:43938902261564 26086:26086 hsa_system_get_info(2, 0x7fc68dca5730) = 0 +43938902262493:43938902263245 26086:26086 hsa_system_get_info(2, 0x7fc68dca5738) = 0 +43938902264155:43938902264904 26086:26086 hsa_system_get_info(2, 0x7fc68dca5740) = 0 +43938902265829:43938902266577 26086:26086 hsa_system_get_info(2, 0x7fc68dca5748) = 0 +43938902267498:43938902268251 26086:26086 hsa_system_get_info(2, 0x7fc68dca5750) = 0 +43938902269168:43938902269919 26086:26086 hsa_system_get_info(2, 0x7fc68dca5758) = 0 +43938902270829:43938902271581 26086:26086 hsa_system_get_info(2, 0x7fc68dca5760) = 0 +43938902272495:43938902273248 26086:26086 hsa_system_get_info(2, 0x7fc68dca5768) = 0 +43938902275012:43938902275769 26086:26086 hsa_system_get_info(2, 0x7fc68dca5770) = 0 +43938902276684:43938902277435 26086:26086 hsa_system_get_info(2, 0x7fc68dca5778) = 0 +43938902278352:43938902279107 26086:26086 hsa_system_get_info(2, 0x7fc68dca5780) = 0 +43938902280022:43938902280773 26086:26086 hsa_system_get_info(2, 0x7fc68dca5788) = 0 +43938902281690:43938902282434 26086:26086 hsa_system_get_info(2, 0x7fc68dca5790) = 0 +43938902283348:43938902284099 26086:26086 hsa_system_get_info(2, 0x7fc68dca5798) = 0 +43938902285017:43938902285774 26086:26086 hsa_system_get_info(2, 0x7fc68dca57a0) = 0 +43938902286687:43938902287434 26086:26086 hsa_system_get_info(2, 0x7fc68dca57a8) = 0 +43938902288345:43938902289096 26086:26086 hsa_system_get_info(2, 0x7fc68dca57b0) = 0 +43938902290012:43938902290770 26086:26086 hsa_system_get_info(2, 0x7fc68dca57b8) = 0 +43938902291682:43938902292435 26086:26086 hsa_system_get_info(2, 0x7fc68dca57c0) = 0 +43938902293350:43938902294103 26086:26086 hsa_system_get_info(2, 0x7fc68dca57c8) = 0 +43938902295018:43938902295776 26086:26086 hsa_system_get_info(2, 0x7fc68dca57d0) = 0 +43938902296712:43938902297475 26086:26086 hsa_system_get_info(2, 0x7fc68dca57d8) = 0 +43938902298391:43938902299149 26086:26086 hsa_system_get_info(2, 0x7fc68dca57e0) = 0 +43938902300068:43938902300822 26086:26086 hsa_system_get_info(2, 0x7fc68dca57e8) = 0 +43938902301739:43938902302489 26086:26086 hsa_system_get_info(2, 0x7fc68dca57f0) = 0 +43938902303402:43938902304159 26086:26086 hsa_system_get_info(2, 0x7fc68dca57f8) = 0 +43938902305089:43938902305843 26086:26086 hsa_system_get_info(2, 0x7fc68dca5800) = 0 +43938902306759:43938902307515 26086:26086 hsa_system_get_info(2, 0x7fc68dca5808) = 0 +43938902308429:43938902309184 26086:26086 hsa_system_get_info(2, 0x7fc68dca5810) = 0 +43938902310091:43938902310842 26086:26086 hsa_system_get_info(2, 0x7fc68dca5818) = 0 +43938902311755:43938902312509 26086:26086 hsa_system_get_info(2, 0x7fc68dca5820) = 0 +43938902313425:43938902314173 26086:26086 hsa_system_get_info(2, 0x7fc68dca5828) = 0 +43938902315086:43938902315833 26086:26086 hsa_system_get_info(2, 0x7fc68dca5830) = 0 +43938902316752:43938902317505 26086:26086 hsa_system_get_info(2, 0x7fc68dca5838) = 0 +43938902318410:43938902319162 26086:26086 hsa_system_get_info(2, 0x7fc68dca5840) = 0 +43938902320076:43938902320827 26086:26086 hsa_system_get_info(2, 0x7fc68dca5848) = 0 +43938902322602:43938902323355 26086:26086 hsa_system_get_info(2, 0x7fc68dca5850) = 0 +43938902324270:43938902325020 26086:26086 hsa_system_get_info(2, 0x7fc68dca5858) = 0 +43938902325936:43938902326687 26086:26086 hsa_system_get_info(2, 0x7fc68dca5860) = 0 +43938902327601:43938902328355 26086:26086 hsa_system_get_info(2, 0x7fc68dca5868) = 0 +43938902329265:43938902330017 26086:26086 hsa_system_get_info(2, 0x7fc68dca5870) = 0 +43938902330933:43938902331686 26086:26086 hsa_system_get_info(2, 0x7fc68dca5878) = 0 +43938902332601:43938902333354 26086:26086 hsa_system_get_info(2, 0x7fc68dca5880) = 0 +43938902334275:43938902335034 26086:26086 hsa_system_get_info(2, 0x7fc68dca5888) = 0 +43938902335946:43938902336703 26086:26086 hsa_system_get_info(2, 0x7fc68dca5890) = 0 +43938902337620:43938902338376 26086:26086 hsa_system_get_info(2, 0x7fc68dca5898) = 0 +43938902339290:43938902340049 26086:26086 hsa_system_get_info(2, 0x7fc68dca58a0) = 0 +43938902340965:43938902341723 26086:26086 hsa_system_get_info(2, 0x7fc68dca58a8) = 0 +43938902342633:43938902343382 26086:26086 hsa_system_get_info(2, 0x7fc68dca58b0) = 0 +43938902344296:43938902345057 26086:26086 hsa_system_get_info(2, 0x7fc68dca58b8) = 0 +43938902345985:43938902346743 26086:26086 hsa_system_get_info(2, 0x7fc68dca58c0) = 0 +43938902347653:43938902348412 26086:26086 hsa_system_get_info(2, 0x7fc68dca58c8) = 0 +43938902349331:43938902350094 26086:26086 hsa_system_get_info(2, 0x7fc68dca58d0) = 0 +43938902351009:43938902351773 26086:26086 hsa_system_get_info(2, 0x7fc68dca58d8) = 0 +43938902352690:43938902353454 26086:26086 hsa_system_get_info(2, 0x7fc68dca58e0) = 0 +43938902354374:43938902355121 26086:26086 hsa_system_get_info(2, 0x7fc68dca58e8) = 0 +43938902356033:43938902356788 26086:26086 hsa_system_get_info(2, 0x7fc68dca58f0) = 0 +43938902357701:43938902358456 26086:26086 hsa_system_get_info(2, 0x7fc68dca58f8) = 0 +43938902359369:43938902360121 26086:26086 hsa_system_get_info(2, 0x7fc68dca5900) = 0 +43938902361036:43938902361791 26086:26086 hsa_system_get_info(2, 0x7fc68dca5908) = 0 +43938902362706:43938902363467 26086:26086 hsa_system_get_info(2, 0x7fc68dca5910) = 0 +43938902364389:43938902365144 26086:26086 hsa_system_get_info(2, 0x7fc68dca5918) = 0 +43938902366065:43938902366826 26086:26086 hsa_system_get_info(2, 0x7fc68dca5920) = 0 +43938902367745:43938902368505 26086:26086 hsa_system_get_info(2, 0x7fc68dca5928) = 0 +43938902369439:43938902370191 26086:26086 hsa_system_get_info(2, 0x7fc68dca5930) = 0 +43938902372044:43938902372812 26086:26086 hsa_system_get_info(2, 0x7fc68dca5938) = 0 +43938902373728:43938902374476 26086:26086 hsa_system_get_info(2, 0x7fc68dca5940) = 0 +43938902375390:43938902376141 26086:26086 hsa_system_get_info(2, 0x7fc68dca5948) = 0 +43938902377058:43938902377811 26086:26086 hsa_system_get_info(2, 0x7fc68dca5950) = 0 +43938902378726:43938902379479 26086:26086 hsa_system_get_info(2, 0x7fc68dca5958) = 0 +43938902380391:43938902381150 26086:26086 hsa_system_get_info(2, 0x7fc68dca5960) = 0 +43938902382064:43938902382817 26086:26086 hsa_system_get_info(2, 0x7fc68dca5968) = 0 +43938902383732:43938902384491 26086:26086 hsa_system_get_info(2, 0x7fc68dca5970) = 0 +43938902385409:43938902386167 26086:26086 hsa_system_get_info(2, 0x7fc68dca5978) = 0 +43938902387083:43938902387837 26086:26086 hsa_system_get_info(2, 0x7fc68dca5980) = 0 +43938902388754:43938902389510 26086:26086 hsa_system_get_info(2, 0x7fc68dca5988) = 0 +43938902390421:43938902391174 26086:26086 hsa_system_get_info(2, 0x7fc68dca5990) = 0 +43938902392093:43938902392874 26086:26086 hsa_system_get_info(2, 0x7fc68dca5998) = 0 +43938902393783:43938902394534 26086:26086 hsa_system_get_info(2, 0x7fc68dca59a0) = 0 +43938902395447:43938902396199 26086:26086 hsa_system_get_info(2, 0x7fc68dca59a8) = 0 +43938902397112:43938902397866 26086:26086 hsa_system_get_info(2, 0x7fc68dca59b0) = 0 +43938902398782:43938902399535 26086:26086 hsa_system_get_info(2, 0x7fc68dca59b8) = 0 +43938902400449:43938902401206 26086:26086 hsa_system_get_info(2, 0x7fc68dca59c0) = 0 +43938902402120:43938902402869 26086:26086 hsa_system_get_info(2, 0x7fc68dca59c8) = 0 +43938902403780:43938902404534 26086:26086 hsa_system_get_info(2, 0x7fc68dca59d0) = 0 +43938902405446:43938902406200 26086:26086 hsa_system_get_info(2, 0x7fc68dca59d8) = 0 +43938902407107:43938902407870 26086:26086 hsa_system_get_info(2, 0x7fc68dca59e0) = 0 +43938902408787:43938902409548 26086:26086 hsa_system_get_info(2, 0x7fc68dca59e8) = 0 +43938902410479:43938902411230 26086:26086 hsa_system_get_info(2, 0x7fc68dca59f0) = 0 +43938902412164:43938902412920 26086:26086 hsa_system_get_info(2, 0x7fc68dca59f8) = 0 +43938902413831:43938902414590 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a00) = 0 +43938902415527:43938902416284 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a08) = 0 +43938902417214:43938902417974 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a10) = 0 +43938902419712:43938902420473 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a18) = 0 +43938902421391:43938902422150 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a20) = 0 +43938902423063:43938902423820 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a28) = 0 +43938902424739:43938902425496 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a30) = 0 +43938902426411:43938902427171 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a38) = 0 +43938902428082:43938902428838 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a40) = 0 +43938902429755:43938902430513 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a48) = 0 +43938902431424:43938902432178 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a50) = 0 +43938902433091:43938902433840 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a58) = 0 +43938902434756:43938902435512 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a60) = 0 +43938902436424:43938902437179 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a68) = 0 +43938902438098:43938902438860 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a70) = 0 +43938902439770:43938902440527 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a78) = 0 +43938902441459:43938902442216 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a80) = 0 +43938902443126:43938902443881 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a88) = 0 +43938902444795:43938902445550 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a90) = 0 +43938902446461:43938902447208 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a98) = 0 +43938902448124:43938902448881 26086:26086 hsa_system_get_info(2, 0x7fc68dca5aa0) = 0 +43938902449796:43938902450553 26086:26086 hsa_system_get_info(2, 0x7fc68dca5aa8) = 0 +43938902451485:43938902452236 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ab0) = 0 +43938902453152:43938902453903 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ab8) = 0 +43938902454816:43938902455572 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ac0) = 0 +43938902456484:43938902457240 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ac8) = 0 +43938902458157:43938902458916 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ad0) = 0 +43938902459835:43938902460586 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ad8) = 0 +43938902461508:43938902462263 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ae0) = 0 +43938902463180:43938902463937 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ae8) = 0 +43938902464853:43938902465605 26086:26086 hsa_system_get_info(2, 0x7fc68dca5af0) = 0 +43938902466524:43938902467286 26086:26086 hsa_system_get_info(2, 0x7fc68dca5af8) = 0 +43938902469804:43938902470569 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b00) = 0 +43938902471507:43938902472263 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b08) = 0 +43938902473186:43938902473935 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b10) = 0 +43938902474850:43938902475605 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b18) = 0 +43938902476517:43938902477276 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b20) = 0 +43938902478185:43938902478943 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b28) = 0 +43938902479859:43938902480606 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b30) = 0 +43938902481520:43938902482272 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b38) = 0 +43938902483188:43938902483940 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b40) = 0 +43938902484856:43938902485611 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b48) = 0 +43938902486525:43938902487283 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b50) = 0 +43938902488195:43938902488948 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b58) = 0 +43938902489866:43938902490623 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b60) = 0 +43938902491536:43938902492280 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b68) = 0 +43938902493196:43938902493971 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b70) = 0 +43938902494880:43938902495633 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b78) = 0 +43938902496549:43938902497306 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b80) = 0 +43938902498220:43938902498973 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b88) = 0 +43938902499885:43938902500643 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b90) = 0 +43938902501558:43938902502315 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b98) = 0 +43938902503231:43938902503981 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ba0) = 0 +43938902504893:43938902505642 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ba8) = 0 +43938902506560:43938902507312 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bb0) = 0 +43938902508236:43938902508990 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bb8) = 0 +43938902509926:43938902510681 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bc0) = 0 +43938902511596:43938902512347 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bc8) = 0 +43938902513259:43938902514012 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bd0) = 0 +43938902514929:43938902515686 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bd8) = 0 +43938902519062:43938902519837 26086:26086 hsa_system_get_info(2, 0x7fc68dca5be0) = 0 +43938902520757:43938902521520 26086:26086 hsa_system_get_info(2, 0x7fc68dca5be8) = 0 +43938902522436:43938902523198 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bf0) = 0 +43938902524113:43938902524869 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bf8) = 0 +43938902525790:43938902526549 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c00) = 0 +43938902527459:43938902528213 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c08) = 0 +43938902529126:43938902529880 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c10) = 0 +43938902530795:43938902531554 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c18) = 0 +43938902532469:43938902533223 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c20) = 0 +43938902534141:43938902534897 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c28) = 0 +43938902535809:43938902536559 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c30) = 0 +43938902537475:43938902538233 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c38) = 0 +43938902539145:43938902539914 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c40) = 0 +43938902540826:43938902541614 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c48) = 0 +43938902542529:43938902543282 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c50) = 0 +43938902544196:43938902544948 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c58) = 0 +43938902545860:43938902546617 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c60) = 0 +43938902547534:43938902548291 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c68) = 0 +43938902549212:43938902549976 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c70) = 0 +43938902550895:43938902551658 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c78) = 0 +43938902552575:43938902553330 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c80) = 0 +43938902554248:43938902555009 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c88) = 0 +43938902555927:43938902556676 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c90) = 0 +43938902557591:43938902558344 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c98) = 0 +43938902559258:43938902560010 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ca0) = 0 +43938902560929:43938902561678 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ca8) = 0 +43938902562595:43938902563347 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cb0) = 0 +43938902564262:43938902565035 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cb8) = 0 +43938902565958:43938902566717 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cc0) = 0 +43938902568506:43938902569266 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cc8) = 0 +43938902570184:43938902570938 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cd0) = 0 +43938902571858:43938902572613 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cd8) = 0 +43938902573533:43938902574286 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ce0) = 0 +43938902575203:43938902575952 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ce8) = 0 +43938902576871:43938902577630 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cf0) = 0 +43938902578543:43938902579296 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cf8) = 0 +43938902580207:43938902580962 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d00) = 0 +43938902581875:43938902582634 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d08) = 0 +43938902583548:43938902584299 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d10) = 0 +43938902585210:43938902585967 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d18) = 0 +43938902586881:43938902587633 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d20) = 0 +43938902588563:43938902589322 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d28) = 0 +43938902590237:43938902590991 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d30) = 0 +43938902591904:43938902592648 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d38) = 0 +43938902593564:43938902594318 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d40) = 0 +43938902595229:43938902595987 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d48) = 0 +43938902596897:43938902597657 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d50) = 0 +43938902598590:43938902599354 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d58) = 0 +43938902600268:43938902601023 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d60) = 0 +43938902601935:43938902602696 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d68) = 0 +43938902603609:43938902604366 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d70) = 0 +43938902605281:43938902606032 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d78) = 0 +43938902606962:43938902607711 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d80) = 0 +43938902608640:43938902609386 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d88) = 0 +43938902610304:43938902611060 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d90) = 0 +43938902611978:43938902612735 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d98) = 0 +43938902613651:43938902614402 26086:26086 hsa_system_get_info(2, 0x7fc68dca5da0) = 0 +43938902616262:43938902617023 26086:26086 hsa_system_get_info(2, 0x7fc68dca5da8) = 0 +43938902617945:43938902618700 26086:26086 hsa_system_get_info(2, 0x7fc68dca5db0) = 0 +43938902619619:43938902620368 26086:26086 hsa_system_get_info(2, 0x7fc68dca5db8) = 0 +43938902621289:43938902622046 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dc0) = 0 +43938902622968:43938902623731 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dc8) = 0 +43938902624661:43938902625413 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dd0) = 0 +43938902626326:43938902627074 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dd8) = 0 +43938902627993:43938902628750 26086:26086 hsa_system_get_info(2, 0x7fc68dca5de0) = 0 +43938902629665:43938902630419 26086:26086 hsa_system_get_info(2, 0x7fc68dca5de8) = 0 +43938902631335:43938902632091 26086:26086 hsa_system_get_info(2, 0x7fc68dca5df0) = 0 +43938902633001:43938902633755 26086:26086 hsa_system_get_info(2, 0x7fc68dca5df8) = 0 +43938902634671:43938902635425 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e00) = 0 +43938902636344:43938902637106 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e08) = 0 +43938902638023:43938902638773 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e10) = 0 +43938902639685:43938902640435 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e18) = 0 +43938902641348:43938902642102 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e20) = 0 +43938902643015:43938902643765 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e28) = 0 +43938902644678:43938902645437 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e30) = 0 +43938902646365:43938902647117 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e38) = 0 +43938902648032:43938902648792 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e40) = 0 +43938902649712:43938902650466 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e48) = 0 +43938902651384:43938902652143 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e50) = 0 +43938902653062:43938902653819 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e58) = 0 +43938902654748:43938902655503 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e60) = 0 +43938902656415:43938902657171 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e68) = 0 +43938902658092:43938902658846 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e70) = 0 +43938902659761:43938902660512 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e78) = 0 +43938902661423:43938902662173 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e80) = 0 +43938902663924:43938902664680 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e88) = 0 +43938902665593:43938902666347 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e90) = 0 +43938902667256:43938902668015 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e98) = 0 +43938902668930:43938902669684 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ea0) = 0 +43938902670604:43938902671362 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ea8) = 0 +43938902672278:43938902673034 26086:26086 hsa_system_get_info(2, 0x7fc68dca5eb0) = 0 +43938902673949:43938902674702 26086:26086 hsa_system_get_info(2, 0x7fc68dca5eb8) = 0 +43938902675616:43938902676372 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ec0) = 0 +43938902677288:43938902678047 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ec8) = 0 +43938902678962:43938902679720 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ed0) = 0 +43938902680636:43938902681384 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ed8) = 0 +43938902682301:43938902683050 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ee0) = 0 +43938902683995:43938902684745 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ee8) = 0 +43938902685659:43938902686415 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ef0) = 0 +43938902687335:43938902688088 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ef8) = 0 +43938902689002:43938902689759 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f00) = 0 +43938902690698:43938902691457 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f08) = 0 +43938902692372:43938902693125 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f10) = 0 +43938902694043:43938902694796 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f18) = 0 +43938902695711:43938902696463 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f20) = 0 +43938902697377:43938902698129 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f28) = 0 +43938902699046:43938902699797 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f30) = 0 +43938902700709:43938902701455 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f38) = 0 +43938902702369:43938902703121 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f40) = 0 +43938902704050:43938902704808 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f48) = 0 +43938902705727:43938902706480 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f50) = 0 +43938902707395:43938902708153 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f58) = 0 +43938902709070:43938902709825 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f60) = 0 +43938902710739:43938902711491 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f68) = 0 +43938902713246:43938902714001 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f70) = 0 +43938902714915:43938902715664 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f78) = 0 +43938902716578:43938902717334 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f80) = 0 +43938902718279:43938902719031 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f88) = 0 +43938902719946:43938902720705 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f90) = 0 +43938902721621:43938902722371 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f98) = 0 +43938902723289:43938902724045 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fa0) = 0 +43938902724958:43938902725718 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fa8) = 0 +43938902726636:43938902727390 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fb0) = 0 +43938902728307:43938902729055 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fb8) = 0 +43938902729967:43938902730722 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fc0) = 0 +43938902731640:43938902732396 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fc8) = 0 +43938902733310:43938902734069 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fd0) = 0 +43938902734984:43938902735745 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fd8) = 0 +43938902736654:43938902737414 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fe0) = 0 +43938902738331:43938902739082 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fe8) = 0 +43938902739998:43938902740749 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ff0) = 0 +43938902741672:43938902742428 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ff8) = 0 +43938902743339:43938902744097 26086:26086 hsa_system_get_info(2, 0x7fc68dca6000) = 0 +43938902745011:43938902745768 26086:26086 hsa_system_get_info(2, 0x7fc68dca6008) = 0 +43938902746683:43938902747446 26086:26086 hsa_system_get_info(2, 0x7fc68dca6010) = 0 +43938902748356:43938902749113 26086:26086 hsa_system_get_info(2, 0x7fc68dca6018) = 0 +43938902750026:43938902750782 26086:26086 hsa_system_get_info(2, 0x7fc68dca6020) = 0 +43938902751698:43938902752456 26086:26086 hsa_system_get_info(2, 0x7fc68dca6028) = 0 +43938902753371:43938902754127 26086:26086 hsa_system_get_info(2, 0x7fc68dca6030) = 0 +43938902755048:43938902755807 26086:26086 hsa_system_get_info(2, 0x7fc68dca6038) = 0 +43938902756723:43938902757482 26086:26086 hsa_system_get_info(2, 0x7fc68dca6040) = 0 +43938902758392:43938902759149 26086:26086 hsa_system_get_info(2, 0x7fc68dca6048) = 0 +43938902760891:43938902761646 26086:26086 hsa_system_get_info(2, 0x7fc68dca6050) = 0 +43938902762563:43938902763313 26086:26086 hsa_system_get_info(2, 0x7fc68dca6058) = 0 +43938902764228:43938902764983 26086:26086 hsa_system_get_info(2, 0x7fc68dca6060) = 0 +43938902765900:43938902766652 26086:26086 hsa_system_get_info(2, 0x7fc68dca6068) = 0 +43938902767567:43938902768317 26086:26086 hsa_system_get_info(2, 0x7fc68dca6070) = 0 +43938902769231:43938902769983 26086:26086 hsa_system_get_info(2, 0x7fc68dca6078) = 0 +43938902770902:43938902771655 26086:26086 hsa_system_get_info(2, 0x7fc68dca6080) = 0 +43938902772572:43938902773330 26086:26086 hsa_system_get_info(2, 0x7fc68dca6088) = 0 +43938902774239:43938902774998 26086:26086 hsa_system_get_info(2, 0x7fc68dca6090) = 0 +43938902775915:43938902776678 26086:26086 hsa_system_get_info(2, 0x7fc68dca6098) = 0 +43938902777600:43938902778359 26086:26086 hsa_system_get_info(2, 0x7fc68dca60a0) = 0 +43938902779274:43938902780037 26086:26086 hsa_system_get_info(2, 0x7fc68dca60a8) = 0 +43938902780953:43938902781711 26086:26086 hsa_system_get_info(2, 0x7fc68dca60b0) = 0 +43938902782643:43938902783401 26086:26086 hsa_system_get_info(2, 0x7fc68dca60b8) = 0 +43938902784313:43938902785066 26086:26086 hsa_system_get_info(2, 0x7fc68dca60c0) = 0 +43938902785981:43938902786738 26086:26086 hsa_system_get_info(2, 0x7fc68dca60c8) = 0 +43938902787654:43938902788410 26086:26086 hsa_system_get_info(2, 0x7fc68dca60d0) = 0 +43938902789320:43938902790076 26086:26086 hsa_system_get_info(2, 0x7fc68dca60d8) = 0 +43938902791008:43938902791766 26086:26086 hsa_system_get_info(2, 0x7fc68dca60e0) = 0 +43938902792680:43938902793434 26086:26086 hsa_system_get_info(2, 0x7fc68dca60e8) = 0 +43938902794351:43938902795101 26086:26086 hsa_system_get_info(2, 0x7fc68dca60f0) = 0 +43938902796008:43938902796764 26086:26086 hsa_system_get_info(2, 0x7fc68dca60f8) = 0 +43938902797675:43938902798431 26086:26086 hsa_system_get_info(2, 0x7fc68dca6100) = 0 +43938902799342:43938902800091 26086:26086 hsa_system_get_info(2, 0x7fc68dca6108) = 0 +43938902801008:43938902801767 26086:26086 hsa_system_get_info(2, 0x7fc68dca6110) = 0 +43938902802685:43938902803442 26086:26086 hsa_system_get_info(2, 0x7fc68dca6118) = 0 +43938902804356:43938902805122 26086:26086 hsa_system_get_info(2, 0x7fc68dca6120) = 0 +43938902806038:43938902806794 26086:26086 hsa_system_get_info(2, 0x7fc68dca6128) = 0 +43938902807710:43938902808466 26086:26086 hsa_system_get_info(2, 0x7fc68dca6130) = 0 +43938902810232:43938902810988 26086:26086 hsa_system_get_info(2, 0x7fc68dca6138) = 0 +43938902811896:43938902812649 26086:26086 hsa_system_get_info(2, 0x7fc68dca6140) = 0 +43938902813572:43938902814333 26086:26086 hsa_system_get_info(2, 0x7fc68dca6148) = 0 +43938902815250:43938902816001 26086:26086 hsa_system_get_info(2, 0x7fc68dca6150) = 0 +43938902816917:43938902817673 26086:26086 hsa_system_get_info(2, 0x7fc68dca6158) = 0 +43938902818586:43938902819344 26086:26086 hsa_system_get_info(2, 0x7fc68dca6160) = 0 +43938902820260:43938902821007 26086:26086 hsa_system_get_info(2, 0x7fc68dca6168) = 0 +43938902821917:43938902822661 26086:26086 hsa_system_get_info(2, 0x7fc68dca6170) = 0 +43938902823573:43938902824328 26086:26086 hsa_system_get_info(2, 0x7fc68dca6178) = 0 +43938902825242:43938902825997 26086:26086 hsa_system_get_info(2, 0x7fc68dca6180) = 0 +43938902826908:43938902827664 26086:26086 hsa_system_get_info(2, 0x7fc68dca6188) = 0 +43938902828577:43938902829333 26086:26086 hsa_system_get_info(2, 0x7fc68dca6190) = 0 +43938902830250:43938902830995 26086:26086 hsa_system_get_info(2, 0x7fc68dca6198) = 0 +43938902831927:43938902832681 26086:26086 hsa_system_get_info(2, 0x7fc68dca61a0) = 0 +43938902833593:43938902834349 26086:26086 hsa_system_get_info(2, 0x7fc68dca61a8) = 0 +43938902835261:43938902836014 26086:26086 hsa_system_get_info(2, 0x7fc68dca61b0) = 0 +43938902836934:43938902837685 26086:26086 hsa_system_get_info(2, 0x7fc68dca61b8) = 0 +43938902838597:43938902839348 26086:26086 hsa_system_get_info(2, 0x7fc68dca61c0) = 0 +43938902840265:43938902841016 26086:26086 hsa_system_get_info(2, 0x7fc68dca61c8) = 0 +43938902841928:43938902842677 26086:26086 hsa_system_get_info(2, 0x7fc68dca61d0) = 0 +43938902843592:43938902844349 26086:26086 hsa_system_get_info(2, 0x7fc68dca61d8) = 0 +43938902845264:43938902846019 26086:26086 hsa_system_get_info(2, 0x7fc68dca61e0) = 0 +43938902846937:43938902847696 26086:26086 hsa_system_get_info(2, 0x7fc68dca61e8) = 0 +43938902848624:43938902849379 26086:26086 hsa_system_get_info(2, 0x7fc68dca61f0) = 0 +43938902850330:43938902851081 26086:26086 hsa_system_get_info(2, 0x7fc68dca61f8) = 0 +43938902852013:43938902852765 26086:26086 hsa_system_get_info(2, 0x7fc68dca6200) = 0 +43938902853677:43938902854424 26086:26086 hsa_system_get_info(2, 0x7fc68dca6208) = 0 +43938902855337:43938902856083 26086:26086 hsa_system_get_info(2, 0x7fc68dca6210) = 0 +43938902857843:43938902858599 26086:26086 hsa_system_get_info(2, 0x7fc68dca6218) = 0 +43938902859516:43938902860270 26086:26086 hsa_system_get_info(2, 0x7fc68dca6220) = 0 +43938902861183:43938902861924 26086:26086 hsa_system_get_info(2, 0x7fc68dca6228) = 0 +43938902862835:43938902863589 26086:26086 hsa_system_get_info(2, 0x7fc68dca6230) = 0 +43938902864508:43938902865252 26086:26086 hsa_system_get_info(2, 0x7fc68dca6238) = 0 +43938902866167:43938902866923 26086:26086 hsa_system_get_info(2, 0x7fc68dca6240) = 0 +43938902867843:43938902868595 26086:26086 hsa_system_get_info(2, 0x7fc68dca6248) = 0 +43938902869510:43938902870269 26086:26086 hsa_system_get_info(2, 0x7fc68dca6250) = 0 +43938902871186:43938902871947 26086:26086 hsa_system_get_info(2, 0x7fc68dca6258) = 0 +43938902872859:43938902873616 26086:26086 hsa_system_get_info(2, 0x7fc68dca6260) = 0 +43938902874531:43938902875288 26086:26086 hsa_system_get_info(2, 0x7fc68dca6268) = 0 +43938902876202:43938902876958 26086:26086 hsa_system_get_info(2, 0x7fc68dca6270) = 0 +43938902877869:43938902878618 26086:26086 hsa_system_get_info(2, 0x7fc68dca6278) = 0 +43938902879547:43938902880297 26086:26086 hsa_system_get_info(2, 0x7fc68dca6280) = 0 +43938902881210:43938902881963 26086:26086 hsa_system_get_info(2, 0x7fc68dca6288) = 0 +43938902882875:43938902883623 26086:26086 hsa_system_get_info(2, 0x7fc68dca6290) = 0 +43938902884541:43938902885293 26086:26086 hsa_system_get_info(2, 0x7fc68dca6298) = 0 +43938902886207:43938902886963 26086:26086 hsa_system_get_info(2, 0x7fc68dca62a0) = 0 +43938902887873:43938902888624 26086:26086 hsa_system_get_info(2, 0x7fc68dca62a8) = 0 +43938902889540:43938902890293 26086:26086 hsa_system_get_info(2, 0x7fc68dca62b0) = 0 +43938902891205:43938902891962 26086:26086 hsa_system_get_info(2, 0x7fc68dca62b8) = 0 +43938902892895:43938902893650 26086:26086 hsa_system_get_info(2, 0x7fc68dca62c0) = 0 +43938902894565:43938902895323 26086:26086 hsa_system_get_info(2, 0x7fc68dca62c8) = 0 +43938902896241:43938902897004 26086:26086 hsa_system_get_info(2, 0x7fc68dca62d0) = 0 +43938902897920:43938902898669 26086:26086 hsa_system_get_info(2, 0x7fc68dca62d8) = 0 +43938902899591:43938902900343 26086:26086 hsa_system_get_info(2, 0x7fc68dca62e0) = 0 +43938902901258:43938902902006 26086:26086 hsa_system_get_info(2, 0x7fc68dca62e8) = 0 +43938902902921:43938902903670 26086:26086 hsa_system_get_info(2, 0x7fc68dca62f0) = 0 +43938902904582:43938902905335 26086:26086 hsa_system_get_info(2, 0x7fc68dca62f8) = 0 +43938902907062:43938902907822 26086:26086 hsa_system_get_info(2, 0x7fc68dca6300) = 0 +43938902908742:43938902909502 26086:26086 hsa_system_get_info(2, 0x7fc68dca6308) = 0 +43938902910416:43938902911167 26086:26086 hsa_system_get_info(2, 0x7fc68dca6310) = 0 +43938902912077:43938902912836 26086:26086 hsa_system_get_info(2, 0x7fc68dca6318) = 0 +43938902913754:43938902914512 26086:26086 hsa_system_get_info(2, 0x7fc68dca6320) = 0 +43938902915423:43938902916176 26086:26086 hsa_system_get_info(2, 0x7fc68dca6328) = 0 +43938902917090:43938902917842 26086:26086 hsa_system_get_info(2, 0x7fc68dca6330) = 0 +43938902918754:43938902919507 26086:26086 hsa_system_get_info(2, 0x7fc68dca6338) = 0 +43938902920422:43938902921178 26086:26086 hsa_system_get_info(2, 0x7fc68dca6340) = 0 +43938902922092:43938902922838 26086:26086 hsa_system_get_info(2, 0x7fc68dca6348) = 0 +43938902923753:43938902924509 26086:26086 hsa_system_get_info(2, 0x7fc68dca6350) = 0 +43938902925427:43938902926191 26086:26086 hsa_system_get_info(2, 0x7fc68dca6358) = 0 +43938902927111:43938902927872 26086:26086 hsa_system_get_info(2, 0x7fc68dca6360) = 0 +43938902928802:43938902929560 26086:26086 hsa_system_get_info(2, 0x7fc68dca6368) = 0 +43938902930481:43938902931236 26086:26086 hsa_system_get_info(2, 0x7fc68dca6370) = 0 +43938902932152:43938902932909 26086:26086 hsa_system_get_info(2, 0x7fc68dca6378) = 0 +43938902933825:43938902934572 26086:26086 hsa_system_get_info(2, 0x7fc68dca6380) = 0 +43938902935486:43938902936241 26086:26086 hsa_system_get_info(2, 0x7fc68dca6388) = 0 +43938902937157:43938902937911 26086:26086 hsa_system_get_info(2, 0x7fc68dca6390) = 0 +43938902938825:43938902939577 26086:26086 hsa_system_get_info(2, 0x7fc68dca6398) = 0 +43938902940491:43938902941257 26086:26086 hsa_system_get_info(2, 0x7fc68dca63a0) = 0 +43938902942173:43938902942936 26086:26086 hsa_system_get_info(2, 0x7fc68dca63a8) = 0 +43938902943852:43938902944617 26086:26086 hsa_system_get_info(2, 0x7fc68dca63b0) = 0 +43938902945552:43938902946311 26086:26086 hsa_system_get_info(2, 0x7fc68dca63b8) = 0 +43938902947248:43938902948009 26086:26086 hsa_system_get_info(2, 0x7fc68dca63c0) = 0 +43938902948939:43938902949701 26086:26086 hsa_system_get_info(2, 0x7fc68dca63c8) = 0 +43938902950615:43938902951366 26086:26086 hsa_system_get_info(2, 0x7fc68dca63d0) = 0 +43938902952281:43938902953035 26086:26086 hsa_system_get_info(2, 0x7fc68dca63d8) = 0 +43938902954805:43938902955553 26086:26086 hsa_system_get_info(2, 0x7fc68dca63e0) = 0 +43938902956465:43938902957220 26086:26086 hsa_system_get_info(2, 0x7fc68dca63e8) = 0 +43938902958134:43938902958885 26086:26086 hsa_system_get_info(2, 0x7fc68dca63f0) = 0 +43938902959805:43938902960567 26086:26086 hsa_system_get_info(2, 0x7fc68dca63f8) = 0 +43938902961484:43938902962239 26086:26086 hsa_system_get_info(2, 0x7fc68dca6400) = 0 +43938902963151:43938902963906 26086:26086 hsa_system_get_info(2, 0x7fc68dca6408) = 0 +43938902964821:43938902965573 26086:26086 hsa_system_get_info(2, 0x7fc68dca6410) = 0 +43938902966486:43938902967243 26086:26086 hsa_system_get_info(2, 0x7fc68dca6418) = 0 +43938902968158:43938902968912 26086:26086 hsa_system_get_info(2, 0x7fc68dca6420) = 0 +43938902969828:43938902970577 26086:26086 hsa_system_get_info(2, 0x7fc68dca6428) = 0 +43938902971492:43938902972247 26086:26086 hsa_system_get_info(2, 0x7fc68dca6430) = 0 +43938902973164:43938902973917 26086:26086 hsa_system_get_info(2, 0x7fc68dca6438) = 0 +43938902974831:43938902975584 26086:26086 hsa_system_get_info(2, 0x7fc68dca6440) = 0 +43938902976503:43938902977279 26086:26086 hsa_system_get_info(2, 0x7fc68dca6448) = 0 +43938902978192:43938902978947 26086:26086 hsa_system_get_info(2, 0x7fc68dca6450) = 0 +43938902979864:43938902980614 26086:26086 hsa_system_get_info(2, 0x7fc68dca6458) = 0 +43938902981533:43938902982290 26086:26086 hsa_system_get_info(2, 0x7fc68dca6460) = 0 +43938902983207:43938902983961 26086:26086 hsa_system_get_info(2, 0x7fc68dca6468) = 0 +43938902984876:43938902985629 26086:26086 hsa_system_get_info(2, 0x7fc68dca6470) = 0 +43938902986545:43938902987301 26086:26086 hsa_system_get_info(2, 0x7fc68dca6478) = 0 +43938902988216:43938902988972 26086:26086 hsa_system_get_info(2, 0x7fc68dca6480) = 0 +43938902989891:43938902990643 26086:26086 hsa_system_get_info(2, 0x7fc68dca6488) = 0 +43938902991557:43938902992312 26086:26086 hsa_system_get_info(2, 0x7fc68dca6490) = 0 +43938902993226:43938902993986 26086:26086 hsa_system_get_info(2, 0x7fc68dca6498) = 0 +43938902994900:43938902995655 26086:26086 hsa_system_get_info(2, 0x7fc68dca64a0) = 0 +43938902996569:43938902997322 26086:26086 hsa_system_get_info(2, 0x7fc68dca64a8) = 0 +43938902998236:43938902998991 26086:26086 hsa_system_get_info(2, 0x7fc68dca64b0) = 0 +43938902999922:43938903000676 26086:26086 hsa_system_get_info(2, 0x7fc68dca64b8) = 0 +43938903001591:43938903002347 26086:26086 hsa_system_get_info(2, 0x7fc68dca64c0) = 0 +43938903004091:43938903004845 26086:26086 hsa_system_get_info(2, 0x7fc68dca64c8) = 0 +43938903005761:43938903006511 26086:26086 hsa_system_get_info(2, 0x7fc68dca64d0) = 0 +43938903007425:43938903008182 26086:26086 hsa_system_get_info(2, 0x7fc68dca64d8) = 0 +43938903009095:43938903009851 26086:26086 hsa_system_get_info(2, 0x7fc68dca64e0) = 0 +43938903010767:43938903011526 26086:26086 hsa_system_get_info(2, 0x7fc68dca64e8) = 0 +43938903012441:43938903013203 26086:26086 hsa_system_get_info(2, 0x7fc68dca64f0) = 0 +43938903014115:43938903014870 26086:26086 hsa_system_get_info(2, 0x7fc68dca64f8) = 0 +43938903015786:43938903016536 26086:26086 hsa_system_get_info(2, 0x7fc68dca6500) = 0 +43938903017450:43938903018201 26086:26086 hsa_system_get_info(2, 0x7fc68dca6508) = 0 +43938903019112:43938903019868 26086:26086 hsa_system_get_info(2, 0x7fc68dca6510) = 0 +43938903020778:43938903021541 26086:26086 hsa_system_get_info(2, 0x7fc68dca6518) = 0 +43938903022456:43938903023212 26086:26086 hsa_system_get_info(2, 0x7fc68dca6520) = 0 +43938903024138:43938903024893 26086:26086 hsa_system_get_info(2, 0x7fc68dca6528) = 0 +43938903025801:43938903026554 26086:26086 hsa_system_get_info(2, 0x7fc68dca6530) = 0 +43938903027465:43938903028221 26086:26086 hsa_system_get_info(2, 0x7fc68dca6538) = 0 +43938903029130:43938903029881 26086:26086 hsa_system_get_info(2, 0x7fc68dca6540) = 0 +43938903030798:43938903031546 26086:26086 hsa_system_get_info(2, 0x7fc68dca6548) = 0 +43938903032462:43938903033220 26086:26086 hsa_system_get_info(2, 0x7fc68dca6550) = 0 +43938903034138:43938903034892 26086:26086 hsa_system_get_info(2, 0x7fc68dca6558) = 0 +43938903035807:43938903036561 26086:26086 hsa_system_get_info(2, 0x7fc68dca6560) = 0 +43938903037478:43938903038227 26086:26086 hsa_system_get_info(2, 0x7fc68dca6568) = 0 +43938903039140:43938903039896 26086:26086 hsa_system_get_info(2, 0x7fc68dca6570) = 0 +43938903040813:43938903041569 26086:26086 hsa_system_get_info(2, 0x7fc68dca6578) = 0 +43938903042489:43938903043241 26086:26086 hsa_system_get_info(2, 0x7fc68dca6580) = 0 +43938903044170:43938903044922 26086:26086 hsa_system_get_info(2, 0x7fc68dca6588) = 0 +43938903045863:43938903046614 26086:26086 hsa_system_get_info(2, 0x7fc68dca6590) = 0 +43938903047535:43938903048292 26086:26086 hsa_system_get_info(2, 0x7fc68dca6598) = 0 +43938903049208:43938903049971 26086:26086 hsa_system_get_info(2, 0x7fc68dca65a0) = 0 +43938903051731:43938903052479 26086:26086 hsa_system_get_info(2, 0x7fc68dca65a8) = 0 +43938903053393:43938903054147 26086:26086 hsa_system_get_info(2, 0x7fc68dca65b0) = 0 +43938903055060:43938903055821 26086:26086 hsa_system_get_info(2, 0x7fc68dca65b8) = 0 +43938903056736:43938903057495 26086:26086 hsa_system_get_info(2, 0x7fc68dca65c0) = 0 +43938903058406:43938903059166 26086:26086 hsa_system_get_info(2, 0x7fc68dca65c8) = 0 +43938903060081:43938903060838 26086:26086 hsa_system_get_info(2, 0x7fc68dca65d0) = 0 +43938903061753:43938903062514 26086:26086 hsa_system_get_info(2, 0x7fc68dca65d8) = 0 +43938903063430:43938903064186 26086:26086 hsa_system_get_info(2, 0x7fc68dca65e0) = 0 +43938903065103:43938903065864 26086:26086 hsa_system_get_info(2, 0x7fc68dca65e8) = 0 +43938903066778:43938903067535 26086:26086 hsa_system_get_info(2, 0x7fc68dca65f0) = 0 +43938903068444:43938903069199 26086:26086 hsa_system_get_info(2, 0x7fc68dca65f8) = 0 +43938903070116:43938903070876 26086:26086 hsa_system_get_info(2, 0x7fc68dca6600) = 0 +43938903071793:43938903072552 26086:26086 hsa_system_get_info(2, 0x7fc68dca6608) = 0 +43938903073464:43938903074238 26086:26086 hsa_system_get_info(2, 0x7fc68dca6610) = 0 +43938903075152:43938903075906 26086:26086 hsa_system_get_info(2, 0x7fc68dca6618) = 0 +43938903076812:43938903077568 26086:26086 hsa_system_get_info(2, 0x7fc68dca6620) = 0 +43938903078483:43938903079237 26086:26086 hsa_system_get_info(2, 0x7fc68dca6628) = 0 +43938903080151:43938903080909 26086:26086 hsa_system_get_info(2, 0x7fc68dca6630) = 0 +43938903081818:43938903082575 26086:26086 hsa_system_get_info(2, 0x7fc68dca6638) = 0 +43938903083492:43938903084250 26086:26086 hsa_system_get_info(2, 0x7fc68dca6640) = 0 +43938903085165:43938903085927 26086:26086 hsa_system_get_info(2, 0x7fc68dca6648) = 0 +43938903086841:43938903087596 26086:26086 hsa_system_get_info(2, 0x7fc68dca6650) = 0 +43938903088509:43938903089254 26086:26086 hsa_system_get_info(2, 0x7fc68dca6658) = 0 +43938903090168:43938903090918 26086:26086 hsa_system_get_info(2, 0x7fc68dca6660) = 0 +43938903091847:43938903092603 26086:26086 hsa_system_get_info(2, 0x7fc68dca6668) = 0 +43938903093520:43938903094275 26086:26086 hsa_system_get_info(2, 0x7fc68dca6670) = 0 +43938903095187:43938903095936 26086:26086 hsa_system_get_info(2, 0x7fc68dca6678) = 0 +43938903096849:43938903097603 26086:26086 hsa_system_get_info(2, 0x7fc68dca6680) = 0 +43938903099341:43938903100096 26086:26086 hsa_system_get_info(2, 0x7fc68dca6688) = 0 +43938903101009:43938903101766 26086:26086 hsa_system_get_info(2, 0x7fc68dca6690) = 0 +43938903102681:43938903103437 26086:26086 hsa_system_get_info(2, 0x7fc68dca6698) = 0 +43938903104346:43938903105102 26086:26086 hsa_system_get_info(2, 0x7fc68dca66a0) = 0 +43938903106017:43938903106770 26086:26086 hsa_system_get_info(2, 0x7fc68dca66a8) = 0 +43938903107683:43938903108433 26086:26086 hsa_system_get_info(2, 0x7fc68dca66b0) = 0 +43938903109347:43938903110101 26086:26086 hsa_system_get_info(2, 0x7fc68dca66b8) = 0 +43938903111018:43938903111772 26086:26086 hsa_system_get_info(2, 0x7fc68dca66c0) = 0 +43938903112687:43938903113447 26086:26086 hsa_system_get_info(2, 0x7fc68dca66c8) = 0 +43938903114362:43938903115116 26086:26086 hsa_system_get_info(2, 0x7fc68dca66d0) = 0 +43938903116031:43938903116796 26086:26086 hsa_system_get_info(2, 0x7fc68dca66d8) = 0 +43938903117713:43938903118468 26086:26086 hsa_system_get_info(2, 0x7fc68dca66e0) = 0 +43938903119381:43938903120151 26086:26086 hsa_system_get_info(2, 0x7fc68dca66e8) = 0 +43938903121067:43938903121825 26086:26086 hsa_system_get_info(2, 0x7fc68dca66f0) = 0 +43938903122738:43938903123491 26086:26086 hsa_system_get_info(2, 0x7fc68dca66f8) = 0 +43938903124396:43938903125150 26086:26086 hsa_system_get_info(2, 0x7fc68dca6700) = 0 +43938903126066:43938903126825 26086:26086 hsa_system_get_info(2, 0x7fc68dca6708) = 0 +43938903127743:43938903128499 26086:26086 hsa_system_get_info(2, 0x7fc68dca6710) = 0 +43938903129413:43938903130158 26086:26086 hsa_system_get_info(2, 0x7fc68dca6718) = 0 +43938903131072:43938903131826 26086:26086 hsa_system_get_info(2, 0x7fc68dca6720) = 0 +43938903132742:43938903133501 26086:26086 hsa_system_get_info(2, 0x7fc68dca6728) = 0 +43938903134415:43938903135163 26086:26086 hsa_system_get_info(2, 0x7fc68dca6730) = 0 +43938903136348:43938903137328 26086:26086 hsa_system_get_info(2, 0x7fc68dca6738) = 0 +43938903138479:43938903139482 26086:26086 hsa_system_get_info(2, 0x7fc68dca6740) = 0 +43938903140667:43938903141650 26086:26086 hsa_system_get_info(2, 0x7fc68dca6748) = 0 +43938903142879:43938903143885 26086:26086 hsa_system_get_info(2, 0x7fc68dca6750) = 0 +43938903145107:43938903146121 26086:26086 hsa_system_get_info(2, 0x7fc68dca6758) = 0 +43938903147317:43938903148316 26086:26086 hsa_system_get_info(2, 0x7fc68dca6760) = 0 +43938903149534:43938903150576 26086:26086 hsa_system_get_info(2, 0x7fc68dca6768) = 0 +43938903154484:43938903155607 26086:26086 hsa_system_get_info(2, 0x7fc68dca6770) = 0 +43938903156918:43938903157930 26086:26086 hsa_system_get_info(2, 0x7fc68dca6778) = 0 +43938903159070:43938903160062 26086:26086 hsa_system_get_info(2, 0x7fc68dca6780) = 0 +43938903161259:43938903162279 26086:26086 hsa_system_get_info(2, 0x7fc68dca6788) = 0 +43938903163455:43938903164560 26086:26086 hsa_system_get_info(2, 0x7fc68dca6790) = 0 +43938903165542:43938903166297 26086:26086 hsa_system_get_info(2, 0x7fc68dca6798) = 0 +43938903167204:43938903167953 26086:26086 hsa_system_get_info(2, 0x7fc68dca67a0) = 0 +43938903168861:43938903169614 26086:26086 hsa_system_get_info(2, 0x7fc68dca67a8) = 0 +43938903170526:43938903171285 26086:26086 hsa_system_get_info(2, 0x7fc68dca67b0) = 0 +43938903172195:43938903172945 26086:26086 hsa_system_get_info(2, 0x7fc68dca67b8) = 0 +43938903173854:43938903174606 26086:26086 hsa_system_get_info(2, 0x7fc68dca67c0) = 0 +43938903175519:43938903176264 26086:26086 hsa_system_get_info(2, 0x7fc68dca67c8) = 0 +43938903177175:43938903177925 26086:26086 hsa_system_get_info(2, 0x7fc68dca67d0) = 0 +43938903178833:43938903179585 26086:26086 hsa_system_get_info(2, 0x7fc68dca67d8) = 0 +43938903180492:43938903181243 26086:26086 hsa_system_get_info(2, 0x7fc68dca67e0) = 0 +43938903182156:43938903182912 26086:26086 hsa_system_get_info(2, 0x7fc68dca67e8) = 0 +43938903183820:43938903184573 26086:26086 hsa_system_get_info(2, 0x7fc68dca67f0) = 0 +43938903185486:43938903186232 26086:26086 hsa_system_get_info(2, 0x7fc68dca67f8) = 0 +43938903187143:43938903187898 26086:26086 hsa_system_get_info(2, 0x7fc68dca6800) = 0 +43938903188808:43938903189561 26086:26086 hsa_system_get_info(2, 0x7fc68dca6808) = 0 +43938903190486:43938903191248 26086:26086 hsa_system_get_info(2, 0x7fc68dca6810) = 0 +43938903192150:43938903192906 26086:26086 hsa_system_get_info(2, 0x7fc68dca6818) = 0 +43938903193815:43938903194562 26086:26086 hsa_system_get_info(2, 0x7fc68dca6820) = 0 +43938903195472:43938903196228 26086:26086 hsa_system_get_info(2, 0x7fc68dca6828) = 0 +43938903197204:43938903198190 26086:26086 hsa_system_get_info(2, 0x7fc68dca6830) = 0 +43938903199294:43938903200333 26086:26086 hsa_system_get_info(2, 0x7fc68dca6838) = 0 +43938903201415:43938903202460 26086:26086 hsa_system_get_info(2, 0x7fc68dca6840) = 0 +43938903203678:43938903204681 26086:26086 hsa_system_get_info(2, 0x7fc68dca6848) = 0 +43938903206689:43938903207450 26086:26086 hsa_system_get_info(2, 0x7fc68dca6850) = 0 +43938903208367:43938903209130 26086:26086 hsa_system_get_info(2, 0x7fc68dca6858) = 0 +43938903210042:43938903210802 26086:26086 hsa_system_get_info(2, 0x7fc68dca6860) = 0 +43938903211713:43938903212465 26086:26086 hsa_system_get_info(2, 0x7fc68dca6868) = 0 +43938903213393:43938903214143 26086:26086 hsa_system_get_info(2, 0x7fc68dca6870) = 0 +43938903215050:43938903215802 26086:26086 hsa_system_get_info(2, 0x7fc68dca6878) = 0 +43938903216713:43938903217464 26086:26086 hsa_system_get_info(2, 0x7fc68dca6880) = 0 +43938903218366:43938903219118 26086:26086 hsa_system_get_info(2, 0x7fc68dca6888) = 0 +43938903220031:43938903220778 26086:26086 hsa_system_get_info(2, 0x7fc68dca6890) = 0 +43938903221685:43938903222441 26086:26086 hsa_system_get_info(2, 0x7fc68dca6898) = 0 +43938903223350:43938903224101 26086:26086 hsa_system_get_info(2, 0x7fc68dca68a0) = 0 +43938903225009:43938903225762 26086:26086 hsa_system_get_info(2, 0x7fc68dca68a8) = 0 +43938903226673:43938903227421 26086:26086 hsa_system_get_info(2, 0x7fc68dca68b0) = 0 +43938903228329:43938903229085 26086:26086 hsa_system_get_info(2, 0x7fc68dca68b8) = 0 +43938903229993:43938903230742 26086:26086 hsa_system_get_info(2, 0x7fc68dca68c0) = 0 +43938903231649:43938903232399 26086:26086 hsa_system_get_info(2, 0x7fc68dca68c8) = 0 +43938903233305:43938903234071 26086:26086 hsa_system_get_info(2, 0x7fc68dca68d0) = 0 +43938903234975:43938903235733 26086:26086 hsa_system_get_info(2, 0x7fc68dca68d8) = 0 +43938903236657:43938903237415 26086:26086 hsa_system_get_info(2, 0x7fc68dca68e0) = 0 +43938903238322:43938903239069 26086:26086 hsa_system_get_info(2, 0x7fc68dca68e8) = 0 +43938903239978:43938903240727 26086:26086 hsa_system_get_info(2, 0x7fc68dca68f0) = 0 +43938903241631:43938903242385 26086:26086 hsa_system_get_info(2, 0x7fc68dca68f8) = 0 +43938903243291:43938903244048 26086:26086 hsa_system_get_info(2, 0x7fc68dca6900) = 0 +43938903244957:43938903245707 26086:26086 hsa_system_get_info(2, 0x7fc68dca6908) = 0 +43938903246619:43938903247371 26086:26086 hsa_system_get_info(2, 0x7fc68dca6910) = 0 +43938903248280:43938903249029 26086:26086 hsa_system_get_info(2, 0x7fc68dca6918) = 0 +43938903249936:43938903250689 26086:26086 hsa_system_get_info(2, 0x7fc68dca6920) = 0 +43938903251591:43938903252345 26086:26086 hsa_system_get_info(2, 0x7fc68dca6928) = 0 +43938903253254:43938903254008 26086:26086 hsa_system_get_info(2, 0x7fc68dca6930) = 0 +43938903255786:43938903256547 26086:26086 hsa_system_get_info(2, 0x7fc68dca6938) = 0 +43938903257454:43938903258212 26086:26086 hsa_system_get_info(2, 0x7fc68dca6940) = 0 +43938903259128:43938903259879 26086:26086 hsa_system_get_info(2, 0x7fc68dca6948) = 0 +43938903260790:43938903261540 26086:26086 hsa_system_get_info(2, 0x7fc68dca6950) = 0 +43938903262448:43938903263203 26086:26086 hsa_system_get_info(2, 0x7fc68dca6958) = 0 +43938903264113:43938903264869 26086:26086 hsa_system_get_info(2, 0x7fc68dca6960) = 0 +43938903265780:43938903266531 26086:26086 hsa_system_get_info(2, 0x7fc68dca6968) = 0 +43938903267440:43938903268191 26086:26086 hsa_system_get_info(2, 0x7fc68dca6970) = 0 +43938903269105:43938903269856 26086:26086 hsa_system_get_info(2, 0x7fc68dca6978) = 0 +43938903270762:43938903271513 26086:26086 hsa_system_get_info(2, 0x7fc68dca6980) = 0 +43938903272420:43938903273169 26086:26086 hsa_system_get_info(2, 0x7fc68dca6988) = 0 +43938903274078:43938903274829 26086:26086 hsa_system_get_info(2, 0x7fc68dca6990) = 0 +43938903275737:43938903276484 26086:26086 hsa_system_get_info(2, 0x7fc68dca6998) = 0 +43938903277394:43938903278142 26086:26086 hsa_system_get_info(2, 0x7fc68dca69a0) = 0 +43938903279064:43938903279822 26086:26086 hsa_system_get_info(2, 0x7fc68dca69a8) = 0 +43938903280725:43938903281477 26086:26086 hsa_system_get_info(2, 0x7fc68dca69b0) = 0 +43938903282390:43938903283133 26086:26086 hsa_system_get_info(2, 0x7fc68dca69b8) = 0 +43938903284048:43938903284805 26086:26086 hsa_system_get_info(2, 0x7fc68dca69c0) = 0 +43938903285719:43938903286471 26086:26086 hsa_system_get_info(2, 0x7fc68dca69c8) = 0 +43938903287376:43938903288124 26086:26086 hsa_system_get_info(2, 0x7fc68dca69d0) = 0 +43938903289034:43938903289788 26086:26086 hsa_system_get_info(2, 0x7fc68dca69d8) = 0 +43938903290694:43938903291444 26086:26086 hsa_system_get_info(2, 0x7fc68dca69e0) = 0 +43938903292353:43938903293099 26086:26086 hsa_system_get_info(2, 0x7fc68dca69e8) = 0 +43938903294033:43938903294789 26086:26086 hsa_system_get_info(2, 0x7fc68dca69f0) = 0 +43938903295725:43938903296475 26086:26086 hsa_system_get_info(2, 0x7fc68dca69f8) = 0 +43938903297379:43938903298131 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a00) = 0 +43938903299045:43938903299796 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a08) = 0 +43938903300705:43938903301451 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a10) = 0 +43938903303186:43938903303946 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a18) = 0 +43938903304857:43938903305606 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a20) = 0 +43938903306515:43938903307262 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a28) = 0 +43938903308170:43938903308925 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a30) = 0 +43938903309825:43938903310574 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a38) = 0 +43938903311484:43938903312239 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a40) = 0 +43938903313145:43938903313898 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a48) = 0 +43938903314810:43938903315571 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a50) = 0 +43938903316480:43938903317229 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a58) = 0 +43938903318143:43938903318894 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a60) = 0 +43938903319805:43938903320547 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a68) = 0 +43938903321457:43938903322208 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a70) = 0 +43938903323122:43938903323872 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a78) = 0 +43938903324782:43938903325536 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a80) = 0 +43938903326457:43938903327212 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a88) = 0 +43938903328117:43938903328869 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a90) = 0 +43938903329779:43938903330538 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a98) = 0 +43938903331448:43938903332194 26086:26086 hsa_system_get_info(2, 0x7fc68dca6aa0) = 0 +43938903333106:43938903333857 26086:26086 hsa_system_get_info(2, 0x7fc68dca6aa8) = 0 +43938903334764:43938903335516 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ab0) = 0 +43938903336428:43938903337184 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ab8) = 0 +43938903338095:43938903338847 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ac0) = 0 +43938903339755:43938903340507 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ac8) = 0 +43938903341417:43938903342173 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ad0) = 0 +43938903343086:43938903343843 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ad8) = 0 +43938903344752:43938903345507 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ae0) = 0 +43938903346419:43938903347172 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ae8) = 0 +43938903348082:43938903348833 26086:26086 hsa_system_get_info(2, 0x7fc68dca6af0) = 0 +43938903349744:43938903350515 26086:26086 hsa_system_get_info(2, 0x7fc68dca6af8) = 0 +43938903352299:43938903353079 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b00) = 0 +43938903353989:43938903354745 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b08) = 0 +43938903355650:43938903356401 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b10) = 0 +43938903357314:43938903358076 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b18) = 0 +43938903359003:43938903359757 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b20) = 0 +43938903360665:43938903361411 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b28) = 0 +43938903362319:43938903363076 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b30) = 0 +43938903363986:43938903364732 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b38) = 0 +43938903365638:43938903366395 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b40) = 0 +43938903367297:43938903368053 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b48) = 0 +43938903368961:43938903369722 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b50) = 0 +43938903370624:43938903371380 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b58) = 0 +43938903372282:43938903373035 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b60) = 0 +43938903373937:43938903374702 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b68) = 0 +43938903375611:43938903376373 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b70) = 0 +43938903377282:43938903378046 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b78) = 0 +43938903378957:43938903379709 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b80) = 0 +43938903380619:43938903381369 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b88) = 0 +43938903382286:43938903383037 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b90) = 0 +43938903383943:43938903384697 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b98) = 0 +43938903385606:43938903386363 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ba0) = 0 +43938903387265:43938903388016 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ba8) = 0 +43938903388946:43938903389699 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bb0) = 0 +43938903390608:43938903391356 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bb8) = 0 +43938903392268:43938903393021 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bc0) = 0 +43938903393945:43938903394701 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bc8) = 0 +43938903395613:43938903396367 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bd0) = 0 +43938903397268:43938903398021 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bd8) = 0 +43938903399790:43938903400550 26086:26086 hsa_system_get_info(2, 0x7fc68dca6be0) = 0 +43938903401458:43938903402208 26086:26086 hsa_system_get_info(2, 0x7fc68dca6be8) = 0 +43938903403112:43938903403860 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bf0) = 0 +43938903404763:43938903405515 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bf8) = 0 +43938903406422:43938903407174 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c00) = 0 +43938903408080:43938903408830 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c08) = 0 +43938903409738:43938903410487 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c10) = 0 +43938903411397:43938903412152 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c18) = 0 +43938903413058:43938903413804 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c20) = 0 +43938903414713:43938903415461 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c28) = 0 +43938903416366:43938903417117 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c30) = 0 +43938903418025:43938903418772 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c38) = 0 +43938903419682:43938903420436 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c40) = 0 +43938903421344:43938903422117 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c48) = 0 +43938903423029:43938903423785 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c50) = 0 +43938903424686:43938903425435 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c58) = 0 +43938903426343:43938903427086 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c60) = 0 +43938903427995:43938903428750 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c68) = 0 +43938903429656:43938903430405 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c70) = 0 +43938903431311:43938903432068 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c78) = 0 +43938903432972:43938903433728 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c80) = 0 +43938903434639:43938903435395 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c88) = 0 +43938903436301:43938903437061 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c90) = 0 +43938903437970:43938903438723 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c98) = 0 +43938903439629:43938903440381 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ca0) = 0 +43938903441290:43938903442039 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ca8) = 0 +43938903442946:43938903443699 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cb0) = 0 +43938903444605:43938903445366 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cb8) = 0 +43938903446297:43938903447045 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cc0) = 0 +43938903448790:43938903449550 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cc8) = 0 +43938903450462:43938903451216 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cd0) = 0 +43938903452126:43938903452885 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cd8) = 0 +43938903453813:43938903454568 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ce0) = 0 +43938903455474:43938903456223 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ce8) = 0 +43938903457133:43938903457885 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cf0) = 0 +43938903458788:43938903459538 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cf8) = 0 +43938903460447:43938903461202 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d00) = 0 +43938903462107:43938903462855 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d08) = 0 +43938903463765:43938903464514 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d10) = 0 +43938903465422:43938903466176 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d18) = 0 +43938903467085:43938903467830 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d20) = 0 +43938903468736:43938903469490 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d28) = 0 +43938903470396:43938903471146 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d30) = 0 +43938903472055:43938903472808 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d38) = 0 +43938903473730:43938903474484 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d40) = 0 +43938903475393:43938903476146 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d48) = 0 +43938903477052:43938903477806 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d50) = 0 +43938903478733:43938903479482 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d58) = 0 +43938903480392:43938903481141 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d60) = 0 +43938903482042:43938903482794 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d68) = 0 +43938903483700:43938903484455 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d70) = 0 +43938903485361:43938903486113 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d78) = 0 +43938903487030:43938903487784 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d80) = 0 +43938903488710:43938903489462 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d88) = 0 +43938903490372:43938903491123 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d90) = 0 +43938903492030:43938903492785 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d98) = 0 +43938903493694:43938903494451 26086:26086 hsa_system_get_info(2, 0x7fc68dca6da0) = 0 +43938903496212:43938903496976 26086:26086 hsa_system_get_info(2, 0x7fc68dca6da8) = 0 +43938903497887:43938903498635 26086:26086 hsa_system_get_info(2, 0x7fc68dca6db0) = 0 +43938903499538:43938903500291 26086:26086 hsa_system_get_info(2, 0x7fc68dca6db8) = 0 +43938903501199:43938903501951 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dc0) = 0 +43938903502854:43938903503607 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dc8) = 0 +43938903504519:43938903505270 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dd0) = 0 +43938903506172:43938903506927 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dd8) = 0 +43938903507832:43938903508578 26086:26086 hsa_system_get_info(2, 0x7fc68dca6de0) = 0 +43938903509489:43938903510235 26086:26086 hsa_system_get_info(2, 0x7fc68dca6de8) = 0 +43938903511136:43938903511890 26086:26086 hsa_system_get_info(2, 0x7fc68dca6df0) = 0 +43938903512802:43938903513554 26086:26086 hsa_system_get_info(2, 0x7fc68dca6df8) = 0 +43938903514462:43938903515217 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e00) = 0 +43938903516125:43938903516880 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e08) = 0 +43938903517789:43938903518568 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e10) = 0 +43938903519475:43938903520226 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e18) = 0 +43938903521137:43938903521893 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e20) = 0 +43938903522797:43938903523541 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e28) = 0 +43938903524450:43938903525194 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e30) = 0 +43938903526107:43938903526862 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e38) = 0 +43938903527772:43938903528523 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e40) = 0 +43938903529426:43938903530170 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e48) = 0 +43938903531076:43938903531827 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e50) = 0 +43938903532737:43938903533494 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e58) = 0 +43938903534397:43938903535151 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e60) = 0 +43938903536056:43938903536808 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e68) = 0 +43938903537721:43938903538476 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e70) = 0 +43938903539382:43938903540134 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e78) = 0 +43938903541041:43938903541799 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e80) = 0 +43938903543598:43938903544361 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e88) = 0 +43938903545272:43938903546029 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e90) = 0 +43938903546938:43938903547684 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e98) = 0 +43938903562645:43938903563444 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f60) = 0 +43938903564437:43938903565187 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f68) = 0 +43938903566092:43938903566845 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f70) = 0 +43938903567755:43938903568508 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f78) = 0 +43938903569413:43938903570169 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f80) = 0 +43938903571080:43938903571839 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f88) = 0 +43938903572764:43938903573520 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f90) = 0 +43938903574434:43938903575192 26086:26086 hsa_system_get_info(2, 0x7fc68dca4f98) = 0 +43938903576102:43938903576853 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fa0) = 0 +43938903577760:43938903578512 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fa8) = 0 +43938903579420:43938903580171 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fb0) = 0 +43938903581079:43938903581832 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fb8) = 0 +43938903582739:43938903583504 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fc0) = 0 +43938903584414:43938903585168 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fc8) = 0 +43938903586079:43938903586834 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fd0) = 0 +43938903587739:43938903588495 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fd8) = 0 +43938903589405:43938903590161 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fe0) = 0 +43938903591065:43938903591812 26086:26086 hsa_system_get_info(2, 0x7fc68dca4fe8) = 0 +43938903592722:43938903593470 26086:26086 hsa_system_get_info(2, 0x7fc68dca4ff0) = 0 +43938903594378:43938903595127 26086:26086 hsa_system_get_info(2, 0x7fc68dca4ff8) = 0 +43938903596054:43938903596812 26086:26086 hsa_system_get_info(2, 0x7fc68dca5000) = 0 +43938903597722:43938903598469 26086:26086 hsa_system_get_info(2, 0x7fc68dca5008) = 0 +43938903599389:43938903600143 26086:26086 hsa_system_get_info(2, 0x7fc68dca5010) = 0 +43938903601049:43938903601807 26086:26086 hsa_system_get_info(2, 0x7fc68dca5018) = 0 +43938903602716:43938903603471 26086:26086 hsa_system_get_info(2, 0x7fc68dca5020) = 0 +43938903604385:43938903605145 26086:26086 hsa_system_get_info(2, 0x7fc68dca5028) = 0 +43938903606960:43938903607716 26086:26086 hsa_system_get_info(2, 0x7fc68dca5030) = 0 +43938903608625:43938903609380 26086:26086 hsa_system_get_info(2, 0x7fc68dca5038) = 0 +43938903610290:43938903611050 26086:26086 hsa_system_get_info(2, 0x7fc68dca5040) = 0 +43938903611954:43938903612708 26086:26086 hsa_system_get_info(2, 0x7fc68dca5048) = 0 +43938903613618:43938903614371 26086:26086 hsa_system_get_info(2, 0x7fc68dca5050) = 0 +43938903615277:43938903616029 26086:26086 hsa_system_get_info(2, 0x7fc68dca5058) = 0 +43938903616944:43938903617696 26086:26086 hsa_system_get_info(2, 0x7fc68dca5060) = 0 +43938903618599:43938903619351 26086:26086 hsa_system_get_info(2, 0x7fc68dca5068) = 0 +43938903620264:43938903621028 26086:26086 hsa_system_get_info(2, 0x7fc68dca5070) = 0 +43938903621941:43938903622688 26086:26086 hsa_system_get_info(2, 0x7fc68dca5078) = 0 +43938903623598:43938903624352 26086:26086 hsa_system_get_info(2, 0x7fc68dca5080) = 0 +43938903625261:43938903626019 26086:26086 hsa_system_get_info(2, 0x7fc68dca5088) = 0 +43938903626926:43938903627677 26086:26086 hsa_system_get_info(2, 0x7fc68dca5090) = 0 +43938903628586:43938903629363 26086:26086 hsa_system_get_info(2, 0x7fc68dca5098) = 0 +43938903630270:43938903631031 26086:26086 hsa_system_get_info(2, 0x7fc68dca50a0) = 0 +43938903631935:43938903632690 26086:26086 hsa_system_get_info(2, 0x7fc68dca50a8) = 0 +43938903633621:43938903634383 26086:26086 hsa_system_get_info(2, 0x7fc68dca50b0) = 0 +43938903635291:43938903636043 26086:26086 hsa_system_get_info(2, 0x7fc68dca50b8) = 0 +43938903636950:43938903637703 26086:26086 hsa_system_get_info(2, 0x7fc68dca50c0) = 0 +43938903638608:43938903639355 26086:26086 hsa_system_get_info(2, 0x7fc68dca50c8) = 0 +43938903640260:43938903641025 26086:26086 hsa_system_get_info(2, 0x7fc68dca50d0) = 0 +43938903641934:43938903642684 26086:26086 hsa_system_get_info(2, 0x7fc68dca50d8) = 0 +43938903643594:43938903644340 26086:26086 hsa_system_get_info(2, 0x7fc68dca50e0) = 0 +43938903645250:43938903646009 26086:26086 hsa_system_get_info(2, 0x7fc68dca50e8) = 0 +43938903646918:43938903647672 26086:26086 hsa_system_get_info(2, 0x7fc68dca50f0) = 0 +43938903648577:43938903649338 26086:26086 hsa_system_get_info(2, 0x7fc68dca50f8) = 0 +43938903650242:43938903651002 26086:26086 hsa_system_get_info(2, 0x7fc68dca5100) = 0 +43938903651905:43938903652657 26086:26086 hsa_system_get_info(2, 0x7fc68dca5108) = 0 +43938903654406:43938903655160 26086:26086 hsa_system_get_info(2, 0x7fc68dca5110) = 0 +43938903656066:43938903656817 26086:26086 hsa_system_get_info(2, 0x7fc68dca5118) = 0 +43938903657726:43938903658468 26086:26086 hsa_system_get_info(2, 0x7fc68dca5120) = 0 +43938903659374:43938903660121 26086:26086 hsa_system_get_info(2, 0x7fc68dca5128) = 0 +43938903661028:43938903661776 26086:26086 hsa_system_get_info(2, 0x7fc68dca5130) = 0 +43938903662685:43938903663441 26086:26086 hsa_system_get_info(2, 0x7fc68dca5138) = 0 +43938903664345:43938903665099 26086:26086 hsa_system_get_info(2, 0x7fc68dca5140) = 0 +43938903666008:43938903666761 26086:26086 hsa_system_get_info(2, 0x7fc68dca5148) = 0 +43938903667666:43938903668420 26086:26086 hsa_system_get_info(2, 0x7fc68dca5150) = 0 +43938903669328:43938903670077 26086:26086 hsa_system_get_info(2, 0x7fc68dca5158) = 0 +43938903670983:43938903671740 26086:26086 hsa_system_get_info(2, 0x7fc68dca5160) = 0 +43938903672646:43938903673404 26086:26086 hsa_system_get_info(2, 0x7fc68dca5168) = 0 +43938903674305:43938903675059 26086:26086 hsa_system_get_info(2, 0x7fc68dca5170) = 0 +43938903675988:43938903676743 26086:26086 hsa_system_get_info(2, 0x7fc68dca5178) = 0 +43938903677655:43938903678408 26086:26086 hsa_system_get_info(2, 0x7fc68dca5180) = 0 +43938903679310:43938903680063 26086:26086 hsa_system_get_info(2, 0x7fc68dca5188) = 0 +43938903680972:43938903681723 26086:26086 hsa_system_get_info(2, 0x7fc68dca5190) = 0 +43938903682629:43938903683382 26086:26086 hsa_system_get_info(2, 0x7fc68dca5198) = 0 +43938903684285:43938903685037 26086:26086 hsa_system_get_info(2, 0x7fc68dca51a0) = 0 +43938903685942:43938903686696 26086:26086 hsa_system_get_info(2, 0x7fc68dca51a8) = 0 +43938903687601:43938903688351 26086:26086 hsa_system_get_info(2, 0x7fc68dca51b0) = 0 +43938903689257:43938903690005 26086:26086 hsa_system_get_info(2, 0x7fc68dca51b8) = 0 +43938903690911:43938903691664 26086:26086 hsa_system_get_info(2, 0x7fc68dca51c0) = 0 +43938903692570:43938903693321 26086:26086 hsa_system_get_info(2, 0x7fc68dca51c8) = 0 +43938903694237:43938903694995 26086:26086 hsa_system_get_info(2, 0x7fc68dca51d0) = 0 +43938903695908:43938903696667 26086:26086 hsa_system_get_info(2, 0x7fc68dca51d8) = 0 +43938903697573:43938903698328 26086:26086 hsa_system_get_info(2, 0x7fc68dca51e0) = 0 +43938903699238:43938903700010 26086:26086 hsa_system_get_info(2, 0x7fc68dca51e8) = 0 +43938903700921:43938903701676 26086:26086 hsa_system_get_info(2, 0x7fc68dca51f0) = 0 +43938903703443:43938903704199 26086:26086 hsa_system_get_info(2, 0x7fc68dca51f8) = 0 +43938903705108:43938903705853 26086:26086 hsa_system_get_info(2, 0x7fc68dca5200) = 0 +43938903706766:43938903707518 26086:26086 hsa_system_get_info(2, 0x7fc68dca5208) = 0 +43938903708418:43938903709179 26086:26086 hsa_system_get_info(2, 0x7fc68dca5210) = 0 +43938903710088:43938903710838 26086:26086 hsa_system_get_info(2, 0x7fc68dca5218) = 0 +43938903711753:43938903712499 26086:26086 hsa_system_get_info(2, 0x7fc68dca5220) = 0 +43938903713404:43938903714167 26086:26086 hsa_system_get_info(2, 0x7fc68dca5228) = 0 +43938903715073:43938903715824 26086:26086 hsa_system_get_info(2, 0x7fc68dca5230) = 0 +43938903716728:43938903717481 26086:26086 hsa_system_get_info(2, 0x7fc68dca5238) = 0 +43938903718389:43938903719140 26086:26086 hsa_system_get_info(2, 0x7fc68dca5240) = 0 +43938903720046:43938903720799 26086:26086 hsa_system_get_info(2, 0x7fc68dca5248) = 0 +43938903721705:43938903722463 26086:26086 hsa_system_get_info(2, 0x7fc68dca5250) = 0 +43938903723371:43938903724125 26086:26086 hsa_system_get_info(2, 0x7fc68dca5258) = 0 +43938903725034:43938903725787 26086:26086 hsa_system_get_info(2, 0x7fc68dca5260) = 0 +43938903726698:43938903727454 26086:26086 hsa_system_get_info(2, 0x7fc68dca5268) = 0 +43938903728364:43938903729132 26086:26086 hsa_system_get_info(2, 0x7fc68dca5270) = 0 +43938903730041:43938903730802 26086:26086 hsa_system_get_info(2, 0x7fc68dca5278) = 0 +43938903731708:43938903732462 26086:26086 hsa_system_get_info(2, 0x7fc68dca5280) = 0 +43938903733374:43938903734131 26086:26086 hsa_system_get_info(2, 0x7fc68dca5288) = 0 +43938903735042:43938903735791 26086:26086 hsa_system_get_info(2, 0x7fc68dca5290) = 0 +43938903736694:43938903737447 26086:26086 hsa_system_get_info(2, 0x7fc68dca5298) = 0 +43938903738353:43938903739112 26086:26086 hsa_system_get_info(2, 0x7fc68dca52a0) = 0 +43938903740043:43938903740792 26086:26086 hsa_system_get_info(2, 0x7fc68dca52a8) = 0 +43938903741710:43938903742470 26086:26086 hsa_system_get_info(2, 0x7fc68dca52b0) = 0 +43938903743418:43938903744172 26086:26086 hsa_system_get_info(2, 0x7fc68dca52b8) = 0 +43938903745075:43938903745827 26086:26086 hsa_system_get_info(2, 0x7fc68dca52c0) = 0 +43938903746735:43938903747487 26086:26086 hsa_system_get_info(2, 0x7fc68dca52c8) = 0 +43938903748391:43938903749152 26086:26086 hsa_system_get_info(2, 0x7fc68dca52d0) = 0 +43938903750903:43938903751660 26086:26086 hsa_system_get_info(2, 0x7fc68dca52d8) = 0 +43938903752561:43938903753310 26086:26086 hsa_system_get_info(2, 0x7fc68dca52e0) = 0 +43938903754217:43938903754963 26086:26086 hsa_system_get_info(2, 0x7fc68dca52e8) = 0 +43938903755868:43938903756620 26086:26086 hsa_system_get_info(2, 0x7fc68dca52f0) = 0 +43938903757527:43938903758278 26086:26086 hsa_system_get_info(2, 0x7fc68dca52f8) = 0 +43938903759182:43938903759937 26086:26086 hsa_system_get_info(2, 0x7fc68dca5300) = 0 +43938903760845:43938903761599 26086:26086 hsa_system_get_info(2, 0x7fc68dca5308) = 0 +43938903762505:43938903763251 26086:26086 hsa_system_get_info(2, 0x7fc68dca5310) = 0 +43938903764164:43938903764923 26086:26086 hsa_system_get_info(2, 0x7fc68dca5318) = 0 +43938903765833:43938903766588 26086:26086 hsa_system_get_info(2, 0x7fc68dca5320) = 0 +43938903767498:43938903768241 26086:26086 hsa_system_get_info(2, 0x7fc68dca5328) = 0 +43938903769153:43938903769895 26086:26086 hsa_system_get_info(2, 0x7fc68dca5330) = 0 +43938903770801:43938903771556 26086:26086 hsa_system_get_info(2, 0x7fc68dca5338) = 0 +43938903772462:43938903773209 26086:26086 hsa_system_get_info(2, 0x7fc68dca5340) = 0 +43938903774134:43938903774890 26086:26086 hsa_system_get_info(2, 0x7fc68dca5348) = 0 +43938903775799:43938903776558 26086:26086 hsa_system_get_info(2, 0x7fc68dca5350) = 0 +43938903777473:43938903778225 26086:26086 hsa_system_get_info(2, 0x7fc68dca5358) = 0 +43938903779131:43938903779883 26086:26086 hsa_system_get_info(2, 0x7fc68dca5360) = 0 +43938903780790:43938903781536 26086:26086 hsa_system_get_info(2, 0x7fc68dca5368) = 0 +43938903782443:43938903783196 26086:26086 hsa_system_get_info(2, 0x7fc68dca5370) = 0 +43938903784103:43938903784849 26086:26086 hsa_system_get_info(2, 0x7fc68dca5378) = 0 +43938903785756:43938903786510 26086:26086 hsa_system_get_info(2, 0x7fc68dca5380) = 0 +43938903787416:43938903788173 26086:26086 hsa_system_get_info(2, 0x7fc68dca5388) = 0 +43938903789083:43938903789836 26086:26086 hsa_system_get_info(2, 0x7fc68dca5390) = 0 +43938903790742:43938903791491 26086:26086 hsa_system_get_info(2, 0x7fc68dca5398) = 0 +43938903792405:43938903793161 26086:26086 hsa_system_get_info(2, 0x7fc68dca53a0) = 0 +43938903794074:43938903794819 26086:26086 hsa_system_get_info(2, 0x7fc68dca53a8) = 0 +43938903795748:43938903796504 26086:26086 hsa_system_get_info(2, 0x7fc68dca53b0) = 0 +43938903797419:43938903798172 26086:26086 hsa_system_get_info(2, 0x7fc68dca53b8) = 0 +43938903799943:43938903800701 26086:26086 hsa_system_get_info(2, 0x7fc68dca53c0) = 0 +43938903801618:43938903802368 26086:26086 hsa_system_get_info(2, 0x7fc68dca53c8) = 0 +43938903803279:43938903804030 26086:26086 hsa_system_get_info(2, 0x7fc68dca53d0) = 0 +43938903804936:43938903805699 26086:26086 hsa_system_get_info(2, 0x7fc68dca53d8) = 0 +43938903806627:43938903807378 26086:26086 hsa_system_get_info(2, 0x7fc68dca53e0) = 0 +43938903808289:43938903809037 26086:26086 hsa_system_get_info(2, 0x7fc68dca53e8) = 0 +43938903809947:43938903810704 26086:26086 hsa_system_get_info(2, 0x7fc68dca53f0) = 0 +43938903811614:43938903812373 26086:26086 hsa_system_get_info(2, 0x7fc68dca53f8) = 0 +43938903813277:43938903814032 26086:26086 hsa_system_get_info(2, 0x7fc68dca5400) = 0 +43938903814944:43938903815700 26086:26086 hsa_system_get_info(2, 0x7fc68dca5408) = 0 +43938903816606:43938903817353 26086:26086 hsa_system_get_info(2, 0x7fc68dca5410) = 0 +43938903818264:43938903819018 26086:26086 hsa_system_get_info(2, 0x7fc68dca5418) = 0 +43938903819922:43938903820679 26086:26086 hsa_system_get_info(2, 0x7fc68dca5420) = 0 +43938903821591:43938903822341 26086:26086 hsa_system_get_info(2, 0x7fc68dca5428) = 0 +43938903823244:43938903823999 26086:26086 hsa_system_get_info(2, 0x7fc68dca5430) = 0 +43938903824905:43938903825658 26086:26086 hsa_system_get_info(2, 0x7fc68dca5438) = 0 +43938903826560:43938903827319 26086:26086 hsa_system_get_info(2, 0x7fc68dca5440) = 0 +43938903828228:43938903828985 26086:26086 hsa_system_get_info(2, 0x7fc68dca5448) = 0 +43938903829912:43938903830672 26086:26086 hsa_system_get_info(2, 0x7fc68dca5450) = 0 +43938903831581:43938903832339 26086:26086 hsa_system_get_info(2, 0x7fc68dca5458) = 0 +43938903833243:43938903833998 26086:26086 hsa_system_get_info(2, 0x7fc68dca5460) = 0 +43938903834905:43938903835661 26086:26086 hsa_system_get_info(2, 0x7fc68dca5468) = 0 +43938903836565:43938903837320 26086:26086 hsa_system_get_info(2, 0x7fc68dca5470) = 0 +43938903838243:43938903839004 26086:26086 hsa_system_get_info(2, 0x7fc68dca5478) = 0 +43938903839919:43938903840672 26086:26086 hsa_system_get_info(2, 0x7fc68dca5480) = 0 +43938903841575:43938903842331 26086:26086 hsa_system_get_info(2, 0x7fc68dca5488) = 0 +43938903843236:43938903843991 26086:26086 hsa_system_get_info(2, 0x7fc68dca5490) = 0 +43938903844893:43938903845653 26086:26086 hsa_system_get_info(2, 0x7fc68dca5498) = 0 +43938903848317:43938903849081 26086:26086 hsa_system_get_info(2, 0x7fc68dca54a0) = 0 +43938903849992:43938903850750 26086:26086 hsa_system_get_info(2, 0x7fc68dca54a8) = 0 +43938903851654:43938903852401 26086:26086 hsa_system_get_info(2, 0x7fc68dca54b0) = 0 +43938903853307:43938903854056 26086:26086 hsa_system_get_info(2, 0x7fc68dca54b8) = 0 +43938903854967:43938903855715 26086:26086 hsa_system_get_info(2, 0x7fc68dca54c0) = 0 +43938903856620:43938903857370 26086:26086 hsa_system_get_info(2, 0x7fc68dca54c8) = 0 +43938903858279:43938903859026 26086:26086 hsa_system_get_info(2, 0x7fc68dca54d0) = 0 +43938903859936:43938903860689 26086:26086 hsa_system_get_info(2, 0x7fc68dca54d8) = 0 +43938903861598:43938903862352 26086:26086 hsa_system_get_info(2, 0x7fc68dca54e0) = 0 +43938903863256:43938903864010 26086:26086 hsa_system_get_info(2, 0x7fc68dca54e8) = 0 +43938903864919:43938903865670 26086:26086 hsa_system_get_info(2, 0x7fc68dca54f0) = 0 +43938903866578:43938903867328 26086:26086 hsa_system_get_info(2, 0x7fc68dca54f8) = 0 +43938903868251:43938903869007 26086:26086 hsa_system_get_info(2, 0x7fc68dca5500) = 0 +43938903869919:43938903870681 26086:26086 hsa_system_get_info(2, 0x7fc68dca5508) = 0 +43938903871585:43938903872341 26086:26086 hsa_system_get_info(2, 0x7fc68dca5510) = 0 +43938903873252:43938903874007 26086:26086 hsa_system_get_info(2, 0x7fc68dca5518) = 0 +43938903874913:43938903875668 26086:26086 hsa_system_get_info(2, 0x7fc68dca5520) = 0 +43938903876573:43938903877335 26086:26086 hsa_system_get_info(2, 0x7fc68dca5528) = 0 +43938903878245:43938903878996 26086:26086 hsa_system_get_info(2, 0x7fc68dca5530) = 0 +43938903879906:43938903880659 26086:26086 hsa_system_get_info(2, 0x7fc68dca5538) = 0 +43938903881565:43938903882325 26086:26086 hsa_system_get_info(2, 0x7fc68dca5540) = 0 +43938903883231:43938903883990 26086:26086 hsa_system_get_info(2, 0x7fc68dca5548) = 0 +43938903884905:43938903885658 26086:26086 hsa_system_get_info(2, 0x7fc68dca5550) = 0 +43938903886562:43938903887318 26086:26086 hsa_system_get_info(2, 0x7fc68dca5558) = 0 +43938903888228:43938903888985 26086:26086 hsa_system_get_info(2, 0x7fc68dca5560) = 0 +43938903889895:43938903890643 26086:26086 hsa_system_get_info(2, 0x7fc68dca5568) = 0 +43938903891552:43938903892301 26086:26086 hsa_system_get_info(2, 0x7fc68dca5570) = 0 +43938903893210:43938903893966 26086:26086 hsa_system_get_info(2, 0x7fc68dca5578) = 0 +43938903894904:43938903895654 26086:26086 hsa_system_get_info(2, 0x7fc68dca5580) = 0 +43938903897452:43938903898216 26086:26086 hsa_system_get_info(2, 0x7fc68dca5588) = 0 +43938903899128:43938903899883 26086:26086 hsa_system_get_info(2, 0x7fc68dca5590) = 0 +43938903900791:43938903901549 26086:26086 hsa_system_get_info(2, 0x7fc68dca5598) = 0 +43938903902463:43938903903217 26086:26086 hsa_system_get_info(2, 0x7fc68dca55a0) = 0 +43938903904121:43938903904879 26086:26086 hsa_system_get_info(2, 0x7fc68dca55a8) = 0 +43938903905788:43938903906543 26086:26086 hsa_system_get_info(2, 0x7fc68dca55b0) = 0 +43938903907459:43938903908212 26086:26086 hsa_system_get_info(2, 0x7fc68dca55b8) = 0 +43938903909120:43938903909875 26086:26086 hsa_system_get_info(2, 0x7fc68dca55c0) = 0 +43938903910786:43938903911535 26086:26086 hsa_system_get_info(2, 0x7fc68dca55c8) = 0 +43938903912447:43938903913200 26086:26086 hsa_system_get_info(2, 0x7fc68dca55d0) = 0 +43938903914112:43938903914865 26086:26086 hsa_system_get_info(2, 0x7fc68dca55d8) = 0 +43938903915768:43938903916521 26086:26086 hsa_system_get_info(2, 0x7fc68dca55e0) = 0 +43938903917434:43938903918191 26086:26086 hsa_system_get_info(2, 0x7fc68dca55e8) = 0 +43938903919097:43938903919854 26086:26086 hsa_system_get_info(2, 0x7fc68dca55f0) = 0 +43938903920786:43938903921536 26086:26086 hsa_system_get_info(2, 0x7fc68dca55f8) = 0 +43938903922443:43938903923205 26086:26086 hsa_system_get_info(2, 0x7fc68dca5600) = 0 +43938903924117:43938903924879 26086:26086 hsa_system_get_info(2, 0x7fc68dca5608) = 0 +43938903925789:43938903926545 26086:26086 hsa_system_get_info(2, 0x7fc68dca5610) = 0 +43938903927456:43938903928211 26086:26086 hsa_system_get_info(2, 0x7fc68dca5618) = 0 +43938903929124:43938903929880 26086:26086 hsa_system_get_info(2, 0x7fc68dca5620) = 0 +43938903930785:43938903931543 26086:26086 hsa_system_get_info(2, 0x7fc68dca5628) = 0 +43938903932450:43938903933214 26086:26086 hsa_system_get_info(2, 0x7fc68dca5630) = 0 +43938903934121:43938903934878 26086:26086 hsa_system_get_info(2, 0x7fc68dca5638) = 0 +43938903935780:43938903936533 26086:26086 hsa_system_get_info(2, 0x7fc68dca5640) = 0 +43938903937453:43938903938206 26086:26086 hsa_system_get_info(2, 0x7fc68dca5648) = 0 +43938903939116:43938903939869 26086:26086 hsa_system_get_info(2, 0x7fc68dca5650) = 0 +43938903940781:43938903941529 26086:26086 hsa_system_get_info(2, 0x7fc68dca5658) = 0 +43938903942430:43938903943183 26086:26086 hsa_system_get_info(2, 0x7fc68dca5660) = 0 +43938903944992:43938903945760 26086:26086 hsa_system_get_info(2, 0x7fc68dca5668) = 0 +43938903946665:43938903947413 26086:26086 hsa_system_get_info(2, 0x7fc68dca5670) = 0 +43938903948322:43938903949071 26086:26086 hsa_system_get_info(2, 0x7fc68dca5678) = 0 +43938903949978:43938903950732 26086:26086 hsa_system_get_info(2, 0x7fc68dca5680) = 0 +43938903951635:43938903952386 26086:26086 hsa_system_get_info(2, 0x7fc68dca5688) = 0 +43938903953297:43938903954048 26086:26086 hsa_system_get_info(2, 0x7fc68dca5690) = 0 +43938903954957:43938903955717 26086:26086 hsa_system_get_info(2, 0x7fc68dca5698) = 0 +43938903956626:43938903957376 26086:26086 hsa_system_get_info(2, 0x7fc68dca56a0) = 0 +43938903958288:43938903959038 26086:26086 hsa_system_get_info(2, 0x7fc68dca56a8) = 0 +43938903959947:43938903960702 26086:26086 hsa_system_get_info(2, 0x7fc68dca56b0) = 0 +43938903961613:43938903962359 26086:26086 hsa_system_get_info(2, 0x7fc68dca56b8) = 0 +43938903963269:43938903964021 26086:26086 hsa_system_get_info(2, 0x7fc68dca56c0) = 0 +43938903964924:43938903965678 26086:26086 hsa_system_get_info(2, 0x7fc68dca56c8) = 0 +43938903966591:43938903967346 26086:26086 hsa_system_get_info(2, 0x7fc68dca56d0) = 0 +43938903968275:43938903969028 26086:26086 hsa_system_get_info(2, 0x7fc68dca56d8) = 0 +43938903969940:43938903970694 26086:26086 hsa_system_get_info(2, 0x7fc68dca56e0) = 0 +43938903971602:43938903972358 26086:26086 hsa_system_get_info(2, 0x7fc68dca56e8) = 0 +43938903973269:43938903974026 26086:26086 hsa_system_get_info(2, 0x7fc68dca56f0) = 0 +43938903974958:43938903975722 26086:26086 hsa_system_get_info(2, 0x7fc68dca56f8) = 0 +43938903976628:43938903977378 26086:26086 hsa_system_get_info(2, 0x7fc68dca5700) = 0 +43938903978285:43938903979044 26086:26086 hsa_system_get_info(2, 0x7fc68dca5708) = 0 +43938903979950:43938903980706 26086:26086 hsa_system_get_info(2, 0x7fc68dca5710) = 0 +43938903981612:43938903982367 26086:26086 hsa_system_get_info(2, 0x7fc68dca5718) = 0 +43938903983277:43938903984027 26086:26086 hsa_system_get_info(2, 0x7fc68dca5720) = 0 +43938903984932:43938903985676 26086:26086 hsa_system_get_info(2, 0x7fc68dca5728) = 0 +43938903986602:43938903987355 26086:26086 hsa_system_get_info(2, 0x7fc68dca5730) = 0 +43938903988265:43938903989016 26086:26086 hsa_system_get_info(2, 0x7fc68dca5738) = 0 +43938903989927:43938903990679 26086:26086 hsa_system_get_info(2, 0x7fc68dca5740) = 0 +43938903992427:43938903993182 26086:26086 hsa_system_get_info(2, 0x7fc68dca5748) = 0 +43938903994095:43938903994847 26086:26086 hsa_system_get_info(2, 0x7fc68dca5750) = 0 +43938903995760:43938903996514 26086:26086 hsa_system_get_info(2, 0x7fc68dca5758) = 0 +43938903997438:43938903998186 26086:26086 hsa_system_get_info(2, 0x7fc68dca5760) = 0 +43938903999094:43938903999846 26086:26086 hsa_system_get_info(2, 0x7fc68dca5768) = 0 +43938904007221:43938904007998 26086:26086 hsa_system_get_info(2, 0x7fc68dca5770) = 0 +43938904008910:43938904009670 26086:26086 hsa_system_get_info(2, 0x7fc68dca5778) = 0 +43938904010577:43938904011330 26086:26086 hsa_system_get_info(2, 0x7fc68dca5780) = 0 +43938904027700:43938904028341 26086:26086 hsa_system_get_info(2, 0x7fc68dca5788) = 0 +43938904029101:43938904029723 26086:26086 hsa_system_get_info(2, 0x7fc68dca5790) = 0 +43938904030474:43938904031092 26086:26086 hsa_system_get_info(2, 0x7fc68dca5798) = 0 +43938904031842:43938904032465 26086:26086 hsa_system_get_info(2, 0x7fc68dca57a0) = 0 +43938904033220:43938904033841 26086:26086 hsa_system_get_info(2, 0x7fc68dca57a8) = 0 +43938904034589:43938904035210 26086:26086 hsa_system_get_info(2, 0x7fc68dca57b0) = 0 +43938904035961:43938904036581 26086:26086 hsa_system_get_info(2, 0x7fc68dca57b8) = 0 +43938904037332:43938904037951 26086:26086 hsa_system_get_info(2, 0x7fc68dca57c0) = 0 +43938904038702:43938904039323 26086:26086 hsa_system_get_info(2, 0x7fc68dca57c8) = 0 +43938904040069:43938904040685 26086:26086 hsa_system_get_info(2, 0x7fc68dca57d0) = 0 +43938904041440:43938904042059 26086:26086 hsa_system_get_info(2, 0x7fc68dca57d8) = 0 +43938904042807:43938904043426 26086:26086 hsa_system_get_info(2, 0x7fc68dca57e0) = 0 +43938904044171:43938904044790 26086:26086 hsa_system_get_info(2, 0x7fc68dca57e8) = 0 +43938904045541:43938904046158 26086:26086 hsa_system_get_info(2, 0x7fc68dca57f0) = 0 +43938904046904:43938904047524 26086:26086 hsa_system_get_info(2, 0x7fc68dca57f8) = 0 +43938904048284:43938904048908 26086:26086 hsa_system_get_info(2, 0x7fc68dca5800) = 0 +43938904049664:43938904050285 26086:26086 hsa_system_get_info(2, 0x7fc68dca5808) = 0 +43938904051040:43938904051660 26086:26086 hsa_system_get_info(2, 0x7fc68dca5810) = 0 +43938904052406:43938904053027 26086:26086 hsa_system_get_info(2, 0x7fc68dca5818) = 0 +43938904053775:43938904054398 26086:26086 hsa_system_get_info(2, 0x7fc68dca5820) = 0 +43938904055144:43938904055767 26086:26086 hsa_system_get_info(2, 0x7fc68dca5828) = 0 +43938904058785:43938904059420 26086:26086 hsa_system_get_info(2, 0x7fc68dca5830) = 0 +43938904060175:43938904060791 26086:26086 hsa_system_get_info(2, 0x7fc68dca5838) = 0 +43938904061537:43938904062156 26086:26086 hsa_system_get_info(2, 0x7fc68dca5840) = 0 +43938904062906:43938904063523 26086:26086 hsa_system_get_info(2, 0x7fc68dca5848) = 0 +43938904064300:43938904064923 26086:26086 hsa_system_get_info(2, 0x7fc68dca5850) = 0 +43938904065673:43938904066290 26086:26086 hsa_system_get_info(2, 0x7fc68dca5858) = 0 +43938904067041:43938904067665 26086:26086 hsa_system_get_info(2, 0x7fc68dca5860) = 0 +43938904068420:43938904069041 26086:26086 hsa_system_get_info(2, 0x7fc68dca5868) = 0 +43938904069791:43938904070411 26086:26086 hsa_system_get_info(2, 0x7fc68dca5870) = 0 +43938904071162:43938904071781 26086:26086 hsa_system_get_info(2, 0x7fc68dca5878) = 0 +43938904072531:43938904073147 26086:26086 hsa_system_get_info(2, 0x7fc68dca5880) = 0 +43938904073896:43938904074517 26086:26086 hsa_system_get_info(2, 0x7fc68dca5888) = 0 +43938904075268:43938904075889 26086:26086 hsa_system_get_info(2, 0x7fc68dca5890) = 0 +43938904076638:43938904077255 26086:26086 hsa_system_get_info(2, 0x7fc68dca5898) = 0 +43938904078001:43938904078619 26086:26086 hsa_system_get_info(2, 0x7fc68dca58a0) = 0 +43938904079367:43938904079985 26086:26086 hsa_system_get_info(2, 0x7fc68dca58a8) = 0 +43938904080732:43938904081351 26086:26086 hsa_system_get_info(2, 0x7fc68dca58b0) = 0 +43938904082102:43938904082727 26086:26086 hsa_system_get_info(2, 0x7fc68dca58b8) = 0 +43938904083474:43938904084114 26086:26086 hsa_system_get_info(2, 0x7fc68dca58c0) = 0 +43938904084860:43938904085483 26086:26086 hsa_system_get_info(2, 0x7fc68dca58c8) = 0 +43938904086232:43938904086856 26086:26086 hsa_system_get_info(2, 0x7fc68dca58d0) = 0 +43938904087604:43938904088222 26086:26086 hsa_system_get_info(2, 0x7fc68dca58d8) = 0 +43938904088971:43938904089586 26086:26086 hsa_system_get_info(2, 0x7fc68dca58e0) = 0 +43938904090365:43938904090987 26086:26086 hsa_system_get_info(2, 0x7fc68dca58e8) = 0 +43938904091737:43938904092356 26086:26086 hsa_system_get_info(2, 0x7fc68dca58f0) = 0 +43938904093105:43938904093724 26086:26086 hsa_system_get_info(2, 0x7fc68dca58f8) = 0 +43938904094475:43938904095092 26086:26086 hsa_system_get_info(2, 0x7fc68dca5900) = 0 +43938904095840:43938904096461 26086:26086 hsa_system_get_info(2, 0x7fc68dca5908) = 0 +43938904097919:43938904098543 26086:26086 hsa_system_get_info(2, 0x7fc68dca5910) = 0 +43938904099297:43938904099912 26086:26086 hsa_system_get_info(2, 0x7fc68dca5918) = 0 +43938904100667:43938904101294 26086:26086 hsa_system_get_info(2, 0x7fc68dca5920) = 0 +43938904102049:43938904102671 26086:26086 hsa_system_get_info(2, 0x7fc68dca5928) = 0 +43938904103423:43938904104043 26086:26086 hsa_system_get_info(2, 0x7fc68dca5930) = 0 +43938904104795:43938904105421 26086:26086 hsa_system_get_info(2, 0x7fc68dca5938) = 0 +43938904106172:43938904106793 26086:26086 hsa_system_get_info(2, 0x7fc68dca5940) = 0 +43938904107545:43938904108175 26086:26086 hsa_system_get_info(2, 0x7fc68dca5948) = 0 +43938904108929:43938904109554 26086:26086 hsa_system_get_info(2, 0x7fc68dca5950) = 0 +43938904110307:43938904110927 26086:26086 hsa_system_get_info(2, 0x7fc68dca5958) = 0 +43938904111679:43938904112310 26086:26086 hsa_system_get_info(2, 0x7fc68dca5960) = 0 +43938904113059:43938904113685 26086:26086 hsa_system_get_info(2, 0x7fc68dca5968) = 0 +43938904114435:43938904115055 26086:26086 hsa_system_get_info(2, 0x7fc68dca5970) = 0 +43938904115803:43938904116439 26086:26086 hsa_system_get_info(2, 0x7fc68dca5978) = 0 +43938904117190:43938904117809 26086:26086 hsa_system_get_info(2, 0x7fc68dca5980) = 0 +43938904118555:43938904119173 26086:26086 hsa_system_get_info(2, 0x7fc68dca5988) = 0 +43938904119916:43938904120542 26086:26086 hsa_system_get_info(2, 0x7fc68dca5990) = 0 +43938904121293:43938904121919 26086:26086 hsa_system_get_info(2, 0x7fc68dca5998) = 0 +43938904122665:43938904123290 26086:26086 hsa_system_get_info(2, 0x7fc68dca59a0) = 0 +43938904124042:43938904124659 26086:26086 hsa_system_get_info(2, 0x7fc68dca59a8) = 0 +43938904125428:43938904126048 26086:26086 hsa_system_get_info(2, 0x7fc68dca59b0) = 0 +43938904126802:43938904127419 26086:26086 hsa_system_get_info(2, 0x7fc68dca59b8) = 0 +43938904128166:43938904128796 26086:26086 hsa_system_get_info(2, 0x7fc68dca59c0) = 0 +43938904129544:43938904130161 26086:26086 hsa_system_get_info(2, 0x7fc68dca59c8) = 0 +43938904130908:43938904131528 26086:26086 hsa_system_get_info(2, 0x7fc68dca59d0) = 0 +43938904132279:43938904132900 26086:26086 hsa_system_get_info(2, 0x7fc68dca59d8) = 0 +43938904133652:43938904134277 26086:26086 hsa_system_get_info(2, 0x7fc68dca59e0) = 0 +43938904135024:43938904135651 26086:26086 hsa_system_get_info(2, 0x7fc68dca59e8) = 0 +43938904136401:43938904137025 26086:26086 hsa_system_get_info(2, 0x7fc68dca59f0) = 0 +43938904138474:43938904139103 26086:26086 hsa_system_get_info(2, 0x7fc68dca59f8) = 0 +43938904139852:43938904140464 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a00) = 0 +43938904141216:43938904141842 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a08) = 0 +43938904142595:43938904143215 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a10) = 0 +43938904143968:43938904144588 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a18) = 0 +43938904145335:43938904145958 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a20) = 0 +43938904146705:43938904147327 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a28) = 0 +43938904148077:43938904148699 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a30) = 0 +43938904149449:43938904150072 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a38) = 0 +43938904150824:43938904151442 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a40) = 0 +43938904152188:43938904152809 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a48) = 0 +43938904153558:43938904154180 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a50) = 0 +43938904154932:43938904155552 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a58) = 0 +43938904156301:43938904156923 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a60) = 0 +43938904157686:43938904158307 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a68) = 0 +43938904159056:43938904159673 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a70) = 0 +43938904160424:43938904161046 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a78) = 0 +43938904161813:43938904162437 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a80) = 0 +43938904163189:43938904163809 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a88) = 0 +43938904164555:43938904165172 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a90) = 0 +43938904165921:43938904166543 26086:26086 hsa_system_get_info(2, 0x7fc68dca5a98) = 0 +43938904167297:43938904167916 26086:26086 hsa_system_get_info(2, 0x7fc68dca5aa0) = 0 +43938904168668:43938904169287 26086:26086 hsa_system_get_info(2, 0x7fc68dca5aa8) = 0 +43938904170033:43938904170655 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ab0) = 0 +43938904171430:43938904172050 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ab8) = 0 +43938904172800:43938904173421 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ac0) = 0 +43938904174173:43938904174795 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ac8) = 0 +43938904175542:43938904176162 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ad0) = 0 +43938904177615:43938904178235 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ad8) = 0 +43938904178978:43938904179599 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ae0) = 0 +43938904180350:43938904180968 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ae8) = 0 +43938904181719:43938904182337 26086:26086 hsa_system_get_info(2, 0x7fc68dca5af0) = 0 +43938904183082:43938904183702 26086:26086 hsa_system_get_info(2, 0x7fc68dca5af8) = 0 +43938904184450:43938904185072 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b00) = 0 +43938904185819:43938904186447 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b08) = 0 +43938904187194:43938904187820 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b10) = 0 +43938904188565:43938904189191 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b18) = 0 +43938904189942:43938904190570 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b20) = 0 +43938904191316:43938904191942 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b28) = 0 +43938904192690:43938904193306 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b30) = 0 +43938904194054:43938904194675 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b38) = 0 +43938904195442:43938904196065 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b40) = 0 +43938904196813:43938904197435 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b48) = 0 +43938904198181:43938904198807 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b50) = 0 +43938904199556:43938904200177 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b58) = 0 +43938904200930:43938904201553 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b60) = 0 +43938904202300:43938904202922 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b68) = 0 +43938904203678:43938904204298 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b70) = 0 +43938904205045:43938904205669 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b78) = 0 +43938904206420:43938904207041 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b80) = 0 +43938904207794:43938904208416 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b88) = 0 +43938904209163:43938904209787 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b90) = 0 +43938904210537:43938904211161 26086:26086 hsa_system_get_info(2, 0x7fc68dca5b98) = 0 +43938904211914:43938904212528 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ba0) = 0 +43938904213276:43938904213896 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ba8) = 0 +43938904214654:43938904215276 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bb0) = 0 +43938904216039:43938904216661 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bb8) = 0 +43938904218101:43938904218731 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bc0) = 0 +43938904219483:43938904220113 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bc8) = 0 +43938904220867:43938904221491 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bd0) = 0 +43938904222240:43938904222859 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bd8) = 0 +43938904223605:43938904224226 26086:26086 hsa_system_get_info(2, 0x7fc68dca5be0) = 0 +43938904224976:43938904225600 26086:26086 hsa_system_get_info(2, 0x7fc68dca5be8) = 0 +43938904226349:43938904226965 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bf0) = 0 +43938904227714:43938904228341 26086:26086 hsa_system_get_info(2, 0x7fc68dca5bf8) = 0 +43938904229092:43938904229705 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c00) = 0 +43938904230453:43938904231075 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c08) = 0 +43938904231823:43938904232440 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c10) = 0 +43938904233188:43938904233808 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c18) = 0 +43938904234556:43938904235175 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c20) = 0 +43938904235937:43938904236555 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c28) = 0 +43938904237302:43938904237916 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c30) = 0 +43938904238667:43938904239282 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c38) = 0 +43938904240031:43938904240652 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c40) = 0 +43938904241401:43938904242021 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c48) = 0 +43938904242765:43938904243389 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c50) = 0 +43938904244141:43938904244760 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c58) = 0 +43938904245508:43938904246124 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c60) = 0 +43938904246873:43938904247492 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c68) = 0 +43938904248243:43938904248865 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c70) = 0 +43938904249610:43938904250231 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c78) = 0 +43938904250994:43938904251608 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c80) = 0 +43938904252358:43938904252986 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c88) = 0 +43938904253737:43938904254361 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c90) = 0 +43938904255123:43938904255744 26086:26086 hsa_system_get_info(2, 0x7fc68dca5c98) = 0 +43938904257188:43938904257819 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ca0) = 0 +43938904258568:43938904259182 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ca8) = 0 +43938904259930:43938904260546 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cb0) = 0 +43938904261300:43938904261917 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cb8) = 0 +43938904262671:43938904263293 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cc0) = 0 +43938904264044:43938904264666 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cc8) = 0 +43938904265415:43938904266045 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cd0) = 0 +43938904266793:43938904267416 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cd8) = 0 +43938904268168:43938904268791 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ce0) = 0 +43938904269540:43938904270165 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ce8) = 0 +43938904270913:43938904271539 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cf0) = 0 +43938904272287:43938904272910 26086:26086 hsa_system_get_info(2, 0x7fc68dca5cf8) = 0 +43938904273658:43938904274280 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d00) = 0 +43938904275027:43938904275649 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d08) = 0 +43938904276412:43938904277052 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d10) = 0 +43938904277797:43938904278423 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d18) = 0 +43938904279175:43938904279800 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d20) = 0 +43938904280551:43938904281174 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d28) = 0 +43938904281923:43938904282546 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d30) = 0 +43938904283292:43938904283918 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d38) = 0 +43938904284667:43938904285289 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d40) = 0 +43938904286040:43938904286664 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d48) = 0 +43938904287410:43938904288038 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d50) = 0 +43938904288787:43938904289412 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d58) = 0 +43938904290167:43938904290789 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d60) = 0 +43938904291542:43938904292171 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d68) = 0 +43938904292923:43938904293548 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d70) = 0 +43938904294300:43938904294924 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d78) = 0 +43938904295692:43938904296320 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d80) = 0 +43938904297750:43938904298377 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d88) = 0 +43938904299135:43938904299755 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d90) = 0 +43938904300502:43938904301120 26086:26086 hsa_system_get_info(2, 0x7fc68dca5d98) = 0 +43938904301869:43938904302491 26086:26086 hsa_system_get_info(2, 0x7fc68dca5da0) = 0 +43938904303240:43938904303860 26086:26086 hsa_system_get_info(2, 0x7fc68dca5da8) = 0 +43938904304609:43938904305227 26086:26086 hsa_system_get_info(2, 0x7fc68dca5db0) = 0 +43938904305975:43938904306592 26086:26086 hsa_system_get_info(2, 0x7fc68dca5db8) = 0 +43938904307338:43938904307960 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dc0) = 0 +43938904308708:43938904309327 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dc8) = 0 +43938904310075:43938904310694 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dd0) = 0 +43938904311442:43938904312059 26086:26086 hsa_system_get_info(2, 0x7fc68dca5dd8) = 0 +43938904312805:43938904313432 26086:26086 hsa_system_get_info(2, 0x7fc68dca5de0) = 0 +43938904314181:43938904314802 26086:26086 hsa_system_get_info(2, 0x7fc68dca5de8) = 0 +43938904315566:43938904316186 26086:26086 hsa_system_get_info(2, 0x7fc68dca5df0) = 0 +43938904316937:43938904317559 26086:26086 hsa_system_get_info(2, 0x7fc68dca5df8) = 0 +43938904318308:43938904318930 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e00) = 0 +43938904319683:43938904320306 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e08) = 0 +43938904321055:43938904321674 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e10) = 0 +43938904322419:43938904323043 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e18) = 0 +43938904323795:43938904324418 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e20) = 0 +43938904325168:43938904325782 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e28) = 0 +43938904326529:43938904327154 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e30) = 0 +43938904327904:43938904328526 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e38) = 0 +43938904329275:43938904329896 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e40) = 0 +43938904330650:43938904331271 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e48) = 0 +43938904332018:43938904332641 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e50) = 0 +43938904333392:43938904334013 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e58) = 0 +43938904334763:43938904335403 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e60) = 0 +43938904336875:43938904337499 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e68) = 0 +43938904338247:43938904338868 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e70) = 0 +43938904339619:43938904340242 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e78) = 0 +43938904340993:43938904341613 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e80) = 0 +43938904342360:43938904342982 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e88) = 0 +43938904343729:43938904344355 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e90) = 0 +43938904345108:43938904345729 26086:26086 hsa_system_get_info(2, 0x7fc68dca5e98) = 0 +43938904346476:43938904347099 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ea0) = 0 +43938904347843:43938904348465 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ea8) = 0 +43938904349212:43938904349833 26086:26086 hsa_system_get_info(2, 0x7fc68dca5eb0) = 0 +43938904350578:43938904351202 26086:26086 hsa_system_get_info(2, 0x7fc68dca5eb8) = 0 +43938904351947:43938904352565 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ec0) = 0 +43938904353310:43938904353934 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ec8) = 0 +43938904354680:43938904355299 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ed0) = 0 +43938904356068:43938904356689 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ed8) = 0 +43938904357460:43938904358080 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ee0) = 0 +43938904358830:43938904359448 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ee8) = 0 +43938904360197:43938904360813 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ef0) = 0 +43938904361563:43938904362183 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ef8) = 0 +43938904362930:43938904363549 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f00) = 0 +43938904364315:43938904364945 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f08) = 0 +43938904365695:43938904366317 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f10) = 0 +43938904367070:43938904367687 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f18) = 0 +43938904368437:43938904369061 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f20) = 0 +43938904369813:43938904370436 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f28) = 0 +43938904371187:43938904371810 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f30) = 0 +43938904372560:43938904373189 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f38) = 0 +43938904373938:43938904374559 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f40) = 0 +43938904376001:43938904376627 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f48) = 0 +43938904377373:43938904377993 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f50) = 0 +43938904378745:43938904379365 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f58) = 0 +43938904380120:43938904380742 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f60) = 0 +43938904381494:43938904382114 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f68) = 0 +43938904382864:43938904383487 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f70) = 0 +43938904384243:43938904384861 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f78) = 0 +43938904385611:43938904386233 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f80) = 0 +43938904386983:43938904387606 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f88) = 0 +43938904388358:43938904388977 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f90) = 0 +43938904389727:43938904390345 26086:26086 hsa_system_get_info(2, 0x7fc68dca5f98) = 0 +43938904391097:43938904391722 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fa0) = 0 +43938904392477:43938904393100 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fa8) = 0 +43938904393850:43938904394473 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fb0) = 0 +43938904395234:43938904395854 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fb8) = 0 +43938904396608:43938904397228 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fc0) = 0 +43938904397978:43938904398593 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fc8) = 0 +43938904399344:43938904399961 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fd0) = 0 +43938904400706:43938904401324 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fd8) = 0 +43938904402074:43938904402696 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fe0) = 0 +43938904403447:43938904404067 26086:26086 hsa_system_get_info(2, 0x7fc68dca5fe8) = 0 +43938904404817:43938904405437 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ff0) = 0 +43938904406187:43938904406807 26086:26086 hsa_system_get_info(2, 0x7fc68dca5ff8) = 0 +43938904407557:43938904408176 26086:26086 hsa_system_get_info(2, 0x7fc68dca6000) = 0 +43938904408925:43938904409542 26086:26086 hsa_system_get_info(2, 0x7fc68dca6008) = 0 +43938904410297:43938904410917 26086:26086 hsa_system_get_info(2, 0x7fc68dca6010) = 0 +43938904411680:43938904412303 26086:26086 hsa_system_get_info(2, 0x7fc68dca6018) = 0 +43938904413052:43938904413675 26086:26086 hsa_system_get_info(2, 0x7fc68dca6020) = 0 +43938904414423:43938904415041 26086:26086 hsa_system_get_info(2, 0x7fc68dca6028) = 0 +43938904416510:43938904417139 26086:26086 hsa_system_get_info(2, 0x7fc68dca6030) = 0 +43938904417893:43938904418517 26086:26086 hsa_system_get_info(2, 0x7fc68dca6038) = 0 +43938904419270:43938904419898 26086:26086 hsa_system_get_info(2, 0x7fc68dca6040) = 0 +43938904420653:43938904421279 26086:26086 hsa_system_get_info(2, 0x7fc68dca6048) = 0 +43938904422032:43938904422663 26086:26086 hsa_system_get_info(2, 0x7fc68dca6050) = 0 +43938904423413:43938904424035 26086:26086 hsa_system_get_info(2, 0x7fc68dca6058) = 0 +43938904424789:43938904425414 26086:26086 hsa_system_get_info(2, 0x7fc68dca6060) = 0 +43938904426164:43938904426777 26086:26086 hsa_system_get_info(2, 0x7fc68dca6068) = 0 +43938904427528:43938904428146 26086:26086 hsa_system_get_info(2, 0x7fc68dca6070) = 0 +43938904428898:43938904429513 26086:26086 hsa_system_get_info(2, 0x7fc68dca6078) = 0 +43938904430262:43938904430880 26086:26086 hsa_system_get_info(2, 0x7fc68dca6080) = 0 +43938904431632:43938904432248 26086:26086 hsa_system_get_info(2, 0x7fc68dca6088) = 0 +43938904432999:43938904433614 26086:26086 hsa_system_get_info(2, 0x7fc68dca6090) = 0 +43938904434373:43938904434991 26086:26086 hsa_system_get_info(2, 0x7fc68dca6098) = 0 +43938904435742:43938904436360 26086:26086 hsa_system_get_info(2, 0x7fc68dca60a0) = 0 +43938904437111:43938904437727 26086:26086 hsa_system_get_info(2, 0x7fc68dca60a8) = 0 +43938904438475:43938904439093 26086:26086 hsa_system_get_info(2, 0x7fc68dca60b0) = 0 +43938904439843:43938904440466 26086:26086 hsa_system_get_info(2, 0x7fc68dca60b8) = 0 +43938904441216:43938904441838 26086:26086 hsa_system_get_info(2, 0x7fc68dca60c0) = 0 +43938904442589:43938904443208 26086:26086 hsa_system_get_info(2, 0x7fc68dca60c8) = 0 +43938904443956:43938904444572 26086:26086 hsa_system_get_info(2, 0x7fc68dca60d0) = 0 +43938904445319:43938904445937 26086:26086 hsa_system_get_info(2, 0x7fc68dca60d8) = 0 +43938904446689:43938904447310 26086:26086 hsa_system_get_info(2, 0x7fc68dca60e0) = 0 +43938904448077:43938904448692 26086:26086 hsa_system_get_info(2, 0x7fc68dca60e8) = 0 +43938904449440:43938904450059 26086:26086 hsa_system_get_info(2, 0x7fc68dca60f0) = 0 +43938904450826:43938904451446 26086:26086 hsa_system_get_info(2, 0x7fc68dca60f8) = 0 +43938904452199:43938904452821 26086:26086 hsa_system_get_info(2, 0x7fc68dca6100) = 0 +43938904453573:43938904454196 26086:26086 hsa_system_get_info(2, 0x7fc68dca6108) = 0 +43938904456348:43938904456977 26086:26086 hsa_system_get_info(2, 0x7fc68dca6110) = 0 +43938904457728:43938904458350 26086:26086 hsa_system_get_info(2, 0x7fc68dca6118) = 0 +43938904459106:43938904459724 26086:26086 hsa_system_get_info(2, 0x7fc68dca6120) = 0 +43938904460475:43938904461090 26086:26086 hsa_system_get_info(2, 0x7fc68dca6128) = 0 +43938904461839:43938904462455 26086:26086 hsa_system_get_info(2, 0x7fc68dca6130) = 0 +43938904463200:43938904463823 26086:26086 hsa_system_get_info(2, 0x7fc68dca6138) = 0 +43938904464572:43938904465198 26086:26086 hsa_system_get_info(2, 0x7fc68dca6140) = 0 +43938904465945:43938904466564 26086:26086 hsa_system_get_info(2, 0x7fc68dca6148) = 0 +43938904467315:43938904467938 26086:26086 hsa_system_get_info(2, 0x7fc68dca6150) = 0 +43938904468685:43938904469307 26086:26086 hsa_system_get_info(2, 0x7fc68dca6158) = 0 +43938904470055:43938904470674 26086:26086 hsa_system_get_info(2, 0x7fc68dca6160) = 0 +43938904471424:43938904472047 26086:26086 hsa_system_get_info(2, 0x7fc68dca6168) = 0 +43938904472794:43938904473414 26086:26086 hsa_system_get_info(2, 0x7fc68dca6170) = 0 +43938904474158:43938904474776 26086:26086 hsa_system_get_info(2, 0x7fc68dca6178) = 0 +43938904475525:43938904476157 26086:26086 hsa_system_get_info(2, 0x7fc68dca6180) = 0 +43938904476909:43938904477529 26086:26086 hsa_system_get_info(2, 0x7fc68dca6188) = 0 +43938904478277:43938904478896 26086:26086 hsa_system_get_info(2, 0x7fc68dca6190) = 0 +43938904479648:43938904480268 26086:26086 hsa_system_get_info(2, 0x7fc68dca6198) = 0 +43938904481016:43938904481632 26086:26086 hsa_system_get_info(2, 0x7fc68dca61a0) = 0 +43938904482382:43938904483003 26086:26086 hsa_system_get_info(2, 0x7fc68dca61a8) = 0 +43938904483755:43938904484373 26086:26086 hsa_system_get_info(2, 0x7fc68dca61b0) = 0 +43938904485122:43938904485744 26086:26086 hsa_system_get_info(2, 0x7fc68dca61b8) = 0 +43938904486492:43938904487115 26086:26086 hsa_system_get_info(2, 0x7fc68dca61c0) = 0 +43938904487863:43938904488486 26086:26086 hsa_system_get_info(2, 0x7fc68dca61c8) = 0 +43938904489242:43938904489861 26086:26086 hsa_system_get_info(2, 0x7fc68dca61d0) = 0 +43938904490613:43938904491232 26086:26086 hsa_system_get_info(2, 0x7fc68dca61d8) = 0 +43938904491982:43938904492600 26086:26086 hsa_system_get_info(2, 0x7fc68dca61e0) = 0 +43938904493349:43938904493966 26086:26086 hsa_system_get_info(2, 0x7fc68dca61e8) = 0 +43938904494711:43938904495330 26086:26086 hsa_system_get_info(2, 0x7fc68dca61f0) = 0 +43938904496789:43938904497420 26086:26086 hsa_system_get_info(2, 0x7fc68dca61f8) = 0 +43938904498169:43938904498794 26086:26086 hsa_system_get_info(2, 0x7fc68dca6200) = 0 +43938904499549:43938904500172 26086:26086 hsa_system_get_info(2, 0x7fc68dca6208) = 0 +43938904500921:43938904501543 26086:26086 hsa_system_get_info(2, 0x7fc68dca6210) = 0 +43938904502291:43938904502921 26086:26086 hsa_system_get_info(2, 0x7fc68dca6218) = 0 +43938904503669:43938904504310 26086:26086 hsa_system_get_info(2, 0x7fc68dca6220) = 0 +43938904505057:43938904505680 26086:26086 hsa_system_get_info(2, 0x7fc68dca6228) = 0 +43938904506431:43938904507051 26086:26086 hsa_system_get_info(2, 0x7fc68dca6230) = 0 +43938904507797:43938904508418 26086:26086 hsa_system_get_info(2, 0x7fc68dca6238) = 0 +43938904509165:43938904509787 26086:26086 hsa_system_get_info(2, 0x7fc68dca6240) = 0 +43938904510536:43938904511157 26086:26086 hsa_system_get_info(2, 0x7fc68dca6248) = 0 +43938904511905:43938904512525 26086:26086 hsa_system_get_info(2, 0x7fc68dca6250) = 0 +43938904513272:43938904513888 26086:26086 hsa_system_get_info(2, 0x7fc68dca6258) = 0 +43938904514643:43938904515263 26086:26086 hsa_system_get_info(2, 0x7fc68dca6260) = 0 +43938904516018:43938904516640 26086:26086 hsa_system_get_info(2, 0x7fc68dca6268) = 0 +43938904517388:43938904518011 26086:26086 hsa_system_get_info(2, 0x7fc68dca6270) = 0 +43938904518761:43938904519385 26086:26086 hsa_system_get_info(2, 0x7fc68dca6278) = 0 +43938904520138:43938904520755 26086:26086 hsa_system_get_info(2, 0x7fc68dca6280) = 0 +43938904521502:43938904522126 26086:26086 hsa_system_get_info(2, 0x7fc68dca6288) = 0 +43938904522896:43938904523514 26086:26086 hsa_system_get_info(2, 0x7fc68dca6290) = 0 +43938904524262:43938904524885 26086:26086 hsa_system_get_info(2, 0x7fc68dca6298) = 0 +43938904525634:43938904526256 26086:26086 hsa_system_get_info(2, 0x7fc68dca62a0) = 0 +43938904527005:43938904527630 26086:26086 hsa_system_get_info(2, 0x7fc68dca62a8) = 0 +43938904528377:43938904529011 26086:26086 hsa_system_get_info(2, 0x7fc68dca62b0) = 0 +43938904529785:43938904530408 26086:26086 hsa_system_get_info(2, 0x7fc68dca62b8) = 0 +43938904531157:43938904531786 26086:26086 hsa_system_get_info(2, 0x7fc68dca62c0) = 0 +43938904532537:43938904533160 26086:26086 hsa_system_get_info(2, 0x7fc68dca62c8) = 0 +43938904533913:43938904534542 26086:26086 hsa_system_get_info(2, 0x7fc68dca62d0) = 0 +43938904535985:43938904536618 26086:26086 hsa_system_get_info(2, 0x7fc68dca62d8) = 0 +43938904537368:43938904537985 26086:26086 hsa_system_get_info(2, 0x7fc68dca62e0) = 0 +43938904538734:43938904539359 26086:26086 hsa_system_get_info(2, 0x7fc68dca62e8) = 0 +43938904540106:43938904540727 26086:26086 hsa_system_get_info(2, 0x7fc68dca62f0) = 0 +43938904541476:43938904542102 26086:26086 hsa_system_get_info(2, 0x7fc68dca62f8) = 0 +43938904542852:43938904543473 26086:26086 hsa_system_get_info(2, 0x7fc68dca6300) = 0 +43938904544219:43938904544839 26086:26086 hsa_system_get_info(2, 0x7fc68dca6308) = 0 +43938904545587:43938904546213 26086:26086 hsa_system_get_info(2, 0x7fc68dca6310) = 0 +43938904546967:43938904547588 26086:26086 hsa_system_get_info(2, 0x7fc68dca6318) = 0 +43938904548337:43938904548959 26086:26086 hsa_system_get_info(2, 0x7fc68dca6320) = 0 +43938904549710:43938904550332 26086:26086 hsa_system_get_info(2, 0x7fc68dca6328) = 0 +43938904551083:43938904551709 26086:26086 hsa_system_get_info(2, 0x7fc68dca6330) = 0 +43938904552457:43938904553081 26086:26086 hsa_system_get_info(2, 0x7fc68dca6338) = 0 +43938904553830:43938904554449 26086:26086 hsa_system_get_info(2, 0x7fc68dca6340) = 0 +43938904555196:43938904555833 26086:26086 hsa_system_get_info(2, 0x7fc68dca6348) = 0 +43938904556597:43938904557220 26086:26086 hsa_system_get_info(2, 0x7fc68dca6350) = 0 +43938904557974:43938904558600 26086:26086 hsa_system_get_info(2, 0x7fc68dca6358) = 0 +43938904559351:43938904559975 26086:26086 hsa_system_get_info(2, 0x7fc68dca6360) = 0 +43938904560725:43938904561349 26086:26086 hsa_system_get_info(2, 0x7fc68dca6368) = 0 +43938904562099:43938904562720 26086:26086 hsa_system_get_info(2, 0x7fc68dca6370) = 0 +43938904563474:43938904564097 26086:26086 hsa_system_get_info(2, 0x7fc68dca6378) = 0 +43938904564851:43938904565477 26086:26086 hsa_system_get_info(2, 0x7fc68dca6380) = 0 +43938904566231:43938904566853 26086:26086 hsa_system_get_info(2, 0x7fc68dca6388) = 0 +43938904567601:43938904568227 26086:26086 hsa_system_get_info(2, 0x7fc68dca6390) = 0 +43938904568979:43938904569601 26086:26086 hsa_system_get_info(2, 0x7fc68dca6398) = 0 +43938904570357:43938904570983 26086:26086 hsa_system_get_info(2, 0x7fc68dca63a0) = 0 +43938904571734:43938904572363 26086:26086 hsa_system_get_info(2, 0x7fc68dca63a8) = 0 +43938904573113:43938904573739 26086:26086 hsa_system_get_info(2, 0x7fc68dca63b0) = 0 +43938904574487:43938904575111 26086:26086 hsa_system_get_info(2, 0x7fc68dca63b8) = 0 +43938904576581:43938904577216 26086:26086 hsa_system_get_info(2, 0x7fc68dca63c0) = 0 +43938904577967:43938904578594 26086:26086 hsa_system_get_info(2, 0x7fc68dca63c8) = 0 +43938904579343:43938904579966 26086:26086 hsa_system_get_info(2, 0x7fc68dca63d0) = 0 +43938904580711:43938904581333 26086:26086 hsa_system_get_info(2, 0x7fc68dca63d8) = 0 +43938904582077:43938904582694 26086:26086 hsa_system_get_info(2, 0x7fc68dca63e0) = 0 +43938904583447:43938904584072 26086:26086 hsa_system_get_info(2, 0x7fc68dca63e8) = 0 +43938904584822:43938904585447 26086:26086 hsa_system_get_info(2, 0x7fc68dca63f0) = 0 +43938904586196:43938904586814 26086:26086 hsa_system_get_info(2, 0x7fc68dca63f8) = 0 +43938904587564:43938904588184 26086:26086 hsa_system_get_info(2, 0x7fc68dca6400) = 0 +43938904588935:43938904589562 26086:26086 hsa_system_get_info(2, 0x7fc68dca6408) = 0 +43938904590312:43938904590927 26086:26086 hsa_system_get_info(2, 0x7fc68dca6410) = 0 +43938904591675:43938904592296 26086:26086 hsa_system_get_info(2, 0x7fc68dca6418) = 0 +43938904593045:43938904593668 26086:26086 hsa_system_get_info(2, 0x7fc68dca6420) = 0 +43938904594417:43938904595038 26086:26086 hsa_system_get_info(2, 0x7fc68dca6428) = 0 +43938904595803:43938904596426 26086:26086 hsa_system_get_info(2, 0x7fc68dca6430) = 0 +43938904597173:43938904597793 26086:26086 hsa_system_get_info(2, 0x7fc68dca6438) = 0 +43938904598540:43938904599160 26086:26086 hsa_system_get_info(2, 0x7fc68dca6440) = 0 +43938904599909:43938904600530 26086:26086 hsa_system_get_info(2, 0x7fc68dca6448) = 0 +43938904601280:43938904601902 26086:26086 hsa_system_get_info(2, 0x7fc68dca6450) = 0 +43938904602650:43938904603271 26086:26086 hsa_system_get_info(2, 0x7fc68dca6458) = 0 +43938904604019:43938904604637 26086:26086 hsa_system_get_info(2, 0x7fc68dca6460) = 0 +43938904605381:43938904606001 26086:26086 hsa_system_get_info(2, 0x7fc68dca6468) = 0 +43938904606748:43938904607366 26086:26086 hsa_system_get_info(2, 0x7fc68dca6470) = 0 +43938904608114:43938904608734 26086:26086 hsa_system_get_info(2, 0x7fc68dca6478) = 0 +43938904609486:43938904610104 26086:26086 hsa_system_get_info(2, 0x7fc68dca6480) = 0 +43938904610856:43938904611478 26086:26086 hsa_system_get_info(2, 0x7fc68dca6488) = 0 +43938904612225:43938904612843 26086:26086 hsa_system_get_info(2, 0x7fc68dca6490) = 0 +43938904613589:43938904614207 26086:26086 hsa_system_get_info(2, 0x7fc68dca6498) = 0 +43938904615667:43938904616290 26086:26086 hsa_system_get_info(2, 0x7fc68dca64a0) = 0 +43938904617040:43938904617659 26086:26086 hsa_system_get_info(2, 0x7fc68dca64a8) = 0 +43938904618406:43938904619031 26086:26086 hsa_system_get_info(2, 0x7fc68dca64b0) = 0 +43938904619780:43938904620403 26086:26086 hsa_system_get_info(2, 0x7fc68dca64b8) = 0 +43938904621151:43938904621764 26086:26086 hsa_system_get_info(2, 0x7fc68dca64c0) = 0 +43938904622510:43938904623134 26086:26086 hsa_system_get_info(2, 0x7fc68dca64c8) = 0 +43938904623880:43938904624496 26086:26086 hsa_system_get_info(2, 0x7fc68dca64d0) = 0 +43938904625243:43938904625864 26086:26086 hsa_system_get_info(2, 0x7fc68dca64d8) = 0 +43938904626616:43938904627240 26086:26086 hsa_system_get_info(2, 0x7fc68dca64e0) = 0 +43938904627987:43938904628608 26086:26086 hsa_system_get_info(2, 0x7fc68dca64e8) = 0 +43938904629356:43938904629977 26086:26086 hsa_system_get_info(2, 0x7fc68dca64f0) = 0 +43938904630729:43938904631354 26086:26086 hsa_system_get_info(2, 0x7fc68dca64f8) = 0 +43938904632100:43938904632718 26086:26086 hsa_system_get_info(2, 0x7fc68dca6500) = 0 +43938904633468:43938904634091 26086:26086 hsa_system_get_info(2, 0x7fc68dca6508) = 0 +43938904634880:43938904635501 26086:26086 hsa_system_get_info(2, 0x7fc68dca6510) = 0 +43938904636253:43938904636873 26086:26086 hsa_system_get_info(2, 0x7fc68dca6518) = 0 +43938904637620:43938904638239 26086:26086 hsa_system_get_info(2, 0x7fc68dca6520) = 0 +43938904638988:43938904639609 26086:26086 hsa_system_get_info(2, 0x7fc68dca6528) = 0 +43938904640362:43938904640984 26086:26086 hsa_system_get_info(2, 0x7fc68dca6530) = 0 +43938904641736:43938904642359 26086:26086 hsa_system_get_info(2, 0x7fc68dca6538) = 0 +43938904643106:43938904643729 26086:26086 hsa_system_get_info(2, 0x7fc68dca6540) = 0 +43938904644481:43938904645100 26086:26086 hsa_system_get_info(2, 0x7fc68dca6548) = 0 +43938904645852:43938904646473 26086:26086 hsa_system_get_info(2, 0x7fc68dca6550) = 0 +43938904647223:43938904647839 26086:26086 hsa_system_get_info(2, 0x7fc68dca6558) = 0 +43938904648592:43938904649213 26086:26086 hsa_system_get_info(2, 0x7fc68dca6560) = 0 +43938904649965:43938904650584 26086:26086 hsa_system_get_info(2, 0x7fc68dca6568) = 0 +43938904651335:43938904651957 26086:26086 hsa_system_get_info(2, 0x7fc68dca6570) = 0 +43938904652709:43938904653330 26086:26086 hsa_system_get_info(2, 0x7fc68dca6578) = 0 +43938904654077:43938904654696 26086:26086 hsa_system_get_info(2, 0x7fc68dca6580) = 0 +43938904656171:43938904656800 26086:26086 hsa_system_get_info(2, 0x7fc68dca6588) = 0 +43938904657551:43938904658171 26086:26086 hsa_system_get_info(2, 0x7fc68dca6590) = 0 +43938904658921:43938904659542 26086:26086 hsa_system_get_info(2, 0x7fc68dca6598) = 0 +43938904660291:43938904660917 26086:26086 hsa_system_get_info(2, 0x7fc68dca65a0) = 0 +43938904661666:43938904662283 26086:26086 hsa_system_get_info(2, 0x7fc68dca65a8) = 0 +43938904663032:43938904663651 26086:26086 hsa_system_get_info(2, 0x7fc68dca65b0) = 0 +43938904664401:43938904665022 26086:26086 hsa_system_get_info(2, 0x7fc68dca65b8) = 0 +43938904665767:43938904666385 26086:26086 hsa_system_get_info(2, 0x7fc68dca65c0) = 0 +43938904667133:43938904667749 26086:26086 hsa_system_get_info(2, 0x7fc68dca65c8) = 0 +43938904668495:43938904669115 26086:26086 hsa_system_get_info(2, 0x7fc68dca65d0) = 0 +43938904669860:43938904670479 26086:26086 hsa_system_get_info(2, 0x7fc68dca65d8) = 0 +43938904671222:43938904671846 26086:26086 hsa_system_get_info(2, 0x7fc68dca65e0) = 0 +43938904672599:43938904673223 26086:26086 hsa_system_get_info(2, 0x7fc68dca65e8) = 0 +43938904673971:43938904674617 26086:26086 hsa_system_get_info(2, 0x7fc68dca65f0) = 0 +43938904675363:43938904675985 26086:26086 hsa_system_get_info(2, 0x7fc68dca65f8) = 0 +43938904676738:43938904677359 26086:26086 hsa_system_get_info(2, 0x7fc68dca6600) = 0 +43938904678106:43938904678726 26086:26086 hsa_system_get_info(2, 0x7fc68dca6608) = 0 +43938904679474:43938904680092 26086:26086 hsa_system_get_info(2, 0x7fc68dca6610) = 0 +43938904680842:43938904681466 26086:26086 hsa_system_get_info(2, 0x7fc68dca6618) = 0 +43938904682216:43938904682835 26086:26086 hsa_system_get_info(2, 0x7fc68dca6620) = 0 +43938904683586:43938904684213 26086:26086 hsa_system_get_info(2, 0x7fc68dca6628) = 0 +43938904684958:43938904685579 26086:26086 hsa_system_get_info(2, 0x7fc68dca6630) = 0 +43938904686331:43938904686949 26086:26086 hsa_system_get_info(2, 0x7fc68dca6638) = 0 +43938904687698:43938904688322 26086:26086 hsa_system_get_info(2, 0x7fc68dca6640) = 0 +43938904689098:43938904689723 26086:26086 hsa_system_get_info(2, 0x7fc68dca6648) = 0 +43938904690472:43938904691098 26086:26086 hsa_system_get_info(2, 0x7fc68dca6650) = 0 +43938904691844:43938904692469 26086:26086 hsa_system_get_info(2, 0x7fc68dca6658) = 0 +43938904693219:43938904693836 26086:26086 hsa_system_get_info(2, 0x7fc68dca6660) = 0 +43938904695290:43938904695919 26086:26086 hsa_system_get_info(2, 0x7fc68dca6668) = 0 +43938904696671:43938904697296 26086:26086 hsa_system_get_info(2, 0x7fc68dca6670) = 0 +43938904698046:43938904698672 26086:26086 hsa_system_get_info(2, 0x7fc68dca6678) = 0 +43938904699419:43938904700038 26086:26086 hsa_system_get_info(2, 0x7fc68dca6680) = 0 +43938904700786:43938904701407 26086:26086 hsa_system_get_info(2, 0x7fc68dca6688) = 0 +43938904702154:43938904702778 26086:26086 hsa_system_get_info(2, 0x7fc68dca6690) = 0 +43938904703530:43938904704150 26086:26086 hsa_system_get_info(2, 0x7fc68dca6698) = 0 +43938904704900:43938904705526 26086:26086 hsa_system_get_info(2, 0x7fc68dca66a0) = 0 +43938904706276:43938904706902 26086:26086 hsa_system_get_info(2, 0x7fc68dca66a8) = 0 +43938904707653:43938904708279 26086:26086 hsa_system_get_info(2, 0x7fc68dca66b0) = 0 +43938904709029:43938904709649 26086:26086 hsa_system_get_info(2, 0x7fc68dca66b8) = 0 +43938904710399:43938904711021 26086:26086 hsa_system_get_info(2, 0x7fc68dca66c0) = 0 +43938904711773:43938904712400 26086:26086 hsa_system_get_info(2, 0x7fc68dca66c8) = 0 +43938904713153:43938904713783 26086:26086 hsa_system_get_info(2, 0x7fc68dca66d0) = 0 +43938904714552:43938904715178 26086:26086 hsa_system_get_info(2, 0x7fc68dca66d8) = 0 +43938904715953:43938904716575 26086:26086 hsa_system_get_info(2, 0x7fc68dca66e0) = 0 +43938904717325:43938904717949 26086:26086 hsa_system_get_info(2, 0x7fc68dca66e8) = 0 +43938904718700:43938904719326 26086:26086 hsa_system_get_info(2, 0x7fc68dca66f0) = 0 +43938904720075:43938904720698 26086:26086 hsa_system_get_info(2, 0x7fc68dca66f8) = 0 +43938904721449:43938904722075 26086:26086 hsa_system_get_info(2, 0x7fc68dca6700) = 0 +43938904722845:43938904723469 26086:26086 hsa_system_get_info(2, 0x7fc68dca6708) = 0 +43938904724219:43938904724837 26086:26086 hsa_system_get_info(2, 0x7fc68dca6710) = 0 +43938904725584:43938904726201 26086:26086 hsa_system_get_info(2, 0x7fc68dca6718) = 0 +43938904726950:43938904727570 26086:26086 hsa_system_get_info(2, 0x7fc68dca6720) = 0 +43938904728318:43938904728939 26086:26086 hsa_system_get_info(2, 0x7fc68dca6728) = 0 +43938904729691:43938904730312 26086:26086 hsa_system_get_info(2, 0x7fc68dca6730) = 0 +43938904731062:43938904731677 26086:26086 hsa_system_get_info(2, 0x7fc68dca6738) = 0 +43938904732430:43938904733056 26086:26086 hsa_system_get_info(2, 0x7fc68dca6740) = 0 +43938904734503:43938904735129 26086:26086 hsa_system_get_info(2, 0x7fc68dca6748) = 0 +43938904735877:43938904736499 26086:26086 hsa_system_get_info(2, 0x7fc68dca6750) = 0 +43938904737251:43938904737876 26086:26086 hsa_system_get_info(2, 0x7fc68dca6758) = 0 +43938904738624:43938904739240 26086:26086 hsa_system_get_info(2, 0x7fc68dca6760) = 0 +43938904739990:43938904740610 26086:26086 hsa_system_get_info(2, 0x7fc68dca6768) = 0 +43938904741360:43938904741977 26086:26086 hsa_system_get_info(2, 0x7fc68dca6770) = 0 +43938904742722:43938904743342 26086:26086 hsa_system_get_info(2, 0x7fc68dca6778) = 0 +43938904744090:43938904744710 26086:26086 hsa_system_get_info(2, 0x7fc68dca6780) = 0 +43938904745460:43938904746079 26086:26086 hsa_system_get_info(2, 0x7fc68dca6788) = 0 +43938904746826:43938904747444 26086:26086 hsa_system_get_info(2, 0x7fc68dca6790) = 0 +43938904748194:43938904748814 26086:26086 hsa_system_get_info(2, 0x7fc68dca6798) = 0 +43938904749562:43938904750186 26086:26086 hsa_system_get_info(2, 0x7fc68dca67a0) = 0 +43938904750933:43938904751552 26086:26086 hsa_system_get_info(2, 0x7fc68dca67a8) = 0 +43938904752299:43938904752935 26086:26086 hsa_system_get_info(2, 0x7fc68dca67b0) = 0 +43938904753684:43938904754306 26086:26086 hsa_system_get_info(2, 0x7fc68dca67b8) = 0 +43938904755054:43938904755677 26086:26086 hsa_system_get_info(2, 0x7fc68dca67c0) = 0 +43938904756424:43938904757047 26086:26086 hsa_system_get_info(2, 0x7fc68dca67c8) = 0 +43938904757798:43938904758419 26086:26086 hsa_system_get_info(2, 0x7fc68dca67d0) = 0 +43938904759169:43938904759789 26086:26086 hsa_system_get_info(2, 0x7fc68dca67d8) = 0 +43938904760536:43938904761157 26086:26086 hsa_system_get_info(2, 0x7fc68dca67e0) = 0 +43938904761904:43938904762520 26086:26086 hsa_system_get_info(2, 0x7fc68dca67e8) = 0 +43938904763268:43938904763886 26086:26086 hsa_system_get_info(2, 0x7fc68dca67f0) = 0 +43938904764636:43938904765251 26086:26086 hsa_system_get_info(2, 0x7fc68dca67f8) = 0 +43938904766000:43938904766617 26086:26086 hsa_system_get_info(2, 0x7fc68dca6800) = 0 +43938904767365:43938904767982 26086:26086 hsa_system_get_info(2, 0x7fc68dca6808) = 0 +43938904768735:43938904769353 26086:26086 hsa_system_get_info(2, 0x7fc68dca6810) = 0 +43938904770105:43938904770725 26086:26086 hsa_system_get_info(2, 0x7fc68dca6818) = 0 +43938904771470:43938904772096 26086:26086 hsa_system_get_info(2, 0x7fc68dca6820) = 0 +43938904772859:43938904773476 26086:26086 hsa_system_get_info(2, 0x7fc68dca6828) = 0 +43938904774936:43938904775561 26086:26086 hsa_system_get_info(2, 0x7fc68dca6830) = 0 +43938904776327:43938904776948 26086:26086 hsa_system_get_info(2, 0x7fc68dca6838) = 0 +43938904777700:43938904778314 26086:26086 hsa_system_get_info(2, 0x7fc68dca6840) = 0 +43938904779063:43938904779680 26086:26086 hsa_system_get_info(2, 0x7fc68dca6848) = 0 +43938904780430:43938904781051 26086:26086 hsa_system_get_info(2, 0x7fc68dca6850) = 0 +43938904781802:43938904782417 26086:26086 hsa_system_get_info(2, 0x7fc68dca6858) = 0 +43938904783167:43938904783780 26086:26086 hsa_system_get_info(2, 0x7fc68dca6860) = 0 +43938904784528:43938904785146 26086:26086 hsa_system_get_info(2, 0x7fc68dca6868) = 0 +43938904785896:43938904786514 26086:26086 hsa_system_get_info(2, 0x7fc68dca6870) = 0 +43938904787262:43938904787878 26086:26086 hsa_system_get_info(2, 0x7fc68dca6878) = 0 +43938904788624:43938904789247 26086:26086 hsa_system_get_info(2, 0x7fc68dca6880) = 0 +43938904789994:43938904790616 26086:26086 hsa_system_get_info(2, 0x7fc68dca6888) = 0 +43938904791365:43938904791982 26086:26086 hsa_system_get_info(2, 0x7fc68dca6890) = 0 +43938904792732:43938904793351 26086:26086 hsa_system_get_info(2, 0x7fc68dca6898) = 0 +43938904794100:43938904794717 26086:26086 hsa_system_get_info(2, 0x7fc68dca68a0) = 0 +43938904795464:43938904796089 26086:26086 hsa_system_get_info(2, 0x7fc68dca68a8) = 0 +43938904796855:43938904797474 26086:26086 hsa_system_get_info(2, 0x7fc68dca68b0) = 0 +43938904798224:43938904798841 26086:26086 hsa_system_get_info(2, 0x7fc68dca68b8) = 0 +43938904799595:43938904800215 26086:26086 hsa_system_get_info(2, 0x7fc68dca68c0) = 0 +43938904800966:43938904801594 26086:26086 hsa_system_get_info(2, 0x7fc68dca68c8) = 0 +43938904802343:43938904802963 26086:26086 hsa_system_get_info(2, 0x7fc68dca68d0) = 0 +43938904803711:43938904804332 26086:26086 hsa_system_get_info(2, 0x7fc68dca68d8) = 0 +43938904805082:43938904805700 26086:26086 hsa_system_get_info(2, 0x7fc68dca68e0) = 0 +43938904806449:43938904807067 26086:26086 hsa_system_get_info(2, 0x7fc68dca68e8) = 0 +43938904807815:43938904808437 26086:26086 hsa_system_get_info(2, 0x7fc68dca68f0) = 0 +43938904809181:43938904809801 26086:26086 hsa_system_get_info(2, 0x7fc68dca68f8) = 0 +43938904810550:43938904811168 26086:26086 hsa_system_get_info(2, 0x7fc68dca6900) = 0 +43938904811914:43938904812531 26086:26086 hsa_system_get_info(2, 0x7fc68dca6908) = 0 +43938904813987:43938904814609 26086:26086 hsa_system_get_info(2, 0x7fc68dca6910) = 0 +43938904815355:43938904815972 26086:26086 hsa_system_get_info(2, 0x7fc68dca6918) = 0 +43938904816722:43938904817342 26086:26086 hsa_system_get_info(2, 0x7fc68dca6920) = 0 +43938904818090:43938904818715 26086:26086 hsa_system_get_info(2, 0x7fc68dca6928) = 0 +43938904819465:43938904820088 26086:26086 hsa_system_get_info(2, 0x7fc68dca6930) = 0 +43938904820834:43938904821459 26086:26086 hsa_system_get_info(2, 0x7fc68dca6938) = 0 +43938904822212:43938904822833 26086:26086 hsa_system_get_info(2, 0x7fc68dca6940) = 0 +43938904823579:43938904824200 26086:26086 hsa_system_get_info(2, 0x7fc68dca6948) = 0 +43938904824949:43938904825577 26086:26086 hsa_system_get_info(2, 0x7fc68dca6950) = 0 +43938904826328:43938904826945 26086:26086 hsa_system_get_info(2, 0x7fc68dca6958) = 0 +43938904827693:43938904828316 26086:26086 hsa_system_get_info(2, 0x7fc68dca6960) = 0 +43938904829068:43938904829687 26086:26086 hsa_system_get_info(2, 0x7fc68dca6968) = 0 +43938904830437:43938904831054 26086:26086 hsa_system_get_info(2, 0x7fc68dca6970) = 0 +43938904831803:43938904832435 26086:26086 hsa_system_get_info(2, 0x7fc68dca6978) = 0 +43938904833185:43938904833806 26086:26086 hsa_system_get_info(2, 0x7fc68dca6980) = 0 +43938904834555:43938904835172 26086:26086 hsa_system_get_info(2, 0x7fc68dca6988) = 0 +43938904835920:43938904836536 26086:26086 hsa_system_get_info(2, 0x7fc68dca6990) = 0 +43938904837286:43938904837908 26086:26086 hsa_system_get_info(2, 0x7fc68dca6998) = 0 +43938904838656:43938904839279 26086:26086 hsa_system_get_info(2, 0x7fc68dca69a0) = 0 +43938904840030:43938904840649 26086:26086 hsa_system_get_info(2, 0x7fc68dca69a8) = 0 +43938904841399:43938904842024 26086:26086 hsa_system_get_info(2, 0x7fc68dca69b0) = 0 +43938904842770:43938904843390 26086:26086 hsa_system_get_info(2, 0x7fc68dca69b8) = 0 +43938904844139:43938904844761 26086:26086 hsa_system_get_info(2, 0x7fc68dca69c0) = 0 +43938904845510:43938904846128 26086:26086 hsa_system_get_info(2, 0x7fc68dca69c8) = 0 +43938904846877:43938904847499 26086:26086 hsa_system_get_info(2, 0x7fc68dca69d0) = 0 +43938904848251:43938904848871 26086:26086 hsa_system_get_info(2, 0x7fc68dca69d8) = 0 +43938904849621:43938904850243 26086:26086 hsa_system_get_info(2, 0x7fc68dca69e0) = 0 +43938904850992:43938904851614 26086:26086 hsa_system_get_info(2, 0x7fc68dca69e8) = 0 +43938904852375:43938904853000 26086:26086 hsa_system_get_info(2, 0x7fc68dca69f0) = 0 +43938904854555:43938904855188 26086:26086 hsa_system_get_info(2, 0x7fc68dca69f8) = 0 +43938904855939:43938904856568 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a00) = 0 +43938904857320:43938904857944 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a08) = 0 +43938904858695:43938904859323 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a10) = 0 +43938904860074:43938904860698 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a18) = 0 +43938904861450:43938904862070 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a20) = 0 +43938904862821:43938904863443 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a28) = 0 +43938904864193:43938904864814 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a30) = 0 +43938904865564:43938904866185 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a38) = 0 +43938904866935:43938904867562 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a40) = 0 +43938904868328:43938904868951 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a48) = 0 +43938904869703:43938904870325 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a50) = 0 +43938904871075:43938904871695 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a58) = 0 +43938904872443:43938904873065 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a60) = 0 +43938904873815:43938904874434 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a68) = 0 +43938904875184:43938904875803 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a70) = 0 +43938904876548:43938904877169 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a78) = 0 +43938904877920:43938904878538 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a80) = 0 +43938904879299:43938904879925 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a88) = 0 +43938904880672:43938904881299 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a90) = 0 +43938904882051:43938904882678 26086:26086 hsa_system_get_info(2, 0x7fc68dca6a98) = 0 +43938904883427:43938904884048 26086:26086 hsa_system_get_info(2, 0x7fc68dca6aa0) = 0 +43938904884798:43938904885418 26086:26086 hsa_system_get_info(2, 0x7fc68dca6aa8) = 0 +43938904886173:43938904886801 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ab0) = 0 +43938904887585:43938904888207 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ab8) = 0 +43938904888955:43938904889575 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ac0) = 0 +43938904890324:43938904890939 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ac8) = 0 +43938904891688:43938904892307 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ad0) = 0 +43938904893829:43938904894465 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ad8) = 0 +43938904895216:43938904895836 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ae0) = 0 +43938904896585:43938904897201 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ae8) = 0 +43938904897950:43938904898573 26086:26086 hsa_system_get_info(2, 0x7fc68dca6af0) = 0 +43938904899326:43938904899942 26086:26086 hsa_system_get_info(2, 0x7fc68dca6af8) = 0 +43938904900689:43938904901313 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b00) = 0 +43938904902064:43938904902692 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b08) = 0 +43938904903443:43938904904063 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b10) = 0 +43938904904812:43938904905436 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b18) = 0 +43938904906182:43938904906801 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b20) = 0 +43938904907551:43938904908169 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b28) = 0 +43938904908918:43938904909535 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b30) = 0 +43938904910283:43938904910903 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b38) = 0 +43938904911651:43938904912270 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b40) = 0 +43938904913031:43938904913649 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b48) = 0 +43938904914398:43938904915017 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b50) = 0 +43938904915766:43938904916384 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b58) = 0 +43938904917133:43938904917754 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b60) = 0 +43938904918504:43938904919121 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b68) = 0 +43938904919865:43938904920482 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b70) = 0 +43938904921231:43938904921851 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b78) = 0 +43938904922600:43938904923220 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b80) = 0 +43938904923972:43938904924595 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b88) = 0 +43938904925343:43938904925973 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b90) = 0 +43938904926730:43938904927348 26086:26086 hsa_system_get_info(2, 0x7fc68dca6b98) = 0 +43938904928099:43938904928720 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ba0) = 0 +43938904929467:43938904930089 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ba8) = 0 +43938904930837:43938904931461 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bb0) = 0 +43938904932226:43938904932842 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bb8) = 0 +43938904934292:43938904934919 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bc0) = 0 +43938904935664:43938904936291 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bc8) = 0 +43938904937038:43938904937664 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bd0) = 0 +43938904938413:43938904939039 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bd8) = 0 +43938904939787:43938904940420 26086:26086 hsa_system_get_info(2, 0x7fc68dca6be0) = 0 +43938904941170:43938904941796 26086:26086 hsa_system_get_info(2, 0x7fc68dca6be8) = 0 +43938904942545:43938904943167 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bf0) = 0 +43938904943919:43938904944546 26086:26086 hsa_system_get_info(2, 0x7fc68dca6bf8) = 0 +43938904945297:43938904945918 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c00) = 0 +43938904946667:43938904947287 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c08) = 0 +43938904948038:43938904948660 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c10) = 0 +43938904949408:43938904950031 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c18) = 0 +43938904950799:43938904951424 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c20) = 0 +43938904952172:43938904952793 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c28) = 0 +43938904953542:43938904954163 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c30) = 0 +43938904954912:43938904955530 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c38) = 0 +43938904956291:43938904956913 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c40) = 0 +43938904957662:43938904958284 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c48) = 0 +43938904959033:43938904959654 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c50) = 0 +43938904960403:43938904961028 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c58) = 0 +43938904961778:43938904962390 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c60) = 0 +43938904963135:43938904963751 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c68) = 0 +43938904964500:43938904965119 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c70) = 0 +43938904965869:43938904966487 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c78) = 0 +43938904967249:43938904967870 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c80) = 0 +43938904968623:43938904969241 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c88) = 0 +43938904969991:43938904970615 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c90) = 0 +43938904971365:43938904971986 26086:26086 hsa_system_get_info(2, 0x7fc68dca6c98) = 0 +43938904973452:43938904974085 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ca0) = 0 +43938904974834:43938904975460 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ca8) = 0 +43938904976207:43938904976833 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cb0) = 0 +43938904977581:43938904978204 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cb8) = 0 +43938904978954:43938904979573 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cc0) = 0 +43938904980319:43938904980947 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cc8) = 0 +43938904981699:43938904982317 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cd0) = 0 +43938904983067:43938904983686 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cd8) = 0 +43938904984433:43938904985051 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ce0) = 0 +43938904985801:43938904986423 26086:26086 hsa_system_get_info(2, 0x7fc68dca6ce8) = 0 +43938904987193:43938904987817 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cf0) = 0 +43938904988565:43938904989188 26086:26086 hsa_system_get_info(2, 0x7fc68dca6cf8) = 0 +43938904989933:43938904990555 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d00) = 0 +43938904991304:43938904991929 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d08) = 0 +43938904992677:43938904993294 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d10) = 0 +43938904994042:43938904994664 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d18) = 0 +43938904995416:43938904996037 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d20) = 0 +43938904996786:43938904997404 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d28) = 0 +43938904998156:43938904998775 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d30) = 0 +43938904999524:43938905000142 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d38) = 0 +43938905000891:43938905001509 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d40) = 0 +43938905002257:43938905002878 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d48) = 0 +43938905003626:43938905004247 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d50) = 0 +43938905004998:43938905005639 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d58) = 0 +43938905006390:43938905007010 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d60) = 0 +43938905007764:43938905008379 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d68) = 0 +43938905009131:43938905009753 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d70) = 0 +43938905010503:43938905011128 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d78) = 0 +43938905011884:43938905012504 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d80) = 0 +43938905014560:43938905015190 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d88) = 0 +43938905015961:43938905016585 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d90) = 0 +43938905017332:43938905017955 26086:26086 hsa_system_get_info(2, 0x7fc68dca6d98) = 0 +43938905018702:43938905019325 26086:26086 hsa_system_get_info(2, 0x7fc68dca6da0) = 0 +43938905020072:43938905020692 26086:26086 hsa_system_get_info(2, 0x7fc68dca6da8) = 0 +43938905021440:43938905022059 26086:26086 hsa_system_get_info(2, 0x7fc68dca6db0) = 0 +43938905022804:43938905023429 26086:26086 hsa_system_get_info(2, 0x7fc68dca6db8) = 0 +43938905024181:43938905024805 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dc0) = 0 +43938905025556:43938905026174 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dc8) = 0 +43938905026925:43938905027543 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dd0) = 0 +43938905028296:43938905028915 26086:26086 hsa_system_get_info(2, 0x7fc68dca6dd8) = 0 +43938905029665:43938905030282 26086:26086 hsa_system_get_info(2, 0x7fc68dca6de0) = 0 +43938905031029:43938905031649 26086:26086 hsa_system_get_info(2, 0x7fc68dca6de8) = 0 +43938905032396:43938905033016 26086:26086 hsa_system_get_info(2, 0x7fc68dca6df0) = 0 +43938905033766:43938905034381 26086:26086 hsa_system_get_info(2, 0x7fc68dca6df8) = 0 +43938905035128:43938905035746 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e00) = 0 +43938905036510:43938905037130 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e08) = 0 +43938905037881:43938905038501 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e10) = 0 +43938905039249:43938905039867 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e18) = 0 +43938905040612:43938905041230 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e20) = 0 +43938905041982:43938905042605 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e28) = 0 +43938905043361:43938905043986 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e30) = 0 +43938905044736:43938905045362 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e38) = 0 +43938905046111:43938905046728 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e40) = 0 +43938905047482:43938905048098 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e48) = 0 +43938905048846:43938905049463 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e50) = 0 +43938905050215:43938905050829 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e58) = 0 +43938905051580:43938905052206 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e60) = 0 +43938905053675:43938905054302 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e68) = 0 +43938905055077:43938905055706 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e70) = 0 +43938905056461:43938905057089 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e78) = 0 +43938905057841:43938905058459 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e80) = 0 +43938905059208:43938905059832 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e88) = 0 +43938905060579:43938905061201 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e90) = 0 +43938905061951:43938905062573 26086:26086 hsa_system_get_info(2, 0x7fc68dca6e98) = 0 +43938905326949:43938911557871 26086:26091 hsa_queue_create(, , , 0, 0, , , ) = 0 +43939189530234:43939189533202 26086:26091 hsa_signal_create(1, , 0, 0x7fc634002190) = 0 +43939189567727:43939189587617 26086:26091 hsa_code_object_reader_create_from_file(7, 0x7fc689f98b70) = 0 +43939189588813:43939189596519 26086:26091 hsa_executable_create_alt(1, 0, +43939189597514:43939189750707 26086:26091 hsa_executable_load_agent_code_object(, , , +43939189752889:43939189889592 26086:26091 hsa_executable_freeze(, ) = 0 +43939189890968:43939189892392 26086:26091 hsa_executable_get_symbol(, +43939189899247:43939189899810 26086:26091 hsa_executable_symbol_get_info(, 13, 0x7fc689f98bd0) = 0 +43939189900627:43939189900981 26086:26091 hsa_executable_symbol_get_info(, 14, 0x7fc689f98bd4) = 0 +43939189912972:43939189913406 26086:26091 hsa_executable_symbol_get_info(, 22, 0x7fc689f98be0) = 0 +43939189915866:43939189916344 26086:26091 hsa_signal_store_relaxed(, 1) = void +43939189924130:43939189924969 26086:26091 hsa_queue_load_write_index_relaxed(0x2421000) = 0 +43939189926058:43939189926649 26086:26091 hsa_queue_store_write_index_relaxed(0x2421000, ) = void +43939189927811:43939189928345 26086:26091 hsa_queue_load_read_index_relaxed(0x2421000) = 0 +43939189931129:43939189931996 26086:26091 hsa_signal_store_relaxed(, 0) = void +43939189947661:43939189948388 26086:26091 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43939190016817:43939190053550 26086:26091 hsa_executable_destroy() = 0 +43939190054760:43939190056006 26086:26091 hsa_signal_destroy() = 0 +43939468014346:43939468015082 26086:26091 hsa_signal_create(1, , 0, 0x7fc634002190) = 0 +43939468023006:43939468039445 26086:26091 hsa_code_object_reader_create_from_file(8, 0x7fc689f98b60) = 0 +43939468040482:43939468041650 26086:26091 hsa_executable_create_alt(1, 0, +43939468043766:43939468118495 26086:26091 hsa_executable_load_agent_code_object(, , , +43939468120062:43939468139621 26086:26091 hsa_executable_freeze(, ) = 0 +43939468140624:43939468141841 26086:26091 hsa_executable_get_symbol(, +43939468143811:43939468171528 26086:26091 hsa_amd_memory_pool_allocate(, , , 0x7fc689f98ba0) = 0 +43939468172551:43939468193591 26086:26091 hsa_amd_agents_allow_access(, 0x7fc689f98bb0, 0, 0x801b18000) = 0 +43939468195069:43939468196055 26086:26091 hsa_amd_memory_pool_allocate(, , , 0x7fc689f98ba8) = 0 +43939468197026:43939468205099 26086:26091 hsa_amd_memory_pool_allocate(, , , 0x7fc689f98ba0) = 0 +43939468205947:43939468213321 26086:26091 hsa_amd_agents_allow_access(, 0x7fc689f98bb0, 0, 0x801b01000) = 0 +43939468214340:43939468214810 26086:26091 hsa_executable_symbol_get_info(, 11, 0x7fc689f98c00) = 0 +43939468215682:43939468222815 26086:26091 hsa_amd_memory_pool_allocate(, , , 0x7fc689f98ba0) = 0 +43939468223649:43939468230864 26086:26091 hsa_amd_agents_allow_access(, 0x7fc689f98bb0, 0, 0x243f000) = 0 +43939468681739:43939468682141 26086:26091 hsa_executable_symbol_get_info(, 13, 0x7fc689f98bc0) = 0 +43939468683042:43939468683393 26086:26091 hsa_executable_symbol_get_info(, 14, 0x7fc689f98bc4) = 0 +43939468684136:43939468684561 26086:26091 hsa_executable_symbol_get_info(, 22, 0x7fc689f98bd0) = 0 +43939468695823:43939468696284 26086:26091 hsa_signal_store_relaxed(, 1) = void +43939468701460:43939468702104 26086:26091 hsa_queue_load_write_index_relaxed(0x2421000) = 1 +43939468703177:43939468703718 26086:26091 hsa_queue_store_write_index_relaxed(0x2421000, ) = void +43939468704617:43939468705031 26086:26091 hsa_queue_load_read_index_relaxed(0x2421000) = 1 +43939468705929:43939468706517 26086:26091 hsa_signal_store_relaxed(, 1) = void +43939468711313:43939468726363 26086:26091 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43939468731752:43939468744534 26086:26091 hsa_amd_memory_pool_allocate(, , , 0x7fc689f98be0) = 0 +43939468745527:43939468756171 26086:26091 hsa_amd_agents_allow_access(, 0x7fc689f98bf0, 0, 0x801b30000) = 0 +43939468757498:43939468759176 26086:26091 hsa_signal_create(1, , 0, 0x7fc689f98b90) = 0 +43939468766595:43939468767146 26086:26091 hsa_agent_get_info(, 17, 0x7fc689f98640) = 0 +43939468769167:43939468769772 26086:26091 hsa_amd_memory_pool_get_info(, 0, 0x7fc689f984c0) = 0 +43939468779651:43939468780021 26086:26091 hsa_amd_memory_pool_get_info(, 1, 0x7fc689f984c4) = 0 +43939468780883:43939468781223 26086:26091 hsa_amd_memory_pool_get_info(, 0, 0x7fc689f984c0) = 0 +43939468782008:43939468782346 26086:26091 hsa_amd_memory_pool_get_info(, 1, 0x7fc689f984c4) = 0 +43939468782008:43939468783133 26086:26091 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc634006d60) = 1 +43939468785405:43939468785743 26086:26091 hsa_amd_memory_pool_get_info(, 0, 0x7fc689f984c0) = 0 +43939468786489:43939468786825 26086:26091 hsa_amd_memory_pool_get_info(, 1, 0x7fc689f984c4) = 0 +43939468786489:43939468787567 26086:26091 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc634006d70) = 1 +43939468812510:43939468812938 26086:26091 hsa_agent_get_info(, 17, 0x7fc689f98640) = 0 +43939468813851:43939468817115 26086:26091 hsa_agent_get_info(, 0, 0x7fc634006df4) = 0 +43939468819412:43939468819794 26086:26091 hsa_agent_get_info(, 6, 0x7fc634006e34) = 0 +43939468820596:43939468821009 26086:26091 hsa_agent_get_info(, 14, 0x7fc634006e38) = 0 +43939468821800:43939468822156 26086:26091 hsa_agent_get_info(, 4, 0x7fc634006e3c) = 0 +43939468822917:43939468823278 26086:26091 hsa_agent_get_info(, 40962, 0x7fc634006e58) = 0 +43939468824052:43939468824418 26086:26091 hsa_agent_get_info(, 40970, 0x7fc634006e5c) = 0 +43939468825180:43939468825589 26086:26091 hsa_agent_get_info(, 40971, 0x7fc634006e60) = 0 +43939468835277:43939468835644 26086:26091 hsa_agent_get_info(, 40972, 0x7fc634006e64) = 0 +43939468836417:43939468836762 26086:26091 hsa_agent_get_info(, 40973, 0x7fc634006e68) = 0 +43939468838084:43939468838429 26086:26091 hsa_amd_memory_pool_get_info(, 0, 0x7fc689f984b0) = 0 +43939468839180:43939468839532 26086:26091 hsa_amd_memory_pool_get_info(, 1, 0x7fc689f984b4) = 0 +43939468839180:43939468840281 26086:26091 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fc634006e48) = 1 +43939468839180:43939468844488 26086:26091 hsa_iterate_agents(1, 0x7fc634006b70) = 0 +43939468845569:43939468858976 26086:26091 hsa_system_get_major_extension_table(, , , 0x7fc634006c08) = 0 +43939468859827:43939468860185 26086:26091 hsa_system_get_major_extension_table(, , , 0x7fc634006c58) = 0 +43939468861257:43939468861609 26086:26091 hsa_system_get_info(3, 0x7fc689f987b8) = 0 +43939468874710:43939468875393 26086:26091 hsa_system_get_info(2, 0x7fc63400f020) = 0 +43939468877562:43939468878202 26086:26091 hsa_system_get_info(2, 0x7fc63400f028) = 0 +43939468879002:43939468879625 26086:26091 hsa_system_get_info(2, 0x7fc63400f030) = 0 +43939468880384:43939468881010 26086:26091 hsa_system_get_info(2, 0x7fc63400f038) = 0 +43939468881769:43939468882394 26086:26091 hsa_system_get_info(2, 0x7fc63400f040) = 0 +43939468883147:43939468883771 26086:26091 hsa_system_get_info(2, 0x7fc63400f048) = 0 +43939468884527:43939468885151 26086:26091 hsa_system_get_info(2, 0x7fc63400f050) = 0 +43939468885921:43939468886546 26086:26091 hsa_system_get_info(2, 0x7fc63400f058) = 0 +43939468888192:43939468888832 26086:26091 hsa_system_get_info(2, 0x7fc63400f060) = 0 +43939468889594:43939468890223 26086:26091 hsa_system_get_info(2, 0x7fc63400f068) = 0 +43939468890984:43939468891615 26086:26091 hsa_system_get_info(2, 0x7fc63400f070) = 0 +43939468892374:43939468893001 26086:26091 hsa_system_get_info(2, 0x7fc63400f078) = 0 +43939468893762:43939468894391 26086:26091 hsa_system_get_info(2, 0x7fc63400f080) = 0 +43939468895157:43939468895785 26086:26091 hsa_system_get_info(2, 0x7fc63400f088) = 0 +43939468896544:43939468897174 26086:26091 hsa_system_get_info(2, 0x7fc63400f090) = 0 +43939468897929:43939468898556 26086:26091 hsa_system_get_info(2, 0x7fc63400f098) = 0 +43939468899334:43939468899965 26086:26091 hsa_system_get_info(2, 0x7fc63400f0a0) = 0 +43939468900726:43939468901355 26086:26091 hsa_system_get_info(2, 0x7fc63400f0a8) = 0 +43939468902119:43939468902745 26086:26091 hsa_system_get_info(2, 0x7fc63400f0b0) = 0 +43939468903513:43939468904143 26086:26091 hsa_system_get_info(2, 0x7fc63400f0b8) = 0 +43939468904914:43939468905540 26086:26091 hsa_system_get_info(2, 0x7fc63400f0c0) = 0 +43939468906302:43939468906935 26086:26091 hsa_system_get_info(2, 0x7fc63400f0c8) = 0 +43939468907696:43939468908321 26086:26091 hsa_system_get_info(2, 0x7fc63400f0d0) = 0 +43939468909082:43939468909711 26086:26091 hsa_system_get_info(2, 0x7fc63400f0d8) = 0 +43939468910473:43939468911104 26086:26091 hsa_system_get_info(2, 0x7fc63400f0e0) = 0 +43939468911866:43939468912488 26086:26091 hsa_system_get_info(2, 0x7fc63400f0e8) = 0 +43939468913247:43939468913884 26086:26091 hsa_system_get_info(2, 0x7fc63400f0f0) = 0 +43939468914646:43939468915278 26086:26091 hsa_system_get_info(2, 0x7fc63400f0f8) = 0 +43939468916043:43939468916678 26086:26091 hsa_system_get_info(2, 0x7fc63400f100) = 0 +43939468917440:43939468918071 26086:26091 hsa_system_get_info(2, 0x7fc63400f108) = 0 +43939468918845:43939468919468 26086:26091 hsa_system_get_info(2, 0x7fc63400f110) = 0 +43939468920228:43939468920861 26086:26091 hsa_system_get_info(2, 0x7fc63400f118) = 0 +43939468921624:43939468922257 26086:26091 hsa_system_get_info(2, 0x7fc63400f120) = 0 +43939468923017:43939468923642 26086:26091 hsa_system_get_info(2, 0x7fc63400f128) = 0 +43939468924418:43939468925044 26086:26091 hsa_system_get_info(2, 0x7fc63400f130) = 0 +43939468925805:43939468926429 26086:26091 hsa_system_get_info(2, 0x7fc63400f138) = 0 +43939468927191:43939468927814 26086:26091 hsa_system_get_info(2, 0x7fc63400f140) = 0 +43939468929384:43939468930014 26086:26091 hsa_system_get_info(2, 0x7fc63400f148) = 0 +43939468930773:43939468931399 26086:26091 hsa_system_get_info(2, 0x7fc63400f150) = 0 +43939468932157:43939468932784 26086:26091 hsa_system_get_info(2, 0x7fc63400f158) = 0 +43939468933544:43939468934170 26086:26091 hsa_system_get_info(2, 0x7fc63400f160) = 0 +43939468934929:43939468935559 26086:26091 hsa_system_get_info(2, 0x7fc63400f168) = 0 +43939468936319:43939468936950 26086:26091 hsa_system_get_info(2, 0x7fc63400f170) = 0 +43939468937713:43939468938346 26086:26091 hsa_system_get_info(2, 0x7fc63400f178) = 0 +43939468939108:43939468939733 26086:26091 hsa_system_get_info(2, 0x7fc63400f180) = 0 +43939468940493:43939468941122 26086:26091 hsa_system_get_info(2, 0x7fc63400f188) = 0 +43939468941881:43939468942504 26086:26091 hsa_system_get_info(2, 0x7fc63400f190) = 0 +43939468943266:43939468943894 26086:26091 hsa_system_get_info(2, 0x7fc63400f198) = 0 +43939468944655:43939468945287 26086:26091 hsa_system_get_info(2, 0x7fc63400f1a0) = 0 +43939468946057:43939468946684 26086:26091 hsa_system_get_info(2, 0x7fc63400f1a8) = 0 +43939468947463:43939468948103 26086:26091 hsa_system_get_info(2, 0x7fc63400f1b0) = 0 +43939468948869:43939468949499 26086:26091 hsa_system_get_info(2, 0x7fc63400f1b8) = 0 +43939468950263:43939468950896 26086:26091 hsa_system_get_info(2, 0x7fc63400f1c0) = 0 +43939468951654:43939468952280 26086:26091 hsa_system_get_info(2, 0x7fc63400f1c8) = 0 +43939468953038:43939468953670 26086:26091 hsa_system_get_info(2, 0x7fc63400f1d0) = 0 +43939468954449:43939468955073 26086:26091 hsa_system_get_info(2, 0x7fc63400f1d8) = 0 +43939468955829:43939468956456 26086:26091 hsa_system_get_info(2, 0x7fc63400f1e0) = 0 +43939468957218:43939468957842 26086:26091 hsa_system_get_info(2, 0x7fc63400f1e8) = 0 +43939468958603:43939468959228 26086:26091 hsa_system_get_info(2, 0x7fc63400f1f0) = 0 +43939468959988:43939468960616 26086:26091 hsa_system_get_info(2, 0x7fc63400f1f8) = 0 +43939468961373:43939468961994 26086:26091 hsa_system_get_info(2, 0x7fc63400f200) = 0 +43939468962755:43939468963383 26086:26091 hsa_system_get_info(2, 0x7fc63400f208) = 0 +43939468964137:43939468964764 26086:26091 hsa_system_get_info(2, 0x7fc63400f210) = 0 +43939468965527:43939468966149 26086:26091 hsa_system_get_info(2, 0x7fc63400f218) = 0 +43939468966909:43939468967539 26086:26091 hsa_system_get_info(2, 0x7fc63400f220) = 0 +43939468969025:43939468969660 26086:26091 hsa_system_get_info(2, 0x7fc63400f228) = 0 +43939468970419:43939468971047 26086:26091 hsa_system_get_info(2, 0x7fc63400f230) = 0 +43939468971807:43939468972427 26086:26091 hsa_system_get_info(2, 0x7fc63400f238) = 0 +43939468973188:43939468973812 26086:26091 hsa_system_get_info(2, 0x7fc63400f240) = 0 +43939468974573:43939468975190 26086:26091 hsa_system_get_info(2, 0x7fc63400f248) = 0 +43939468975949:43939468976579 26086:26091 hsa_system_get_info(2, 0x7fc63400f250) = 0 +43939468977338:43939468977964 26086:26091 hsa_system_get_info(2, 0x7fc63400f258) = 0 +43939468978724:43939468979360 26086:26091 hsa_system_get_info(2, 0x7fc63400f260) = 0 +43939468980117:43939468980743 26086:26091 hsa_system_get_info(2, 0x7fc63400f268) = 0 +43939468981504:43939468982136 26086:26091 hsa_system_get_info(2, 0x7fc63400f270) = 0 +43939468982898:43939468983524 26086:26091 hsa_system_get_info(2, 0x7fc63400f278) = 0 +43939468984300:43939468984930 26086:26091 hsa_system_get_info(2, 0x7fc63400f280) = 0 +43939468985701:43939468986321 26086:26091 hsa_system_get_info(2, 0x7fc63400f288) = 0 +43939468987087:43939468987718 26086:26091 hsa_system_get_info(2, 0x7fc63400f290) = 0 +43939468988480:43939468989108 26086:26091 hsa_system_get_info(2, 0x7fc63400f298) = 0 +43939468989868:43939468990492 26086:26091 hsa_system_get_info(2, 0x7fc63400f2a0) = 0 +43939468991252:43939468991874 26086:26091 hsa_system_get_info(2, 0x7fc63400f2a8) = 0 +43939468992637:43939468993267 26086:26091 hsa_system_get_info(2, 0x7fc63400f2b0) = 0 +43939468994031:43939468994654 26086:26091 hsa_system_get_info(2, 0x7fc63400f2b8) = 0 +43939468995411:43939468996042 26086:26091 hsa_system_get_info(2, 0x7fc63400f2c0) = 0 +43939468996804:43939468997427 26086:26091 hsa_system_get_info(2, 0x7fc63400f2c8) = 0 +43939468998190:43939468998816 26086:26091 hsa_system_get_info(2, 0x7fc63400f2d0) = 0 +43939468999576:43939469000204 26086:26091 hsa_system_get_info(2, 0x7fc63400f2d8) = 0 +43939469000963:43939469001589 26086:26091 hsa_system_get_info(2, 0x7fc63400f2e0) = 0 +43939469002349:43939469002977 26086:26091 hsa_system_get_info(2, 0x7fc63400f2e8) = 0 +43939469003748:43939469004371 26086:26091 hsa_system_get_info(2, 0x7fc63400f2f0) = 0 +43939469005134:43939469005759 26086:26091 hsa_system_get_info(2, 0x7fc63400f2f8) = 0 +43939469006525:43939469007148 26086:26091 hsa_system_get_info(2, 0x7fc63400f300) = 0 +43939469007911:43939469008540 26086:26091 hsa_system_get_info(2, 0x7fc63400f308) = 0 +43939469010783:43939469011421 26086:26091 hsa_system_get_info(2, 0x7fc63400f310) = 0 +43939469012185:43939469012810 26086:26091 hsa_system_get_info(2, 0x7fc63400f318) = 0 +43939469013574:43939469014196 26086:26091 hsa_system_get_info(2, 0x7fc63400f320) = 0 +43939469014957:43939469015591 26086:26091 hsa_system_get_info(2, 0x7fc63400f328) = 0 +43939469016363:43939469016995 26086:26091 hsa_system_get_info(2, 0x7fc63400f330) = 0 +43939469017755:43939469018387 26086:26091 hsa_system_get_info(2, 0x7fc63400f338) = 0 +43939469019148:43939469019770 26086:26091 hsa_system_get_info(2, 0x7fc63400f340) = 0 +43939469020530:43939469021153 26086:26091 hsa_system_get_info(2, 0x7fc63400f348) = 0 +43939469021917:43939469022541 26086:26091 hsa_system_get_info(2, 0x7fc63400f350) = 0 +43939469023305:43939469023929 26086:26091 hsa_system_get_info(2, 0x7fc63400f358) = 0 +43939469024699:43939469025329 26086:26091 hsa_system_get_info(2, 0x7fc63400f360) = 0 +43939469026090:43939469026712 26086:26091 hsa_system_get_info(2, 0x7fc63400f368) = 0 +43939469027473:43939469028099 26086:26091 hsa_system_get_info(2, 0x7fc63400f370) = 0 +43939469028860:43939469029490 26086:26091 hsa_system_get_info(2, 0x7fc63400f378) = 0 +43939469030252:43939469030883 26086:26091 hsa_system_get_info(2, 0x7fc63400f380) = 0 +43939469031645:43939469032267 26086:26091 hsa_system_get_info(2, 0x7fc63400f388) = 0 +43939469033032:43939469033658 26086:26091 hsa_system_get_info(2, 0x7fc63400f390) = 0 +43939469034434:43939469035066 26086:26091 hsa_system_get_info(2, 0x7fc63400f398) = 0 +43939469035833:43939469036465 26086:26091 hsa_system_get_info(2, 0x7fc63400f3a0) = 0 +43939469037234:43939469037866 26086:26091 hsa_system_get_info(2, 0x7fc63400f3a8) = 0 +43939469038647:43939469039285 26086:26091 hsa_system_get_info(2, 0x7fc63400f3b0) = 0 +43939469040046:43939469040671 26086:26091 hsa_system_get_info(2, 0x7fc63400f3b8) = 0 +43939469041428:43939469042058 26086:26091 hsa_system_get_info(2, 0x7fc63400f3c0) = 0 +43939469042818:43939469043447 26086:26091 hsa_system_get_info(2, 0x7fc63400f3c8) = 0 +43939469044212:43939469044841 26086:26091 hsa_system_get_info(2, 0x7fc63400f3d0) = 0 +43939469045599:43939469046225 26086:26091 hsa_system_get_info(2, 0x7fc63400f3d8) = 0 +43939469047005:43939469047635 26086:26091 hsa_system_get_info(2, 0x7fc63400f3e0) = 0 +43939469048395:43939469049030 26086:26091 hsa_system_get_info(2, 0x7fc63400f3e8) = 0 +43939469050516:43939469051146 26086:26091 hsa_system_get_info(2, 0x7fc63400f3f0) = 0 +43939469051908:43939469052544 26086:26091 hsa_system_get_info(2, 0x7fc63400f3f8) = 0 +43939469053307:43939469053937 26086:26091 hsa_system_get_info(2, 0x7fc63400f400) = 0 +43939469054704:43939469055331 26086:26091 hsa_system_get_info(2, 0x7fc63400f408) = 0 +43939469056090:43939469056711 26086:26091 hsa_system_get_info(2, 0x7fc63400f410) = 0 +43939469057469:43939469058098 26086:26091 hsa_system_get_info(2, 0x7fc63400f418) = 0 +43939469058859:43939469059489 26086:26091 hsa_system_get_info(2, 0x7fc63400f420) = 0 +43939469060263:43939469060894 26086:26091 hsa_system_get_info(2, 0x7fc63400f428) = 0 +43939469061653:43939469062279 26086:26091 hsa_system_get_info(2, 0x7fc63400f430) = 0 +43939469063038:43939469063665 26086:26091 hsa_system_get_info(2, 0x7fc63400f438) = 0 +43939469064424:43939469065060 26086:26091 hsa_system_get_info(2, 0x7fc63400f440) = 0 +43939469065824:43939469066454 26086:26091 hsa_system_get_info(2, 0x7fc63400f448) = 0 +43939469067215:43939469067846 26086:26091 hsa_system_get_info(2, 0x7fc63400f450) = 0 +43939469068614:43939469069243 26086:26091 hsa_system_get_info(2, 0x7fc63400f458) = 0 +43939469070004:43939469070633 26086:26091 hsa_system_get_info(2, 0x7fc63400f460) = 0 +43939469071396:43939469072024 26086:26091 hsa_system_get_info(2, 0x7fc63400f468) = 0 +43939469072785:43939469073408 26086:26091 hsa_system_get_info(2, 0x7fc63400f470) = 0 +43939469074165:43939469074790 26086:26091 hsa_system_get_info(2, 0x7fc63400f478) = 0 +43939469075551:43939469076181 26086:26091 hsa_system_get_info(2, 0x7fc63400f480) = 0 +43939469076937:43939469077560 26086:26091 hsa_system_get_info(2, 0x7fc63400f488) = 0 +43939469078336:43939469078960 26086:26091 hsa_system_get_info(2, 0x7fc63400f490) = 0 +43939469079720:43939469080350 26086:26091 hsa_system_get_info(2, 0x7fc63400f498) = 0 +43939469081113:43939469081742 26086:26091 hsa_system_get_info(2, 0x7fc63400f4a0) = 0 +43939469082505:43939469083135 26086:26091 hsa_system_get_info(2, 0x7fc63400f4a8) = 0 +43939469083897:43939469084527 26086:26091 hsa_system_get_info(2, 0x7fc63400f4b0) = 0 +43939469085286:43939469085921 26086:26091 hsa_system_get_info(2, 0x7fc63400f4b8) = 0 +43939469086682:43939469087314 26086:26091 hsa_system_get_info(2, 0x7fc63400f4c0) = 0 +43939469088079:43939469088703 26086:26091 hsa_system_get_info(2, 0x7fc63400f4c8) = 0 +43939469089460:43939469090094 26086:26091 hsa_system_get_info(2, 0x7fc63400f4d0) = 0 +43939469091576:43939469092206 26086:26091 hsa_system_get_info(2, 0x7fc63400f4d8) = 0 +43939469092968:43939469093597 26086:26091 hsa_system_get_info(2, 0x7fc63400f4e0) = 0 +43939469094356:43939469094978 26086:26091 hsa_system_get_info(2, 0x7fc63400f4e8) = 0 +43939469095737:43939469096363 26086:26091 hsa_system_get_info(2, 0x7fc63400f4f0) = 0 +43939469097139:43939469097768 26086:26091 hsa_system_get_info(2, 0x7fc63400f4f8) = 0 +43939469098528:43939469099158 26086:26091 hsa_system_get_info(2, 0x7fc63400f500) = 0 +43939469099915:43939469100542 26086:26091 hsa_system_get_info(2, 0x7fc63400f508) = 0 +43939469101305:43939469101932 26086:26091 hsa_system_get_info(2, 0x7fc63400f510) = 0 +43939469102694:43939469103324 26086:26091 hsa_system_get_info(2, 0x7fc63400f518) = 0 +43939469104084:43939469104707 26086:26091 hsa_system_get_info(2, 0x7fc63400f520) = 0 +43939469105474:43939469106102 26086:26091 hsa_system_get_info(2, 0x7fc63400f528) = 0 +43939469106879:43939469107508 26086:26091 hsa_system_get_info(2, 0x7fc63400f530) = 0 +43939469108274:43939469108899 26086:26091 hsa_system_get_info(2, 0x7fc63400f538) = 0 +43939469109659:43939469110281 26086:26091 hsa_system_get_info(2, 0x7fc63400f540) = 0 +43939469111038:43939469111667 26086:26091 hsa_system_get_info(2, 0x7fc63400f548) = 0 +43939469112433:43939469113070 26086:26091 hsa_system_get_info(2, 0x7fc63400f550) = 0 +43939469113831:43939469114462 26086:26091 hsa_system_get_info(2, 0x7fc63400f558) = 0 +43939469115222:43939469115870 26086:26091 hsa_system_get_info(2, 0x7fc63400f560) = 0 +43939469116633:43939469117265 26086:26091 hsa_system_get_info(2, 0x7fc63400f568) = 0 +43939469118026:43939469118653 26086:26091 hsa_system_get_info(2, 0x7fc63400f570) = 0 +43939469119426:43939469120055 26086:26091 hsa_system_get_info(2, 0x7fc63400f578) = 0 +43939469120816:43939469121444 26086:26091 hsa_system_get_info(2, 0x7fc63400f580) = 0 +43939469122203:43939469122834 26086:26091 hsa_system_get_info(2, 0x7fc63400f588) = 0 +43939469123588:43939469124220 26086:26091 hsa_system_get_info(2, 0x7fc63400f590) = 0 +43939469124984:43939469125609 26086:26091 hsa_system_get_info(2, 0x7fc63400f598) = 0 +43939469126368:43939469127000 26086:26091 hsa_system_get_info(2, 0x7fc63400f5a0) = 0 +43939469127762:43939469128399 26086:26091 hsa_system_get_info(2, 0x7fc63400f5a8) = 0 +43939469129161:43939469129798 26086:26091 hsa_system_get_info(2, 0x7fc63400f5b0) = 0 +43939469131278:43939469131913 26086:26091 hsa_system_get_info(2, 0x7fc63400f5b8) = 0 +43939469132678:43939469133308 26086:26091 hsa_system_get_info(2, 0x7fc63400f5c0) = 0 +43939469134065:43939469134682 26086:26091 hsa_system_get_info(2, 0x7fc63400f5c8) = 0 +43939469135444:43939469136070 26086:26091 hsa_system_get_info(2, 0x7fc63400f5d0) = 0 +43939469136831:43939469137454 26086:26091 hsa_system_get_info(2, 0x7fc63400f5d8) = 0 +43939469138214:43939469138838 26086:26091 hsa_system_get_info(2, 0x7fc63400f5e0) = 0 +43939469139603:43939469140235 26086:26091 hsa_system_get_info(2, 0x7fc63400f5e8) = 0 +43939469140999:43939469141629 26086:26091 hsa_system_get_info(2, 0x7fc63400f5f0) = 0 +43939469142388:43939469143016 26086:26091 hsa_system_get_info(2, 0x7fc63400f5f8) = 0 +43939469143775:43939469144404 26086:26091 hsa_system_get_info(2, 0x7fc63400f600) = 0 +43939469145167:43939469145791 26086:26091 hsa_system_get_info(2, 0x7fc63400f608) = 0 +43939469146586:43939469147218 26086:26091 hsa_system_get_info(2, 0x7fc63400f610) = 0 +43939469147987:43939469148619 26086:26091 hsa_system_get_info(2, 0x7fc63400f618) = 0 +43939469149379:43939469150002 26086:26091 hsa_system_get_info(2, 0x7fc63400f620) = 0 +43939469150762:43939469151385 26086:26091 hsa_system_get_info(2, 0x7fc63400f628) = 0 +43939469152149:43939469152781 26086:26091 hsa_system_get_info(2, 0x7fc63400f630) = 0 +43939469153543:43939469154177 26086:26091 hsa_system_get_info(2, 0x7fc63400f638) = 0 +43939469154935:43939469155558 26086:26091 hsa_system_get_info(2, 0x7fc63400f640) = 0 +43939469156316:43939469156947 26086:26091 hsa_system_get_info(2, 0x7fc63400f648) = 0 +43939469157712:43939469158337 26086:26091 hsa_system_get_info(2, 0x7fc63400f650) = 0 +43939469159099:43939469159728 26086:26091 hsa_system_get_info(2, 0x7fc63400f658) = 0 +43939469160488:43939469161117 26086:26091 hsa_system_get_info(2, 0x7fc63400f660) = 0 +43939469161879:43939469162501 26086:26091 hsa_system_get_info(2, 0x7fc63400f668) = 0 +43939469163265:43939469163897 26086:26091 hsa_system_get_info(2, 0x7fc63400f670) = 0 +43939469164653:43939469165280 26086:26091 hsa_system_get_info(2, 0x7fc63400f678) = 0 +43939469166060:43939469166695 26086:26091 hsa_system_get_info(2, 0x7fc63400f680) = 0 +43939469167455:43939469168084 26086:26091 hsa_system_get_info(2, 0x7fc63400f688) = 0 +43939469168844:43939469169479 26086:26091 hsa_system_get_info(2, 0x7fc63400f690) = 0 +43939469170975:43939469171607 26086:26091 hsa_system_get_info(2, 0x7fc63400f698) = 0 +43939469172370:43939469172995 26086:26091 hsa_system_get_info(2, 0x7fc63400f6a0) = 0 +43939469173757:43939469174387 26086:26091 hsa_system_get_info(2, 0x7fc63400f6a8) = 0 +43939469175146:43939469175775 26086:26091 hsa_system_get_info(2, 0x7fc63400f6b0) = 0 +43939469176539:43939469177169 26086:26091 hsa_system_get_info(2, 0x7fc63400f6b8) = 0 +43939469177927:43939469178559 26086:26091 hsa_system_get_info(2, 0x7fc63400f6c0) = 0 +43939469179319:43939469179951 26086:26091 hsa_system_get_info(2, 0x7fc63400f6c8) = 0 +43939469180709:43939469181341 26086:26091 hsa_system_get_info(2, 0x7fc63400f6d0) = 0 +43939469182099:43939469182726 26086:26091 hsa_system_get_info(2, 0x7fc63400f6d8) = 0 +43939469183483:43939469184108 26086:26091 hsa_system_get_info(2, 0x7fc63400f6e0) = 0 +43939469184864:43939469185485 26086:26091 hsa_system_get_info(2, 0x7fc63400f6e8) = 0 +43939469186253:43939469186881 26086:26091 hsa_system_get_info(2, 0x7fc63400f6f0) = 0 +43939469187664:43939469188301 26086:26091 hsa_system_get_info(2, 0x7fc63400f6f8) = 0 +43939469189077:43939469189704 26086:26091 hsa_system_get_info(2, 0x7fc63400f700) = 0 +43939469190472:43939469191096 26086:26091 hsa_system_get_info(2, 0x7fc63400f708) = 0 +43939469191857:43939469192484 26086:26091 hsa_system_get_info(2, 0x7fc63400f710) = 0 +43939469193245:43939469193875 26086:26091 hsa_system_get_info(2, 0x7fc63400f718) = 0 +43939469194635:43939469195264 26086:26091 hsa_system_get_info(2, 0x7fc63400f720) = 0 +43939469196021:43939469196648 26086:26091 hsa_system_get_info(2, 0x7fc63400f728) = 0 +43939469197415:43939469198039 26086:26091 hsa_system_get_info(2, 0x7fc63400f730) = 0 +43939469198802:43939469199433 26086:26091 hsa_system_get_info(2, 0x7fc63400f738) = 0 +43939469200197:43939469200828 26086:26091 hsa_system_get_info(2, 0x7fc63400f740) = 0 +43939469201588:43939469202218 26086:26091 hsa_system_get_info(2, 0x7fc63400f748) = 0 +43939469202979:43939469203611 26086:26091 hsa_system_get_info(2, 0x7fc63400f750) = 0 +43939469204370:43939469204994 26086:26091 hsa_system_get_info(2, 0x7fc63400f758) = 0 +43939469205750:43939469206377 26086:26091 hsa_system_get_info(2, 0x7fc63400f760) = 0 +43939469207137:43939469207777 26086:26091 hsa_system_get_info(2, 0x7fc63400f768) = 0 +43939469208534:43939469209162 26086:26091 hsa_system_get_info(2, 0x7fc63400f770) = 0 +43939469209925:43939469210553 26086:26091 hsa_system_get_info(2, 0x7fc63400f778) = 0 +43939469212033:43939469212670 26086:26091 hsa_system_get_info(2, 0x7fc63400f780) = 0 +43939469213431:43939469214059 26086:26091 hsa_system_get_info(2, 0x7fc63400f788) = 0 +43939469214820:43939469215448 26086:26091 hsa_system_get_info(2, 0x7fc63400f790) = 0 +43939469216211:43939469216838 26086:26091 hsa_system_get_info(2, 0x7fc63400f798) = 0 +43939469217594:43939469218230 26086:26091 hsa_system_get_info(2, 0x7fc63400f7a0) = 0 +43939469218989:43939469219612 26086:26091 hsa_system_get_info(2, 0x7fc63400f7a8) = 0 +43939469220372:43939469221002 26086:26091 hsa_system_get_info(2, 0x7fc63400f7b0) = 0 +43939469221762:43939469222390 26086:26091 hsa_system_get_info(2, 0x7fc63400f7b8) = 0 +43939469223167:43939469223802 26086:26091 hsa_system_get_info(2, 0x7fc63400f7c0) = 0 +43939469224560:43939469225188 26086:26091 hsa_system_get_info(2, 0x7fc63400f7c8) = 0 +43939469225947:43939469226577 26086:26091 hsa_system_get_info(2, 0x7fc63400f7d0) = 0 +43939469227336:43939469227965 26086:26091 hsa_system_get_info(2, 0x7fc63400f7d8) = 0 +43939469228728:43939469229356 26086:26091 hsa_system_get_info(2, 0x7fc63400f7e0) = 0 +43939469230120:43939469230747 26086:26091 hsa_system_get_info(2, 0x7fc63400f7e8) = 0 +43939469231509:43939469232140 26086:26091 hsa_system_get_info(2, 0x7fc63400f7f0) = 0 +43939469232903:43939469233530 26086:26091 hsa_system_get_info(2, 0x7fc63400f7f8) = 0 +43939469234286:43939469234911 26086:26091 hsa_system_get_info(2, 0x7fc63400f800) = 0 +43939469235679:43939469236303 26086:26091 hsa_system_get_info(2, 0x7fc63400f808) = 0 +43939469237068:43939469237700 26086:26091 hsa_system_get_info(2, 0x7fc63400f810) = 0 +43939469238463:43939469239094 26086:26091 hsa_system_get_info(2, 0x7fc63400f818) = 0 +43939469239853:43939469240485 26086:26091 hsa_system_get_info(2, 0x7fc63400f820) = 0 +43939469241246:43939469241895 26086:26091 hsa_system_get_info(2, 0x7fc63400f828) = 0 +43939469242655:43939469243285 26086:26091 hsa_system_get_info(2, 0x7fc63400f830) = 0 +43939469244046:43939469244672 26086:26091 hsa_system_get_info(2, 0x7fc63400f838) = 0 +43939469245434:43939469246059 26086:26091 hsa_system_get_info(2, 0x7fc63400f840) = 0 +43939469246821:43939469247449 26086:26091 hsa_system_get_info(2, 0x7fc63400f848) = 0 +43939469248211:43939469248841 26086:26091 hsa_system_get_info(2, 0x7fc63400f850) = 0 +43939469249609:43939469250246 26086:26091 hsa_system_get_info(2, 0x7fc63400f858) = 0 +43939469251779:43939469252413 26086:26091 hsa_system_get_info(2, 0x7fc63400f860) = 0 +43939469253178:43939469253801 26086:26091 hsa_system_get_info(2, 0x7fc63400f868) = 0 +43939469254568:43939469255203 26086:26091 hsa_system_get_info(2, 0x7fc63400f870) = 0 +43939469255964:43939469256592 26086:26091 hsa_system_get_info(2, 0x7fc63400f878) = 0 +43939469257355:43939469257983 26086:26091 hsa_system_get_info(2, 0x7fc63400f880) = 0 +43939469258743:43939469259367 26086:26091 hsa_system_get_info(2, 0x7fc63400f888) = 0 +43939469260126:43939469260752 26086:26091 hsa_system_get_info(2, 0x7fc63400f890) = 0 +43939469261512:43939469262139 26086:26091 hsa_system_get_info(2, 0x7fc63400f898) = 0 +43939469262896:43939469263527 26086:26091 hsa_system_get_info(2, 0x7fc63400f8a0) = 0 +43939469264280:43939469264909 26086:26091 hsa_system_get_info(2, 0x7fc63400f8a8) = 0 +43939469265676:43939469266307 26086:26091 hsa_system_get_info(2, 0x7fc63400f8b0) = 0 +43939469267076:43939469267700 26086:26091 hsa_system_get_info(2, 0x7fc63400f8b8) = 0 +43939469268469:43939469269113 26086:26091 hsa_system_get_info(2, 0x7fc63400f8c0) = 0 +43939469269873:43939469270503 26086:26091 hsa_system_get_info(2, 0x7fc63400f8c8) = 0 +43939469271262:43939469271893 26086:26091 hsa_system_get_info(2, 0x7fc63400f8d0) = 0 +43939469272649:43939469273280 26086:26091 hsa_system_get_info(2, 0x7fc63400f8d8) = 0 +43939469274043:43939469274673 26086:26091 hsa_system_get_info(2, 0x7fc63400f8e0) = 0 +43939469275432:43939469276061 26086:26091 hsa_system_get_info(2, 0x7fc63400f8e8) = 0 +43939469276824:43939469277462 26086:26091 hsa_system_get_info(2, 0x7fc63400f8f0) = 0 +43939469278223:43939469278846 26086:26091 hsa_system_get_info(2, 0x7fc63400f8f8) = 0 +43939469279605:43939469280227 26086:26091 hsa_system_get_info(2, 0x7fc63400f900) = 0 +43939469280988:43939469281616 26086:26091 hsa_system_get_info(2, 0x7fc63400f908) = 0 +43939469282375:43939469283001 26086:26091 hsa_system_get_info(2, 0x7fc63400f910) = 0 +43939469283762:43939469284392 26086:26091 hsa_system_get_info(2, 0x7fc63400f918) = 0 +43939469285153:43939469285779 26086:26091 hsa_system_get_info(2, 0x7fc63400f920) = 0 +43939469286543:43939469287172 26086:26091 hsa_system_get_info(2, 0x7fc63400f928) = 0 +43939469287949:43939469288582 26086:26091 hsa_system_get_info(2, 0x7fc63400f930) = 0 +43939469289364:43939469289989 26086:26091 hsa_system_get_info(2, 0x7fc63400f938) = 0 +43939469290751:43939469291382 26086:26091 hsa_system_get_info(2, 0x7fc63400f940) = 0 +43939469292854:43939469293486 26086:26091 hsa_system_get_info(2, 0x7fc63400f948) = 0 +43939469294246:43939469294874 26086:26091 hsa_system_get_info(2, 0x7fc63400f950) = 0 +43939469295634:43939469296267 26086:26091 hsa_system_get_info(2, 0x7fc63400f958) = 0 +43939469297030:43939469297663 26086:26091 hsa_system_get_info(2, 0x7fc63400f960) = 0 +43939469298423:43939469299053 26086:26091 hsa_system_get_info(2, 0x7fc63400f968) = 0 +43939469299818:43939469300455 26086:26091 hsa_system_get_info(2, 0x7fc63400f970) = 0 +43939469301215:43939469301848 26086:26091 hsa_system_get_info(2, 0x7fc63400f978) = 0 +43939469302613:43939469303243 26086:26091 hsa_system_get_info(2, 0x7fc63400f980) = 0 +43939469304001:43939469304632 26086:26091 hsa_system_get_info(2, 0x7fc63400f988) = 0 +43939469305394:43939469306022 26086:26091 hsa_system_get_info(2, 0x7fc63400f990) = 0 +43939469306790:43939469307422 26086:26091 hsa_system_get_info(2, 0x7fc63400f998) = 0 +43939469308183:43939469308825 26086:26091 hsa_system_get_info(2, 0x7fc63400f9a0) = 0 +43939469309587:43939469310217 26086:26091 hsa_system_get_info(2, 0x7fc63400f9a8) = 0 +43939469310992:43939469311622 26086:26091 hsa_system_get_info(2, 0x7fc63400f9b0) = 0 +43939469312383:43939469313012 26086:26091 hsa_system_get_info(2, 0x7fc63400f9b8) = 0 +43939469313773:43939469314413 26086:26091 hsa_system_get_info(2, 0x7fc63400f9c0) = 0 +43939469315175:43939469315798 26086:26091 hsa_system_get_info(2, 0x7fc63400f9c8) = 0 +43939469316556:43939469317194 26086:26091 hsa_system_get_info(2, 0x7fc63400f9d0) = 0 +43939469317951:43939469318579 26086:26091 hsa_system_get_info(2, 0x7fc63400f9d8) = 0 +43939469319337:43939469319965 26086:26091 hsa_system_get_info(2, 0x7fc63400f9e0) = 0 +43939469320721:43939469321347 26086:26091 hsa_system_get_info(2, 0x7fc63400f9e8) = 0 +43939469322106:43939469322733 26086:26091 hsa_system_get_info(2, 0x7fc63400f9f0) = 0 +43939469323497:43939469324123 26086:26091 hsa_system_get_info(2, 0x7fc63400f9f8) = 0 +43939469324881:43939469325505 26086:26091 hsa_system_get_info(2, 0x7fc63400fa00) = 0 +43939469326266:43939469326897 26086:26091 hsa_system_get_info(2, 0x7fc63400fa08) = 0 +43939469327660:43939469328283 26086:26091 hsa_system_get_info(2, 0x7fc63400fa10) = 0 +43939469329042:43939469329692 26086:26091 hsa_system_get_info(2, 0x7fc63400fa18) = 0 +43939469330451:43939469331077 26086:26091 hsa_system_get_info(2, 0x7fc63400fa20) = 0 +43939469332566:43939469333198 26086:26091 hsa_system_get_info(2, 0x7fc63400fa28) = 0 +43939469333957:43939469334579 26086:26091 hsa_system_get_info(2, 0x7fc63400fa30) = 0 +43939469335337:43939469335969 26086:26091 hsa_system_get_info(2, 0x7fc63400fa38) = 0 +43939469336729:43939469337353 26086:26091 hsa_system_get_info(2, 0x7fc63400fa40) = 0 +43939469338129:43939469338759 26086:26091 hsa_system_get_info(2, 0x7fc63400fa48) = 0 +43939469339521:43939469340149 26086:26091 hsa_system_get_info(2, 0x7fc63400fa50) = 0 +43939469340910:43939469341543 26086:26091 hsa_system_get_info(2, 0x7fc63400fa58) = 0 +43939469342305:43939469342934 26086:26091 hsa_system_get_info(2, 0x7fc63400fa60) = 0 +43939469343696:43939469344332 26086:26091 hsa_system_get_info(2, 0x7fc63400fa68) = 0 +43939469345094:43939469345727 26086:26091 hsa_system_get_info(2, 0x7fc63400fa70) = 0 +43939469346487:43939469347105 26086:26091 hsa_system_get_info(2, 0x7fc63400fa78) = 0 +43939469347872:43939469348504 26086:26091 hsa_system_get_info(2, 0x7fc63400fa80) = 0 +43939469349265:43939469349892 26086:26091 hsa_system_get_info(2, 0x7fc63400fa88) = 0 +43939469350649:43939469351281 26086:26091 hsa_system_get_info(2, 0x7fc63400fa90) = 0 +43939469352045:43939469352677 26086:26091 hsa_system_get_info(2, 0x7fc63400fa98) = 0 +43939469353439:43939469354066 26086:26091 hsa_system_get_info(2, 0x7fc63400faa0) = 0 +43939469354825:43939469355453 26086:26091 hsa_system_get_info(2, 0x7fc63400faa8) = 0 +43939469356213:43939469356841 26086:26091 hsa_system_get_info(2, 0x7fc63400fab0) = 0 +43939469357620:43939469358248 26086:26091 hsa_system_get_info(2, 0x7fc63400fab8) = 0 +43939469359005:43939469359633 26086:26091 hsa_system_get_info(2, 0x7fc63400fac0) = 0 +43939469360395:43939469361021 26086:26091 hsa_system_get_info(2, 0x7fc63400fac8) = 0 +43939469361776:43939469362402 26086:26091 hsa_system_get_info(2, 0x7fc63400fad0) = 0 +43939469363165:43939469363791 26086:26091 hsa_system_get_info(2, 0x7fc63400fad8) = 0 +43939469364554:43939469365182 26086:26091 hsa_system_get_info(2, 0x7fc63400fae0) = 0 +43939469365942:43939469366574 26086:26091 hsa_system_get_info(2, 0x7fc63400fae8) = 0 +43939469367333:43939469367965 26086:26091 hsa_system_get_info(2, 0x7fc63400faf0) = 0 +43939469368728:43939469369349 26086:26091 hsa_system_get_info(2, 0x7fc63400faf8) = 0 +43939469370109:43939469370730 26086:26091 hsa_system_get_info(2, 0x7fc63400fb00) = 0 +43939469371491:43939469372125 26086:26091 hsa_system_get_info(2, 0x7fc63400fb08) = 0 +43939469374724:43939469375367 26086:26091 hsa_system_get_info(2, 0x7fc63400fb10) = 0 +43939469376133:43939469376769 26086:26091 hsa_system_get_info(2, 0x7fc63400fb18) = 0 +43939469377530:43939469378159 26086:26091 hsa_system_get_info(2, 0x7fc63400fb20) = 0 +43939469378921:43939469379550 26086:26091 hsa_system_get_info(2, 0x7fc63400fb28) = 0 +43939469380310:43939469380940 26086:26091 hsa_system_get_info(2, 0x7fc63400fb30) = 0 +43939469381695:43939469382322 26086:26091 hsa_system_get_info(2, 0x7fc63400fb38) = 0 +43939469383078:43939469383709 26086:26091 hsa_system_get_info(2, 0x7fc63400fb40) = 0 +43939469384472:43939469385099 26086:26091 hsa_system_get_info(2, 0x7fc63400fb48) = 0 +43939469385860:43939469386481 26086:26091 hsa_system_get_info(2, 0x7fc63400fb50) = 0 +43939469387237:43939469387861 26086:26091 hsa_system_get_info(2, 0x7fc63400fb58) = 0 +43939469388631:43939469389259 26086:26091 hsa_system_get_info(2, 0x7fc63400fb60) = 0 +43939469390036:43939469390667 26086:26091 hsa_system_get_info(2, 0x7fc63400fb68) = 0 +43939469391430:43939469392083 26086:26091 hsa_system_get_info(2, 0x7fc63400fb70) = 0 +43939469392841:43939469393469 26086:26091 hsa_system_get_info(2, 0x7fc63400fb78) = 0 +43939469394228:43939469394853 26086:26091 hsa_system_get_info(2, 0x7fc63400fb80) = 0 +43939469395620:43939469396252 26086:26091 hsa_system_get_info(2, 0x7fc63400fb88) = 0 +43939469397013:43939469397642 26086:26091 hsa_system_get_info(2, 0x7fc63400fb90) = 0 +43939469398404:43939469399041 26086:26091 hsa_system_get_info(2, 0x7fc63400fb98) = 0 +43939469399795:43939469400419 26086:26091 hsa_system_get_info(2, 0x7fc63400fba0) = 0 +43939469401185:43939469401817 26086:26091 hsa_system_get_info(2, 0x7fc63400fba8) = 0 +43939469402577:43939469403206 26086:26091 hsa_system_get_info(2, 0x7fc63400fbb0) = 0 +43939469403964:43939469404594 26086:26091 hsa_system_get_info(2, 0x7fc63400fbb8) = 0 +43939469405349:43939469405981 26086:26091 hsa_system_get_info(2, 0x7fc63400fbc0) = 0 +43939469406742:43939469407373 26086:26091 hsa_system_get_info(2, 0x7fc63400fbc8) = 0 +43939469408133:43939469408769 26086:26091 hsa_system_get_info(2, 0x7fc63400fbd0) = 0 +43939469409547:43939469410178 26086:26091 hsa_system_get_info(2, 0x7fc63400fbd8) = 0 +43939469410938:43939469411569 26086:26091 hsa_system_get_info(2, 0x7fc63400fbe0) = 0 +43939469412334:43939469412956 26086:26091 hsa_system_get_info(2, 0x7fc63400fbe8) = 0 +43939469414464:43939469415100 26086:26091 hsa_system_get_info(2, 0x7fc63400fbf0) = 0 +43939469415860:43939469416483 26086:26091 hsa_system_get_info(2, 0x7fc63400fbf8) = 0 +43939469417244:43939469417872 26086:26091 hsa_system_get_info(2, 0x7fc63400fc00) = 0 +43939469418632:43939469419256 26086:26091 hsa_system_get_info(2, 0x7fc63400fc08) = 0 +43939469420016:43939469420648 26086:26091 hsa_system_get_info(2, 0x7fc63400fc10) = 0 +43939469421414:43939469422036 26086:26091 hsa_system_get_info(2, 0x7fc63400fc18) = 0 +43939469422798:43939469423435 26086:26091 hsa_system_get_info(2, 0x7fc63400fc20) = 0 +43939469424198:43939469424832 26086:26091 hsa_system_get_info(2, 0x7fc63400fc28) = 0 +43939469425589:43939469426219 26086:26091 hsa_system_get_info(2, 0x7fc63400fc30) = 0 +43939469426977:43939469427600 26086:26091 hsa_system_get_info(2, 0x7fc63400fc38) = 0 +43939469428359:43939469428985 26086:26091 hsa_system_get_info(2, 0x7fc63400fc40) = 0 +43939469429750:43939469430371 26086:26091 hsa_system_get_info(2, 0x7fc63400fc48) = 0 +43939469431132:43939469431759 26086:26091 hsa_system_get_info(2, 0x7fc63400fc50) = 0 +43939469432532:43939469433163 26086:26091 hsa_system_get_info(2, 0x7fc63400fc58) = 0 +43939469433924:43939469434551 26086:26091 hsa_system_get_info(2, 0x7fc63400fc60) = 0 +43939469435312:43939469435943 26086:26091 hsa_system_get_info(2, 0x7fc63400fc68) = 0 +43939469436704:43939469437330 26086:26091 hsa_system_get_info(2, 0x7fc63400fc70) = 0 +43939469438095:43939469438727 26086:26091 hsa_system_get_info(2, 0x7fc63400fc78) = 0 +43939469439489:43939469440118 26086:26091 hsa_system_get_info(2, 0x7fc63400fc80) = 0 +43939469440877:43939469441498 26086:26091 hsa_system_get_info(2, 0x7fc63400fc88) = 0 +43939469442276:43939469442901 26086:26091 hsa_system_get_info(2, 0x7fc63400fc90) = 0 +43939469443661:43939469444288 26086:26091 hsa_system_get_info(2, 0x7fc63400fc98) = 0 +43939469445050:43939469445672 26086:26091 hsa_system_get_info(2, 0x7fc63400fca0) = 0 +43939469446431:43939469447062 26086:26091 hsa_system_get_info(2, 0x7fc63400fca8) = 0 +43939469447825:43939469448462 26086:26091 hsa_system_get_info(2, 0x7fc63400fcb0) = 0 +43939469449227:43939469449857 26086:26091 hsa_system_get_info(2, 0x7fc63400fcb8) = 0 +43939469450617:43939469451244 26086:26091 hsa_system_get_info(2, 0x7fc63400fcc0) = 0 +43939469452002:43939469452625 26086:26091 hsa_system_get_info(2, 0x7fc63400fcc8) = 0 +43939469453397:43939469454017 26086:26091 hsa_system_get_info(2, 0x7fc63400fcd0) = 0 +43939469455561:43939469456195 26086:26091 hsa_system_get_info(2, 0x7fc63400fcd8) = 0 +43939469456958:43939469457585 26086:26091 hsa_system_get_info(2, 0x7fc63400fce0) = 0 +43939469458350:43939469458978 26086:26091 hsa_system_get_info(2, 0x7fc63400fce8) = 0 +43939469459742:43939469460368 26086:26091 hsa_system_get_info(2, 0x7fc63400fcf0) = 0 +43939469461127:43939469461758 26086:26091 hsa_system_get_info(2, 0x7fc63400fcf8) = 0 +43939469462520:43939469463153 26086:26091 hsa_system_get_info(2, 0x7fc63400fd00) = 0 +43939469463913:43939469464542 26086:26091 hsa_system_get_info(2, 0x7fc63400fd08) = 0 +43939469465305:43939469465935 26086:26091 hsa_system_get_info(2, 0x7fc63400fd10) = 0 +43939469466697:43939469467324 26086:26091 hsa_system_get_info(2, 0x7fc63400fd18) = 0 +43939469468084:43939469468713 26086:26091 hsa_system_get_info(2, 0x7fc63400fd20) = 0 +43939469469481:43939469470107 26086:26091 hsa_system_get_info(2, 0x7fc63400fd28) = 0 +43939469470887:43939469471510 26086:26091 hsa_system_get_info(2, 0x7fc63400fd30) = 0 +43939469472283:43939469472914 26086:26091 hsa_system_get_info(2, 0x7fc63400fd38) = 0 +43939469473688:43939469474320 26086:26091 hsa_system_get_info(2, 0x7fc63400fd40) = 0 +43939469475079:43939469475707 26086:26091 hsa_system_get_info(2, 0x7fc63400fd48) = 0 +43939469476469:43939469477096 26086:26091 hsa_system_get_info(2, 0x7fc63400fd50) = 0 +43939469477860:43939469478491 26086:26091 hsa_system_get_info(2, 0x7fc63400fd58) = 0 +43939469479251:43939469479880 26086:26091 hsa_system_get_info(2, 0x7fc63400fd60) = 0 +43939469480641:43939469481265 26086:26091 hsa_system_get_info(2, 0x7fc63400fd68) = 0 +43939469482023:43939469482644 26086:26091 hsa_system_get_info(2, 0x7fc63400fd70) = 0 +43939469483406:43939469484033 26086:26091 hsa_system_get_info(2, 0x7fc63400fd78) = 0 +43939469484792:43939469485424 26086:26091 hsa_system_get_info(2, 0x7fc63400fd80) = 0 +43939469486185:43939469486815 26086:26091 hsa_system_get_info(2, 0x7fc63400fd88) = 0 +43939469487576:43939469488199 26086:26091 hsa_system_get_info(2, 0x7fc63400fd90) = 0 +43939469488959:43939469489589 26086:26091 hsa_system_get_info(2, 0x7fc63400fd98) = 0 +43939469490353:43939469490978 26086:26091 hsa_system_get_info(2, 0x7fc63400fda0) = 0 +43939469491739:43939469492365 26086:26091 hsa_system_get_info(2, 0x7fc63400fda8) = 0 +43939469493136:43939469493765 26086:26091 hsa_system_get_info(2, 0x7fc63400fdb0) = 0 +43939469495239:43939469495874 26086:26091 hsa_system_get_info(2, 0x7fc63400fdb8) = 0 +43939469496640:43939469497265 26086:26091 hsa_system_get_info(2, 0x7fc63400fdc0) = 0 +43939469498022:43939469498650 26086:26091 hsa_system_get_info(2, 0x7fc63400fdc8) = 0 +43939469499408:43939469500034 26086:26091 hsa_system_get_info(2, 0x7fc63400fdd0) = 0 +43939469500792:43939469501422 26086:26091 hsa_system_get_info(2, 0x7fc63400fdd8) = 0 +43939469502182:43939469502804 26086:26091 hsa_system_get_info(2, 0x7fc63400fde0) = 0 +43939469503565:43939469504194 26086:26091 hsa_system_get_info(2, 0x7fc63400fde8) = 0 +43939469504952:43939469505583 26086:26091 hsa_system_get_info(2, 0x7fc63400fdf0) = 0 +43939469506348:43939469506969 26086:26091 hsa_system_get_info(2, 0x7fc63400fdf8) = 0 +43939469507728:43939469508356 26086:26091 hsa_system_get_info(2, 0x7fc63400fe00) = 0 +43939469509131:43939469509765 26086:26091 hsa_system_get_info(2, 0x7fc63400fe08) = 0 +43939469510532:43939469511161 26086:26091 hsa_system_get_info(2, 0x7fc63400fe10) = 0 +43939469511942:43939469512569 26086:26091 hsa_system_get_info(2, 0x7fc63400fe18) = 0 +43939469513329:43939469513952 26086:26091 hsa_system_get_info(2, 0x7fc63400fe20) = 0 +43939469514714:43939469515349 26086:26091 hsa_system_get_info(2, 0x7fc63400fe28) = 0 +43939469516105:43939469516738 26086:26091 hsa_system_get_info(2, 0x7fc63400fe30) = 0 +43939469517500:43939469518122 26086:26091 hsa_system_get_info(2, 0x7fc63400fe38) = 0 +43939469518886:43939469519520 26086:26091 hsa_system_get_info(2, 0x7fc63400fe40) = 0 +43939469520281:43939469520912 26086:26091 hsa_system_get_info(2, 0x7fc63400fe48) = 0 +43939469521673:43939469522297 26086:26091 hsa_system_get_info(2, 0x7fc63400fe50) = 0 +43939469523059:43939469523687 26086:26091 hsa_system_get_info(2, 0x7fc63400fe58) = 0 +43939469524444:43939469525071 26086:26091 hsa_system_get_info(2, 0x7fc63400fe60) = 0 +43939469525836:43939469526465 26086:26091 hsa_system_get_info(2, 0x7fc63400fe68) = 0 +43939469527228:43939469527856 26086:26091 hsa_system_get_info(2, 0x7fc63400fe70) = 0 +43939469528618:43939469529240 26086:26091 hsa_system_get_info(2, 0x7fc63400fe78) = 0 +43939469530002:43939469530633 26086:26091 hsa_system_get_info(2, 0x7fc63400fe80) = 0 +43939469531413:43939469532050 26086:26091 hsa_system_get_info(2, 0x7fc63400fe88) = 0 +43939469532808:43939469533434 26086:26091 hsa_system_get_info(2, 0x7fc63400fe90) = 0 +43939469534909:43939469535540 26086:26091 hsa_system_get_info(2, 0x7fc63400fe98) = 0 +43939469536301:43939469536927 26086:26091 hsa_system_get_info(2, 0x7fc63400fea0) = 0 +43939469537685:43939469538312 26086:26091 hsa_system_get_info(2, 0x7fc63400fea8) = 0 +43939469539071:43939469539694 26086:26091 hsa_system_get_info(2, 0x7fc63400feb0) = 0 +43939469540449:43939469541078 26086:26091 hsa_system_get_info(2, 0x7fc63400feb8) = 0 +43939469541840:43939469542468 26086:26091 hsa_system_get_info(2, 0x7fc63400fec0) = 0 +43939469543228:43939469543851 26086:26091 hsa_system_get_info(2, 0x7fc63400fec8) = 0 +43939469544610:43939469545241 26086:26091 hsa_system_get_info(2, 0x7fc63400fed0) = 0 +43939469546003:43939469546642 26086:26091 hsa_system_get_info(2, 0x7fc63400fed8) = 0 +43939469547406:43939469548032 26086:26091 hsa_system_get_info(2, 0x7fc63400fee0) = 0 +43939469548789:43939469549420 26086:26091 hsa_system_get_info(2, 0x7fc63400fee8) = 0 +43939469550183:43939469550812 26086:26091 hsa_system_get_info(2, 0x7fc63400fef0) = 0 +43939469551576:43939469552209 26086:26091 hsa_system_get_info(2, 0x7fc63400fef8) = 0 +43939469552981:43939469553607 26086:26091 hsa_system_get_info(2, 0x7fc63400ff00) = 0 +43939469554366:43939469554991 26086:26091 hsa_system_get_info(2, 0x7fc63400ff08) = 0 +43939469555752:43939469556376 26086:26091 hsa_system_get_info(2, 0x7fc63400ff10) = 0 +43939469557138:43939469557764 26086:26091 hsa_system_get_info(2, 0x7fc63400ff18) = 0 +43939469558532:43939469559159 26086:26091 hsa_system_get_info(2, 0x7fc63400ff20) = 0 +43939469559921:43939469560545 26086:26091 hsa_system_get_info(2, 0x7fc63400ff28) = 0 +43939469561301:43939469561931 26086:26091 hsa_system_get_info(2, 0x7fc63400ff30) = 0 +43939469562696:43939469563320 26086:26091 hsa_system_get_info(2, 0x7fc63400ff38) = 0 +43939469564080:43939469564708 26086:26091 hsa_system_get_info(2, 0x7fc63400ff40) = 0 +43939469565466:43939469566098 26086:26091 hsa_system_get_info(2, 0x7fc63400ff48) = 0 +43939469566860:43939469567483 26086:26091 hsa_system_get_info(2, 0x7fc63400ff50) = 0 +43939469568244:43939469568870 26086:26091 hsa_system_get_info(2, 0x7fc63400ff58) = 0 +43939469569633:43939469570265 26086:26091 hsa_system_get_info(2, 0x7fc63400ff60) = 0 +43939469571027:43939469571654 26086:26091 hsa_system_get_info(2, 0x7fc63400ff68) = 0 +43939469572425:43939469573047 26086:26091 hsa_system_get_info(2, 0x7fc63400ff70) = 0 +43939469573804:43939469574434 26086:26091 hsa_system_get_info(2, 0x7fc63400ff78) = 0 +43939469576589:43939469577225 26086:26091 hsa_system_get_info(2, 0x7fc63400ff80) = 0 +43939469577986:43939469578611 26086:26091 hsa_system_get_info(2, 0x7fc63400ff88) = 0 +43939469579369:43939469580006 26086:26091 hsa_system_get_info(2, 0x7fc63400ff90) = 0 +43939469580769:43939469581398 26086:26091 hsa_system_get_info(2, 0x7fc63400ff98) = 0 +43939469582158:43939469582789 26086:26091 hsa_system_get_info(2, 0x7fc63400ffa0) = 0 +43939469583551:43939469584185 26086:26091 hsa_system_get_info(2, 0x7fc63400ffa8) = 0 +43939469584944:43939469585573 26086:26091 hsa_system_get_info(2, 0x7fc63400ffb0) = 0 +43939469586334:43939469586963 26086:26091 hsa_system_get_info(2, 0x7fc63400ffb8) = 0 +43939469587726:43939469588356 26086:26091 hsa_system_get_info(2, 0x7fc63400ffc0) = 0 +43939469589120:43939469589751 26086:26091 hsa_system_get_info(2, 0x7fc63400ffc8) = 0 +43939469590517:43939469591152 26086:26091 hsa_system_get_info(2, 0x7fc63400ffd0) = 0 +43939469591909:43939469592554 26086:26091 hsa_system_get_info(2, 0x7fc63400ffd8) = 0 +43939469593317:43939469593947 26086:26091 hsa_system_get_info(2, 0x7fc63400ffe0) = 0 +43939469594708:43939469595338 26086:26091 hsa_system_get_info(2, 0x7fc63400ffe8) = 0 +43939469596094:43939469596728 26086:26091 hsa_system_get_info(2, 0x7fc63400fff0) = 0 +43939469597488:43939469598120 26086:26091 hsa_system_get_info(2, 0x7fc63400fff8) = 0 +43939469598879:43939469599503 26086:26091 hsa_system_get_info(2, 0x7fc634010000) = 0 +43939469600264:43939469600894 26086:26091 hsa_system_get_info(2, 0x7fc634010008) = 0 +43939469601655:43939469602284 26086:26091 hsa_system_get_info(2, 0x7fc634010010) = 0 +43939469603048:43939469603679 26086:26091 hsa_system_get_info(2, 0x7fc634010018) = 0 +43939469604443:43939469605075 26086:26091 hsa_system_get_info(2, 0x7fc634010020) = 0 +43939469605833:43939469606462 26086:26091 hsa_system_get_info(2, 0x7fc634010028) = 0 +43939469607221:43939469607847 26086:26091 hsa_system_get_info(2, 0x7fc634010030) = 0 +43939469608606:43939469609236 26086:26091 hsa_system_get_info(2, 0x7fc634010038) = 0 +43939469609998:43939469610629 26086:26091 hsa_system_get_info(2, 0x7fc634010040) = 0 +43939469611409:43939469612039 26086:26091 hsa_system_get_info(2, 0x7fc634010048) = 0 +43939469612804:43939469613441 26086:26091 hsa_system_get_info(2, 0x7fc634010050) = 0 +43939469614202:43939469614837 26086:26091 hsa_system_get_info(2, 0x7fc634010058) = 0 +43939469616326:43939469616959 26086:26091 hsa_system_get_info(2, 0x7fc634010060) = 0 +43939469617717:43939469618333 26086:26091 hsa_system_get_info(2, 0x7fc634010068) = 0 +43939469619098:43939469619725 26086:26091 hsa_system_get_info(2, 0x7fc634010070) = 0 +43939469620485:43939469621112 26086:26091 hsa_system_get_info(2, 0x7fc634010078) = 0 +43939469621875:43939469622500 26086:26091 hsa_system_get_info(2, 0x7fc634010080) = 0 +43939469623265:43939469623896 26086:26091 hsa_system_get_info(2, 0x7fc634010088) = 0 +43939469624655:43939469625291 26086:26091 hsa_system_get_info(2, 0x7fc634010090) = 0 +43939469626067:43939469626694 26086:26091 hsa_system_get_info(2, 0x7fc634010098) = 0 +43939469627453:43939469628078 26086:26091 hsa_system_get_info(2, 0x7fc6340100a0) = 0 +43939469628843:43939469629463 26086:26091 hsa_system_get_info(2, 0x7fc6340100a8) = 0 +43939469630224:43939469630848 26086:26091 hsa_system_get_info(2, 0x7fc6340100b0) = 0 +43939469631624:43939469632252 26086:26091 hsa_system_get_info(2, 0x7fc6340100b8) = 0 +43939469633022:43939469633647 26086:26091 hsa_system_get_info(2, 0x7fc6340100c0) = 0 +43939469634409:43939469635033 26086:26091 hsa_system_get_info(2, 0x7fc6340100c8) = 0 +43939469635793:43939469636420 26086:26091 hsa_system_get_info(2, 0x7fc6340100d0) = 0 +43939469637181:43939469637808 26086:26091 hsa_system_get_info(2, 0x7fc6340100d8) = 0 +43939469638573:43939469639196 26086:26091 hsa_system_get_info(2, 0x7fc6340100e0) = 0 +43939469639959:43939469640582 26086:26091 hsa_system_get_info(2, 0x7fc6340100e8) = 0 +43939469641342:43939469641970 26086:26091 hsa_system_get_info(2, 0x7fc6340100f0) = 0 +43939469642732:43939469643357 26086:26091 hsa_system_get_info(2, 0x7fc6340100f8) = 0 +43939469644117:43939469644749 26086:26091 hsa_system_get_info(2, 0x7fc634010100) = 0 +43939469645508:43939469646134 26086:26091 hsa_system_get_info(2, 0x7fc634010108) = 0 +43939469646896:43939469647519 26086:26091 hsa_system_get_info(2, 0x7fc634010110) = 0 +43939469648279:43939469648905 26086:26091 hsa_system_get_info(2, 0x7fc634010118) = 0 +43939469649666:43939469650295 26086:26091 hsa_system_get_info(2, 0x7fc634010120) = 0 +43939469651072:43939469651710 26086:26091 hsa_system_get_info(2, 0x7fc634010128) = 0 +43939469652476:43939469653108 26086:26091 hsa_system_get_info(2, 0x7fc634010130) = 0 +43939469653870:43939469654501 26086:26091 hsa_system_get_info(2, 0x7fc634010138) = 0 +43939469655269:43939469655902 26086:26091 hsa_system_get_info(2, 0x7fc634010140) = 0 +43939469657407:43939469658043 26086:26091 hsa_system_get_info(2, 0x7fc634010148) = 0 +43939469658801:43939469659428 26086:26091 hsa_system_get_info(2, 0x7fc634010150) = 0 +43939469660195:43939469660815 26086:26091 hsa_system_get_info(2, 0x7fc634010158) = 0 +43939469661572:43939469662202 26086:26091 hsa_system_get_info(2, 0x7fc634010160) = 0 +43939469662962:43939469663584 26086:26091 hsa_system_get_info(2, 0x7fc634010168) = 0 +43939469664347:43939469664974 26086:26091 hsa_system_get_info(2, 0x7fc634010170) = 0 +43939469665734:43939469666360 26086:26091 hsa_system_get_info(2, 0x7fc634010178) = 0 +43939469667122:43939469667757 26086:26091 hsa_system_get_info(2, 0x7fc634010180) = 0 +43939469668521:43939469669147 26086:26091 hsa_system_get_info(2, 0x7fc634010188) = 0 +43939469669908:43939469670532 26086:26091 hsa_system_get_info(2, 0x7fc634010190) = 0 +43939469671292:43939469671921 26086:26091 hsa_system_get_info(2, 0x7fc634010198) = 0 +43939469672680:43939469673304 26086:26091 hsa_system_get_info(2, 0x7fc6340101a0) = 0 +43939469674070:43939469674695 26086:26091 hsa_system_get_info(2, 0x7fc6340101a8) = 0 +43939469675454:43939469676083 26086:26091 hsa_system_get_info(2, 0x7fc6340101b0) = 0 +43939469676862:43939469677482 26086:26091 hsa_system_get_info(2, 0x7fc6340101b8) = 0 +43939469678246:43939469678877 26086:26091 hsa_system_get_info(2, 0x7fc6340101c0) = 0 +43939469679643:43939469680268 26086:26091 hsa_system_get_info(2, 0x7fc6340101c8) = 0 +43939469681027:43939469681655 26086:26091 hsa_system_get_info(2, 0x7fc6340101d0) = 0 +43939469682414:43939469683046 26086:26091 hsa_system_get_info(2, 0x7fc6340101d8) = 0 +43939469683810:43939469684439 26086:26091 hsa_system_get_info(2, 0x7fc6340101e0) = 0 +43939469685198:43939469685829 26086:26091 hsa_system_get_info(2, 0x7fc6340101e8) = 0 +43939469686593:43939469687220 26086:26091 hsa_system_get_info(2, 0x7fc6340101f0) = 0 +43939469687987:43939469688612 26086:26091 hsa_system_get_info(2, 0x7fc6340101f8) = 0 +43939469689369:43939469689995 26086:26091 hsa_system_get_info(2, 0x7fc634010200) = 0 +43939469690755:43939469691384 26086:26091 hsa_system_get_info(2, 0x7fc634010208) = 0 +43939469692147:43939469692771 26086:26091 hsa_system_get_info(2, 0x7fc634010210) = 0 +43939469693533:43939469694164 26086:26091 hsa_system_get_info(2, 0x7fc634010218) = 0 +43939469694926:43939469695572 26086:26091 hsa_system_get_info(2, 0x7fc634010220) = 0 +43939469697054:43939469697689 26086:26091 hsa_system_get_info(2, 0x7fc634010228) = 0 +43939469698454:43939469699088 26086:26091 hsa_system_get_info(2, 0x7fc634010230) = 0 +43939469699850:43939469700477 26086:26091 hsa_system_get_info(2, 0x7fc634010238) = 0 +43939469701238:43939469701888 26086:26091 hsa_system_get_info(2, 0x7fc634010240) = 0 +43939469702652:43939469703281 26086:26091 hsa_system_get_info(2, 0x7fc634010248) = 0 +43939469704041:43939469704671 26086:26091 hsa_system_get_info(2, 0x7fc634010250) = 0 +43939469705432:43939469706060 26086:26091 hsa_system_get_info(2, 0x7fc634010258) = 0 +43939469706819:43939469707445 26086:26091 hsa_system_get_info(2, 0x7fc634010260) = 0 +43939469708204:43939469708835 26086:26091 hsa_system_get_info(2, 0x7fc634010268) = 0 +43939469709597:43939469710223 26086:26091 hsa_system_get_info(2, 0x7fc634010270) = 0 +43939469710983:43939469711615 26086:26091 hsa_system_get_info(2, 0x7fc634010278) = 0 +43939469712383:43939469713027 26086:26091 hsa_system_get_info(2, 0x7fc634010280) = 0 +43939469713795:43939469714426 26086:26091 hsa_system_get_info(2, 0x7fc634010288) = 0 +43939469715187:43939469715809 26086:26091 hsa_system_get_info(2, 0x7fc634010290) = 0 +43939469716581:43939469717204 26086:26091 hsa_system_get_info(2, 0x7fc634010298) = 0 +43939469717961:43939469718585 26086:26091 hsa_system_get_info(2, 0x7fc6340102a0) = 0 +43939469719345:43939469719970 26086:26091 hsa_system_get_info(2, 0x7fc6340102a8) = 0 +43939469720727:43939469721360 26086:26091 hsa_system_get_info(2, 0x7fc6340102b0) = 0 +43939469722121:43939469722753 26086:26091 hsa_system_get_info(2, 0x7fc6340102b8) = 0 +43939469723514:43939469724143 26086:26091 hsa_system_get_info(2, 0x7fc6340102c0) = 0 +43939469724908:43939469725540 26086:26091 hsa_system_get_info(2, 0x7fc6340102c8) = 0 +43939469726301:43939469726931 26086:26091 hsa_system_get_info(2, 0x7fc6340102d0) = 0 +43939469727694:43939469728323 26086:26091 hsa_system_get_info(2, 0x7fc6340102d8) = 0 +43939469729085:43939469729725 26086:26091 hsa_system_get_info(2, 0x7fc6340102e0) = 0 +43939469730487:43939469731123 26086:26091 hsa_system_get_info(2, 0x7fc6340102e8) = 0 +43939469731887:43939469732519 26086:26091 hsa_system_get_info(2, 0x7fc6340102f0) = 0 +43939469733280:43939469733908 26086:26091 hsa_system_get_info(2, 0x7fc6340102f8) = 0 +43939469734669:43939469735316 26086:26091 hsa_system_get_info(2, 0x7fc634010300) = 0 +43939469736074:43939469736702 26086:26091 hsa_system_get_info(2, 0x7fc634010308) = 0 +43939469738182:43939469738812 26086:26091 hsa_system_get_info(2, 0x7fc634010310) = 0 +43939469739570:43939469740194 26086:26091 hsa_system_get_info(2, 0x7fc634010318) = 0 +43939469740981:43939469741608 26086:26091 hsa_system_get_info(2, 0x7fc634010320) = 0 +43939469742371:43939469743003 26086:26091 hsa_system_get_info(2, 0x7fc634010328) = 0 +43939469743763:43939469744383 26086:26091 hsa_system_get_info(2, 0x7fc634010330) = 0 +43939469745142:43939469745764 26086:26091 hsa_system_get_info(2, 0x7fc634010338) = 0 +43939469746524:43939469747157 26086:26091 hsa_system_get_info(2, 0x7fc634010340) = 0 +43939469747918:43939469748545 26086:26091 hsa_system_get_info(2, 0x7fc634010348) = 0 +43939469749308:43939469749945 26086:26091 hsa_system_get_info(2, 0x7fc634010350) = 0 +43939469750716:43939469751351 26086:26091 hsa_system_get_info(2, 0x7fc634010358) = 0 +43939469752119:43939469752747 26086:26091 hsa_system_get_info(2, 0x7fc634010360) = 0 +43939469753512:43939469754141 26086:26091 hsa_system_get_info(2, 0x7fc634010368) = 0 +43939469754901:43939469755529 26086:26091 hsa_system_get_info(2, 0x7fc634010370) = 0 +43939469756309:43939469756937 26086:26091 hsa_system_get_info(2, 0x7fc634010378) = 0 +43939469757698:43939469758332 26086:26091 hsa_system_get_info(2, 0x7fc634010380) = 0 +43939469759098:43939469759729 26086:26091 hsa_system_get_info(2, 0x7fc634010388) = 0 +43939469760493:43939469761122 26086:26091 hsa_system_get_info(2, 0x7fc634010390) = 0 +43939469761883:43939469762511 26086:26091 hsa_system_get_info(2, 0x7fc634010398) = 0 +43939469763268:43939469763897 26086:26091 hsa_system_get_info(2, 0x7fc6340103a0) = 0 +43939469764665:43939469765297 26086:26091 hsa_system_get_info(2, 0x7fc6340103a8) = 0 +43939469766057:43939469766689 26086:26091 hsa_system_get_info(2, 0x7fc6340103b0) = 0 +43939469767454:43939469768077 26086:26091 hsa_system_get_info(2, 0x7fc6340103b8) = 0 +43939469768837:43939469769469 26086:26091 hsa_system_get_info(2, 0x7fc6340103c0) = 0 +43939469770226:43939469770860 26086:26091 hsa_system_get_info(2, 0x7fc6340103c8) = 0 +43939469771621:43939469772247 26086:26091 hsa_system_get_info(2, 0x7fc6340103d0) = 0 +43939469773003:43939469773640 26086:26091 hsa_system_get_info(2, 0x7fc6340103d8) = 0 +43939469774399:43939469775037 26086:26091 hsa_system_get_info(2, 0x7fc6340103e0) = 0 +43939469775810:43939469776441 26086:26091 hsa_system_get_info(2, 0x7fc6340103e8) = 0 +43939469777922:43939469778556 26086:26091 hsa_system_get_info(2, 0x7fc6340103f0) = 0 +43939469779315:43939469779950 26086:26091 hsa_system_get_info(2, 0x7fc6340103f8) = 0 +43939469780706:43939469781327 26086:26091 hsa_system_get_info(2, 0x7fc634010400) = 0 +43939469782088:43939469782714 26086:26091 hsa_system_get_info(2, 0x7fc634010408) = 0 +43939469783473:43939469784097 26086:26091 hsa_system_get_info(2, 0x7fc634010410) = 0 +43939469784856:43939469785483 26086:26091 hsa_system_get_info(2, 0x7fc634010418) = 0 +43939469786239:43939469786867 26086:26091 hsa_system_get_info(2, 0x7fc634010420) = 0 +43939469787627:43939469788255 26086:26091 hsa_system_get_info(2, 0x7fc634010428) = 0 +43939469789032:43939469789665 26086:26091 hsa_system_get_info(2, 0x7fc634010430) = 0 +43939469790421:43939469791052 26086:26091 hsa_system_get_info(2, 0x7fc634010438) = 0 +43939469791818:43939469792443 26086:26091 hsa_system_get_info(2, 0x7fc634010440) = 0 +43939469793233:43939469793868 26086:26091 hsa_system_get_info(2, 0x7fc634010448) = 0 +43939469794630:43939469795261 26086:26091 hsa_system_get_info(2, 0x7fc634010450) = 0 +43939469796023:43939469796652 26086:26091 hsa_system_get_info(2, 0x7fc634010458) = 0 +43939469797411:43939469798043 26086:26091 hsa_system_get_info(2, 0x7fc634010460) = 0 +43939469798805:43939469799423 26086:26091 hsa_system_get_info(2, 0x7fc634010468) = 0 +43939469800185:43939469800812 26086:26091 hsa_system_get_info(2, 0x7fc634010470) = 0 +43939469801570:43939469802197 26086:26091 hsa_system_get_info(2, 0x7fc634010478) = 0 +43939469802959:43939469803587 26086:26091 hsa_system_get_info(2, 0x7fc634010480) = 0 +43939469804350:43939469804975 26086:26091 hsa_system_get_info(2, 0x7fc634010488) = 0 +43939469805735:43939469806367 26086:26091 hsa_system_get_info(2, 0x7fc634010490) = 0 +43939469807126:43939469807748 26086:26091 hsa_system_get_info(2, 0x7fc634010498) = 0 +43939469808511:43939469809141 26086:26091 hsa_system_get_info(2, 0x7fc6340104a0) = 0 +43939469809904:43939469810531 26086:26091 hsa_system_get_info(2, 0x7fc6340104a8) = 0 +43939469811292:43939469811921 26086:26091 hsa_system_get_info(2, 0x7fc6340104b0) = 0 +43939469812698:43939469813329 26086:26091 hsa_system_get_info(2, 0x7fc6340104b8) = 0 +43939469814089:43939469814711 26086:26091 hsa_system_get_info(2, 0x7fc6340104c0) = 0 +43939469815470:43939469816097 26086:26091 hsa_system_get_info(2, 0x7fc6340104c8) = 0 +43939469816858:43939469817485 26086:26091 hsa_system_get_info(2, 0x7fc6340104d0) = 0 +43939469818963:43939469819599 26086:26091 hsa_system_get_info(2, 0x7fc6340104d8) = 0 +43939469820357:43939469820981 26086:26091 hsa_system_get_info(2, 0x7fc6340104e0) = 0 +43939469821744:43939469822372 26086:26091 hsa_system_get_info(2, 0x7fc6340104e8) = 0 +43939469823136:43939469823758 26086:26091 hsa_system_get_info(2, 0x7fc6340104f0) = 0 +43939469824522:43939469825147 26086:26091 hsa_system_get_info(2, 0x7fc6340104f8) = 0 +43939469825907:43939469826533 26086:26091 hsa_system_get_info(2, 0x7fc634010500) = 0 +43939469827294:43939469827923 26086:26091 hsa_system_get_info(2, 0x7fc634010508) = 0 +43939469828682:43939469829310 26086:26091 hsa_system_get_info(2, 0x7fc634010510) = 0 +43939469830071:43939469830693 26086:26091 hsa_system_get_info(2, 0x7fc634010518) = 0 +43939469831452:43939469832075 26086:26091 hsa_system_get_info(2, 0x7fc634010520) = 0 +43939469832846:43939469833468 26086:26091 hsa_system_get_info(2, 0x7fc634010528) = 0 +43939469834245:43939469834874 26086:26091 hsa_system_get_info(2, 0x7fc634010530) = 0 +43939469835634:43939469836259 26086:26091 hsa_system_get_info(2, 0x7fc634010538) = 0 +43939469837034:43939469837663 26086:26091 hsa_system_get_info(2, 0x7fc634010540) = 0 +43939469838417:43939469839044 26086:26091 hsa_system_get_info(2, 0x7fc634010548) = 0 +43939469839806:43939469840434 26086:26091 hsa_system_get_info(2, 0x7fc634010550) = 0 +43939469841196:43939469841828 26086:26091 hsa_system_get_info(2, 0x7fc634010558) = 0 +43939469842590:43939469843213 26086:26091 hsa_system_get_info(2, 0x7fc634010560) = 0 +43939469843972:43939469844599 26086:26091 hsa_system_get_info(2, 0x7fc634010568) = 0 +43939469845360:43939469845988 26086:26091 hsa_system_get_info(2, 0x7fc634010570) = 0 +43939469846761:43939469847395 26086:26091 hsa_system_get_info(2, 0x7fc634010578) = 0 +43939469848155:43939469848794 26086:26091 hsa_system_get_info(2, 0x7fc634010580) = 0 +43939469849560:43939469850192 26086:26091 hsa_system_get_info(2, 0x7fc634010588) = 0 +43939469850954:43939469851587 26086:26091 hsa_system_get_info(2, 0x7fc634010590) = 0 +43939469852353:43939469852985 26086:26091 hsa_system_get_info(2, 0x7fc634010598) = 0 +43939469853748:43939469854376 26086:26091 hsa_system_get_info(2, 0x7fc6340105a0) = 0 +43939469855134:43939469855761 26086:26091 hsa_system_get_info(2, 0x7fc6340105a8) = 0 +43939469856520:43939469857154 26086:26091 hsa_system_get_info(2, 0x7fc6340105b0) = 0 +43939469858628:43939469859253 26086:26091 hsa_system_get_info(2, 0x7fc6340105b8) = 0 +43939469860016:43939469860648 26086:26091 hsa_system_get_info(2, 0x7fc6340105c0) = 0 +43939469861406:43939469862029 26086:26091 hsa_system_get_info(2, 0x7fc6340105c8) = 0 +43939469862793:43939469863428 26086:26091 hsa_system_get_info(2, 0x7fc6340105d0) = 0 +43939469864194:43939469864823 26086:26091 hsa_system_get_info(2, 0x7fc6340105d8) = 0 +43939469865583:43939469866209 26086:26091 hsa_system_get_info(2, 0x7fc6340105e0) = 0 +43939469866970:43939469867600 26086:26091 hsa_system_get_info(2, 0x7fc6340105e8) = 0 +43939469868361:43939469868988 26086:26091 hsa_system_get_info(2, 0x7fc6340105f0) = 0 +43939469869754:43939469870382 26086:26091 hsa_system_get_info(2, 0x7fc6340105f8) = 0 +43939469871146:43939469871778 26086:26091 hsa_system_get_info(2, 0x7fc634010600) = 0 +43939469872537:43939469873167 26086:26091 hsa_system_get_info(2, 0x7fc634010608) = 0 +43939469873938:43939469874562 26086:26091 hsa_system_get_info(2, 0x7fc634010610) = 0 +43939469875329:43939469875956 26086:26091 hsa_system_get_info(2, 0x7fc634010618) = 0 +43939469876731:43939469877368 26086:26091 hsa_system_get_info(2, 0x7fc634010620) = 0 +43939469878136:43939469878769 26086:26091 hsa_system_get_info(2, 0x7fc634010628) = 0 +43939469879533:43939469880171 26086:26091 hsa_system_get_info(2, 0x7fc634010630) = 0 +43939469880934:43939469881565 26086:26091 hsa_system_get_info(2, 0x7fc634010638) = 0 +43939469882322:43939469882939 26086:26091 hsa_system_get_info(2, 0x7fc634010640) = 0 +43939469883695:43939469884322 26086:26091 hsa_system_get_info(2, 0x7fc634010648) = 0 +43939469885082:43939469885705 26086:26091 hsa_system_get_info(2, 0x7fc634010650) = 0 +43939469886463:43939469887095 26086:26091 hsa_system_get_info(2, 0x7fc634010658) = 0 +43939469887859:43939469888489 26086:26091 hsa_system_get_info(2, 0x7fc634010660) = 0 +43939469889248:43939469889878 26086:26091 hsa_system_get_info(2, 0x7fc634010668) = 0 +43939469890639:43939469891266 26086:26091 hsa_system_get_info(2, 0x7fc634010670) = 0 +43939469892022:43939469892650 26086:26091 hsa_system_get_info(2, 0x7fc634010678) = 0 +43939469893410:43939469894039 26086:26091 hsa_system_get_info(2, 0x7fc634010680) = 0 +43939469894800:43939469895431 26086:26091 hsa_system_get_info(2, 0x7fc634010688) = 0 +43939469896207:43939469896839 26086:26091 hsa_system_get_info(2, 0x7fc634010690) = 0 +43939469898382:43939469899015 26086:26091 hsa_system_get_info(2, 0x7fc634010698) = 0 +43939469899773:43939469900396 26086:26091 hsa_system_get_info(2, 0x7fc6340106a0) = 0 +43939469901153:43939469901785 26086:26091 hsa_system_get_info(2, 0x7fc6340106a8) = 0 +43939469902548:43939469903168 26086:26091 hsa_system_get_info(2, 0x7fc6340106b0) = 0 +43939469903928:43939469904555 26086:26091 hsa_system_get_info(2, 0x7fc6340106b8) = 0 +43939469905316:43939469905948 26086:26091 hsa_system_get_info(2, 0x7fc6340106c0) = 0 +43939469906712:43939469907337 26086:26091 hsa_system_get_info(2, 0x7fc6340106c8) = 0 +43939469908100:43939469908726 26086:26091 hsa_system_get_info(2, 0x7fc6340106d0) = 0 +43939469909484:43939469910105 26086:26091 hsa_system_get_info(2, 0x7fc6340106d8) = 0 +43939469910866:43939469911497 26086:26091 hsa_system_get_info(2, 0x7fc6340106e0) = 0 +43939469912256:43939469912880 26086:26091 hsa_system_get_info(2, 0x7fc6340106e8) = 0 +43939469913651:43939469914278 26086:26091 hsa_system_get_info(2, 0x7fc6340106f0) = 0 +43939469915044:43939469915688 26086:26091 hsa_system_get_info(2, 0x7fc6340106f8) = 0 +43939469916445:43939469917074 26086:26091 hsa_system_get_info(2, 0x7fc634010700) = 0 +43939469917834:43939469918454 26086:26091 hsa_system_get_info(2, 0x7fc634010708) = 0 +43939469919215:43939469919843 26086:26091 hsa_system_get_info(2, 0x7fc634010710) = 0 +43939469920607:43939469921233 26086:26091 hsa_system_get_info(2, 0x7fc634010718) = 0 +43939469921992:43939469922617 26086:26091 hsa_system_get_info(2, 0x7fc634010720) = 0 +43939469923379:43939469924004 26086:26091 hsa_system_get_info(2, 0x7fc634010728) = 0 +43939469924759:43939469925387 26086:26091 hsa_system_get_info(2, 0x7fc634010730) = 0 +43939469926144:43939469926775 26086:26091 hsa_system_get_info(2, 0x7fc634010738) = 0 +43939469927532:43939469928156 26086:26091 hsa_system_get_info(2, 0x7fc634010740) = 0 +43939469928911:43939469929541 26086:26091 hsa_system_get_info(2, 0x7fc634010748) = 0 +43939469930303:43939469930931 26086:26091 hsa_system_get_info(2, 0x7fc634010750) = 0 +43939469931693:43939469932328 26086:26091 hsa_system_get_info(2, 0x7fc634010758) = 0 +43939469933084:43939469933705 26086:26091 hsa_system_get_info(2, 0x7fc634010760) = 0 +43939469934478:43939469935103 26086:26091 hsa_system_get_info(2, 0x7fc634010768) = 0 +43939469935863:43939469936490 26086:26091 hsa_system_get_info(2, 0x7fc634010770) = 0 +43939469937254:43939469937882 26086:26091 hsa_system_get_info(2, 0x7fc634010778) = 0 +43939469939386:43939469940017 26086:26091 hsa_system_get_info(2, 0x7fc634010780) = 0 +43939469940776:43939469941409 26086:26091 hsa_system_get_info(2, 0x7fc634010788) = 0 +43939469942165:43939469942796 26086:26091 hsa_system_get_info(2, 0x7fc634010790) = 0 +43939469943559:43939469944186 26086:26091 hsa_system_get_info(2, 0x7fc634010798) = 0 +43939469944944:43939469945567 26086:26091 hsa_system_get_info(2, 0x7fc6340107a0) = 0 +43939469946326:43939469946952 26086:26091 hsa_system_get_info(2, 0x7fc6340107a8) = 0 +43939469947717:43939469948348 26086:26091 hsa_system_get_info(2, 0x7fc6340107b0) = 0 +43939469949131:43939469949768 26086:26091 hsa_system_get_info(2, 0x7fc6340107b8) = 0 +43939469950532:43939469951166 26086:26091 hsa_system_get_info(2, 0x7fc6340107c0) = 0 +43939469951933:43939469952562 26086:26091 hsa_system_get_info(2, 0x7fc6340107c8) = 0 +43939469953320:43939469953952 26086:26091 hsa_system_get_info(2, 0x7fc6340107d0) = 0 +43939469954713:43939469955347 26086:26091 hsa_system_get_info(2, 0x7fc6340107d8) = 0 +43939469956118:43939469956749 26086:26091 hsa_system_get_info(2, 0x7fc6340107e0) = 0 +43939469957513:43939469958145 26086:26091 hsa_system_get_info(2, 0x7fc6340107e8) = 0 +43939469958910:43939469959545 26086:26091 hsa_system_get_info(2, 0x7fc6340107f0) = 0 +43939469960307:43939469960936 26086:26091 hsa_system_get_info(2, 0x7fc6340107f8) = 0 +43939469961699:43939469962329 26086:26091 hsa_system_get_info(2, 0x7fc634010800) = 0 +43939469963090:43939469963722 26086:26091 hsa_system_get_info(2, 0x7fc634010808) = 0 +43939469964487:43939469965114 26086:26091 hsa_system_get_info(2, 0x7fc634010810) = 0 +43939469965890:43939469966524 26086:26091 hsa_system_get_info(2, 0x7fc634010818) = 0 +43939469967287:43939469967918 26086:26091 hsa_system_get_info(2, 0x7fc634010820) = 0 +43939469968676:43939469969303 26086:26091 hsa_system_get_info(2, 0x7fc634010828) = 0 +43939469970065:43939469970694 26086:26091 hsa_system_get_info(2, 0x7fc634010830) = 0 +43939469971456:43939469972080 26086:26091 hsa_system_get_info(2, 0x7fc634010838) = 0 +43939469972841:43939469973465 26086:26091 hsa_system_get_info(2, 0x7fc634010840) = 0 +43939469974223:43939469974848 26086:26091 hsa_system_get_info(2, 0x7fc634010848) = 0 +43939469975613:43939469976237 26086:26091 hsa_system_get_info(2, 0x7fc634010850) = 0 +43939469976996:43939469977623 26086:26091 hsa_system_get_info(2, 0x7fc634010858) = 0 +43939469979146:43939469979774 26086:26091 hsa_system_get_info(2, 0x7fc634010860) = 0 +43939469980532:43939469981156 26086:26091 hsa_system_get_info(2, 0x7fc634010868) = 0 +43939469981912:43939469982541 26086:26091 hsa_system_get_info(2, 0x7fc634010870) = 0 +43939469983303:43939469983954 26086:26091 hsa_system_get_info(2, 0x7fc634010878) = 0 +43939469984718:43939469985348 26086:26091 hsa_system_get_info(2, 0x7fc634010880) = 0 +43939469986110:43939469986740 26086:26091 hsa_system_get_info(2, 0x7fc634010888) = 0 +43939469987499:43939469988133 26086:26091 hsa_system_get_info(2, 0x7fc634010890) = 0 +43939469988902:43939469989534 26086:26091 hsa_system_get_info(2, 0x7fc634010898) = 0 +43939469990297:43939469990931 26086:26091 hsa_system_get_info(2, 0x7fc6340108a0) = 0 +43939469991695:43939469992323 26086:26091 hsa_system_get_info(2, 0x7fc6340108a8) = 0 +43939469993089:43939469993718 26086:26091 hsa_system_get_info(2, 0x7fc6340108b0) = 0 +43939469994490:43939469995125 26086:26091 hsa_system_get_info(2, 0x7fc6340108b8) = 0 +43939469995894:43939469996519 26086:26091 hsa_system_get_info(2, 0x7fc6340108c0) = 0 +43939469997280:43939469997907 26086:26091 hsa_system_get_info(2, 0x7fc6340108c8) = 0 +43939469998672:43939469999302 26086:26091 hsa_system_get_info(2, 0x7fc6340108d0) = 0 +43939470000069:43939470000701 26086:26091 hsa_system_get_info(2, 0x7fc6340108d8) = 0 +43939470001460:43939470002082 26086:26091 hsa_system_get_info(2, 0x7fc6340108e0) = 0 +43939470002848:43939470003501 26086:26091 hsa_system_get_info(2, 0x7fc6340108e8) = 0 +43939470004264:43939470004889 26086:26091 hsa_system_get_info(2, 0x7fc6340108f0) = 0 +43939470005650:43939470006283 26086:26091 hsa_system_get_info(2, 0x7fc6340108f8) = 0 +43939470007045:43939470007677 26086:26091 hsa_system_get_info(2, 0x7fc634010900) = 0 +43939470008438:43939470009068 26086:26091 hsa_system_get_info(2, 0x7fc634010908) = 0 +43939470009828:43939470010463 26086:26091 hsa_system_get_info(2, 0x7fc634010910) = 0 +43939470011224:43939470011859 26086:26091 hsa_system_get_info(2, 0x7fc634010918) = 0 +43939470012619:43939470013248 26086:26091 hsa_system_get_info(2, 0x7fc634010920) = 0 +43939470014009:43939470014637 26086:26091 hsa_system_get_info(2, 0x7fc634010928) = 0 +43939470015400:43939470016031 26086:26091 hsa_system_get_info(2, 0x7fc634010930) = 0 +43939470016790:43939470017413 26086:26091 hsa_system_get_info(2, 0x7fc634010938) = 0 +43939470018172:43939470018797 26086:26091 hsa_system_get_info(2, 0x7fc634010940) = 0 +43939470020275:43939470020908 26086:26091 hsa_system_get_info(2, 0x7fc634010948) = 0 +43939470021669:43939470022291 26086:26091 hsa_system_get_info(2, 0x7fc634010950) = 0 +43939470023045:43939470023671 26086:26091 hsa_system_get_info(2, 0x7fc634010958) = 0 +43939470024432:43939470025062 26086:26091 hsa_system_get_info(2, 0x7fc634010960) = 0 +43939470025822:43939470026448 26086:26091 hsa_system_get_info(2, 0x7fc634010968) = 0 +43939470027207:43939470027829 26086:26091 hsa_system_get_info(2, 0x7fc634010970) = 0 +43939470028590:43939470029216 26086:26091 hsa_system_get_info(2, 0x7fc634010978) = 0 +43939470029974:43939470030595 26086:26091 hsa_system_get_info(2, 0x7fc634010980) = 0 +43939470031352:43939470031978 26086:26091 hsa_system_get_info(2, 0x7fc634010988) = 0 +43939470032740:43939470033368 26086:26091 hsa_system_get_info(2, 0x7fc634010990) = 0 +43939470034143:43939470034764 26086:26091 hsa_system_get_info(2, 0x7fc634010998) = 0 +43939470035527:43939470036158 26086:26091 hsa_system_get_info(2, 0x7fc6340109a0) = 0 +43939470036929:43939470037555 26086:26091 hsa_system_get_info(2, 0x7fc6340109a8) = 0 +43939470038318:43939470038943 26086:26091 hsa_system_get_info(2, 0x7fc6340109b0) = 0 +43939470039703:43939470040327 26086:26091 hsa_system_get_info(2, 0x7fc6340109b8) = 0 +43939470041091:43939470041724 26086:26091 hsa_system_get_info(2, 0x7fc6340109c0) = 0 +43939470042484:43939470043115 26086:26091 hsa_system_get_info(2, 0x7fc6340109c8) = 0 +43939470043877:43939470044509 26086:26091 hsa_system_get_info(2, 0x7fc6340109d0) = 0 +43939470045277:43939470045903 26086:26091 hsa_system_get_info(2, 0x7fc6340109d8) = 0 +43939470046664:43939470047288 26086:26091 hsa_system_get_info(2, 0x7fc6340109e0) = 0 +43939470048048:43939470048675 26086:26091 hsa_system_get_info(2, 0x7fc6340109e8) = 0 +43939470049435:43939470050070 26086:26091 hsa_system_get_info(2, 0x7fc6340109f0) = 0 +43939470050828:43939470051453 26086:26091 hsa_system_get_info(2, 0x7fc6340109f8) = 0 +43939470052219:43939470052864 26086:26091 hsa_system_get_info(2, 0x7fc634010a00) = 0 +43939470053627:43939470054251 26086:26091 hsa_system_get_info(2, 0x7fc634010a08) = 0 +43939470055014:43939470055650 26086:26091 hsa_system_get_info(2, 0x7fc634010a10) = 0 +43939470056409:43939470057039 26086:26091 hsa_system_get_info(2, 0x7fc634010a18) = 0 +43939470057801:43939470058434 26086:26091 hsa_system_get_info(2, 0x7fc634010a20) = 0 +43939470059914:43939470060548 26086:26091 hsa_system_get_info(2, 0x7fc634010a28) = 0 +43939470061306:43939470061926 26086:26091 hsa_system_get_info(2, 0x7fc634010a30) = 0 +43939470062683:43939470063308 26086:26091 hsa_system_get_info(2, 0x7fc634010a38) = 0 +43939470064070:43939470064699 26086:26091 hsa_system_get_info(2, 0x7fc634010a40) = 0 +43939470065461:43939470066082 26086:26091 hsa_system_get_info(2, 0x7fc634010a48) = 0 +43939470066841:43939470067468 26086:26091 hsa_system_get_info(2, 0x7fc634010a50) = 0 +43939470068229:43939470068857 26086:26091 hsa_system_get_info(2, 0x7fc634010a58) = 0 +43939470069618:43939470070249 26086:26091 hsa_system_get_info(2, 0x7fc634010a60) = 0 +43939470071010:43939470071643 26086:26091 hsa_system_get_info(2, 0x7fc634010a68) = 0 +43939470072409:43939470073035 26086:26091 hsa_system_get_info(2, 0x7fc634010a70) = 0 +43939470073794:43939470074429 26086:26091 hsa_system_get_info(2, 0x7fc634010a78) = 0 +43939470075193:43939470075825 26086:26091 hsa_system_get_info(2, 0x7fc634010a80) = 0 +43939470076593:43939470077218 26086:26091 hsa_system_get_info(2, 0x7fc634010a88) = 0 +43939470077992:43939470078623 26086:26091 hsa_system_get_info(2, 0x7fc634010a90) = 0 +43939470079397:43939470080020 26086:26091 hsa_system_get_info(2, 0x7fc634010a98) = 0 +43939470080783:43939470081410 26086:26091 hsa_system_get_info(2, 0x7fc634010aa0) = 0 +43939470082175:43939470082800 26086:26091 hsa_system_get_info(2, 0x7fc634010aa8) = 0 +43939470083559:43939470084189 26086:26091 hsa_system_get_info(2, 0x7fc634010ab0) = 0 +43939470084948:43939470085578 26086:26091 hsa_system_get_info(2, 0x7fc634010ab8) = 0 +43939470086340:43939470086973 26086:26091 hsa_system_get_info(2, 0x7fc634010ac0) = 0 +43939470087738:43939470088369 26086:26091 hsa_system_get_info(2, 0x7fc634010ac8) = 0 +43939470089131:43939470089759 26086:26091 hsa_system_get_info(2, 0x7fc634010ad0) = 0 +43939470090518:43939470091150 26086:26091 hsa_system_get_info(2, 0x7fc634010ad8) = 0 +43939470091910:43939470092537 26086:26091 hsa_system_get_info(2, 0x7fc634010ae0) = 0 +43939470093297:43939470093935 26086:26091 hsa_system_get_info(2, 0x7fc634010ae8) = 0 +43939470094702:43939470095328 26086:26091 hsa_system_get_info(2, 0x7fc634010af0) = 0 +43939470096092:43939470096718 26086:26091 hsa_system_get_info(2, 0x7fc634010af8) = 0 +43939470097482:43939470098125 26086:26091 hsa_system_get_info(2, 0x7fc634010b00) = 0 +43939470098906:43939470099536 26086:26091 hsa_system_get_info(2, 0x7fc634010b08) = 0 +43939470101020:43939470101657 26086:26091 hsa_system_get_info(2, 0x7fc634010b10) = 0 +43939470102432:43939470103059 26086:26091 hsa_system_get_info(2, 0x7fc634010b18) = 0 +43939470103818:43939470104442 26086:26091 hsa_system_get_info(2, 0x7fc634010b20) = 0 +43939470105204:43939470105834 26086:26091 hsa_system_get_info(2, 0x7fc634010b28) = 0 +43939470106597:43939470107222 26086:26091 hsa_system_get_info(2, 0x7fc634010b30) = 0 +43939470107986:43939470108615 26086:26091 hsa_system_get_info(2, 0x7fc634010b38) = 0 +43939470109376:43939470110003 26086:26091 hsa_system_get_info(2, 0x7fc634010b40) = 0 +43939470110765:43939470111395 26086:26091 hsa_system_get_info(2, 0x7fc634010b48) = 0 +43939470112156:43939470112778 26086:26091 hsa_system_get_info(2, 0x7fc634010b50) = 0 +43939470113541:43939470114173 26086:26091 hsa_system_get_info(2, 0x7fc634010b58) = 0 +43939470114939:43939470115564 26086:26091 hsa_system_get_info(2, 0x7fc634010b60) = 0 +43939470116326:43939470116955 26086:26091 hsa_system_get_info(2, 0x7fc634010b68) = 0 +43939470117710:43939470118342 26086:26091 hsa_system_get_info(2, 0x7fc634010b70) = 0 +43939470119108:43939470119741 26086:26091 hsa_system_get_info(2, 0x7fc634010b78) = 0 +43939470120508:43939470121142 26086:26091 hsa_system_get_info(2, 0x7fc634010b80) = 0 +43939470121916:43939470122550 26086:26091 hsa_system_get_info(2, 0x7fc634010b88) = 0 +43939470123314:43939470123943 26086:26091 hsa_system_get_info(2, 0x7fc634010b90) = 0 +43939470124705:43939470125334 26086:26091 hsa_system_get_info(2, 0x7fc634010b98) = 0 +43939470126092:43939470126714 26086:26091 hsa_system_get_info(2, 0x7fc634010ba0) = 0 +43939470127476:43939470128101 26086:26091 hsa_system_get_info(2, 0x7fc634010ba8) = 0 +43939470128864:43939470129485 26086:26091 hsa_system_get_info(2, 0x7fc634010bb0) = 0 +43939470130243:43939470130873 26086:26091 hsa_system_get_info(2, 0x7fc634010bb8) = 0 +43939470131635:43939470132266 26086:26091 hsa_system_get_info(2, 0x7fc634010bc0) = 0 +43939470133033:43939470133667 26086:26091 hsa_system_get_info(2, 0x7fc634010bc8) = 0 +43939470134433:43939470135058 26086:26091 hsa_system_get_info(2, 0x7fc634010bd0) = 0 +43939470135817:43939470136448 26086:26091 hsa_system_get_info(2, 0x7fc634010bd8) = 0 +43939470137210:43939470137845 26086:26091 hsa_system_get_info(2, 0x7fc634010be0) = 0 +43939470138602:43939470139227 26086:26091 hsa_system_get_info(2, 0x7fc634010be8) = 0 +43939470141303:43939470141939 26086:26091 hsa_system_get_info(2, 0x7fc634010bf0) = 0 +43939470142700:43939470143329 26086:26091 hsa_system_get_info(2, 0x7fc634010bf8) = 0 +43939470144091:43939470144716 26086:26091 hsa_system_get_info(2, 0x7fc634010c00) = 0 +43939470145480:43939470146110 26086:26091 hsa_system_get_info(2, 0x7fc634010c08) = 0 +43939470146875:43939470147503 26086:26091 hsa_system_get_info(2, 0x7fc634010c10) = 0 +43939470148265:43939470148895 26086:26091 hsa_system_get_info(2, 0x7fc634010c18) = 0 +43939470149655:43939470150282 26086:26091 hsa_system_get_info(2, 0x7fc634010c20) = 0 +43939470151046:43939470151669 26086:26091 hsa_system_get_info(2, 0x7fc634010c28) = 0 +43939470152431:43939470153057 26086:26091 hsa_system_get_info(2, 0x7fc634010c30) = 0 +43939470153812:43939470154442 26086:26091 hsa_system_get_info(2, 0x7fc634010c38) = 0 +43939470155201:43939470155836 26086:26091 hsa_system_get_info(2, 0x7fc634010c40) = 0 +43939470156612:43939470157244 26086:26091 hsa_system_get_info(2, 0x7fc634010c48) = 0 +43939470158004:43939470158630 26086:26091 hsa_system_get_info(2, 0x7fc634010c50) = 0 +43939470159389:43939470160022 26086:26091 hsa_system_get_info(2, 0x7fc634010c58) = 0 +43939470160784:43939470161416 26086:26091 hsa_system_get_info(2, 0x7fc634010c60) = 0 +43939470162181:43939470162814 26086:26091 hsa_system_get_info(2, 0x7fc634010c68) = 0 +43939470163578:43939470164213 26086:26091 hsa_system_get_info(2, 0x7fc634010c70) = 0 +43939470164976:43939470165607 26086:26091 hsa_system_get_info(2, 0x7fc634010c78) = 0 +43939470166368:43939470166995 26086:26091 hsa_system_get_info(2, 0x7fc634010c80) = 0 +43939470167757:43939470168390 26086:26091 hsa_system_get_info(2, 0x7fc634010c88) = 0 +43939470169154:43939470169790 26086:26091 hsa_system_get_info(2, 0x7fc634010c90) = 0 +43939470170552:43939470171184 26086:26091 hsa_system_get_info(2, 0x7fc634010c98) = 0 +43939470171946:43939470172578 26086:26091 hsa_system_get_info(2, 0x7fc634010ca0) = 0 +43939470173337:43939470173976 26086:26091 hsa_system_get_info(2, 0x7fc634010ca8) = 0 +43939470174741:43939470175383 26086:26091 hsa_system_get_info(2, 0x7fc634010cb0) = 0 +43939470176142:43939470176769 26086:26091 hsa_system_get_info(2, 0x7fc634010cb8) = 0 +43939470177526:43939470178155 26086:26091 hsa_system_get_info(2, 0x7fc634010cc0) = 0 +43939470178915:43939470179543 26086:26091 hsa_system_get_info(2, 0x7fc634010cc8) = 0 +43939470180305:43939470180935 26086:26091 hsa_system_get_info(2, 0x7fc634010cd0) = 0 +43939470182423:43939470183063 26086:26091 hsa_system_get_info(2, 0x7fc634010cd8) = 0 +43939470183829:43939470184459 26086:26091 hsa_system_get_info(2, 0x7fc634010ce0) = 0 +43939470185217:43939470185846 26086:26091 hsa_system_get_info(2, 0x7fc634010ce8) = 0 +43939470186605:43939470187230 26086:26091 hsa_system_get_info(2, 0x7fc634010cf0) = 0 +43939470187987:43939470188620 26086:26091 hsa_system_get_info(2, 0x7fc634010cf8) = 0 +43939470189382:43939470190017 26086:26091 hsa_system_get_info(2, 0x7fc634010d00) = 0 +43939470190780:43939470191410 26086:26091 hsa_system_get_info(2, 0x7fc634010d08) = 0 +43939470192174:43939470192801 26086:26091 hsa_system_get_info(2, 0x7fc634010d10) = 0 +43939470193563:43939470194198 26086:26091 hsa_system_get_info(2, 0x7fc634010d18) = 0 +43939470194961:43939470195589 26086:26091 hsa_system_get_info(2, 0x7fc634010d20) = 0 +43939470196360:43939470196993 26086:26091 hsa_system_get_info(2, 0x7fc634010d28) = 0 +43939470197781:43939470198411 26086:26091 hsa_system_get_info(2, 0x7fc634010d30) = 0 +43939470199173:43939470199823 26086:26091 hsa_system_get_info(2, 0x7fc634010d38) = 0 +43939470200584:43939470201208 26086:26091 hsa_system_get_info(2, 0x7fc634010d40) = 0 +43939470201972:43939470202603 26086:26091 hsa_system_get_info(2, 0x7fc634010d48) = 0 +43939470203364:43939470203988 26086:26091 hsa_system_get_info(2, 0x7fc634010d50) = 0 +43939470204751:43939470205387 26086:26091 hsa_system_get_info(2, 0x7fc634010d58) = 0 +43939470206147:43939470206782 26086:26091 hsa_system_get_info(2, 0x7fc634010d60) = 0 +43939470207546:43939470208177 26086:26091 hsa_system_get_info(2, 0x7fc634010d68) = 0 +43939470208941:43939470209577 26086:26091 hsa_system_get_info(2, 0x7fc634010d70) = 0 +43939470210338:43939470210970 26086:26091 hsa_system_get_info(2, 0x7fc634010d78) = 0 +43939470211732:43939470212362 26086:26091 hsa_system_get_info(2, 0x7fc634010d80) = 0 +43939470213123:43939470213754 26086:26091 hsa_system_get_info(2, 0x7fc634010d88) = 0 +43939470214517:43939470215137 26086:26091 hsa_system_get_info(2, 0x7fc634010d90) = 0 +43939470215920:43939470216553 26086:26091 hsa_system_get_info(2, 0x7fc634010d98) = 0 +43939470217312:43939470217936 26086:26091 hsa_system_get_info(2, 0x7fc634010da0) = 0 +43939470218697:43939470219327 26086:26091 hsa_system_get_info(2, 0x7fc634010da8) = 0 +43939470220087:43939470220715 26086:26091 hsa_system_get_info(2, 0x7fc634010db0) = 0 +43939470222256:43939470222884 26086:26091 hsa_system_get_info(2, 0x7fc634010db8) = 0 +43939470223648:43939470224269 26086:26091 hsa_system_get_info(2, 0x7fc634010dc0) = 0 +43939470225032:43939470225661 26086:26091 hsa_system_get_info(2, 0x7fc634010dc8) = 0 +43939470226422:43939470227042 26086:26091 hsa_system_get_info(2, 0x7fc634010dd0) = 0 +43939470227807:43939470228434 26086:26091 hsa_system_get_info(2, 0x7fc634010dd8) = 0 +43939470229195:43939470229828 26086:26091 hsa_system_get_info(2, 0x7fc634010de0) = 0 +43939470230589:43939470231222 26086:26091 hsa_system_get_info(2, 0x7fc634010de8) = 0 +43939470231982:43939470232616 26086:26091 hsa_system_get_info(2, 0x7fc634010df0) = 0 +43939470233378:43939470234012 26086:26091 hsa_system_get_info(2, 0x7fc634010df8) = 0 +43939470234771:43939470235397 26086:26091 hsa_system_get_info(2, 0x7fc634010e00) = 0 +43939470236153:43939470236777 26086:26091 hsa_system_get_info(2, 0x7fc634010e08) = 0 +43939470237545:43939470238175 26086:26091 hsa_system_get_info(2, 0x7fc634010e10) = 0 +43939470238938:43939470239576 26086:26091 hsa_system_get_info(2, 0x7fc634010e18) = 0 +43939470240338:43939470240962 26086:26091 hsa_system_get_info(2, 0x7fc634010e20) = 0 +43939470241719:43939470242340 26086:26091 hsa_system_get_info(2, 0x7fc634010e28) = 0 +43939470243107:43939470243731 26086:26091 hsa_system_get_info(2, 0x7fc634010e30) = 0 +43939470244497:43939470245128 26086:26091 hsa_system_get_info(2, 0x7fc634010e38) = 0 +43939470245902:43939470246542 26086:26091 hsa_system_get_info(2, 0x7fc634010e40) = 0 +43939470247303:43939470247939 26086:26091 hsa_system_get_info(2, 0x7fc634010e48) = 0 +43939470248702:43939470249326 26086:26091 hsa_system_get_info(2, 0x7fc634010e50) = 0 +43939470250087:43939470250713 26086:26091 hsa_system_get_info(2, 0x7fc634010e58) = 0 +43939470251473:43939470252098 26086:26091 hsa_system_get_info(2, 0x7fc634010e60) = 0 +43939470252857:43939470253484 26086:26091 hsa_system_get_info(2, 0x7fc634010e68) = 0 +43939470254242:43939470254869 26086:26091 hsa_system_get_info(2, 0x7fc634010e70) = 0 +43939470255631:43939470256258 26086:26091 hsa_system_get_info(2, 0x7fc634010e78) = 0 +43939470257021:43939470257648 26086:26091 hsa_system_get_info(2, 0x7fc634010e80) = 0 +43939470258412:43939470259042 26086:26091 hsa_system_get_info(2, 0x7fc634010e88) = 0 +43939470259810:43939470260441 26086:26091 hsa_system_get_info(2, 0x7fc634010e90) = 0 +43939470261921:43939470262557 26086:26091 hsa_system_get_info(2, 0x7fc634010e98) = 0 +43939470263318:43939470263955 26086:26091 hsa_system_get_info(2, 0x7fc634010ea0) = 0 +43939470264721:43939470265354 26086:26091 hsa_system_get_info(2, 0x7fc634010ea8) = 0 +43939470266139:43939470266770 26086:26091 hsa_system_get_info(2, 0x7fc634010eb0) = 0 +43939470267531:43939470268163 26086:26091 hsa_system_get_info(2, 0x7fc634010eb8) = 0 +43939470268927:43939470269558 26086:26091 hsa_system_get_info(2, 0x7fc634010ec0) = 0 +43939470270323:43939470270954 26086:26091 hsa_system_get_info(2, 0x7fc634010ec8) = 0 +43939470271707:43939470272330 26086:26091 hsa_system_get_info(2, 0x7fc634010ed0) = 0 +43939470273089:43939470273711 26086:26091 hsa_system_get_info(2, 0x7fc634010ed8) = 0 +43939470274471:43939470275102 26086:26091 hsa_system_get_info(2, 0x7fc634010ee0) = 0 +43939470275867:43939470276489 26086:26091 hsa_system_get_info(2, 0x7fc634010ee8) = 0 +43939470277253:43939470277880 26086:26091 hsa_system_get_info(2, 0x7fc634010ef0) = 0 +43939470278660:43939470279287 26086:26091 hsa_system_get_info(2, 0x7fc634010ef8) = 0 +43939470280045:43939470280667 26086:26091 hsa_system_get_info(2, 0x7fc634010f00) = 0 +43939470281428:43939470282059 26086:26091 hsa_system_get_info(2, 0x7fc634010f08) = 0 +43939470282819:43939470283450 26086:26091 hsa_system_get_info(2, 0x7fc634010f10) = 0 +43939470284223:43939470284854 26086:26091 hsa_system_get_info(2, 0x7fc634010f18) = 0 +43939470285617:43939470286245 26086:26091 hsa_system_get_info(2, 0x7fc634010f20) = 0 +43939470287026:43939470287653 26086:26091 hsa_system_get_info(2, 0x7fc634010f28) = 0 +43939470288413:43939470289039 26086:26091 hsa_system_get_info(2, 0x7fc634010f30) = 0 +43939470289799:43939470290420 26086:26091 hsa_system_get_info(2, 0x7fc634010f38) = 0 +43939470291183:43939470291810 26086:26091 hsa_system_get_info(2, 0x7fc634010f40) = 0 +43939470292571:43939470293198 26086:26091 hsa_system_get_info(2, 0x7fc634010f48) = 0 +43939470293959:43939470294595 26086:26091 hsa_system_get_info(2, 0x7fc634010f50) = 0 +43939470295358:43939470295979 26086:26091 hsa_system_get_info(2, 0x7fc634010f58) = 0 +43939470310530:43939470311185 26086:26091 hsa_system_get_info(2, 0x7fc63400f020) = 0 +43939470312000:43939470312633 26086:26091 hsa_system_get_info(2, 0x7fc63400f028) = 0 +43939470313398:43939470314021 26086:26091 hsa_system_get_info(2, 0x7fc63400f030) = 0 +43939470314778:43939470315401 26086:26091 hsa_system_get_info(2, 0x7fc63400f038) = 0 +43939470316963:43939470317593 26086:26091 hsa_system_get_info(2, 0x7fc63400f040) = 0 +43939470318345:43939470318966 26086:26091 hsa_system_get_info(2, 0x7fc63400f048) = 0 +43939470319724:43939470320353 26086:26091 hsa_system_get_info(2, 0x7fc63400f050) = 0 +43939470321113:43939470321751 26086:26091 hsa_system_get_info(2, 0x7fc63400f058) = 0 +43939470322511:43939470323142 26086:26091 hsa_system_get_info(2, 0x7fc63400f060) = 0 +43939470323894:43939470324523 26086:26091 hsa_system_get_info(2, 0x7fc63400f068) = 0 +43939470325278:43939470325909 26086:26091 hsa_system_get_info(2, 0x7fc63400f070) = 0 +43939470326666:43939470327295 26086:26091 hsa_system_get_info(2, 0x7fc63400f078) = 0 +43939470328049:43939470328678 26086:26091 hsa_system_get_info(2, 0x7fc63400f080) = 0 +43939470329433:43939470330063 26086:26091 hsa_system_get_info(2, 0x7fc63400f088) = 0 +43939470330823:43939470331457 26086:26091 hsa_system_get_info(2, 0x7fc63400f090) = 0 +43939470332210:43939470332838 26086:26091 hsa_system_get_info(2, 0x7fc63400f098) = 0 +43939470333599:43939470334232 26086:26091 hsa_system_get_info(2, 0x7fc63400f0a0) = 0 +43939470335001:43939470335634 26086:26091 hsa_system_get_info(2, 0x7fc63400f0a8) = 0 +43939470336395:43939470337026 26086:26091 hsa_system_get_info(2, 0x7fc63400f0b0) = 0 +43939470337781:43939470338411 26086:26091 hsa_system_get_info(2, 0x7fc63400f0b8) = 0 +43939470339167:43939470339798 26086:26091 hsa_system_get_info(2, 0x7fc63400f0c0) = 0 +43939470340569:43939470341200 26086:26091 hsa_system_get_info(2, 0x7fc63400f0c8) = 0 +43939470341953:43939470342583 26086:26091 hsa_system_get_info(2, 0x7fc63400f0d0) = 0 +43939470343337:43939470343961 26086:26091 hsa_system_get_info(2, 0x7fc63400f0d8) = 0 +43939470344715:43939470345340 26086:26091 hsa_system_get_info(2, 0x7fc63400f0e0) = 0 +43939470346092:43939470346717 26086:26091 hsa_system_get_info(2, 0x7fc63400f0e8) = 0 +43939470347469:43939470348099 26086:26091 hsa_system_get_info(2, 0x7fc63400f0f0) = 0 +43939470348851:43939470349472 26086:26091 hsa_system_get_info(2, 0x7fc63400f0f8) = 0 +43939470350229:43939470350859 26086:26091 hsa_system_get_info(2, 0x7fc63400f100) = 0 +43939470351616:43939470352254 26086:26091 hsa_system_get_info(2, 0x7fc63400f108) = 0 +43939470353012:43939470353642 26086:26091 hsa_system_get_info(2, 0x7fc63400f110) = 0 +43939470354400:43939470355023 26086:26091 hsa_system_get_info(2, 0x7fc63400f118) = 0 +43939470356517:43939470357145 26086:26091 hsa_system_get_info(2, 0x7fc63400f120) = 0 +43939470357903:43939470358530 26086:26091 hsa_system_get_info(2, 0x7fc63400f128) = 0 +43939470359284:43939470359916 26086:26091 hsa_system_get_info(2, 0x7fc63400f130) = 0 +43939470360673:43939470361310 26086:26091 hsa_system_get_info(2, 0x7fc63400f138) = 0 +43939470362067:43939470362692 26086:26091 hsa_system_get_info(2, 0x7fc63400f140) = 0 +43939470363452:43939470364081 26086:26091 hsa_system_get_info(2, 0x7fc63400f148) = 0 +43939470364837:43939470365470 26086:26091 hsa_system_get_info(2, 0x7fc63400f150) = 0 +43939470366229:43939470366859 26086:26091 hsa_system_get_info(2, 0x7fc63400f158) = 0 +43939470367619:43939470368249 26086:26091 hsa_system_get_info(2, 0x7fc63400f160) = 0 +43939470369004:43939470369635 26086:26091 hsa_system_get_info(2, 0x7fc63400f168) = 0 +43939470370394:43939470371022 26086:26091 hsa_system_get_info(2, 0x7fc63400f170) = 0 +43939470371777:43939470372407 26086:26091 hsa_system_get_info(2, 0x7fc63400f178) = 0 +43939470373165:43939470373793 26086:26091 hsa_system_get_info(2, 0x7fc63400f180) = 0 +43939470374546:43939470375173 26086:26091 hsa_system_get_info(2, 0x7fc63400f188) = 0 +43939470375940:43939470376568 26086:26091 hsa_system_get_info(2, 0x7fc63400f190) = 0 +43939470377335:43939470377963 26086:26091 hsa_system_get_info(2, 0x7fc63400f198) = 0 +43939470378718:43939470379342 26086:26091 hsa_system_get_info(2, 0x7fc63400f1a0) = 0 +43939470380096:43939470380726 26086:26091 hsa_system_get_info(2, 0x7fc63400f1a8) = 0 +43939470381480:43939470382107 26086:26091 hsa_system_get_info(2, 0x7fc63400f1b0) = 0 +43939470382863:43939470383492 26086:26091 hsa_system_get_info(2, 0x7fc63400f1b8) = 0 +43939470384249:43939470384875 26086:26091 hsa_system_get_info(2, 0x7fc63400f1c0) = 0 +43939470385634:43939470386260 26086:26091 hsa_system_get_info(2, 0x7fc63400f1c8) = 0 +43939470387012:43939470387641 26086:26091 hsa_system_get_info(2, 0x7fc63400f1d0) = 0 +43939470388395:43939470389027 26086:26091 hsa_system_get_info(2, 0x7fc63400f1d8) = 0 +43939470389788:43939470390418 26086:26091 hsa_system_get_info(2, 0x7fc63400f1e0) = 0 +43939470391174:43939470391809 26086:26091 hsa_system_get_info(2, 0x7fc63400f1e8) = 0 +43939470392573:43939470393204 26086:26091 hsa_system_get_info(2, 0x7fc63400f1f0) = 0 +43939470393963:43939470394590 26086:26091 hsa_system_get_info(2, 0x7fc63400f1f8) = 0 +43939470395347:43939470395976 26086:26091 hsa_system_get_info(2, 0x7fc63400f200) = 0 +43939470397490:43939470398127 26086:26091 hsa_system_get_info(2, 0x7fc63400f208) = 0 +43939470398880:43939470399498 26086:26091 hsa_system_get_info(2, 0x7fc63400f210) = 0 +43939470400258:43939470400882 26086:26091 hsa_system_get_info(2, 0x7fc63400f218) = 0 +43939470401634:43939470402263 26086:26091 hsa_system_get_info(2, 0x7fc63400f220) = 0 +43939470403019:43939470403644 26086:26091 hsa_system_get_info(2, 0x7fc63400f228) = 0 +43939470404399:43939470405023 26086:26091 hsa_system_get_info(2, 0x7fc63400f230) = 0 +43939470405782:43939470406415 26086:26091 hsa_system_get_info(2, 0x7fc63400f238) = 0 +43939470407172:43939470407795 26086:26091 hsa_system_get_info(2, 0x7fc63400f240) = 0 +43939470408551:43939470409175 26086:26091 hsa_system_get_info(2, 0x7fc63400f248) = 0 +43939470409929:43939470410563 26086:26091 hsa_system_get_info(2, 0x7fc63400f250) = 0 +43939470411316:43939470411940 26086:26091 hsa_system_get_info(2, 0x7fc63400f258) = 0 +43939470412695:43939470413325 26086:26091 hsa_system_get_info(2, 0x7fc63400f260) = 0 +43939470414081:43939470414714 26086:26091 hsa_system_get_info(2, 0x7fc63400f268) = 0 +43939470415487:43939470416112 26086:26091 hsa_system_get_info(2, 0x7fc63400f270) = 0 +43939470416867:43939470417494 26086:26091 hsa_system_get_info(2, 0x7fc63400f278) = 0 +43939470418248:43939470418874 26086:26091 hsa_system_get_info(2, 0x7fc63400f280) = 0 +43939470419631:43939470420263 26086:26091 hsa_system_get_info(2, 0x7fc63400f288) = 0 +43939470421016:43939470421653 26086:26091 hsa_system_get_info(2, 0x7fc63400f290) = 0 +43939470422413:43939470423039 26086:26091 hsa_system_get_info(2, 0x7fc63400f298) = 0 +43939470423794:43939470424423 26086:26091 hsa_system_get_info(2, 0x7fc63400f2a0) = 0 +43939470425183:43939470425812 26086:26091 hsa_system_get_info(2, 0x7fc63400f2a8) = 0 +43939470426565:43939470427188 26086:26091 hsa_system_get_info(2, 0x7fc63400f2b0) = 0 +43939470427945:43939470428574 26086:26091 hsa_system_get_info(2, 0x7fc63400f2b8) = 0 +43939470429330:43939470429957 26086:26091 hsa_system_get_info(2, 0x7fc63400f2c0) = 0 +43939470430711:43939470431339 26086:26091 hsa_system_get_info(2, 0x7fc63400f2c8) = 0 +43939470432094:43939470432716 26086:26091 hsa_system_get_info(2, 0x7fc63400f2d0) = 0 +43939470433469:43939470434093 26086:26091 hsa_system_get_info(2, 0x7fc63400f2d8) = 0 +43939470434850:43939470435489 26086:26091 hsa_system_get_info(2, 0x7fc63400f2e0) = 0 +43939470436993:43939470437628 26086:26091 hsa_system_get_info(2, 0x7fc63400f2e8) = 0 +43939470438381:43939470439006 26086:26091 hsa_system_get_info(2, 0x7fc63400f2f0) = 0 +43939470439760:43939470440390 26086:26091 hsa_system_get_info(2, 0x7fc63400f2f8) = 0 +43939470441146:43939470441782 26086:26091 hsa_system_get_info(2, 0x7fc63400f300) = 0 +43939470442540:43939470443171 26086:26091 hsa_system_get_info(2, 0x7fc63400f308) = 0 +43939470443925:43939470444554 26086:26091 hsa_system_get_info(2, 0x7fc63400f310) = 0 +43939470445312:43939470445940 26086:26091 hsa_system_get_info(2, 0x7fc63400f318) = 0 +43939470446697:43939470447325 26086:26091 hsa_system_get_info(2, 0x7fc63400f320) = 0 +43939470448079:43939470448710 26086:26091 hsa_system_get_info(2, 0x7fc63400f328) = 0 +43939470449468:43939470450090 26086:26091 hsa_system_get_info(2, 0x7fc63400f330) = 0 +43939470450848:43939470451471 26086:26091 hsa_system_get_info(2, 0x7fc63400f338) = 0 +43939470452229:43939470452859 26086:26091 hsa_system_get_info(2, 0x7fc63400f340) = 0 +43939470453620:43939470454250 26086:26091 hsa_system_get_info(2, 0x7fc63400f348) = 0 +43939470455022:43939470455651 26086:26091 hsa_system_get_info(2, 0x7fc63400f350) = 0 +43939470456408:43939470457035 26086:26091 hsa_system_get_info(2, 0x7fc63400f358) = 0 +43939470457799:43939470458425 26086:26091 hsa_system_get_info(2, 0x7fc63400f360) = 0 +43939470459184:43939470459820 26086:26091 hsa_system_get_info(2, 0x7fc63400f368) = 0 +43939470460576:43939470461205 26086:26091 hsa_system_get_info(2, 0x7fc63400f370) = 0 +43939470461982:43939470462617 26086:26091 hsa_system_get_info(2, 0x7fc63400f378) = 0 +43939470463376:43939470464007 26086:26091 hsa_system_get_info(2, 0x7fc63400f380) = 0 +43939470464761:43939470465390 26086:26091 hsa_system_get_info(2, 0x7fc63400f388) = 0 +43939470466150:43939470466789 26086:26091 hsa_system_get_info(2, 0x7fc63400f390) = 0 +43939470467551:43939470468182 26086:26091 hsa_system_get_info(2, 0x7fc63400f398) = 0 +43939470468939:43939470469567 26086:26091 hsa_system_get_info(2, 0x7fc63400f3a0) = 0 +43939470470331:43939470470959 26086:26091 hsa_system_get_info(2, 0x7fc63400f3a8) = 0 +43939470471718:43939470472349 26086:26091 hsa_system_get_info(2, 0x7fc63400f3b0) = 0 +43939470473105:43939470473729 26086:26091 hsa_system_get_info(2, 0x7fc63400f3b8) = 0 +43939470474481:43939470475113 26086:26091 hsa_system_get_info(2, 0x7fc63400f3c0) = 0 +43939470475871:43939470476505 26086:26091 hsa_system_get_info(2, 0x7fc63400f3c8) = 0 +43939470478015:43939470478646 26086:26091 hsa_system_get_info(2, 0x7fc63400f3d0) = 0 +43939470479399:43939470480029 26086:26091 hsa_system_get_info(2, 0x7fc63400f3d8) = 0 +43939470480787:43939470481414 26086:26091 hsa_system_get_info(2, 0x7fc63400f3e0) = 0 +43939470482176:43939470482809 26086:26091 hsa_system_get_info(2, 0x7fc63400f3e8) = 0 +43939470483567:43939470484190 26086:26091 hsa_system_get_info(2, 0x7fc63400f3f0) = 0 +43939470484948:43939470485577 26086:26091 hsa_system_get_info(2, 0x7fc63400f3f8) = 0 +43939470486329:43939470486952 26086:26091 hsa_system_get_info(2, 0x7fc63400f400) = 0 +43939470487708:43939470488340 26086:26091 hsa_system_get_info(2, 0x7fc63400f408) = 0 +43939470489099:43939470489724 26086:26091 hsa_system_get_info(2, 0x7fc63400f410) = 0 +43939470490483:43939470491114 26086:26091 hsa_system_get_info(2, 0x7fc63400f418) = 0 +43939470491875:43939470492507 26086:26091 hsa_system_get_info(2, 0x7fc63400f420) = 0 +43939470493273:43939470493905 26086:26091 hsa_system_get_info(2, 0x7fc63400f428) = 0 +43939470494685:43939470495324 26086:26091 hsa_system_get_info(2, 0x7fc63400f430) = 0 +43939470496075:43939470496698 26086:26091 hsa_system_get_info(2, 0x7fc63400f438) = 0 +43939470497458:43939470498087 26086:26091 hsa_system_get_info(2, 0x7fc63400f440) = 0 +43939470498840:43939470499468 26086:26091 hsa_system_get_info(2, 0x7fc63400f448) = 0 +43939470500225:43939470500856 26086:26091 hsa_system_get_info(2, 0x7fc63400f450) = 0 +43939470501616:43939470502241 26086:26091 hsa_system_get_info(2, 0x7fc63400f458) = 0 +43939470502996:43939470503626 26086:26091 hsa_system_get_info(2, 0x7fc63400f460) = 0 +43939470504381:43939470505014 26086:26091 hsa_system_get_info(2, 0x7fc63400f468) = 0 +43939470505772:43939470506404 26086:26091 hsa_system_get_info(2, 0x7fc63400f470) = 0 +43939470507161:43939470507790 26086:26091 hsa_system_get_info(2, 0x7fc63400f478) = 0 +43939470508543:43939470509175 26086:26091 hsa_system_get_info(2, 0x7fc63400f480) = 0 +43939470509931:43939470510557 26086:26091 hsa_system_get_info(2, 0x7fc63400f488) = 0 +43939470511317:43939470511950 26086:26091 hsa_system_get_info(2, 0x7fc63400f490) = 0 +43939470512705:43939470513342 26086:26091 hsa_system_get_info(2, 0x7fc63400f498) = 0 +43939470514094:43939470514719 26086:26091 hsa_system_get_info(2, 0x7fc63400f4a0) = 0 +43939470515488:43939470516117 26086:26091 hsa_system_get_info(2, 0x7fc63400f4a8) = 0 +43939470517630:43939470518261 26086:26091 hsa_system_get_info(2, 0x7fc63400f4b0) = 0 +43939470519015:43939470519650 26086:26091 hsa_system_get_info(2, 0x7fc63400f4b8) = 0 +43939470520401:43939470521028 26086:26091 hsa_system_get_info(2, 0x7fc63400f4c0) = 0 +43939470521787:43939470522411 26086:26091 hsa_system_get_info(2, 0x7fc63400f4c8) = 0 +43939470523168:43939470523799 26086:26091 hsa_system_get_info(2, 0x7fc63400f4d0) = 0 +43939470524553:43939470525181 26086:26091 hsa_system_get_info(2, 0x7fc63400f4d8) = 0 +43939470525939:43939470526565 26086:26091 hsa_system_get_info(2, 0x7fc63400f4e0) = 0 +43939470527322:43939470527955 26086:26091 hsa_system_get_info(2, 0x7fc63400f4e8) = 0 +43939470528715:43939470529345 26086:26091 hsa_system_get_info(2, 0x7fc63400f4f0) = 0 +43939470530102:43939470530736 26086:26091 hsa_system_get_info(2, 0x7fc63400f4f8) = 0 +43939470531494:43939470532127 26086:26091 hsa_system_get_info(2, 0x7fc63400f500) = 0 +43939470532883:43939470533510 26086:26091 hsa_system_get_info(2, 0x7fc63400f508) = 0 +43939470534275:43939470534906 26086:26091 hsa_system_get_info(2, 0x7fc63400f510) = 0 +43939470535678:43939470536305 26086:26091 hsa_system_get_info(2, 0x7fc63400f518) = 0 +43939470537060:43939470537689 26086:26091 hsa_system_get_info(2, 0x7fc63400f520) = 0 +43939470538466:43939470539093 26086:26091 hsa_system_get_info(2, 0x7fc63400f528) = 0 +43939470539851:43939470540481 26086:26091 hsa_system_get_info(2, 0x7fc63400f530) = 0 +43939470541237:43939470541862 26086:26091 hsa_system_get_info(2, 0x7fc63400f538) = 0 +43939470542618:43939470543244 26086:26091 hsa_system_get_info(2, 0x7fc63400f540) = 0 +43939470544000:43939470544626 26086:26091 hsa_system_get_info(2, 0x7fc63400f548) = 0 +43939470545381:43939470546007 26086:26091 hsa_system_get_info(2, 0x7fc63400f550) = 0 +43939470546760:43939470547392 26086:26091 hsa_system_get_info(2, 0x7fc63400f558) = 0 +43939470548147:43939470548777 26086:26091 hsa_system_get_info(2, 0x7fc63400f560) = 0 +43939470549534:43939470550163 26086:26091 hsa_system_get_info(2, 0x7fc63400f568) = 0 +43939470550916:43939470551539 26086:26091 hsa_system_get_info(2, 0x7fc63400f570) = 0 +43939470552295:43939470552925 26086:26091 hsa_system_get_info(2, 0x7fc63400f578) = 0 +43939470553679:43939470554310 26086:26091 hsa_system_get_info(2, 0x7fc63400f580) = 0 +43939470555066:43939470555701 26086:26091 hsa_system_get_info(2, 0x7fc63400f588) = 0 +43939470556460:43939470557091 26086:26091 hsa_system_get_info(2, 0x7fc63400f590) = 0 +43939470558647:43939470559283 26086:26091 hsa_system_get_info(2, 0x7fc63400f598) = 0 +43939470560041:43939470560665 26086:26091 hsa_system_get_info(2, 0x7fc63400f5a0) = 0 +43939470561421:43939470562050 26086:26091 hsa_system_get_info(2, 0x7fc63400f5a8) = 0 +43939470562806:43939470563431 26086:26091 hsa_system_get_info(2, 0x7fc63400f5b0) = 0 +43939470564193:43939470564831 26086:26091 hsa_system_get_info(2, 0x7fc63400f5b8) = 0 +43939470565593:43939470566226 26086:26091 hsa_system_get_info(2, 0x7fc63400f5c0) = 0 +43939470566984:43939470567619 26086:26091 hsa_system_get_info(2, 0x7fc63400f5c8) = 0 +43939470568377:43939470569000 26086:26091 hsa_system_get_info(2, 0x7fc63400f5d0) = 0 +43939470569760:43939470570390 26086:26091 hsa_system_get_info(2, 0x7fc63400f5d8) = 0 +43939470571148:43939470571781 26086:26091 hsa_system_get_info(2, 0x7fc63400f5e0) = 0 +43939470572540:43939470573176 26086:26091 hsa_system_get_info(2, 0x7fc63400f5e8) = 0 +43939470573959:43939470574589 26086:26091 hsa_system_get_info(2, 0x7fc63400f5f0) = 0 +43939470575344:43939470575977 26086:26091 hsa_system_get_info(2, 0x7fc63400f5f8) = 0 +43939470576744:43939470577368 26086:26091 hsa_system_get_info(2, 0x7fc63400f600) = 0 +43939470578123:43939470578753 26086:26091 hsa_system_get_info(2, 0x7fc63400f608) = 0 +43939470579507:43939470580142 26086:26091 hsa_system_get_info(2, 0x7fc63400f610) = 0 +43939470580894:43939470581522 26086:26091 hsa_system_get_info(2, 0x7fc63400f618) = 0 +43939470582277:43939470582914 26086:26091 hsa_system_get_info(2, 0x7fc63400f620) = 0 +43939470583667:43939470584292 26086:26091 hsa_system_get_info(2, 0x7fc63400f628) = 0 +43939470585047:43939470585680 26086:26091 hsa_system_get_info(2, 0x7fc63400f630) = 0 +43939470586441:43939470587064 26086:26091 hsa_system_get_info(2, 0x7fc63400f638) = 0 +43939470587816:43939470588439 26086:26091 hsa_system_get_info(2, 0x7fc63400f640) = 0 +43939470589195:43939470589819 26086:26091 hsa_system_get_info(2, 0x7fc63400f648) = 0 +43939470590588:43939470591216 26086:26091 hsa_system_get_info(2, 0x7fc63400f650) = 0 +43939470591970:43939470592598 26086:26091 hsa_system_get_info(2, 0x7fc63400f658) = 0 +43939470593354:43939470593981 26086:26091 hsa_system_get_info(2, 0x7fc63400f660) = 0 +43939470594732:43939470595359 26086:26091 hsa_system_get_info(2, 0x7fc63400f668) = 0 +43939470596112:43939470596731 26086:26091 hsa_system_get_info(2, 0x7fc63400f670) = 0 +43939470598242:43939470598875 26086:26091 hsa_system_get_info(2, 0x7fc63400f678) = 0 +43939470599634:43939470600258 26086:26091 hsa_system_get_info(2, 0x7fc63400f680) = 0 +43939470601025:43939470601663 26086:26091 hsa_system_get_info(2, 0x7fc63400f688) = 0 +43939470602423:43939470603054 26086:26091 hsa_system_get_info(2, 0x7fc63400f690) = 0 +43939470603808:43939470604436 26086:26091 hsa_system_get_info(2, 0x7fc63400f698) = 0 +43939470605194:43939470605814 26086:26091 hsa_system_get_info(2, 0x7fc63400f6a0) = 0 +43939470606567:43939470607195 26086:26091 hsa_system_get_info(2, 0x7fc63400f6a8) = 0 +43939470607947:43939470608573 26086:26091 hsa_system_get_info(2, 0x7fc63400f6b0) = 0 +43939470609331:43939470609954 26086:26091 hsa_system_get_info(2, 0x7fc63400f6b8) = 0 +43939470610712:43939470611337 26086:26091 hsa_system_get_info(2, 0x7fc63400f6c0) = 0 +43939470612095:43939470612723 26086:26091 hsa_system_get_info(2, 0x7fc63400f6c8) = 0 +43939470613480:43939470614109 26086:26091 hsa_system_get_info(2, 0x7fc63400f6d0) = 0 +43939470614872:43939470615510 26086:26091 hsa_system_get_info(2, 0x7fc63400f6d8) = 0 +43939470616271:43939470616903 26086:26091 hsa_system_get_info(2, 0x7fc63400f6e0) = 0 +43939470617659:43939470618306 26086:26091 hsa_system_get_info(2, 0x7fc63400f6e8) = 0 +43939470619063:43939470619693 26086:26091 hsa_system_get_info(2, 0x7fc63400f6f0) = 0 +43939470620449:43939470621079 26086:26091 hsa_system_get_info(2, 0x7fc63400f6f8) = 0 +43939470621834:43939470622466 26086:26091 hsa_system_get_info(2, 0x7fc63400f700) = 0 +43939470623220:43939470623857 26086:26091 hsa_system_get_info(2, 0x7fc63400f708) = 0 +43939470624612:43939470625249 26086:26091 hsa_system_get_info(2, 0x7fc63400f710) = 0 +43939470626003:43939470626636 26086:26091 hsa_system_get_info(2, 0x7fc63400f718) = 0 +43939470627392:43939470628024 26086:26091 hsa_system_get_info(2, 0x7fc63400f720) = 0 +43939470628784:43939470629418 26086:26091 hsa_system_get_info(2, 0x7fc63400f728) = 0 +43939470630172:43939470630800 26086:26091 hsa_system_get_info(2, 0x7fc63400f730) = 0 +43939470631572:43939470632204 26086:26091 hsa_system_get_info(2, 0x7fc63400f738) = 0 +43939470632962:43939470633592 26086:26091 hsa_system_get_info(2, 0x7fc63400f740) = 0 +43939470634345:43939470634969 26086:26091 hsa_system_get_info(2, 0x7fc63400f748) = 0 +43939470635726:43939470636354 26086:26091 hsa_system_get_info(2, 0x7fc63400f750) = 0 +43939470638657:43939470639286 26086:26091 hsa_system_get_info(2, 0x7fc63400f758) = 0 +43939470640044:43939470640674 26086:26091 hsa_system_get_info(2, 0x7fc63400f760) = 0 +43939470641427:43939470642050 26086:26091 hsa_system_get_info(2, 0x7fc63400f768) = 0 +43939470642808:43939470643438 26086:26091 hsa_system_get_info(2, 0x7fc63400f770) = 0 +43939470644201:43939470644823 26086:26091 hsa_system_get_info(2, 0x7fc63400f778) = 0 +43939470645578:43939470646203 26086:26091 hsa_system_get_info(2, 0x7fc63400f780) = 0 +43939470646964:43939470647595 26086:26091 hsa_system_get_info(2, 0x7fc63400f788) = 0 +43939470648353:43939470648984 26086:26091 hsa_system_get_info(2, 0x7fc63400f790) = 0 +43939470649743:43939470650376 26086:26091 hsa_system_get_info(2, 0x7fc63400f798) = 0 +43939470651133:43939470651763 26086:26091 hsa_system_get_info(2, 0x7fc63400f7a0) = 0 +43939470652521:43939470653152 26086:26091 hsa_system_get_info(2, 0x7fc63400f7a8) = 0 +43939470653925:43939470654556 26086:26091 hsa_system_get_info(2, 0x7fc63400f7b0) = 0 +43939470655328:43939470655961 26086:26091 hsa_system_get_info(2, 0x7fc63400f7b8) = 0 +43939470656718:43939470657351 26086:26091 hsa_system_get_info(2, 0x7fc63400f7c0) = 0 +43939470658106:43939470658738 26086:26091 hsa_system_get_info(2, 0x7fc63400f7c8) = 0 +43939470659490:43939470660120 26086:26091 hsa_system_get_info(2, 0x7fc63400f7d0) = 0 +43939470660873:43939470661507 26086:26091 hsa_system_get_info(2, 0x7fc63400f7d8) = 0 +43939470662269:43939470662900 26086:26091 hsa_system_get_info(2, 0x7fc63400f7e0) = 0 +43939470663658:43939470664288 26086:26091 hsa_system_get_info(2, 0x7fc63400f7e8) = 0 +43939470665044:43939470665674 26086:26091 hsa_system_get_info(2, 0x7fc63400f7f0) = 0 +43939470666431:43939470667055 26086:26091 hsa_system_get_info(2, 0x7fc63400f7f8) = 0 +43939470667814:43939470668443 26086:26091 hsa_system_get_info(2, 0x7fc63400f800) = 0 +43939470669198:43939470669834 26086:26091 hsa_system_get_info(2, 0x7fc63400f808) = 0 +43939470670587:43939470671217 26086:26091 hsa_system_get_info(2, 0x7fc63400f810) = 0 +43939470671974:43939470672597 26086:26091 hsa_system_get_info(2, 0x7fc63400f818) = 0 +43939470673356:43939470673997 26086:26091 hsa_system_get_info(2, 0x7fc63400f820) = 0 +43939470674774:43939470675401 26086:26091 hsa_system_get_info(2, 0x7fc63400f828) = 0 +43939470676159:43939470676783 26086:26091 hsa_system_get_info(2, 0x7fc63400f830) = 0 +43939470677537:43939470678167 26086:26091 hsa_system_get_info(2, 0x7fc63400f838) = 0 +43939470679640:43939470680290 26086:26091 hsa_system_get_info(2, 0x7fc63400f840) = 0 +43939470681043:43939470681670 26086:26091 hsa_system_get_info(2, 0x7fc63400f848) = 0 +43939470682423:43939470683050 26086:26091 hsa_system_get_info(2, 0x7fc63400f850) = 0 +43939470683812:43939470684442 26086:26091 hsa_system_get_info(2, 0x7fc63400f858) = 0 +43939470685197:43939470685831 26086:26091 hsa_system_get_info(2, 0x7fc63400f860) = 0 +43939470686588:43939470687222 26086:26091 hsa_system_get_info(2, 0x7fc63400f868) = 0 +43939470687978:43939470688609 26086:26091 hsa_system_get_info(2, 0x7fc63400f870) = 0 +43939470689365:43939470689993 26086:26091 hsa_system_get_info(2, 0x7fc63400f878) = 0 +43939470690748:43939470691384 26086:26091 hsa_system_get_info(2, 0x7fc63400f880) = 0 +43939470692139:43939470692768 26086:26091 hsa_system_get_info(2, 0x7fc63400f888) = 0 +43939470693525:43939470694156 26086:26091 hsa_system_get_info(2, 0x7fc63400f890) = 0 +43939470694911:43939470695540 26086:26091 hsa_system_get_info(2, 0x7fc63400f898) = 0 +43939470696302:43939470696930 26086:26091 hsa_system_get_info(2, 0x7fc63400f8a0) = 0 +43939470697685:43939470698320 26086:26091 hsa_system_get_info(2, 0x7fc63400f8a8) = 0 +43939470699094:43939470699725 26086:26091 hsa_system_get_info(2, 0x7fc63400f8b0) = 0 +43939470700484:43939470701113 26086:26091 hsa_system_get_info(2, 0x7fc63400f8b8) = 0 +43939470701877:43939470702510 26086:26091 hsa_system_get_info(2, 0x7fc63400f8c0) = 0 +43939470703268:43939470703902 26086:26091 hsa_system_get_info(2, 0x7fc63400f8c8) = 0 +43939470704669:43939470705303 26086:26091 hsa_system_get_info(2, 0x7fc63400f8d0) = 0 +43939470706055:43939470706679 26086:26091 hsa_system_get_info(2, 0x7fc63400f8d8) = 0 +43939470707435:43939470708063 26086:26091 hsa_system_get_info(2, 0x7fc63400f8e0) = 0 +43939470708818:43939470709446 26086:26091 hsa_system_get_info(2, 0x7fc63400f8e8) = 0 +43939470710202:43939470710837 26086:26091 hsa_system_get_info(2, 0x7fc63400f8f0) = 0 +43939470711593:43939470712229 26086:26091 hsa_system_get_info(2, 0x7fc63400f8f8) = 0 +43939470712989:43939470713622 26086:26091 hsa_system_get_info(2, 0x7fc63400f900) = 0 +43939470714379:43939470715007 26086:26091 hsa_system_get_info(2, 0x7fc63400f908) = 0 +43939470715763:43939470716391 26086:26091 hsa_system_get_info(2, 0x7fc63400f910) = 0 +43939470717144:43939470717771 26086:26091 hsa_system_get_info(2, 0x7fc63400f918) = 0 +43939470719832:43939470720464 26086:26091 hsa_system_get_info(2, 0x7fc63400f920) = 0 +43939470721222:43939470721854 26086:26091 hsa_system_get_info(2, 0x7fc63400f928) = 0 +43939470722608:43939470723236 26086:26091 hsa_system_get_info(2, 0x7fc63400f930) = 0 +43939470723992:43939470724616 26086:26091 hsa_system_get_info(2, 0x7fc63400f938) = 0 +43939470725374:43939470725998 26086:26091 hsa_system_get_info(2, 0x7fc63400f940) = 0 +43939470726758:43939470727388 26086:26091 hsa_system_get_info(2, 0x7fc63400f948) = 0 +43939470728147:43939470728778 26086:26091 hsa_system_get_info(2, 0x7fc63400f950) = 0 +43939470729532:43939470730157 26086:26091 hsa_system_get_info(2, 0x7fc63400f958) = 0 +43939470730916:43939470731541 26086:26091 hsa_system_get_info(2, 0x7fc63400f960) = 0 +43939470732300:43939470732925 26086:26091 hsa_system_get_info(2, 0x7fc63400f968) = 0 +43939470733684:43939470734310 26086:26091 hsa_system_get_info(2, 0x7fc63400f970) = 0 +43939470735081:43939470735715 26086:26091 hsa_system_get_info(2, 0x7fc63400f978) = 0 +43939470736477:43939470737107 26086:26091 hsa_system_get_info(2, 0x7fc63400f980) = 0 +43939470737863:43939470738493 26086:26091 hsa_system_get_info(2, 0x7fc63400f988) = 0 +43939470739248:43939470739873 26086:26091 hsa_system_get_info(2, 0x7fc63400f990) = 0 +43939470740632:43939470741258 26086:26091 hsa_system_get_info(2, 0x7fc63400f998) = 0 +43939470742013:43939470742640 26086:26091 hsa_system_get_info(2, 0x7fc63400f9a0) = 0 +43939470743397:43939470744024 26086:26091 hsa_system_get_info(2, 0x7fc63400f9a8) = 0 +43939470744794:43939470745426 26086:26091 hsa_system_get_info(2, 0x7fc63400f9b0) = 0 +43939470746187:43939470746821 26086:26091 hsa_system_get_info(2, 0x7fc63400f9b8) = 0 +43939470747579:43939470748206 26086:26091 hsa_system_get_info(2, 0x7fc63400f9c0) = 0 +43939470748962:43939470749594 26086:26091 hsa_system_get_info(2, 0x7fc63400f9c8) = 0 +43939470750354:43939470750990 26086:26091 hsa_system_get_info(2, 0x7fc63400f9d0) = 0 +43939470751751:43939470752384 26086:26091 hsa_system_get_info(2, 0x7fc63400f9d8) = 0 +43939470753141:43939470753769 26086:26091 hsa_system_get_info(2, 0x7fc63400f9e0) = 0 +43939470754524:43939470755155 26086:26091 hsa_system_get_info(2, 0x7fc63400f9e8) = 0 +43939470755915:43939470756545 26086:26091 hsa_system_get_info(2, 0x7fc63400f9f0) = 0 +43939470757303:43939470757923 26086:26091 hsa_system_get_info(2, 0x7fc63400f9f8) = 0 +43939470758682:43939470759313 26086:26091 hsa_system_get_info(2, 0x7fc63400fa00) = 0 +43939470760787:43939470761417 26086:26091 hsa_system_get_info(2, 0x7fc63400fa08) = 0 +43939470762170:43939470762797 26086:26091 hsa_system_get_info(2, 0x7fc63400fa10) = 0 +43939470763552:43939470764180 26086:26091 hsa_system_get_info(2, 0x7fc63400fa18) = 0 +43939470764938:43939470765564 26086:26091 hsa_system_get_info(2, 0x7fc63400fa20) = 0 +43939470766323:43939470766950 26086:26091 hsa_system_get_info(2, 0x7fc63400fa28) = 0 +43939470767707:43939470768334 26086:26091 hsa_system_get_info(2, 0x7fc63400fa30) = 0 +43939470769098:43939470769729 26086:26091 hsa_system_get_info(2, 0x7fc63400fa38) = 0 +43939470770476:43939470771106 26086:26091 hsa_system_get_info(2, 0x7fc63400fa40) = 0 +43939470771860:43939470772487 26086:26091 hsa_system_get_info(2, 0x7fc63400fa48) = 0 +43939470773241:43939470773873 26086:26091 hsa_system_get_info(2, 0x7fc63400fa50) = 0 +43939470774628:43939470775259 26086:26091 hsa_system_get_info(2, 0x7fc63400fa58) = 0 +43939470776020:43939470776655 26086:26091 hsa_system_get_info(2, 0x7fc63400fa60) = 0 +43939470777430:43939470778064 26086:26091 hsa_system_get_info(2, 0x7fc63400fa68) = 0 +43939470778819:43939470779451 26086:26091 hsa_system_get_info(2, 0x7fc63400fa70) = 0 +43939470780207:43939470780830 26086:26091 hsa_system_get_info(2, 0x7fc63400fa78) = 0 +43939470781590:43939470782219 26086:26091 hsa_system_get_info(2, 0x7fc63400fa80) = 0 +43939470782974:43939470783598 26086:26091 hsa_system_get_info(2, 0x7fc63400fa88) = 0 +43939470784357:43939470784981 26086:26091 hsa_system_get_info(2, 0x7fc63400fa90) = 0 +43939470785739:43939470786363 26086:26091 hsa_system_get_info(2, 0x7fc63400fa98) = 0 +43939470787120:43939470787743 26086:26091 hsa_system_get_info(2, 0x7fc63400faa0) = 0 +43939470788495:43939470789127 26086:26091 hsa_system_get_info(2, 0x7fc63400faa8) = 0 +43939470789881:43939470790507 26086:26091 hsa_system_get_info(2, 0x7fc63400fab0) = 0 +43939470791263:43939470791889 26086:26091 hsa_system_get_info(2, 0x7fc63400fab8) = 0 +43939470792646:43939470793276 26086:26091 hsa_system_get_info(2, 0x7fc63400fac0) = 0 +43939470794037:43939470794663 26086:26091 hsa_system_get_info(2, 0x7fc63400fac8) = 0 +43939470795421:43939470796055 26086:26091 hsa_system_get_info(2, 0x7fc63400fad0) = 0 +43939470796825:43939470797454 26086:26091 hsa_system_get_info(2, 0x7fc63400fad8) = 0 +43939470798208:43939470798845 26086:26091 hsa_system_get_info(2, 0x7fc63400fae0) = 0 +43939470800311:43939470800943 26086:26091 hsa_system_get_info(2, 0x7fc63400fae8) = 0 +43939470801702:43939470802325 26086:26091 hsa_system_get_info(2, 0x7fc63400faf0) = 0 +43939470803088:43939470803718 26086:26091 hsa_system_get_info(2, 0x7fc63400faf8) = 0 +43939470804472:43939470805096 26086:26091 hsa_system_get_info(2, 0x7fc63400fb00) = 0 +43939470805856:43939470806485 26086:26091 hsa_system_get_info(2, 0x7fc63400fb08) = 0 +43939470807242:43939470807867 26086:26091 hsa_system_get_info(2, 0x7fc63400fb10) = 0 +43939470808624:43939470809256 26086:26091 hsa_system_get_info(2, 0x7fc63400fb18) = 0 +43939470810015:43939470810637 26086:26091 hsa_system_get_info(2, 0x7fc63400fb20) = 0 +43939470811399:43939470812030 26086:26091 hsa_system_get_info(2, 0x7fc63400fb28) = 0 +43939470812788:43939470813411 26086:26091 hsa_system_get_info(2, 0x7fc63400fb30) = 0 +43939470814167:43939470814791 26086:26091 hsa_system_get_info(2, 0x7fc63400fb38) = 0 +43939470815551:43939470816179 26086:26091 hsa_system_get_info(2, 0x7fc63400fb40) = 0 +43939470816937:43939470817569 26086:26091 hsa_system_get_info(2, 0x7fc63400fb48) = 0 +43939470818339:43939470818968 26086:26091 hsa_system_get_info(2, 0x7fc63400fb50) = 0 +43939470819723:43939470820352 26086:26091 hsa_system_get_info(2, 0x7fc63400fb58) = 0 +43939470821105:43939470821730 26086:26091 hsa_system_get_info(2, 0x7fc63400fb60) = 0 +43939470822489:43939470823112 26086:26091 hsa_system_get_info(2, 0x7fc63400fb68) = 0 +43939470823867:43939470824493 26086:26091 hsa_system_get_info(2, 0x7fc63400fb70) = 0 +43939470825248:43939470825873 26086:26091 hsa_system_get_info(2, 0x7fc63400fb78) = 0 +43939470826644:43939470827264 26086:26091 hsa_system_get_info(2, 0x7fc63400fb80) = 0 +43939470828017:43939470828647 26086:26091 hsa_system_get_info(2, 0x7fc63400fb88) = 0 +43939470829403:43939470830034 26086:26091 hsa_system_get_info(2, 0x7fc63400fb90) = 0 +43939470830789:43939470831411 26086:26091 hsa_system_get_info(2, 0x7fc63400fb98) = 0 +43939470832161:43939470832790 26086:26091 hsa_system_get_info(2, 0x7fc63400fba0) = 0 +43939470833553:43939470834177 26086:26091 hsa_system_get_info(2, 0x7fc63400fba8) = 0 +43939470834932:43939470835560 26086:26091 hsa_system_get_info(2, 0x7fc63400fbb0) = 0 +43939470836313:43939470836937 26086:26091 hsa_system_get_info(2, 0x7fc63400fbb8) = 0 +43939470837691:43939470838320 26086:26091 hsa_system_get_info(2, 0x7fc63400fbc0) = 0 +43939470839079:43939470839705 26086:26091 hsa_system_get_info(2, 0x7fc63400fbc8) = 0 +43939470841175:43939470841802 26086:26091 hsa_system_get_info(2, 0x7fc63400fbd0) = 0 +43939470842558:43939470843192 26086:26091 hsa_system_get_info(2, 0x7fc63400fbd8) = 0 +43939470843947:43939470844574 26086:26091 hsa_system_get_info(2, 0x7fc63400fbe0) = 0 +43939470845334:43939470845963 26086:26091 hsa_system_get_info(2, 0x7fc63400fbe8) = 0 +43939470846724:43939470847351 26086:26091 hsa_system_get_info(2, 0x7fc63400fbf0) = 0 +43939470848109:43939470848738 26086:26091 hsa_system_get_info(2, 0x7fc63400fbf8) = 0 +43939470849495:43939470850126 26086:26091 hsa_system_get_info(2, 0x7fc63400fc00) = 0 +43939470850890:43939470851517 26086:26091 hsa_system_get_info(2, 0x7fc63400fc08) = 0 +43939470852277:43939470852900 26086:26091 hsa_system_get_info(2, 0x7fc63400fc10) = 0 +43939470853657:43939470854290 26086:26091 hsa_system_get_info(2, 0x7fc63400fc18) = 0 +43939470855048:43939470855678 26086:26091 hsa_system_get_info(2, 0x7fc63400fc20) = 0 +43939470856433:43939470857059 26086:26091 hsa_system_get_info(2, 0x7fc63400fc28) = 0 +43939470857849:43939470858477 26086:26091 hsa_system_get_info(2, 0x7fc63400fc30) = 0 +43939470859237:43939470859874 26086:26091 hsa_system_get_info(2, 0x7fc63400fc38) = 0 +43939470860632:43939470861259 26086:26091 hsa_system_get_info(2, 0x7fc63400fc40) = 0 +43939470862017:43939470862644 26086:26091 hsa_system_get_info(2, 0x7fc63400fc48) = 0 +43939470863405:43939470864039 26086:26091 hsa_system_get_info(2, 0x7fc63400fc50) = 0 +43939470864798:43939470865436 26086:26091 hsa_system_get_info(2, 0x7fc63400fc58) = 0 +43939470866195:43939470866828 26086:26091 hsa_system_get_info(2, 0x7fc63400fc60) = 0 +43939470867586:43939470868212 26086:26091 hsa_system_get_info(2, 0x7fc63400fc68) = 0 +43939470868966:43939470869593 26086:26091 hsa_system_get_info(2, 0x7fc63400fc70) = 0 +43939470870349:43939470870981 26086:26091 hsa_system_get_info(2, 0x7fc63400fc78) = 0 +43939470871738:43939470872373 26086:26091 hsa_system_get_info(2, 0x7fc63400fc80) = 0 +43939470873130:43939470873760 26086:26091 hsa_system_get_info(2, 0x7fc63400fc88) = 0 +43939470874533:43939470875163 26086:26091 hsa_system_get_info(2, 0x7fc63400fc90) = 0 +43939470875920:43939470876550 26086:26091 hsa_system_get_info(2, 0x7fc63400fc98) = 0 +43939470877307:43939470877937 26086:26091 hsa_system_get_info(2, 0x7fc63400fca0) = 0 +43939470878697:43939470879329 26086:26091 hsa_system_get_info(2, 0x7fc63400fca8) = 0 +43939470880805:43939470881435 26086:26091 hsa_system_get_info(2, 0x7fc63400fcb0) = 0 +43939470882186:43939470882805 26086:26091 hsa_system_get_info(2, 0x7fc63400fcb8) = 0 +43939470883561:43939470884188 26086:26091 hsa_system_get_info(2, 0x7fc63400fcc0) = 0 +43939470884942:43939470885575 26086:26091 hsa_system_get_info(2, 0x7fc63400fcc8) = 0 +43939470886329:43939470886957 26086:26091 hsa_system_get_info(2, 0x7fc63400fcd0) = 0 +43939470887718:43939470888344 26086:26091 hsa_system_get_info(2, 0x7fc63400fcd8) = 0 +43939470889101:43939470889729 26086:26091 hsa_system_get_info(2, 0x7fc63400fce0) = 0 +43939470890482:43939470891108 26086:26091 hsa_system_get_info(2, 0x7fc63400fce8) = 0 +43939470891861:43939470892492 26086:26091 hsa_system_get_info(2, 0x7fc63400fcf0) = 0 +43939470893246:43939470893872 26086:26091 hsa_system_get_info(2, 0x7fc63400fcf8) = 0 +43939470894630:43939470895252 26086:26091 hsa_system_get_info(2, 0x7fc63400fd00) = 0 +43939470896004:43939470896635 26086:26091 hsa_system_get_info(2, 0x7fc63400fd08) = 0 +43939470897389:43939470898017 26086:26091 hsa_system_get_info(2, 0x7fc63400fd10) = 0 +43939470898788:43939470899417 26086:26091 hsa_system_get_info(2, 0x7fc63400fd18) = 0 +43939470900174:43939470900807 26086:26091 hsa_system_get_info(2, 0x7fc63400fd20) = 0 +43939470901564:43939470902189 26086:26091 hsa_system_get_info(2, 0x7fc63400fd28) = 0 +43939470902947:43939470903571 26086:26091 hsa_system_get_info(2, 0x7fc63400fd30) = 0 +43939470904333:43939470904960 26086:26091 hsa_system_get_info(2, 0x7fc63400fd38) = 0 +43939470905720:43939470906355 26086:26091 hsa_system_get_info(2, 0x7fc63400fd40) = 0 +43939470907115:43939470907748 26086:26091 hsa_system_get_info(2, 0x7fc63400fd48) = 0 +43939470908501:43939470909133 26086:26091 hsa_system_get_info(2, 0x7fc63400fd50) = 0 +43939470909889:43939470910516 26086:26091 hsa_system_get_info(2, 0x7fc63400fd58) = 0 +43939470911273:43939470911920 26086:26091 hsa_system_get_info(2, 0x7fc63400fd60) = 0 +43939470912685:43939470913314 26086:26091 hsa_system_get_info(2, 0x7fc63400fd68) = 0 +43939470914076:43939470914705 26086:26091 hsa_system_get_info(2, 0x7fc63400fd70) = 0 +43939470915486:43939470916116 26086:26091 hsa_system_get_info(2, 0x7fc63400fd78) = 0 +43939470916876:43939470917508 26086:26091 hsa_system_get_info(2, 0x7fc63400fd80) = 0 +43939470918264:43939470918892 26086:26091 hsa_system_get_info(2, 0x7fc63400fd88) = 0 +43939470919651:43939470920281 26086:26091 hsa_system_get_info(2, 0x7fc63400fd90) = 0 +43939470921769:43939470922401 26086:26091 hsa_system_get_info(2, 0x7fc63400fd98) = 0 +43939470923160:43939470923785 26086:26091 hsa_system_get_info(2, 0x7fc63400fda0) = 0 +43939470924538:43939470925165 26086:26091 hsa_system_get_info(2, 0x7fc63400fda8) = 0 +43939470925922:43939470926555 26086:26091 hsa_system_get_info(2, 0x7fc63400fdb0) = 0 +43939470927313:43939470927946 26086:26091 hsa_system_get_info(2, 0x7fc63400fdb8) = 0 +43939470928704:43939470929327 26086:26091 hsa_system_get_info(2, 0x7fc63400fdc0) = 0 +43939470930086:43939470930707 26086:26091 hsa_system_get_info(2, 0x7fc63400fdc8) = 0 +43939470931467:43939470932095 26086:26091 hsa_system_get_info(2, 0x7fc63400fdd0) = 0 +43939470932853:43939470933478 26086:26091 hsa_system_get_info(2, 0x7fc63400fdd8) = 0 +43939470934235:43939470934864 26086:26091 hsa_system_get_info(2, 0x7fc63400fde0) = 0 +43939470935640:43939470936259 26086:26091 hsa_system_get_info(2, 0x7fc63400fde8) = 0 +43939470937071:43939470937695 26086:26091 hsa_system_get_info(2, 0x7fc63400fdf0) = 0 +43939470938458:43939470939086 26086:26091 hsa_system_get_info(2, 0x7fc63400fdf8) = 0 +43939470939849:43939470940478 26086:26091 hsa_system_get_info(2, 0x7fc63400fe00) = 0 +43939470941241:43939470941872 26086:26091 hsa_system_get_info(2, 0x7fc63400fe08) = 0 +43939470942634:43939470943265 26086:26091 hsa_system_get_info(2, 0x7fc63400fe10) = 0 +43939470944026:43939470944656 26086:26091 hsa_system_get_info(2, 0x7fc63400fe18) = 0 +43939470945415:43939470946041 26086:26091 hsa_system_get_info(2, 0x7fc63400fe20) = 0 +43939470946801:43939470947428 26086:26091 hsa_system_get_info(2, 0x7fc63400fe28) = 0 +43939470948191:43939470948815 26086:26091 hsa_system_get_info(2, 0x7fc63400fe30) = 0 +43939470949577:43939470950204 26086:26091 hsa_system_get_info(2, 0x7fc63400fe38) = 0 +43939470950965:43939470951596 26086:26091 hsa_system_get_info(2, 0x7fc63400fe40) = 0 +43939470952358:43939470952991 26086:26091 hsa_system_get_info(2, 0x7fc63400fe48) = 0 +43939470953750:43939470954369 26086:26091 hsa_system_get_info(2, 0x7fc63400fe50) = 0 +43939470955143:43939470955768 26086:26091 hsa_system_get_info(2, 0x7fc63400fe58) = 0 +43939470956530:43939470957153 26086:26091 hsa_system_get_info(2, 0x7fc63400fe60) = 0 +43939470957913:43939470958539 26086:26091 hsa_system_get_info(2, 0x7fc63400fe68) = 0 +43939470959303:43939470959929 26086:26091 hsa_system_get_info(2, 0x7fc63400fe70) = 0 +43939470961434:43939470962062 26086:26091 hsa_system_get_info(2, 0x7fc63400fe78) = 0 +43939470962827:43939470963452 26086:26091 hsa_system_get_info(2, 0x7fc63400fe80) = 0 +43939470964210:43939470964841 26086:26091 hsa_system_get_info(2, 0x7fc63400fe88) = 0 +43939470965603:43939470966232 26086:26091 hsa_system_get_info(2, 0x7fc63400fe90) = 0 +43939470966989:43939470967624 26086:26091 hsa_system_get_info(2, 0x7fc63400fe98) = 0 +43939470968384:43939470969011 26086:26091 hsa_system_get_info(2, 0x7fc63400fea0) = 0 +43939470969774:43939470970407 26086:26091 hsa_system_get_info(2, 0x7fc63400fea8) = 0 +43939470971174:43939470971808 26086:26091 hsa_system_get_info(2, 0x7fc63400feb0) = 0 +43939470972568:43939470973192 26086:26091 hsa_system_get_info(2, 0x7fc63400feb8) = 0 +43939470973953:43939470974581 26086:26091 hsa_system_get_info(2, 0x7fc63400fec0) = 0 +43939470975343:43939470975970 26086:26091 hsa_system_get_info(2, 0x7fc63400fec8) = 0 +43939470976731:43939470977354 26086:26091 hsa_system_get_info(2, 0x7fc63400fed0) = 0 +43939470978121:43939470978744 26086:26091 hsa_system_get_info(2, 0x7fc63400fed8) = 0 +43939470979504:43939470980147 26086:26091 hsa_system_get_info(2, 0x7fc63400fee0) = 0 +43939470980907:43939470981533 26086:26091 hsa_system_get_info(2, 0x7fc63400fee8) = 0 +43939470982292:43939470982924 26086:26091 hsa_system_get_info(2, 0x7fc63400fef0) = 0 +43939470983682:43939470984312 26086:26091 hsa_system_get_info(2, 0x7fc63400fef8) = 0 +43939470985070:43939470985698 26086:26091 hsa_system_get_info(2, 0x7fc63400ff00) = 0 +43939470986459:43939470987088 26086:26091 hsa_system_get_info(2, 0x7fc63400ff08) = 0 +43939470987849:43939470988478 26086:26091 hsa_system_get_info(2, 0x7fc63400ff10) = 0 +43939470989245:43939470989871 26086:26091 hsa_system_get_info(2, 0x7fc63400ff18) = 0 +43939470990637:43939470991268 26086:26091 hsa_system_get_info(2, 0x7fc63400ff20) = 0 +43939470992036:43939470992668 26086:26091 hsa_system_get_info(2, 0x7fc63400ff28) = 0 +43939470993431:43939470994061 26086:26091 hsa_system_get_info(2, 0x7fc63400ff30) = 0 +43939470994821:43939470995450 26086:26091 hsa_system_get_info(2, 0x7fc63400ff38) = 0 +43939470996211:43939470996840 26086:26091 hsa_system_get_info(2, 0x7fc63400ff40) = 0 +43939470997600:43939470998230 26086:26091 hsa_system_get_info(2, 0x7fc63400ff48) = 0 +43939470999003:43939470999634 26086:26091 hsa_system_get_info(2, 0x7fc63400ff50) = 0 +43939471001106:43939471001744 26086:26091 hsa_system_get_info(2, 0x7fc63400ff58) = 0 +43939471002510:43939471003144 26086:26091 hsa_system_get_info(2, 0x7fc63400ff60) = 0 +43939471003907:43939471004538 26086:26091 hsa_system_get_info(2, 0x7fc63400ff68) = 0 +43939471005298:43939471005922 26086:26091 hsa_system_get_info(2, 0x7fc63400ff70) = 0 +43939471006685:43939471007313 26086:26091 hsa_system_get_info(2, 0x7fc63400ff78) = 0 +43939471008077:43939471008703 26086:26091 hsa_system_get_info(2, 0x7fc63400ff80) = 0 +43939471009461:43939471010093 26086:26091 hsa_system_get_info(2, 0x7fc63400ff88) = 0 +43939471010857:43939471011482 26086:26091 hsa_system_get_info(2, 0x7fc63400ff90) = 0 +43939471012248:43939471012876 26086:26091 hsa_system_get_info(2, 0x7fc63400ff98) = 0 +43939471013639:43939471014277 26086:26091 hsa_system_get_info(2, 0x7fc63400ffa0) = 0 +43939471015035:43939471015670 26086:26091 hsa_system_get_info(2, 0x7fc63400ffa8) = 0 +43939471016440:43939471017072 26086:26091 hsa_system_get_info(2, 0x7fc63400ffb0) = 0 +43939471017839:43939471018467 26086:26091 hsa_system_get_info(2, 0x7fc63400ffb8) = 0 +43939471019244:43939471019876 26086:26091 hsa_system_get_info(2, 0x7fc63400ffc0) = 0 +43939471020639:43939471021266 26086:26091 hsa_system_get_info(2, 0x7fc63400ffc8) = 0 +43939471022028:43939471022658 26086:26091 hsa_system_get_info(2, 0x7fc63400ffd0) = 0 +43939471023419:43939471024049 26086:26091 hsa_system_get_info(2, 0x7fc63400ffd8) = 0 +43939471024818:43939471025446 26086:26091 hsa_system_get_info(2, 0x7fc63400ffe0) = 0 +43939471026207:43939471026837 26086:26091 hsa_system_get_info(2, 0x7fc63400ffe8) = 0 +43939471027598:43939471028223 26086:26091 hsa_system_get_info(2, 0x7fc63400fff0) = 0 +43939471028985:43939471029614 26086:26091 hsa_system_get_info(2, 0x7fc63400fff8) = 0 +43939471030375:43939471031006 26086:26091 hsa_system_get_info(2, 0x7fc634010000) = 0 +43939471031767:43939471032395 26086:26091 hsa_system_get_info(2, 0x7fc634010008) = 0 +43939471033160:43939471033797 26086:26091 hsa_system_get_info(2, 0x7fc634010010) = 0 +43939471034562:43939471035198 26086:26091 hsa_system_get_info(2, 0x7fc634010018) = 0 +43939471035959:43939471036589 26086:26091 hsa_system_get_info(2, 0x7fc634010020) = 0 +43939471037346:43939471037974 26086:26091 hsa_system_get_info(2, 0x7fc634010028) = 0 +43939471038751:43939471039377 26086:26091 hsa_system_get_info(2, 0x7fc634010030) = 0 +43939471040141:43939471040771 26086:26091 hsa_system_get_info(2, 0x7fc634010038) = 0 +43939471042248:43939471042881 26086:26091 hsa_system_get_info(2, 0x7fc634010040) = 0 +43939471043648:43939471044274 26086:26091 hsa_system_get_info(2, 0x7fc634010048) = 0 +43939471045038:43939471045661 26086:26091 hsa_system_get_info(2, 0x7fc634010050) = 0 +43939471046421:43939471047060 26086:26091 hsa_system_get_info(2, 0x7fc634010058) = 0 +43939471047818:43939471048449 26086:26091 hsa_system_get_info(2, 0x7fc634010060) = 0 +43939471049212:43939471049840 26086:26091 hsa_system_get_info(2, 0x7fc634010068) = 0 +43939471050602:43939471051232 26086:26091 hsa_system_get_info(2, 0x7fc634010070) = 0 +43939471051996:43939471052631 26086:26091 hsa_system_get_info(2, 0x7fc634010078) = 0 +43939471053393:43939471054022 26086:26091 hsa_system_get_info(2, 0x7fc634010080) = 0 +43939471054783:43939471055408 26086:26091 hsa_system_get_info(2, 0x7fc634010088) = 0 +43939471056170:43939471056800 26086:26091 hsa_system_get_info(2, 0x7fc634010090) = 0 +43939471057560:43939471058191 26086:26091 hsa_system_get_info(2, 0x7fc634010098) = 0 +43939471058951:43939471059578 26086:26091 hsa_system_get_info(2, 0x7fc6340100a0) = 0 +43939471060351:43939471060978 26086:26091 hsa_system_get_info(2, 0x7fc6340100a8) = 0 +43939471061741:43939471062371 26086:26091 hsa_system_get_info(2, 0x7fc6340100b0) = 0 +43939471063148:43939471063773 26086:26091 hsa_system_get_info(2, 0x7fc6340100b8) = 0 +43939471064540:43939471065168 26086:26091 hsa_system_get_info(2, 0x7fc6340100c0) = 0 +43939471065925:43939471066556 26086:26091 hsa_system_get_info(2, 0x7fc6340100c8) = 0 +43939471067317:43939471067946 26086:26091 hsa_system_get_info(2, 0x7fc6340100d0) = 0 +43939471068706:43939471069338 26086:26091 hsa_system_get_info(2, 0x7fc6340100d8) = 0 +43939471070098:43939471070725 26086:26091 hsa_system_get_info(2, 0x7fc6340100e0) = 0 +43939471071489:43939471072124 26086:26091 hsa_system_get_info(2, 0x7fc6340100e8) = 0 +43939471072883:43939471073515 26086:26091 hsa_system_get_info(2, 0x7fc6340100f0) = 0 +43939471074274:43939471074907 26086:26091 hsa_system_get_info(2, 0x7fc6340100f8) = 0 +43939471075669:43939471076297 26086:26091 hsa_system_get_info(2, 0x7fc634010100) = 0 +43939471077062:43939471077698 26086:26091 hsa_system_get_info(2, 0x7fc634010108) = 0 +43939471078461:43939471079087 26086:26091 hsa_system_get_info(2, 0x7fc634010110) = 0 +43939471079849:43939471080481 26086:26091 hsa_system_get_info(2, 0x7fc634010118) = 0 +43939471082020:43939471082653 26086:26091 hsa_system_get_info(2, 0x7fc634010120) = 0 +43939471083420:43939471084053 26086:26091 hsa_system_get_info(2, 0x7fc634010128) = 0 +43939471084814:43939471085437 26086:26091 hsa_system_get_info(2, 0x7fc634010130) = 0 +43939471086204:43939471086835 26086:26091 hsa_system_get_info(2, 0x7fc634010138) = 0 +43939471087597:43939471088219 26086:26091 hsa_system_get_info(2, 0x7fc634010140) = 0 +43939471088982:43939471089612 26086:26091 hsa_system_get_info(2, 0x7fc634010148) = 0 +43939471090370:43939471090998 26086:26091 hsa_system_get_info(2, 0x7fc634010150) = 0 +43939471091760:43939471092386 26086:26091 hsa_system_get_info(2, 0x7fc634010158) = 0 +43939471093141:43939471093761 26086:26091 hsa_system_get_info(2, 0x7fc634010160) = 0 +43939471094525:43939471095147 26086:26091 hsa_system_get_info(2, 0x7fc634010168) = 0 +43939471095906:43939471096531 26086:26091 hsa_system_get_info(2, 0x7fc634010170) = 0 +43939471097293:43939471097921 26086:26091 hsa_system_get_info(2, 0x7fc634010178) = 0 +43939471098688:43939471099320 26086:26091 hsa_system_get_info(2, 0x7fc634010180) = 0 +43939471100096:43939471100725 26086:26091 hsa_system_get_info(2, 0x7fc634010188) = 0 +43939471101489:43939471102120 26086:26091 hsa_system_get_info(2, 0x7fc634010190) = 0 +43939471102884:43939471103518 26086:26091 hsa_system_get_info(2, 0x7fc634010198) = 0 +43939471104278:43939471104912 26086:26091 hsa_system_get_info(2, 0x7fc6340101a0) = 0 +43939471105675:43939471106306 26086:26091 hsa_system_get_info(2, 0x7fc6340101a8) = 0 +43939471107065:43939471107696 26086:26091 hsa_system_get_info(2, 0x7fc6340101b0) = 0 +43939471108463:43939471109087 26086:26091 hsa_system_get_info(2, 0x7fc6340101b8) = 0 +43939471109847:43939471110472 26086:26091 hsa_system_get_info(2, 0x7fc6340101c0) = 0 +43939471111236:43939471111865 26086:26091 hsa_system_get_info(2, 0x7fc6340101c8) = 0 +43939471112631:43939471113268 26086:26091 hsa_system_get_info(2, 0x7fc6340101d0) = 0 +43939471114031:43939471114661 26086:26091 hsa_system_get_info(2, 0x7fc6340101d8) = 0 +43939471115420:43939471116048 26086:26091 hsa_system_get_info(2, 0x7fc6340101e0) = 0 +43939471116808:43939471117431 26086:26091 hsa_system_get_info(2, 0x7fc6340101e8) = 0 +43939471118209:43939471118834 26086:26091 hsa_system_get_info(2, 0x7fc6340101f0) = 0 +43939471119595:43939471120220 26086:26091 hsa_system_get_info(2, 0x7fc6340101f8) = 0 +43939471120982:43939471121608 26086:26091 hsa_system_get_info(2, 0x7fc634010200) = 0 +43939471123143:43939471123775 26086:26091 hsa_system_get_info(2, 0x7fc634010208) = 0 +43939471124536:43939471125158 26086:26091 hsa_system_get_info(2, 0x7fc634010210) = 0 +43939471125918:43939471126541 26086:26091 hsa_system_get_info(2, 0x7fc634010218) = 0 +43939471127297:43939471127925 26086:26091 hsa_system_get_info(2, 0x7fc634010220) = 0 +43939471128687:43939471129311 26086:26091 hsa_system_get_info(2, 0x7fc634010228) = 0 +43939471130071:43939471130704 26086:26091 hsa_system_get_info(2, 0x7fc634010230) = 0 +43939471131468:43939471132092 26086:26091 hsa_system_get_info(2, 0x7fc634010238) = 0 +43939471132855:43939471133488 26086:26091 hsa_system_get_info(2, 0x7fc634010240) = 0 +43939471134251:43939471134881 26086:26091 hsa_system_get_info(2, 0x7fc634010248) = 0 +43939471135643:43939471136271 26086:26091 hsa_system_get_info(2, 0x7fc634010250) = 0 +43939471137032:43939471137665 26086:26091 hsa_system_get_info(2, 0x7fc634010258) = 0 +43939471138424:43939471139051 26086:26091 hsa_system_get_info(2, 0x7fc634010260) = 0 +43939471139815:43939471140444 26086:26091 hsa_system_get_info(2, 0x7fc634010268) = 0 +43939471141215:43939471141840 26086:26091 hsa_system_get_info(2, 0x7fc634010270) = 0 +43939471142600:43939471143224 26086:26091 hsa_system_get_info(2, 0x7fc634010278) = 0 +43939471143984:43939471144617 26086:26091 hsa_system_get_info(2, 0x7fc634010280) = 0 +43939471145375:43939471146002 26086:26091 hsa_system_get_info(2, 0x7fc634010288) = 0 +43939471146775:43939471147403 26086:26091 hsa_system_get_info(2, 0x7fc634010290) = 0 +43939471148167:43939471148791 26086:26091 hsa_system_get_info(2, 0x7fc634010298) = 0 +43939471149551:43939471150178 26086:26091 hsa_system_get_info(2, 0x7fc6340102a0) = 0 +43939471150940:43939471151572 26086:26091 hsa_system_get_info(2, 0x7fc6340102a8) = 0 +43939471152332:43939471152961 26086:26091 hsa_system_get_info(2, 0x7fc6340102b0) = 0 +43939471153720:43939471154344 26086:26091 hsa_system_get_info(2, 0x7fc6340102b8) = 0 +43939471155103:43939471155735 26086:26091 hsa_system_get_info(2, 0x7fc6340102c0) = 0 +43939471156492:43939471157121 26086:26091 hsa_system_get_info(2, 0x7fc6340102c8) = 0 +43939471157882:43939471158509 26086:26091 hsa_system_get_info(2, 0x7fc6340102d0) = 0 +43939471159276:43939471159899 26086:26091 hsa_system_get_info(2, 0x7fc6340102d8) = 0 +43939471160660:43939471161295 26086:26091 hsa_system_get_info(2, 0x7fc6340102e0) = 0 +43939471162771:43939471163408 26086:26091 hsa_system_get_info(2, 0x7fc6340102e8) = 0 +43939471164172:43939471164808 26086:26091 hsa_system_get_info(2, 0x7fc6340102f0) = 0 +43939471165569:43939471166199 26086:26091 hsa_system_get_info(2, 0x7fc6340102f8) = 0 +43939471166961:43939471167582 26086:26091 hsa_system_get_info(2, 0x7fc634010300) = 0 +43939471168342:43939471168971 26086:26091 hsa_system_get_info(2, 0x7fc634010308) = 0 +43939471169728:43939471170355 26086:26091 hsa_system_get_info(2, 0x7fc634010310) = 0 +43939471171116:43939471171742 26086:26091 hsa_system_get_info(2, 0x7fc634010318) = 0 +43939471172502:43939471173127 26086:26091 hsa_system_get_info(2, 0x7fc634010320) = 0 +43939471173885:43939471174515 26086:26091 hsa_system_get_info(2, 0x7fc634010328) = 0 +43939471175275:43939471175906 26086:26091 hsa_system_get_info(2, 0x7fc634010330) = 0 +43939471176667:43939471177289 26086:26091 hsa_system_get_info(2, 0x7fc634010338) = 0 +43939471178056:43939471178681 26086:26091 hsa_system_get_info(2, 0x7fc634010340) = 0 +43939471179446:43939471180077 26086:26091 hsa_system_get_info(2, 0x7fc634010348) = 0 +43939471180837:43939471181483 26086:26091 hsa_system_get_info(2, 0x7fc634010350) = 0 +43939471182246:43939471182870 26086:26091 hsa_system_get_info(2, 0x7fc634010358) = 0 +43939471183632:43939471184267 26086:26091 hsa_system_get_info(2, 0x7fc634010360) = 0 +43939471185023:43939471185658 26086:26091 hsa_system_get_info(2, 0x7fc634010368) = 0 +43939471186421:43939471187045 26086:26091 hsa_system_get_info(2, 0x7fc634010370) = 0 +43939471187805:43939471188433 26086:26091 hsa_system_get_info(2, 0x7fc634010378) = 0 +43939471189200:43939471189823 26086:26091 hsa_system_get_info(2, 0x7fc634010380) = 0 +43939471190586:43939471191214 26086:26091 hsa_system_get_info(2, 0x7fc634010388) = 0 +43939471191977:43939471192603 26086:26091 hsa_system_get_info(2, 0x7fc634010390) = 0 +43939471193365:43939471193988 26086:26091 hsa_system_get_info(2, 0x7fc634010398) = 0 +43939471194768:43939471195395 26086:26091 hsa_system_get_info(2, 0x7fc6340103a0) = 0 +43939471196161:43939471196791 26086:26091 hsa_system_get_info(2, 0x7fc6340103a8) = 0 +43939471197551:43939471198186 26086:26091 hsa_system_get_info(2, 0x7fc6340103b0) = 0 +43939471198948:43939471199581 26086:26091 hsa_system_get_info(2, 0x7fc6340103b8) = 0 +43939471200347:43939471200971 26086:26091 hsa_system_get_info(2, 0x7fc6340103c0) = 0 +43939471201739:43939471202361 26086:26091 hsa_system_get_info(2, 0x7fc6340103c8) = 0 +43939471203896:43939471204531 26086:26091 hsa_system_get_info(2, 0x7fc6340103d0) = 0 +43939471205295:43939471205921 26086:26091 hsa_system_get_info(2, 0x7fc6340103d8) = 0 +43939471206677:43939471207312 26086:26091 hsa_system_get_info(2, 0x7fc6340103e0) = 0 +43939471208075:43939471208703 26086:26091 hsa_system_get_info(2, 0x7fc6340103e8) = 0 +43939471209465:43939471210099 26086:26091 hsa_system_get_info(2, 0x7fc6340103f0) = 0 +43939471210878:43939471211502 26086:26091 hsa_system_get_info(2, 0x7fc6340103f8) = 0 +43939471212266:43939471212894 26086:26091 hsa_system_get_info(2, 0x7fc634010400) = 0 +43939471213651:43939471214281 26086:26091 hsa_system_get_info(2, 0x7fc634010408) = 0 +43939471215045:43939471215677 26086:26091 hsa_system_get_info(2, 0x7fc634010410) = 0 +43939471216441:43939471217068 26086:26091 hsa_system_get_info(2, 0x7fc634010418) = 0 +43939471217836:43939471218462 26086:26091 hsa_system_get_info(2, 0x7fc634010420) = 0 +43939471219229:43939471219857 26086:26091 hsa_system_get_info(2, 0x7fc634010428) = 0 +43939471220621:43939471221243 26086:26091 hsa_system_get_info(2, 0x7fc634010430) = 0 +43939471222003:43939471222624 26086:26091 hsa_system_get_info(2, 0x7fc634010438) = 0 +43939471223384:43939471224013 26086:26091 hsa_system_get_info(2, 0x7fc634010440) = 0 +43939471224775:43939471225413 26086:26091 hsa_system_get_info(2, 0x7fc634010448) = 0 +43939471226195:43939471226826 26086:26091 hsa_system_get_info(2, 0x7fc634010450) = 0 +43939471227587:43939471228210 26086:26091 hsa_system_get_info(2, 0x7fc634010458) = 0 +43939471228975:43939471229595 26086:26091 hsa_system_get_info(2, 0x7fc634010460) = 0 +43939471230371:43939471231004 26086:26091 hsa_system_get_info(2, 0x7fc634010468) = 0 +43939471231766:43939471232389 26086:26091 hsa_system_get_info(2, 0x7fc634010470) = 0 +43939471233152:43939471233779 26086:26091 hsa_system_get_info(2, 0x7fc634010478) = 0 +43939471234538:43939471235169 26086:26091 hsa_system_get_info(2, 0x7fc634010480) = 0 +43939471235931:43939471236557 26086:26091 hsa_system_get_info(2, 0x7fc634010488) = 0 +43939471237315:43939471237942 26086:26091 hsa_system_get_info(2, 0x7fc634010490) = 0 +43939471238700:43939471239332 26086:26091 hsa_system_get_info(2, 0x7fc634010498) = 0 +43939471240091:43939471240713 26086:26091 hsa_system_get_info(2, 0x7fc6340104a0) = 0 +43939471241476:43939471242105 26086:26091 hsa_system_get_info(2, 0x7fc6340104a8) = 0 +43939471243601:43939471244235 26086:26091 hsa_system_get_info(2, 0x7fc6340104b0) = 0 +43939471244992:43939471245618 26086:26091 hsa_system_get_info(2, 0x7fc6340104b8) = 0 +43939471246382:43939471247005 26086:26091 hsa_system_get_info(2, 0x7fc6340104c0) = 0 +43939471247767:43939471248396 26086:26091 hsa_system_get_info(2, 0x7fc6340104c8) = 0 +43939471249159:43939471249782 26086:26091 hsa_system_get_info(2, 0x7fc6340104d0) = 0 +43939471250545:43939471251165 26086:26091 hsa_system_get_info(2, 0x7fc6340104d8) = 0 +43939471251922:43939471252549 26086:26091 hsa_system_get_info(2, 0x7fc6340104e0) = 0 +43939471253309:43939471253934 26086:26091 hsa_system_get_info(2, 0x7fc6340104e8) = 0 +43939471254697:43939471255325 26086:26091 hsa_system_get_info(2, 0x7fc6340104f0) = 0 +43939471256089:43939471256723 26086:26091 hsa_system_get_info(2, 0x7fc6340104f8) = 0 +43939471257490:43939471258123 26086:26091 hsa_system_get_info(2, 0x7fc634010500) = 0 +43939471258913:43939471259544 26086:26091 hsa_system_get_info(2, 0x7fc634010508) = 0 +43939471260311:43939471260937 26086:26091 hsa_system_get_info(2, 0x7fc634010510) = 0 +43939471261704:43939471262325 26086:26091 hsa_system_get_info(2, 0x7fc634010518) = 0 +43939471263084:43939471263705 26086:26091 hsa_system_get_info(2, 0x7fc634010520) = 0 +43939471264465:43939471265095 26086:26091 hsa_system_get_info(2, 0x7fc634010528) = 0 +43939471265857:43939471266480 26086:26091 hsa_system_get_info(2, 0x7fc634010530) = 0 +43939471267241:43939471267871 26086:26091 hsa_system_get_info(2, 0x7fc634010538) = 0 +43939471268630:43939471269258 26086:26091 hsa_system_get_info(2, 0x7fc634010540) = 0 +43939471270017:43939471270642 26086:26091 hsa_system_get_info(2, 0x7fc634010548) = 0 +43939471271414:43939471272050 26086:26091 hsa_system_get_info(2, 0x7fc634010550) = 0 +43939471272809:43939471273439 26086:26091 hsa_system_get_info(2, 0x7fc634010558) = 0 +43939471274203:43939471274830 26086:26091 hsa_system_get_info(2, 0x7fc634010560) = 0 +43939471275586:43939471276212 26086:26091 hsa_system_get_info(2, 0x7fc634010568) = 0 +43939471276980:43939471277610 26086:26091 hsa_system_get_info(2, 0x7fc634010570) = 0 +43939471278372:43939471278999 26086:26091 hsa_system_get_info(2, 0x7fc634010578) = 0 +43939471279763:43939471280394 26086:26091 hsa_system_get_info(2, 0x7fc634010580) = 0 +43939471281156:43939471281794 26086:26091 hsa_system_get_info(2, 0x7fc634010588) = 0 +43939471282558:43939471283189 26086:26091 hsa_system_get_info(2, 0x7fc634010590) = 0 +43939471285282:43939471285920 26086:26091 hsa_system_get_info(2, 0x7fc634010598) = 0 +43939471286682:43939471287312 26086:26091 hsa_system_get_info(2, 0x7fc6340105a0) = 0 +43939471288069:43939471288703 26086:26091 hsa_system_get_info(2, 0x7fc6340105a8) = 0 +43939471289462:43939471290094 26086:26091 hsa_system_get_info(2, 0x7fc6340105b0) = 0 +43939471290854:43939471291499 26086:26091 hsa_system_get_info(2, 0x7fc6340105b8) = 0 +43939471292260:43939471292893 26086:26091 hsa_system_get_info(2, 0x7fc6340105c0) = 0 +43939471293656:43939471294285 26086:26091 hsa_system_get_info(2, 0x7fc6340105c8) = 0 +43939471295045:43939471295676 26086:26091 hsa_system_get_info(2, 0x7fc6340105d0) = 0 +43939471296439:43939471297072 26086:26091 hsa_system_get_info(2, 0x7fc6340105d8) = 0 +43939471297835:43939471298457 26086:26091 hsa_system_get_info(2, 0x7fc6340105e0) = 0 +43939471299224:43939471299848 26086:26091 hsa_system_get_info(2, 0x7fc6340105e8) = 0 +43939471300626:43939471301258 26086:26091 hsa_system_get_info(2, 0x7fc6340105f0) = 0 +43939471302021:43939471302650 26086:26091 hsa_system_get_info(2, 0x7fc6340105f8) = 0 +43939471303416:43939471304046 26086:26091 hsa_system_get_info(2, 0x7fc634010600) = 0 +43939471304808:43939471305437 26086:26091 hsa_system_get_info(2, 0x7fc634010608) = 0 +43939471306199:43939471306829 26086:26091 hsa_system_get_info(2, 0x7fc634010610) = 0 +43939471307604:43939471308232 26086:26091 hsa_system_get_info(2, 0x7fc634010618) = 0 +43939471308992:43939471309622 26086:26091 hsa_system_get_info(2, 0x7fc634010620) = 0 +43939471310386:43939471311015 26086:26091 hsa_system_get_info(2, 0x7fc634010628) = 0 +43939471311782:43939471312412 26086:26091 hsa_system_get_info(2, 0x7fc634010630) = 0 +43939471313167:43939471313796 26086:26091 hsa_system_get_info(2, 0x7fc634010638) = 0 +43939471314574:43939471315198 26086:26091 hsa_system_get_info(2, 0x7fc634010640) = 0 +43939471315957:43939471316585 26086:26091 hsa_system_get_info(2, 0x7fc634010648) = 0 +43939471317341:43939471317975 26086:26091 hsa_system_get_info(2, 0x7fc634010650) = 0 +43939471318732:43939471319364 26086:26091 hsa_system_get_info(2, 0x7fc634010658) = 0 +43939471320125:43939471320759 26086:26091 hsa_system_get_info(2, 0x7fc634010660) = 0 +43939471321522:43939471322146 26086:26091 hsa_system_get_info(2, 0x7fc634010668) = 0 +43939471322902:43939471323533 26086:26091 hsa_system_get_info(2, 0x7fc634010670) = 0 +43939471325020:43939471325652 26086:26091 hsa_system_get_info(2, 0x7fc634010678) = 0 +43939471326413:43939471327040 26086:26091 hsa_system_get_info(2, 0x7fc634010680) = 0 +43939471327802:43939471328432 26086:26091 hsa_system_get_info(2, 0x7fc634010688) = 0 +43939471329193:43939471329827 26086:26091 hsa_system_get_info(2, 0x7fc634010690) = 0 +43939471330586:43939471331211 26086:26091 hsa_system_get_info(2, 0x7fc634010698) = 0 +43939471331973:43939471332605 26086:26091 hsa_system_get_info(2, 0x7fc6340106a0) = 0 +43939471333364:43939471333995 26086:26091 hsa_system_get_info(2, 0x7fc6340106a8) = 0 +43939471334756:43939471335381 26086:26091 hsa_system_get_info(2, 0x7fc6340106b0) = 0 +43939471336144:43939471336769 26086:26091 hsa_system_get_info(2, 0x7fc6340106b8) = 0 +43939471337531:43939471338157 26086:26091 hsa_system_get_info(2, 0x7fc6340106c0) = 0 +43939471338917:43939471339541 26086:26091 hsa_system_get_info(2, 0x7fc6340106c8) = 0 +43939471340306:43939471340938 26086:26091 hsa_system_get_info(2, 0x7fc6340106d0) = 0 +43939471341701:43939471342335 26086:26091 hsa_system_get_info(2, 0x7fc6340106d8) = 0 +43939471343108:43939471343741 26086:26091 hsa_system_get_info(2, 0x7fc6340106e0) = 0 +43939471344502:43939471345133 26086:26091 hsa_system_get_info(2, 0x7fc6340106e8) = 0 +43939471345893:43939471346518 26086:26091 hsa_system_get_info(2, 0x7fc6340106f0) = 0 +43939471347277:43939471347913 26086:26091 hsa_system_get_info(2, 0x7fc6340106f8) = 0 +43939471348666:43939471349287 26086:26091 hsa_system_get_info(2, 0x7fc634010700) = 0 +43939471350049:43939471350680 26086:26091 hsa_system_get_info(2, 0x7fc634010708) = 0 +43939471351439:43939471352069 26086:26091 hsa_system_get_info(2, 0x7fc634010710) = 0 +43939471352829:43939471353461 26086:26091 hsa_system_get_info(2, 0x7fc634010718) = 0 +43939471354219:43939471354849 26086:26091 hsa_system_get_info(2, 0x7fc634010720) = 0 +43939471355611:43939471356238 26086:26091 hsa_system_get_info(2, 0x7fc634010728) = 0 +43939471356998:43939471357630 26086:26091 hsa_system_get_info(2, 0x7fc634010730) = 0 +43939471358390:43939471359027 26086:26091 hsa_system_get_info(2, 0x7fc634010738) = 0 +43939471359789:43939471360424 26086:26091 hsa_system_get_info(2, 0x7fc634010740) = 0 +43939471361184:43939471361811 26086:26091 hsa_system_get_info(2, 0x7fc634010748) = 0 +43939471362586:43939471363222 26086:26091 hsa_system_get_info(2, 0x7fc634010750) = 0 +43939471364691:43939471365326 26086:26091 hsa_system_get_info(2, 0x7fc634010758) = 0 +43939471366089:43939471366716 26086:26091 hsa_system_get_info(2, 0x7fc634010760) = 0 +43939471367480:43939471368103 26086:26091 hsa_system_get_info(2, 0x7fc634010768) = 0 +43939471368877:43939471369515 26086:26091 hsa_system_get_info(2, 0x7fc634010770) = 0 +43939471370277:43939471370905 26086:26091 hsa_system_get_info(2, 0x7fc634010778) = 0 +43939471371667:43939471372297 26086:26091 hsa_system_get_info(2, 0x7fc634010780) = 0 +43939471373059:43939471373687 26086:26091 hsa_system_get_info(2, 0x7fc634010788) = 0 +43939471374449:43939471375071 26086:26091 hsa_system_get_info(2, 0x7fc634010790) = 0 +43939471375834:43939471376461 26086:26091 hsa_system_get_info(2, 0x7fc634010798) = 0 +43939471377222:43939471377850 26086:26091 hsa_system_get_info(2, 0x7fc6340107a0) = 0 +43939471378611:43939471379240 26086:26091 hsa_system_get_info(2, 0x7fc6340107a8) = 0 +43939471380006:43939471380634 26086:26091 hsa_system_get_info(2, 0x7fc6340107b0) = 0 +43939471381414:43939471382040 26086:26091 hsa_system_get_info(2, 0x7fc6340107b8) = 0 +43939471382803:43939471383423 26086:26091 hsa_system_get_info(2, 0x7fc6340107c0) = 0 +43939471384183:43939471384806 26086:26091 hsa_system_get_info(2, 0x7fc6340107c8) = 0 +43939471385567:43939471386190 26086:26091 hsa_system_get_info(2, 0x7fc6340107d0) = 0 +43939471386947:43939471387595 26086:26091 hsa_system_get_info(2, 0x7fc6340107d8) = 0 +43939471388356:43939471388982 26086:26091 hsa_system_get_info(2, 0x7fc6340107e0) = 0 +43939471389747:43939471390379 26086:26091 hsa_system_get_info(2, 0x7fc6340107e8) = 0 +43939471391139:43939471391769 26086:26091 hsa_system_get_info(2, 0x7fc6340107f0) = 0 +43939471392532:43939471393163 26086:26091 hsa_system_get_info(2, 0x7fc6340107f8) = 0 +43939471393921:43939471394553 26086:26091 hsa_system_get_info(2, 0x7fc634010800) = 0 +43939471395319:43939471395949 26086:26091 hsa_system_get_info(2, 0x7fc634010808) = 0 +43939471396711:43939471397333 26086:26091 hsa_system_get_info(2, 0x7fc634010810) = 0 +43939471398095:43939471398727 26086:26091 hsa_system_get_info(2, 0x7fc634010818) = 0 +43939471399486:43939471400116 26086:26091 hsa_system_get_info(2, 0x7fc634010820) = 0 +43939471400876:43939471401495 26086:26091 hsa_system_get_info(2, 0x7fc634010828) = 0 +43939471402256:43939471402885 26086:26091 hsa_system_get_info(2, 0x7fc634010830) = 0 +43939471403646:43939471404269 26086:26091 hsa_system_get_info(2, 0x7fc634010838) = 0 +43939471405752:43939471406390 26086:26091 hsa_system_get_info(2, 0x7fc634010840) = 0 +43939471407152:43939471407782 26086:26091 hsa_system_get_info(2, 0x7fc634010848) = 0 +43939471408546:43939471409172 26086:26091 hsa_system_get_info(2, 0x7fc634010850) = 0 +43939471409929:43939471410554 26086:26091 hsa_system_get_info(2, 0x7fc634010858) = 0 +43939471411312:43939471411948 26086:26091 hsa_system_get_info(2, 0x7fc634010860) = 0 +43939471412710:43939471413342 26086:26091 hsa_system_get_info(2, 0x7fc634010868) = 0 +43939471414101:43939471414724 26086:26091 hsa_system_get_info(2, 0x7fc634010870) = 0 +43939471415484:43939471416113 26086:26091 hsa_system_get_info(2, 0x7fc634010878) = 0 +43939471416875:43939471417512 26086:26091 hsa_system_get_info(2, 0x7fc634010880) = 0 +43939471418269:43939471418897 26086:26091 hsa_system_get_info(2, 0x7fc634010888) = 0 +43939471419663:43939471420294 26086:26091 hsa_system_get_info(2, 0x7fc634010890) = 0 +43939471421075:43939471421707 26086:26091 hsa_system_get_info(2, 0x7fc634010898) = 0 +43939471422474:43939471423100 26086:26091 hsa_system_get_info(2, 0x7fc6340108a0) = 0 +43939471423859:43939471424490 26086:26091 hsa_system_get_info(2, 0x7fc6340108a8) = 0 +43939471425253:43939471425887 26086:26091 hsa_system_get_info(2, 0x7fc6340108b0) = 0 +43939471426643:43939471427278 26086:26091 hsa_system_get_info(2, 0x7fc6340108b8) = 0 +43939471428042:43939471428674 26086:26091 hsa_system_get_info(2, 0x7fc6340108c0) = 0 +43939471429432:43939471430058 26086:26091 hsa_system_get_info(2, 0x7fc6340108c8) = 0 +43939471430823:43939471431452 26086:26091 hsa_system_get_info(2, 0x7fc6340108d0) = 0 +43939471432207:43939471432836 26086:26091 hsa_system_get_info(2, 0x7fc6340108d8) = 0 +43939471433597:43939471434223 26086:26091 hsa_system_get_info(2, 0x7fc6340108e0) = 0 +43939471434986:43939471435613 26086:26091 hsa_system_get_info(2, 0x7fc6340108e8) = 0 +43939471436373:43939471437005 26086:26091 hsa_system_get_info(2, 0x7fc6340108f0) = 0 +43939471437770:43939471438395 26086:26091 hsa_system_get_info(2, 0x7fc6340108f8) = 0 +43939471439151:43939471439774 26086:26091 hsa_system_get_info(2, 0x7fc634010900) = 0 +43939471440555:43939471441174 26086:26091 hsa_system_get_info(2, 0x7fc634010908) = 0 +43939471441935:43939471442563 26086:26091 hsa_system_get_info(2, 0x7fc634010910) = 0 +43939471443326:43939471443949 26086:26091 hsa_system_get_info(2, 0x7fc634010918) = 0 +43939471445419:43939471446058 26086:26091 hsa_system_get_info(2, 0x7fc634010920) = 0 +43939471446819:43939471447451 26086:26091 hsa_system_get_info(2, 0x7fc634010928) = 0 +43939471448214:43939471448846 26086:26091 hsa_system_get_info(2, 0x7fc634010930) = 0 +43939471449605:43939471450236 26086:26091 hsa_system_get_info(2, 0x7fc634010938) = 0 +43939471450998:43939471451620 26086:26091 hsa_system_get_info(2, 0x7fc634010940) = 0 +43939471452377:43939471453003 26086:26091 hsa_system_get_info(2, 0x7fc634010948) = 0 +43939471453763:43939471454393 26086:26091 hsa_system_get_info(2, 0x7fc634010950) = 0 +43939471455152:43939471455785 26086:26091 hsa_system_get_info(2, 0x7fc634010958) = 0 +43939471456547:43939471457178 26086:26091 hsa_system_get_info(2, 0x7fc634010960) = 0 +43939471457936:43939471458561 26086:26091 hsa_system_get_info(2, 0x7fc634010968) = 0 +43939471459320:43939471459942 26086:26091 hsa_system_get_info(2, 0x7fc634010970) = 0 +43939471460708:43939471461341 26086:26091 hsa_system_get_info(2, 0x7fc634010978) = 0 +43939471462124:43939471462761 26086:26091 hsa_system_get_info(2, 0x7fc634010980) = 0 +43939471463527:43939471464154 26086:26091 hsa_system_get_info(2, 0x7fc634010988) = 0 +43939471464913:43939471465534 26086:26091 hsa_system_get_info(2, 0x7fc634010990) = 0 +43939471466296:43939471466923 26086:26091 hsa_system_get_info(2, 0x7fc634010998) = 0 +43939471467684:43939471468311 26086:26091 hsa_system_get_info(2, 0x7fc6340109a0) = 0 +43939471469070:43939471469702 26086:26091 hsa_system_get_info(2, 0x7fc6340109a8) = 0 +43939471470461:43939471471093 26086:26091 hsa_system_get_info(2, 0x7fc6340109b0) = 0 +43939471471857:43939471472500 26086:26091 hsa_system_get_info(2, 0x7fc6340109b8) = 0 +43939471473263:43939471473890 26086:26091 hsa_system_get_info(2, 0x7fc6340109c0) = 0 +43939471474657:43939471475290 26086:26091 hsa_system_get_info(2, 0x7fc6340109c8) = 0 +43939471476055:43939471476682 26086:26091 hsa_system_get_info(2, 0x7fc6340109d0) = 0 +43939471477445:43939471478072 26086:26091 hsa_system_get_info(2, 0x7fc6340109d8) = 0 +43939471478834:43939471479467 26086:26091 hsa_system_get_info(2, 0x7fc6340109e0) = 0 +43939471480228:43939471480854 26086:26091 hsa_system_get_info(2, 0x7fc6340109e8) = 0 +43939471481618:43939471482250 26086:26091 hsa_system_get_info(2, 0x7fc6340109f0) = 0 +43939471483009:43939471483634 26086:26091 hsa_system_get_info(2, 0x7fc6340109f8) = 0 +43939471484393:43939471485014 26086:26091 hsa_system_get_info(2, 0x7fc634010a00) = 0 +43939471486501:43939471487135 26086:26091 hsa_system_get_info(2, 0x7fc634010a08) = 0 +43939471487896:43939471488524 26086:26091 hsa_system_get_info(2, 0x7fc634010a10) = 0 +43939471489280:43939471489910 26086:26091 hsa_system_get_info(2, 0x7fc634010a18) = 0 +43939471490670:43939471491300 26086:26091 hsa_system_get_info(2, 0x7fc634010a20) = 0 +43939471492060:43939471492687 26086:26091 hsa_system_get_info(2, 0x7fc634010a28) = 0 +43939471493445:43939471494081 26086:26091 hsa_system_get_info(2, 0x7fc634010a30) = 0 +43939471494839:43939471495470 26086:26091 hsa_system_get_info(2, 0x7fc634010a38) = 0 +43939471496229:43939471496858 26086:26091 hsa_system_get_info(2, 0x7fc634010a40) = 0 +43939471497614:43939471498242 26086:26091 hsa_system_get_info(2, 0x7fc634010a48) = 0 +43939471499004:43939471499632 26086:26091 hsa_system_get_info(2, 0x7fc634010a50) = 0 +43939471500399:43939471501030 26086:26091 hsa_system_get_info(2, 0x7fc634010a58) = 0 +43939471501793:43939471502431 26086:26091 hsa_system_get_info(2, 0x7fc634010a60) = 0 +43939471503196:43939471503827 26086:26091 hsa_system_get_info(2, 0x7fc634010a68) = 0 +43939471504604:43939471505234 26086:26091 hsa_system_get_info(2, 0x7fc634010a70) = 0 +43939471505998:43939471506625 26086:26091 hsa_system_get_info(2, 0x7fc634010a78) = 0 +43939471507387:43939471508015 26086:26091 hsa_system_get_info(2, 0x7fc634010a80) = 0 +43939471508774:43939471509405 26086:26091 hsa_system_get_info(2, 0x7fc634010a88) = 0 +43939471510165:43939471510801 26086:26091 hsa_system_get_info(2, 0x7fc634010a90) = 0 +43939471511565:43939471512190 26086:26091 hsa_system_get_info(2, 0x7fc634010a98) = 0 +43939471512952:43939471513576 26086:26091 hsa_system_get_info(2, 0x7fc634010aa0) = 0 +43939471514333:43939471514963 26086:26091 hsa_system_get_info(2, 0x7fc634010aa8) = 0 +43939471515725:43939471516358 26086:26091 hsa_system_get_info(2, 0x7fc634010ab0) = 0 +43939471517119:43939471517748 26086:26091 hsa_system_get_info(2, 0x7fc634010ab8) = 0 +43939471518511:43939471519139 26086:26091 hsa_system_get_info(2, 0x7fc634010ac0) = 0 +43939471519903:43939471520538 26086:26091 hsa_system_get_info(2, 0x7fc634010ac8) = 0 +43939471521305:43939471521941 26086:26091 hsa_system_get_info(2, 0x7fc634010ad0) = 0 +43939471522705:43939471523345 26086:26091 hsa_system_get_info(2, 0x7fc634010ad8) = 0 +43939471524127:43939471524754 26086:26091 hsa_system_get_info(2, 0x7fc634010ae0) = 0 +43939471526316:43939471526954 26086:26091 hsa_system_get_info(2, 0x7fc634010ae8) = 0 +43939471527714:43939471528338 26086:26091 hsa_system_get_info(2, 0x7fc634010af0) = 0 +43939471529098:43939471529721 26086:26091 hsa_system_get_info(2, 0x7fc634010af8) = 0 +43939471530481:43939471531111 26086:26091 hsa_system_get_info(2, 0x7fc634010b00) = 0 +43939471531874:43939471532507 26086:26091 hsa_system_get_info(2, 0x7fc634010b08) = 0 +43939471533287:43939471533914 26086:26091 hsa_system_get_info(2, 0x7fc634010b10) = 0 +43939471534674:43939471535305 26086:26091 hsa_system_get_info(2, 0x7fc634010b18) = 0 +43939471536072:43939471536702 26086:26091 hsa_system_get_info(2, 0x7fc634010b20) = 0 +43939471537466:43939471538101 26086:26091 hsa_system_get_info(2, 0x7fc634010b28) = 0 +43939471538862:43939471539483 26086:26091 hsa_system_get_info(2, 0x7fc634010b30) = 0 +43939471540246:43939471540875 26086:26091 hsa_system_get_info(2, 0x7fc634010b38) = 0 +43939471541644:43939471542275 26086:26091 hsa_system_get_info(2, 0x7fc634010b40) = 0 +43939471543047:43939471543673 26086:26091 hsa_system_get_info(2, 0x7fc634010b48) = 0 +43939471544435:43939471545062 26086:26091 hsa_system_get_info(2, 0x7fc634010b50) = 0 +43939471545820:43939471546457 26086:26091 hsa_system_get_info(2, 0x7fc634010b58) = 0 +43939471547217:43939471547843 26086:26091 hsa_system_get_info(2, 0x7fc634010b60) = 0 +43939471548611:43939471549240 26086:26091 hsa_system_get_info(2, 0x7fc634010b68) = 0 +43939471550000:43939471550627 26086:26091 hsa_system_get_info(2, 0x7fc634010b70) = 0 +43939471551392:43939471552022 26086:26091 hsa_system_get_info(2, 0x7fc634010b78) = 0 +43939471552799:43939471553429 26086:26091 hsa_system_get_info(2, 0x7fc634010b80) = 0 +43939471554191:43939471554822 26086:26091 hsa_system_get_info(2, 0x7fc634010b88) = 0 +43939471555583:43939471556206 26086:26091 hsa_system_get_info(2, 0x7fc634010b90) = 0 +43939471556965:43939471557596 26086:26091 hsa_system_get_info(2, 0x7fc634010b98) = 0 +43939471558358:43939471558986 26086:26091 hsa_system_get_info(2, 0x7fc634010ba0) = 0 +43939471559754:43939471560385 26086:26091 hsa_system_get_info(2, 0x7fc634010ba8) = 0 +43939471561147:43939471561779 26086:26091 hsa_system_get_info(2, 0x7fc634010bb0) = 0 +43939471562539:43939471563176 26086:26091 hsa_system_get_info(2, 0x7fc634010bb8) = 0 +43939471563938:43939471564568 26086:26091 hsa_system_get_info(2, 0x7fc634010bc0) = 0 +43939471565329:43939471565957 26086:26091 hsa_system_get_info(2, 0x7fc634010bc8) = 0 +43939471567440:43939471568079 26086:26091 hsa_system_get_info(2, 0x7fc634010bd0) = 0 +43939471568841:43939471569472 26086:26091 hsa_system_get_info(2, 0x7fc634010bd8) = 0 +43939471570235:43939471570859 26086:26091 hsa_system_get_info(2, 0x7fc634010be0) = 0 +43939471571619:43939471572247 26086:26091 hsa_system_get_info(2, 0x7fc634010be8) = 0 +43939471573014:43939471573637 26086:26091 hsa_system_get_info(2, 0x7fc634010bf0) = 0 +43939471574402:43939471575021 26086:26091 hsa_system_get_info(2, 0x7fc634010bf8) = 0 +43939471575784:43939471576414 26086:26091 hsa_system_get_info(2, 0x7fc634010c00) = 0 +43939471577173:43939471577803 26086:26091 hsa_system_get_info(2, 0x7fc634010c08) = 0 +43939471578566:43939471579200 26086:26091 hsa_system_get_info(2, 0x7fc634010c10) = 0 +43939471579956:43939471580585 26086:26091 hsa_system_get_info(2, 0x7fc634010c18) = 0 +43939471581358:43939471581990 26086:26091 hsa_system_get_info(2, 0x7fc634010c20) = 0 +43939471582756:43939471583383 26086:26091 hsa_system_get_info(2, 0x7fc634010c28) = 0 +43939471584140:43939471584760 26086:26091 hsa_system_get_info(2, 0x7fc634010c30) = 0 +43939471585513:43939471586134 26086:26091 hsa_system_get_info(2, 0x7fc634010c38) = 0 +43939471586893:43939471587522 26086:26091 hsa_system_get_info(2, 0x7fc634010c40) = 0 +43939471588281:43939471588909 26086:26091 hsa_system_get_info(2, 0x7fc634010c48) = 0 +43939471589671:43939471590297 26086:26091 hsa_system_get_info(2, 0x7fc634010c50) = 0 +43939471591072:43939471591702 26086:26091 hsa_system_get_info(2, 0x7fc634010c58) = 0 +43939471592462:43939471593093 26086:26091 hsa_system_get_info(2, 0x7fc634010c60) = 0 +43939471593850:43939471594485 26086:26091 hsa_system_get_info(2, 0x7fc634010c68) = 0 +43939471595245:43939471595880 26086:26091 hsa_system_get_info(2, 0x7fc634010c70) = 0 +43939471596645:43939471597277 26086:26091 hsa_system_get_info(2, 0x7fc634010c78) = 0 +43939471598037:43939471598667 26086:26091 hsa_system_get_info(2, 0x7fc634010c80) = 0 +43939471599430:43939471600060 26086:26091 hsa_system_get_info(2, 0x7fc634010c88) = 0 +43939471600840:43939471601480 26086:26091 hsa_system_get_info(2, 0x7fc634010c90) = 0 +43939471602240:43939471602875 26086:26091 hsa_system_get_info(2, 0x7fc634010c98) = 0 +43939471603642:43939471604269 26086:26091 hsa_system_get_info(2, 0x7fc634010ca0) = 0 +43939471605032:43939471605662 26086:26091 hsa_system_get_info(2, 0x7fc634010ca8) = 0 +43939471607133:43939471607770 26086:26091 hsa_system_get_info(2, 0x7fc634010cb0) = 0 +43939471608531:43939471609153 26086:26091 hsa_system_get_info(2, 0x7fc634010cb8) = 0 +43939471609915:43939471610548 26086:26091 hsa_system_get_info(2, 0x7fc634010cc0) = 0 +43939471611314:43939471611948 26086:26091 hsa_system_get_info(2, 0x7fc634010cc8) = 0 +43939471612707:43939471613344 26086:26091 hsa_system_get_info(2, 0x7fc634010cd0) = 0 +43939471614107:43939471614739 26086:26091 hsa_system_get_info(2, 0x7fc634010cd8) = 0 +43939471615499:43939471616122 26086:26091 hsa_system_get_info(2, 0x7fc634010ce0) = 0 +43939471616880:43939471617511 26086:26091 hsa_system_get_info(2, 0x7fc634010ce8) = 0 +43939471618270:43939471618904 26086:26091 hsa_system_get_info(2, 0x7fc634010cf0) = 0 +43939471619664:43939471620289 26086:26091 hsa_system_get_info(2, 0x7fc634010cf8) = 0 +43939471621050:43939471621675 26086:26091 hsa_system_get_info(2, 0x7fc634010d00) = 0 +43939471622440:43939471623071 26086:26091 hsa_system_get_info(2, 0x7fc634010d08) = 0 +43939471623854:43939471624474 26086:26091 hsa_system_get_info(2, 0x7fc634010d10) = 0 +43939471625234:43939471625858 26086:26091 hsa_system_get_info(2, 0x7fc634010d18) = 0 +43939471626621:43939471627254 26086:26091 hsa_system_get_info(2, 0x7fc634010d20) = 0 +43939471628016:43939471628646 26086:26091 hsa_system_get_info(2, 0x7fc634010d28) = 0 +43939471629405:43939471630036 26086:26091 hsa_system_get_info(2, 0x7fc634010d30) = 0 +43939471630795:43939471631419 26086:26091 hsa_system_get_info(2, 0x7fc634010d38) = 0 +43939471632176:43939471632799 26086:26091 hsa_system_get_info(2, 0x7fc634010d40) = 0 +43939471633562:43939471634190 26086:26091 hsa_system_get_info(2, 0x7fc634010d48) = 0 +43939471634952:43939471635580 26086:26091 hsa_system_get_info(2, 0x7fc634010d50) = 0 +43939471636340:43939471636974 26086:26091 hsa_system_get_info(2, 0x7fc634010d58) = 0 +43939471637731:43939471638361 26086:26091 hsa_system_get_info(2, 0x7fc634010d60) = 0 +43939471639123:43939471639754 26086:26091 hsa_system_get_info(2, 0x7fc634010d68) = 0 +43939471640516:43939471641143 26086:26091 hsa_system_get_info(2, 0x7fc634010d70) = 0 +43939471641907:43939471642536 26086:26091 hsa_system_get_info(2, 0x7fc634010d78) = 0 +43939471643316:43939471643943 26086:26091 hsa_system_get_info(2, 0x7fc634010d80) = 0 +43939471644699:43939471645329 26086:26091 hsa_system_get_info(2, 0x7fc634010d88) = 0 +43939471646095:43939471646725 26086:26091 hsa_system_get_info(2, 0x7fc634010d90) = 0 +43939471648203:43939471648838 26086:26091 hsa_system_get_info(2, 0x7fc634010d98) = 0 +43939471649598:43939471650228 26086:26091 hsa_system_get_info(2, 0x7fc634010da0) = 0 +43939471650988:43939471651612 26086:26091 hsa_system_get_info(2, 0x7fc634010da8) = 0 +43939471652376:43939471653008 26086:26091 hsa_system_get_info(2, 0x7fc634010db0) = 0 +43939471653767:43939471654398 26086:26091 hsa_system_get_info(2, 0x7fc634010db8) = 0 +43939471655154:43939471655788 26086:26091 hsa_system_get_info(2, 0x7fc634010dc0) = 0 +43939471656553:43939471657184 26086:26091 hsa_system_get_info(2, 0x7fc634010dc8) = 0 +43939471657944:43939471658575 26086:26091 hsa_system_get_info(2, 0x7fc634010dd0) = 0 +43939471659334:43939471659956 26086:26091 hsa_system_get_info(2, 0x7fc634010dd8) = 0 +43939471660718:43939471661344 26086:26091 hsa_system_get_info(2, 0x7fc634010de0) = 0 +43939471662108:43939471662736 26086:26091 hsa_system_get_info(2, 0x7fc634010de8) = 0 +43939471663516:43939471664147 26086:26091 hsa_system_get_info(2, 0x7fc634010df0) = 0 +43939471664927:43939471665556 26086:26091 hsa_system_get_info(2, 0x7fc634010df8) = 0 +43939471666320:43939471666948 26086:26091 hsa_system_get_info(2, 0x7fc634010e00) = 0 +43939471667711:43939471668342 26086:26091 hsa_system_get_info(2, 0x7fc634010e08) = 0 +43939471669102:43939471669733 26086:26091 hsa_system_get_info(2, 0x7fc634010e10) = 0 +43939471670493:43939471671124 26086:26091 hsa_system_get_info(2, 0x7fc634010e18) = 0 +43939471671892:43939471672522 26086:26091 hsa_system_get_info(2, 0x7fc634010e20) = 0 +43939471673283:43939471673912 26086:26091 hsa_system_get_info(2, 0x7fc634010e28) = 0 +43939471674679:43939471675310 26086:26091 hsa_system_get_info(2, 0x7fc634010e30) = 0 +43939471676076:43939471676707 26086:26091 hsa_system_get_info(2, 0x7fc634010e38) = 0 +43939471677468:43939471678096 26086:26091 hsa_system_get_info(2, 0x7fc634010e40) = 0 +43939471678855:43939471679482 26086:26091 hsa_system_get_info(2, 0x7fc634010e48) = 0 +43939471680244:43939471680870 26086:26091 hsa_system_get_info(2, 0x7fc634010e50) = 0 +43939471681634:43939471682261 26086:26091 hsa_system_get_info(2, 0x7fc634010e58) = 0 +43939471683023:43939471683657 26086:26091 hsa_system_get_info(2, 0x7fc634010e60) = 0 +43939471684438:43939471685067 26086:26091 hsa_system_get_info(2, 0x7fc634010e68) = 0 +43939471685828:43939471686455 26086:26091 hsa_system_get_info(2, 0x7fc634010e70) = 0 +43939471687927:43939471688552 26086:26091 hsa_system_get_info(2, 0x7fc634010e78) = 0 +43939471689315:43939471689940 26086:26091 hsa_system_get_info(2, 0x7fc634010e80) = 0 +43939471690698:43939471691324 26086:26091 hsa_system_get_info(2, 0x7fc634010e88) = 0 +43939471692086:43939471692717 26086:26091 hsa_system_get_info(2, 0x7fc634010e90) = 0 +43939471693479:43939471694112 26086:26091 hsa_system_get_info(2, 0x7fc634010e98) = 0 +43939471694870:43939471695497 26086:26091 hsa_system_get_info(2, 0x7fc634010ea0) = 0 +43939471696261:43939471696886 26086:26091 hsa_system_get_info(2, 0x7fc634010ea8) = 0 +43939471697646:43939471698276 26086:26091 hsa_system_get_info(2, 0x7fc634010eb0) = 0 +43939471699036:43939471699667 26086:26091 hsa_system_get_info(2, 0x7fc634010eb8) = 0 +43939471700428:43939471701066 26086:26091 hsa_system_get_info(2, 0x7fc634010ec0) = 0 +43939471701829:43939471702460 26086:26091 hsa_system_get_info(2, 0x7fc634010ec8) = 0 +43939471703229:43939471703860 26086:26091 hsa_system_get_info(2, 0x7fc634010ed0) = 0 +43939471704626:43939471705266 26086:26091 hsa_system_get_info(2, 0x7fc634010ed8) = 0 +43939471706028:43939471706658 26086:26091 hsa_system_get_info(2, 0x7fc634010ee0) = 0 +43939471707417:43939471708045 26086:26091 hsa_system_get_info(2, 0x7fc634010ee8) = 0 +43939471708805:43939471709435 26086:26091 hsa_system_get_info(2, 0x7fc634010ef0) = 0 +43939471710197:43939471710825 26086:26091 hsa_system_get_info(2, 0x7fc634010ef8) = 0 +43939471711587:43939471712220 26086:26091 hsa_system_get_info(2, 0x7fc634010f00) = 0 +43939471712977:43939471713605 26086:26091 hsa_system_get_info(2, 0x7fc634010f08) = 0 +43939471714365:43939471714993 26086:26091 hsa_system_get_info(2, 0x7fc634010f10) = 0 +43939471715750:43939471716369 26086:26091 hsa_system_get_info(2, 0x7fc634010f18) = 0 +43939471717129:43939471717755 26086:26091 hsa_system_get_info(2, 0x7fc634010f20) = 0 +43939471718529:43939471719168 26086:26091 hsa_system_get_info(2, 0x7fc634010f28) = 0 +43939471719930:43939471720557 26086:26091 hsa_system_get_info(2, 0x7fc634010f30) = 0 +43939471721320:43939471721947 26086:26091 hsa_system_get_info(2, 0x7fc634010f38) = 0 +43939471722710:43939471723341 26086:26091 hsa_system_get_info(2, 0x7fc634010f40) = 0 +43939471724104:43939471724734 26086:26091 hsa_system_get_info(2, 0x7fc634010f48) = 0 +43939471725503:43939471726135 26086:26091 hsa_system_get_info(2, 0x7fc634010f50) = 0 +43939471727611:43939471728243 26086:26091 hsa_system_get_info(2, 0x7fc634010f58) = 0 +43939471736118:43939471736764 26086:26091 hsa_system_get_info(2, 0x7fc689f98868) = 0 +43939471737750:43939471739388 26086:26091 hsa_signal_create(1, , 0, 0x7fc677fff050) = 0 +43939471740411:43939471742928 26086:26091 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7fc677fff010) = 0 +43939471743918:43939471868890 26086:26091 hsa_amd_memory_async_copy(0x801b30000, , 0x902003000, , , , 0, ) = 0 +43939471888927:43939471892644 26086:26089 hsa_amd_profiling_get_async_copy_time(, 0x7fc68b9d8c40) = 0 +43939471904305:43939471905009 26086:26089 hsa_system_get_info(2, 0x7fc68b9d8ba8) = 0 +43939471906064:43939471906546 26086:26089 hsa_signal_load_relaxed() = 1 +43939471870218:43939471908084 26086:26091 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43939471907399:43939471908658 26086:26089 hsa_signal_store_screlease(, 0) = void +43939471909097:43939471909756 26086:26091 hsa_signal_destroy() = 0 +43939471909589:43939471910101 26086:26089 hsa_signal_destroy() = 0 +43939472099185:43939472126389 26086:26091 hsa_memory_free(0x801b30000) = 0 +43939472166227:43939472180093 26086:26091 hsa_executable_destroy() = 0 +43939472181250:43939472182075 26086:26091 hsa_signal_destroy() = 0 +43939472185037:43939472745522 26086:26091 hsa_queue_destroy() = 0 +43939471875582:43939471884862 async-copy0 diff --git a/test/golden_traces/ctrl_hsa_trace.txt b/test/golden_traces/ctrl_hsa_trace.txt new file mode 100644 index 0000000000..f56e21ee68 --- /dev/null +++ b/test/golden_traces/ctrl_hsa_trace.txt @@ -0,0 +1,4116 @@ +ROCTracer (pid=26077): + HSA-trace() + HSA-activity-trace() +43937685556276:43937685559081 26077:26077 hsa_amd_profiling_async_copy_enable() = 0 +43937685573062:43937685573691 26077:26077 hsa_agent_get_info(, 17, 0x7ffda62d6480) = 0 +43937685575877:43937685576615 26077:26077 hsa_amd_memory_pool_get_info(, 0, 0x7ffda62d6300) = 0 +43937685577577:43937685578008 26077:26077 hsa_amd_memory_pool_get_info(, 1, 0x7ffda62d6304) = 0 +43937685578986:43937685579396 26077:26077 hsa_amd_memory_pool_get_info(, 0, 0x7ffda62d6300) = 0 +43937685580301:43937685580703 26077:26077 hsa_amd_memory_pool_get_info(, 1, 0x7ffda62d6304) = 0 +43937685580301:43937685581599 26077:26077 hsa_amd_agent_iterate_memory_pools(, 1, 0x11d9ef0) = 1 +43937685582977:43937685583382 26077:26077 hsa_amd_memory_pool_get_info(, 0, 0x7ffda62d6300) = 0 +43937685584267:43937685584670 26077:26077 hsa_amd_memory_pool_get_info(, 1, 0x7ffda62d6304) = 0 +43937685584267:43937685585560 26077:26077 hsa_amd_agent_iterate_memory_pools(, 1, 0x11d9f00) = 1 +43937685591239:43937685591737 26077:26077 hsa_agent_get_info(, 17, 0x7ffda62d6480) = 0 +43937685592810:43937685596928 26077:26077 hsa_agent_get_info(, 0, 0x11d9fc4) = 0 +43937685598684:43937685599115 26077:26077 hsa_agent_get_info(, 6, 0x11da004) = 0 +43937685600062:43937685600555 26077:26077 hsa_agent_get_info(, 14, 0x11da008) = 0 +43937685601475:43937685601904 26077:26077 hsa_agent_get_info(, 4, 0x11da00c) = 0 +43937685602821:43937685603241 26077:26077 hsa_agent_get_info(, 40962, 0x11da028) = 0 +43937685604159:43937685604584 26077:26077 hsa_agent_get_info(, 40970, 0x11da02c) = 0 +43937685605504:43937685605979 26077:26077 hsa_agent_get_info(, 40971, 0x11da030) = 0 +43937685606897:43937685607318 26077:26077 hsa_agent_get_info(, 40972, 0x11da034) = 0 +43937685608258:43937685608670 26077:26077 hsa_agent_get_info(, 40973, 0x11da038) = 0 +43937685610243:43937685610660 26077:26077 hsa_amd_memory_pool_get_info(, 0, 0x7ffda62d62f0) = 0 +43937685611544:43937685611966 26077:26077 hsa_amd_memory_pool_get_info(, 1, 0x7ffda62d62f4) = 0 +43937685611544:43937685612886 26077:26077 hsa_amd_agent_iterate_memory_pools(, 1, 0x11da018) = 1 +43937685611544:43937685615852 26077:26077 hsa_iterate_agents(1, 0x11bb320) = 0 +43937685616952:43937685712685 26077:26077 hsa_system_get_major_extension_table(, , , 0x11bb3b8) = 0 +43937685714392:43937685714851 26077:26077 hsa_system_get_major_extension_table(, , , 0x11bb408) = 0 +43937685716063:43937685716497 26077:26077 hsa_system_get_info(3, 0x7ffda62d65f8) = 0 +43937685723660:43937685724468 26077:26077 hsa_system_get_info(2, 0x11da890) = 0 +43937685726489:43937685727247 26077:26077 hsa_system_get_info(2, 0x11da898) = 0 +43937685729831:43937685730617 26077:26077 hsa_system_get_info(2, 0x11da8a0) = 0 +43937685731548:43937685732298 26077:26077 hsa_system_get_info(2, 0x11da8a8) = 0 +43937685733206:43937685733961 26077:26077 hsa_system_get_info(2, 0x11da8b0) = 0 +43937685734867:43937685735623 26077:26077 hsa_system_get_info(2, 0x11da8b8) = 0 +43937685736534:43937685737287 26077:26077 hsa_system_get_info(2, 0x11da8c0) = 0 +43937685738195:43937685738951 26077:26077 hsa_system_get_info(2, 0x11da8c8) = 0 +43937685739867:43937685740622 26077:26077 hsa_system_get_info(2, 0x11da8d0) = 0 +43937685741536:43937685742287 26077:26077 hsa_system_get_info(2, 0x11da8d8) = 0 +43937685743199:43937685743959 26077:26077 hsa_system_get_info(2, 0x11da8e0) = 0 +43937685744898:43937685745659 26077:26077 hsa_system_get_info(2, 0x11da8e8) = 0 +43937685746574:43937685747329 26077:26077 hsa_system_get_info(2, 0x11da8f0) = 0 +43937685748239:43937685748999 26077:26077 hsa_system_get_info(2, 0x11da8f8) = 0 +43937685749910:43937685750664 26077:26077 hsa_system_get_info(2, 0x11da900) = 0 +43937685751572:43937685752333 26077:26077 hsa_system_get_info(2, 0x11da908) = 0 +43937685753241:43937685754002 26077:26077 hsa_system_get_info(2, 0x11da910) = 0 +43937685754914:43937685755670 26077:26077 hsa_system_get_info(2, 0x11da918) = 0 +43937685756583:43937685757335 26077:26077 hsa_system_get_info(2, 0x11da920) = 0 +43937685758241:43937685758998 26077:26077 hsa_system_get_info(2, 0x11da928) = 0 +43937685759911:43937685760661 26077:26077 hsa_system_get_info(2, 0x11da930) = 0 +43937685761568:43937685762315 26077:26077 hsa_system_get_info(2, 0x11da938) = 0 +43937685763226:43937685764003 26077:26077 hsa_system_get_info(2, 0x11da940) = 0 +43937685764913:43937685765659 26077:26077 hsa_system_get_info(2, 0x11da948) = 0 +43937685766568:43937685767318 26077:26077 hsa_system_get_info(2, 0x11da950) = 0 +43937685768230:43937685768991 26077:26077 hsa_system_get_info(2, 0x11da958) = 0 +43937685769910:43937685770662 26077:26077 hsa_system_get_info(2, 0x11da960) = 0 +43937685771571:43937685772329 26077:26077 hsa_system_get_info(2, 0x11da968) = 0 +43937685773243:43937685773996 26077:26077 hsa_system_get_info(2, 0x11da970) = 0 +43937685774909:43937685775666 26077:26077 hsa_system_get_info(2, 0x11da978) = 0 +43937685778898:43937685779658 26077:26077 hsa_system_get_info(2, 0x11da980) = 0 +43937685780567:43937685781321 26077:26077 hsa_system_get_info(2, 0x11da988) = 0 +43937685782228:43937685782975 26077:26077 hsa_system_get_info(2, 0x11da990) = 0 +43937685783883:43937685784636 26077:26077 hsa_system_get_info(2, 0x11da998) = 0 +43937685785543:43937685786311 26077:26077 hsa_system_get_info(2, 0x11da9a0) = 0 +43937685787219:43937685787972 26077:26077 hsa_system_get_info(2, 0x11da9a8) = 0 +43937685788885:43937685789637 26077:26077 hsa_system_get_info(2, 0x11da9b0) = 0 +43937685790555:43937685791318 26077:26077 hsa_system_get_info(2, 0x11da9b8) = 0 +43937685792234:43937685792985 26077:26077 hsa_system_get_info(2, 0x11da9c0) = 0 +43937685793907:43937685794663 26077:26077 hsa_system_get_info(2, 0x11da9c8) = 0 +43937685795572:43937685796328 26077:26077 hsa_system_get_info(2, 0x11da9d0) = 0 +43937685797240:43937685797997 26077:26077 hsa_system_get_info(2, 0x11da9d8) = 0 +43937685798909:43937685799663 26077:26077 hsa_system_get_info(2, 0x11da9e0) = 0 +43937685800575:43937685801330 26077:26077 hsa_system_get_info(2, 0x11da9e8) = 0 +43937685802241:43937685802994 26077:26077 hsa_system_get_info(2, 0x11da9f0) = 0 +43937685803909:43937685804684 26077:26077 hsa_system_get_info(2, 0x11da9f8) = 0 +43937685805594:43937685806346 26077:26077 hsa_system_get_info(2, 0x11daa00) = 0 +43937685807257:43937685808009 26077:26077 hsa_system_get_info(2, 0x11daa08) = 0 +43937685808915:43937685809669 26077:26077 hsa_system_get_info(2, 0x11daa10) = 0 +43937685810583:43937685811341 26077:26077 hsa_system_get_info(2, 0x11daa18) = 0 +43937685812258:43937685813019 26077:26077 hsa_system_get_info(2, 0x11daa20) = 0 +43937685813932:43937685814688 26077:26077 hsa_system_get_info(2, 0x11daa28) = 0 +43937685815598:43937685816361 26077:26077 hsa_system_get_info(2, 0x11daa30) = 0 +43937685817272:43937685818033 26077:26077 hsa_system_get_info(2, 0x11daa38) = 0 +43937685818942:43937685819697 26077:26077 hsa_system_get_info(2, 0x11daa40) = 0 +43937685820602:43937685821356 26077:26077 hsa_system_get_info(2, 0x11daa48) = 0 +43937685822265:43937685823017 26077:26077 hsa_system_get_info(2, 0x11daa50) = 0 +43937685823926:43937685824680 26077:26077 hsa_system_get_info(2, 0x11daa58) = 0 +43937685825588:43937685826344 26077:26077 hsa_system_get_info(2, 0x11daa60) = 0 +43937685828529:43937685829297 26077:26077 hsa_system_get_info(2, 0x11daa68) = 0 +43937685830205:43937685830961 26077:26077 hsa_system_get_info(2, 0x11daa70) = 0 +43937685831878:43937685832631 26077:26077 hsa_system_get_info(2, 0x11daa78) = 0 +43937685833543:43937685834306 26077:26077 hsa_system_get_info(2, 0x11daa80) = 0 +43937685835209:43937685835965 26077:26077 hsa_system_get_info(2, 0x11daa88) = 0 +43937685836878:43937685837638 26077:26077 hsa_system_get_info(2, 0x11daa90) = 0 +43937685838551:43937685839311 26077:26077 hsa_system_get_info(2, 0x11daa98) = 0 +43937685840223:43937685840973 26077:26077 hsa_system_get_info(2, 0x11daaa0) = 0 +43937685841904:43937685842666 26077:26077 hsa_system_get_info(2, 0x11daaa8) = 0 +43937685843570:43937685844327 26077:26077 hsa_system_get_info(2, 0x11daab0) = 0 +43937685845234:43937685845993 26077:26077 hsa_system_get_info(2, 0x11daab8) = 0 +43937685846907:43937685847661 26077:26077 hsa_system_get_info(2, 0x11daac0) = 0 +43937685848573:43937685849330 26077:26077 hsa_system_get_info(2, 0x11daac8) = 0 +43937685850241:43937685850999 26077:26077 hsa_system_get_info(2, 0x11daad0) = 0 +43937685851910:43937685852662 26077:26077 hsa_system_get_info(2, 0x11daad8) = 0 +43937685853572:43937685854326 26077:26077 hsa_system_get_info(2, 0x11daae0) = 0 +43937685855240:43937685855995 26077:26077 hsa_system_get_info(2, 0x11daae8) = 0 +43937685856906:43937685857657 26077:26077 hsa_system_get_info(2, 0x11daaf0) = 0 +43937685858568:43937685859327 26077:26077 hsa_system_get_info(2, 0x11daaf8) = 0 +43937685860255:43937685861018 26077:26077 hsa_system_get_info(2, 0x11dab00) = 0 +43937685861931:43937685862683 26077:26077 hsa_system_get_info(2, 0x11dab08) = 0 +43937685863588:43937685864350 26077:26077 hsa_system_get_info(2, 0x11dab10) = 0 +43937685865259:43937685866024 26077:26077 hsa_system_get_info(2, 0x11dab18) = 0 +43937685866934:43937685867696 26077:26077 hsa_system_get_info(2, 0x11dab20) = 0 +43937685868609:43937685869370 26077:26077 hsa_system_get_info(2, 0x11dab28) = 0 +43937685870280:43937685871033 26077:26077 hsa_system_get_info(2, 0x11dab30) = 0 +43937685871945:43937685872699 26077:26077 hsa_system_get_info(2, 0x11dab38) = 0 +43937685873608:43937685874361 26077:26077 hsa_system_get_info(2, 0x11dab40) = 0 +43937685876213:43937685876975 26077:26077 hsa_system_get_info(2, 0x11dab48) = 0 +43937685877890:43937685878639 26077:26077 hsa_system_get_info(2, 0x11dab50) = 0 +43937685879548:43937685880303 26077:26077 hsa_system_get_info(2, 0x11dab58) = 0 +43937685881221:43937685881977 26077:26077 hsa_system_get_info(2, 0x11dab60) = 0 +43937685882889:43937685883640 26077:26077 hsa_system_get_info(2, 0x11dab68) = 0 +43937685884549:43937685885308 26077:26077 hsa_system_get_info(2, 0x11dab70) = 0 +43937685886223:43937685886980 26077:26077 hsa_system_get_info(2, 0x11dab78) = 0 +43937685887891:43937685888645 26077:26077 hsa_system_get_info(2, 0x11dab80) = 0 +43937685889552:43937685890310 26077:26077 hsa_system_get_info(2, 0x11dab88) = 0 +43937685891223:43937685891978 26077:26077 hsa_system_get_info(2, 0x11dab90) = 0 +43937685892881:43937685893643 26077:26077 hsa_system_get_info(2, 0x11dab98) = 0 +43937685894556:43937685895314 26077:26077 hsa_system_get_info(2, 0x11daba0) = 0 +43937685896222:43937685896984 26077:26077 hsa_system_get_info(2, 0x11daba8) = 0 +43937685897898:43937685898649 26077:26077 hsa_system_get_info(2, 0x11dabb0) = 0 +43937685899586:43937685900337 26077:26077 hsa_system_get_info(2, 0x11dabb8) = 0 +43937685901244:43937685902005 26077:26077 hsa_system_get_info(2, 0x11dabc0) = 0 +43937685902912:43937685903665 26077:26077 hsa_system_get_info(2, 0x11dabc8) = 0 +43937685904569:43937685905326 26077:26077 hsa_system_get_info(2, 0x11dabd0) = 0 +43937685906238:43937685906997 26077:26077 hsa_system_get_info(2, 0x11dabd8) = 0 +43937685907907:43937685908664 26077:26077 hsa_system_get_info(2, 0x11dabe0) = 0 +43937685909573:43937685910327 26077:26077 hsa_system_get_info(2, 0x11dabe8) = 0 +43937685911240:43937685911997 26077:26077 hsa_system_get_info(2, 0x11dabf0) = 0 +43937685912910:43937685913656 26077:26077 hsa_system_get_info(2, 0x11dabf8) = 0 +43937685914563:43937685915314 26077:26077 hsa_system_get_info(2, 0x11dac00) = 0 +43937685916233:43937685916978 26077:26077 hsa_system_get_info(2, 0x11dac08) = 0 +43937685917888:43937685918649 26077:26077 hsa_system_get_info(2, 0x11dac10) = 0 +43937685919564:43937685920312 26077:26077 hsa_system_get_info(2, 0x11dac18) = 0 +43937685921217:43937685921972 26077:26077 hsa_system_get_info(2, 0x11dac20) = 0 +43937685922888:43937685923648 26077:26077 hsa_system_get_info(2, 0x11dac28) = 0 +43937685925411:43937685926171 26077:26077 hsa_system_get_info(2, 0x11dac30) = 0 +43937685927084:43937685927838 26077:26077 hsa_system_get_info(2, 0x11dac38) = 0 +43937685928744:43937685929501 26077:26077 hsa_system_get_info(2, 0x11dac40) = 0 +43937685930415:43937685931176 26077:26077 hsa_system_get_info(2, 0x11dac48) = 0 +43937685932084:43937685932841 26077:26077 hsa_system_get_info(2, 0x11dac50) = 0 +43937685933755:43937685934501 26077:26077 hsa_system_get_info(2, 0x11dac58) = 0 +43937685935409:43937685936162 26077:26077 hsa_system_get_info(2, 0x11dac60) = 0 +43937685937069:43937685937822 26077:26077 hsa_system_get_info(2, 0x11dac68) = 0 +43937685938759:43937685939506 26077:26077 hsa_system_get_info(2, 0x11dac70) = 0 +43937685940419:43937685941175 26077:26077 hsa_system_get_info(2, 0x11dac78) = 0 +43937685942082:43937685942842 26077:26077 hsa_system_get_info(2, 0x11dac80) = 0 +43937685943750:43937685944506 26077:26077 hsa_system_get_info(2, 0x11dac88) = 0 +43937685945416:43937685946179 26077:26077 hsa_system_get_info(2, 0x11dac90) = 0 +43937685947104:43937685947859 26077:26077 hsa_system_get_info(2, 0x11dac98) = 0 +43937685948765:43937685949524 26077:26077 hsa_system_get_info(2, 0x11daca0) = 0 +43937685950437:43937685951196 26077:26077 hsa_system_get_info(2, 0x11daca8) = 0 +43937685952108:43937685952864 26077:26077 hsa_system_get_info(2, 0x11dacb0) = 0 +43937685953780:43937685954541 26077:26077 hsa_system_get_info(2, 0x11dacb8) = 0 +43937685955450:43937685956200 26077:26077 hsa_system_get_info(2, 0x11dacc0) = 0 +43937685957110:43937685957864 26077:26077 hsa_system_get_info(2, 0x11dacc8) = 0 +43937685958776:43937685959530 26077:26077 hsa_system_get_info(2, 0x11dacd0) = 0 +43937685960437:43937685961194 26077:26077 hsa_system_get_info(2, 0x11dacd8) = 0 +43937685962109:43937685962864 26077:26077 hsa_system_get_info(2, 0x11dace0) = 0 +43937685963774:43937685964528 26077:26077 hsa_system_get_info(2, 0x11dace8) = 0 +43937685965439:43937685966204 26077:26077 hsa_system_get_info(2, 0x11dacf0) = 0 +43937685967111:43937685967865 26077:26077 hsa_system_get_info(2, 0x11dacf8) = 0 +43937685968775:43937685969529 26077:26077 hsa_system_get_info(2, 0x11dad00) = 0 +43937685970437:43937685971210 26077:26077 hsa_system_get_info(2, 0x11dad08) = 0 +43937685973080:43937685973839 26077:26077 hsa_system_get_info(2, 0x11dad10) = 0 +43937685974746:43937685975500 26077:26077 hsa_system_get_info(2, 0x11dad18) = 0 +43937685976410:43937685977162 26077:26077 hsa_system_get_info(2, 0x11dad20) = 0 +43937685978073:43937685978840 26077:26077 hsa_system_get_info(2, 0x11dad28) = 0 +43937685979750:43937685980506 26077:26077 hsa_system_get_info(2, 0x11dad30) = 0 +43937685981411:43937685982157 26077:26077 hsa_system_get_info(2, 0x11dad38) = 0 +43937685983070:43937685983818 26077:26077 hsa_system_get_info(2, 0x11dad40) = 0 +43937685984729:43937685985476 26077:26077 hsa_system_get_info(2, 0x11dad48) = 0 +43937685986387:43937685987139 26077:26077 hsa_system_get_info(2, 0x11dad50) = 0 +43937685988058:43937685988818 26077:26077 hsa_system_get_info(2, 0x11dad58) = 0 +43937685989730:43937685990482 26077:26077 hsa_system_get_info(2, 0x11dad60) = 0 +43937685991390:43937685992143 26077:26077 hsa_system_get_info(2, 0x11dad68) = 0 +43937685993057:43937685993812 26077:26077 hsa_system_get_info(2, 0x11dad70) = 0 +43937685994726:43937685995504 26077:26077 hsa_system_get_info(2, 0x11dad78) = 0 +43937685996419:43937685997176 26077:26077 hsa_system_get_info(2, 0x11dad80) = 0 +43937685998088:43937685998842 26077:26077 hsa_system_get_info(2, 0x11dad88) = 0 +43937685999748:43937686000504 26077:26077 hsa_system_get_info(2, 0x11dad90) = 0 +43937686001415:43937686002177 26077:26077 hsa_system_get_info(2, 0x11dad98) = 0 +43937686003087:43937686003844 26077:26077 hsa_system_get_info(2, 0x11dada0) = 0 +43937686004767:43937686005525 26077:26077 hsa_system_get_info(2, 0x11dada8) = 0 +43937686006431:43937686007184 26077:26077 hsa_system_get_info(2, 0x11dadb0) = 0 +43937686008094:43937686008849 26077:26077 hsa_system_get_info(2, 0x11dadb8) = 0 +43937686009754:43937686010512 26077:26077 hsa_system_get_info(2, 0x11dadc0) = 0 +43937686011419:43937686012176 26077:26077 hsa_system_get_info(2, 0x11dadc8) = 0 +43937686013089:43937686013852 26077:26077 hsa_system_get_info(2, 0x11dadd0) = 0 +43937686014763:43937686015523 26077:26077 hsa_system_get_info(2, 0x11dadd8) = 0 +43937686016434:43937686017189 26077:26077 hsa_system_get_info(2, 0x11dade0) = 0 +43937686018097:43937686018861 26077:26077 hsa_system_get_info(2, 0x11dade8) = 0 +43937686019786:43937686020543 26077:26077 hsa_system_get_info(2, 0x11dadf0) = 0 +43937686022309:43937686023076 26077:26077 hsa_system_get_info(2, 0x11dadf8) = 0 +43937686023999:43937686024772 26077:26077 hsa_system_get_info(2, 0x11dae00) = 0 +43937686025683:43937686026439 26077:26077 hsa_system_get_info(2, 0x11dae08) = 0 +43937686027352:43937686028110 26077:26077 hsa_system_get_info(2, 0x11dae10) = 0 +43937686029024:43937686029775 26077:26077 hsa_system_get_info(2, 0x11dae18) = 0 +43937686030685:43937686031444 26077:26077 hsa_system_get_info(2, 0x11dae20) = 0 +43937686032357:43937686033111 26077:26077 hsa_system_get_info(2, 0x11dae28) = 0 +43937686034022:43937686034774 26077:26077 hsa_system_get_info(2, 0x11dae30) = 0 +43937686035710:43937686036465 26077:26077 hsa_system_get_info(2, 0x11dae38) = 0 +43937686037377:43937686038131 26077:26077 hsa_system_get_info(2, 0x11dae40) = 0 +43937686039040:43937686039795 26077:26077 hsa_system_get_info(2, 0x11dae48) = 0 +43937686040705:43937686041451 26077:26077 hsa_system_get_info(2, 0x11dae50) = 0 +43937686042365:43937686043122 26077:26077 hsa_system_get_info(2, 0x11dae58) = 0 +43937686044034:43937686044812 26077:26077 hsa_system_get_info(2, 0x11dae60) = 0 +43937686045725:43937686046480 26077:26077 hsa_system_get_info(2, 0x11dae68) = 0 +43937686047391:43937686048141 26077:26077 hsa_system_get_info(2, 0x11dae70) = 0 +43937686049047:43937686049807 26077:26077 hsa_system_get_info(2, 0x11dae78) = 0 +43937686050721:43937686051478 26077:26077 hsa_system_get_info(2, 0x11dae80) = 0 +43937686052392:43937686053146 26077:26077 hsa_system_get_info(2, 0x11dae88) = 0 +43937686054054:43937686054806 26077:26077 hsa_system_get_info(2, 0x11dae90) = 0 +43937686055714:43937686056461 26077:26077 hsa_system_get_info(2, 0x11dae98) = 0 +43937686057374:43937686058135 26077:26077 hsa_system_get_info(2, 0x11daea0) = 0 +43937686059043:43937686059799 26077:26077 hsa_system_get_info(2, 0x11daea8) = 0 +43937686060715:43937686061470 26077:26077 hsa_system_get_info(2, 0x11daeb0) = 0 +43937686062380:43937686063143 26077:26077 hsa_system_get_info(2, 0x11daeb8) = 0 +43937686064054:43937686064808 26077:26077 hsa_system_get_info(2, 0x11daec0) = 0 +43937686065721:43937686066472 26077:26077 hsa_system_get_info(2, 0x11daec8) = 0 +43937686067382:43937686068138 26077:26077 hsa_system_get_info(2, 0x11daed0) = 0 +43937686069909:43937686070667 26077:26077 hsa_system_get_info(2, 0x11daed8) = 0 +43937686071578:43937686072329 26077:26077 hsa_system_get_info(2, 0x11daee0) = 0 +43937686073240:43937686073989 26077:26077 hsa_system_get_info(2, 0x11daee8) = 0 +43937686074899:43937686075655 26077:26077 hsa_system_get_info(2, 0x11daef0) = 0 +43937686076566:43937686077310 26077:26077 hsa_system_get_info(2, 0x11daef8) = 0 +43937686078220:43937686078976 26077:26077 hsa_system_get_info(2, 0x11daf00) = 0 +43937686079890:43937686080655 26077:26077 hsa_system_get_info(2, 0x11daf08) = 0 +43937686081563:43937686082324 26077:26077 hsa_system_get_info(2, 0x11daf10) = 0 +43937686083232:43937686083989 26077:26077 hsa_system_get_info(2, 0x11daf18) = 0 +43937686084909:43937686085659 26077:26077 hsa_system_get_info(2, 0x11daf20) = 0 +43937686086571:43937686087318 26077:26077 hsa_system_get_info(2, 0x11daf28) = 0 +43937686088224:43937686088988 26077:26077 hsa_system_get_info(2, 0x11daf30) = 0 +43937686089903:43937686090657 26077:26077 hsa_system_get_info(2, 0x11daf38) = 0 +43937686091572:43937686092351 26077:26077 hsa_system_get_info(2, 0x11daf40) = 0 +43937686093263:43937686094016 26077:26077 hsa_system_get_info(2, 0x11daf48) = 0 +43937686094929:43937686095690 26077:26077 hsa_system_get_info(2, 0x11daf50) = 0 +43937686096601:43937686097359 26077:26077 hsa_system_get_info(2, 0x11daf58) = 0 +43937686098271:43937686099034 26077:26077 hsa_system_get_info(2, 0x11daf60) = 0 +43937686099949:43937686100718 26077:26077 hsa_system_get_info(2, 0x11daf68) = 0 +43937686101629:43937686102394 26077:26077 hsa_system_get_info(2, 0x11daf70) = 0 +43937686103319:43937686104074 26077:26077 hsa_system_get_info(2, 0x11daf78) = 0 +43937686104983:43937686105738 26077:26077 hsa_system_get_info(2, 0x11daf80) = 0 +43937686106644:43937686107405 26077:26077 hsa_system_get_info(2, 0x11daf88) = 0 +43937686108316:43937686109079 26077:26077 hsa_system_get_info(2, 0x11daf90) = 0 +43937686109995:43937686110749 26077:26077 hsa_system_get_info(2, 0x11daf98) = 0 +43937686111657:43937686112412 26077:26077 hsa_system_get_info(2, 0x11dafa0) = 0 +43937686113324:43937686114084 26077:26077 hsa_system_get_info(2, 0x11dafa8) = 0 +43937686114991:43937686115748 26077:26077 hsa_system_get_info(2, 0x11dafb0) = 0 +43937686117494:43937686118254 26077:26077 hsa_system_get_info(2, 0x11dafb8) = 0 +43937686119168:43937686119922 26077:26077 hsa_system_get_info(2, 0x11dafc0) = 0 +43937686120829:43937686121585 26077:26077 hsa_system_get_info(2, 0x11dafc8) = 0 +43937686122489:43937686123237 26077:26077 hsa_system_get_info(2, 0x11dafd0) = 0 +43937686124147:43937686124906 26077:26077 hsa_system_get_info(2, 0x11dafd8) = 0 +43937686125816:43937686126564 26077:26077 hsa_system_get_info(2, 0x11dafe0) = 0 +43937686127479:43937686128236 26077:26077 hsa_system_get_info(2, 0x11dafe8) = 0 +43937686129147:43937686129899 26077:26077 hsa_system_get_info(2, 0x11daff0) = 0 +43937686130813:43937686131570 26077:26077 hsa_system_get_info(2, 0x11daff8) = 0 +43937686132481:43937686133241 26077:26077 hsa_system_get_info(2, 0x11db000) = 0 +43937686134151:43937686134901 26077:26077 hsa_system_get_info(2, 0x11db008) = 0 +43937686135812:43937686136574 26077:26077 hsa_system_get_info(2, 0x11db010) = 0 +43937686137485:43937686138244 26077:26077 hsa_system_get_info(2, 0x11db018) = 0 +43937686139157:43937686139905 26077:26077 hsa_system_get_info(2, 0x11db020) = 0 +43937686140836:43937686141587 26077:26077 hsa_system_get_info(2, 0x11db028) = 0 +43937686142497:43937686143249 26077:26077 hsa_system_get_info(2, 0x11db030) = 0 +43937686144161:43937686144920 26077:26077 hsa_system_get_info(2, 0x11db038) = 0 +43937686145826:43937686146585 26077:26077 hsa_system_get_info(2, 0x11db040) = 0 +43937686147500:43937686148252 26077:26077 hsa_system_get_info(2, 0x11db048) = 0 +43937686149163:43937686149928 26077:26077 hsa_system_get_info(2, 0x11db050) = 0 +43937686150841:43937686151596 26077:26077 hsa_system_get_info(2, 0x11db058) = 0 +43937686152509:43937686153264 26077:26077 hsa_system_get_info(2, 0x11db060) = 0 +43937686154176:43937686154937 26077:26077 hsa_system_get_info(2, 0x11db068) = 0 +43937686155849:43937686156611 26077:26077 hsa_system_get_info(2, 0x11db070) = 0 +43937686157519:43937686158278 26077:26077 hsa_system_get_info(2, 0x11db078) = 0 +43937686159188:43937686159942 26077:26077 hsa_system_get_info(2, 0x11db080) = 0 +43937686160852:43937686161606 26077:26077 hsa_system_get_info(2, 0x11db088) = 0 +43937686162519:43937686163276 26077:26077 hsa_system_get_info(2, 0x11db090) = 0 +43937686164199:43937686164956 26077:26077 hsa_system_get_info(2, 0x11db098) = 0 +43937686166713:43937686167473 26077:26077 hsa_system_get_info(2, 0x11db0a0) = 0 +43937686168383:43937686169134 26077:26077 hsa_system_get_info(2, 0x11db0a8) = 0 +43937686170037:43937686170792 26077:26077 hsa_system_get_info(2, 0x11db0b0) = 0 +43937686171703:43937686172463 26077:26077 hsa_system_get_info(2, 0x11db0b8) = 0 +43937686173381:43937686174138 26077:26077 hsa_system_get_info(2, 0x11db0c0) = 0 +43937686175049:43937686175809 26077:26077 hsa_system_get_info(2, 0x11db0c8) = 0 +43937686176727:43937686177485 26077:26077 hsa_system_get_info(2, 0x11db0d0) = 0 +43937686178418:43937686179176 26077:26077 hsa_system_get_info(2, 0x11db0d8) = 0 +43937686180088:43937686180841 26077:26077 hsa_system_get_info(2, 0x11db0e0) = 0 +43937686181758:43937686182501 26077:26077 hsa_system_get_info(2, 0x11db0e8) = 0 +43937686183408:43937686184158 26077:26077 hsa_system_get_info(2, 0x11db0f0) = 0 +43937686185082:43937686185835 26077:26077 hsa_system_get_info(2, 0x11db0f8) = 0 +43937686186744:43937686187501 26077:26077 hsa_system_get_info(2, 0x11db100) = 0 +43937686188409:43937686189163 26077:26077 hsa_system_get_info(2, 0x11db108) = 0 +43937686190076:43937686190835 26077:26077 hsa_system_get_info(2, 0x11db110) = 0 +43937686191748:43937686192499 26077:26077 hsa_system_get_info(2, 0x11db118) = 0 +43937686193412:43937686194174 26077:26077 hsa_system_get_info(2, 0x11db120) = 0 +43937686195089:43937686195848 26077:26077 hsa_system_get_info(2, 0x11db128) = 0 +43937686196756:43937686197520 26077:26077 hsa_system_get_info(2, 0x11db130) = 0 +43937686198430:43937686199189 26077:26077 hsa_system_get_info(2, 0x11db138) = 0 +43937686200095:43937686200856 26077:26077 hsa_system_get_info(2, 0x11db140) = 0 +43937686201765:43937686202516 26077:26077 hsa_system_get_info(2, 0x11db148) = 0 +43937686203431:43937686204182 26077:26077 hsa_system_get_info(2, 0x11db150) = 0 +43937686205092:43937686205848 26077:26077 hsa_system_get_info(2, 0x11db158) = 0 +43937686206775:43937686207543 26077:26077 hsa_system_get_info(2, 0x11db160) = 0 +43937686208460:43937686209220 26077:26077 hsa_system_get_info(2, 0x11db168) = 0 +43937686210138:43937686210898 26077:26077 hsa_system_get_info(2, 0x11db170) = 0 +43937686211814:43937686212572 26077:26077 hsa_system_get_info(2, 0x11db178) = 0 +43937686214320:43937686215082 26077:26077 hsa_system_get_info(2, 0x11db180) = 0 +43937686216014:43937686216780 26077:26077 hsa_system_get_info(2, 0x11db188) = 0 +43937686217688:43937686218449 26077:26077 hsa_system_get_info(2, 0x11db190) = 0 +43937686219362:43937686220122 26077:26077 hsa_system_get_info(2, 0x11db198) = 0 +43937686221031:43937686221793 26077:26077 hsa_system_get_info(2, 0x11db1a0) = 0 +43937686222704:43937686223464 26077:26077 hsa_system_get_info(2, 0x11db1a8) = 0 +43937686224372:43937686225131 26077:26077 hsa_system_get_info(2, 0x11db1b0) = 0 +43937686226036:43937686226791 26077:26077 hsa_system_get_info(2, 0x11db1b8) = 0 +43937686227704:43937686228460 26077:26077 hsa_system_get_info(2, 0x11db1c0) = 0 +43937686229373:43937686230115 26077:26077 hsa_system_get_info(2, 0x11db1c8) = 0 +43937686231029:43937686231790 26077:26077 hsa_system_get_info(2, 0x11db1d0) = 0 +43937686232702:43937686233453 26077:26077 hsa_system_get_info(2, 0x11db1d8) = 0 +43937686234358:43937686235113 26077:26077 hsa_system_get_info(2, 0x11db1e0) = 0 +43937686236022:43937686236796 26077:26077 hsa_system_get_info(2, 0x11db1e8) = 0 +43937686237703:43937686238456 26077:26077 hsa_system_get_info(2, 0x11db1f0) = 0 +43937686239361:43937686240118 26077:26077 hsa_system_get_info(2, 0x11db1f8) = 0 +43937686241024:43937686241773 26077:26077 hsa_system_get_info(2, 0x11db200) = 0 +43937686242684:43937686243437 26077:26077 hsa_system_get_info(2, 0x11db208) = 0 +43937686244348:43937686245101 26077:26077 hsa_system_get_info(2, 0x11db210) = 0 +43937686246017:43937686246776 26077:26077 hsa_system_get_info(2, 0x11db218) = 0 +43937686247682:43937686248438 26077:26077 hsa_system_get_info(2, 0x11db220) = 0 +43937686249347:43937686250100 26077:26077 hsa_system_get_info(2, 0x11db228) = 0 +43937686251007:43937686251768 26077:26077 hsa_system_get_info(2, 0x11db230) = 0 +43937686252682:43937686253437 26077:26077 hsa_system_get_info(2, 0x11db238) = 0 +43937686254347:43937686255103 26077:26077 hsa_system_get_info(2, 0x11db240) = 0 +43937686256012:43937686256766 26077:26077 hsa_system_get_info(2, 0x11db248) = 0 +43937686257678:43937686258434 26077:26077 hsa_system_get_info(2, 0x11db250) = 0 +43937686259345:43937686260106 26077:26077 hsa_system_get_info(2, 0x11db258) = 0 +43937686261014:43937686261798 26077:26077 hsa_system_get_info(2, 0x11db260) = 0 +43937686263579:43937686264347 26077:26077 hsa_system_get_info(2, 0x11db268) = 0 +43937686265254:43937686266012 26077:26077 hsa_system_get_info(2, 0x11db270) = 0 +43937686266924:43937686267687 26077:26077 hsa_system_get_info(2, 0x11db278) = 0 +43937686268600:43937686269363 26077:26077 hsa_system_get_info(2, 0x11db280) = 0 +43937686270280:43937686271038 26077:26077 hsa_system_get_info(2, 0x11db288) = 0 +43937686271944:43937686272704 26077:26077 hsa_system_get_info(2, 0x11db290) = 0 +43937686273617:43937686274375 26077:26077 hsa_system_get_info(2, 0x11db298) = 0 +43937686275282:43937686276032 26077:26077 hsa_system_get_info(2, 0x11db2a0) = 0 +43937686276940:43937686277695 26077:26077 hsa_system_get_info(2, 0x11db2a8) = 0 +43937686278611:43937686279363 26077:26077 hsa_system_get_info(2, 0x11db2b0) = 0 +43937686280267:43937686281019 26077:26077 hsa_system_get_info(2, 0x11db2b8) = 0 +43937686281932:43937686282682 26077:26077 hsa_system_get_info(2, 0x11db2c0) = 0 +43937686283616:43937686284369 26077:26077 hsa_system_get_info(2, 0x11db2c8) = 0 +43937686285283:43937686286030 26077:26077 hsa_system_get_info(2, 0x11db2d0) = 0 +43937686286944:43937686287700 26077:26077 hsa_system_get_info(2, 0x11db2d8) = 0 +43937686288606:43937686289363 26077:26077 hsa_system_get_info(2, 0x11db2e0) = 0 +43937686290272:43937686291027 26077:26077 hsa_system_get_info(2, 0x11db2e8) = 0 +43937686291938:43937686292687 26077:26077 hsa_system_get_info(2, 0x11db2f0) = 0 +43937686293593:43937686294353 26077:26077 hsa_system_get_info(2, 0x11db2f8) = 0 +43937686295267:43937686296019 26077:26077 hsa_system_get_info(2, 0x11db300) = 0 +43937686296926:43937686297688 26077:26077 hsa_system_get_info(2, 0x11db308) = 0 +43937686298598:43937686299354 26077:26077 hsa_system_get_info(2, 0x11db310) = 0 +43937686300265:43937686301018 26077:26077 hsa_system_get_info(2, 0x11db318) = 0 +43937686301930:43937686302679 26077:26077 hsa_system_get_info(2, 0x11db320) = 0 +43937686303593:43937686304348 26077:26077 hsa_system_get_info(2, 0x11db328) = 0 +43937686305259:43937686306013 26077:26077 hsa_system_get_info(2, 0x11db330) = 0 +43937686306917:43937686307699 26077:26077 hsa_system_get_info(2, 0x11db338) = 0 +43937686308612:43937686309373 26077:26077 hsa_system_get_info(2, 0x11db340) = 0 +43937686311119:43937686311876 26077:26077 hsa_system_get_info(2, 0x11db348) = 0 +43937686312786:43937686313539 26077:26077 hsa_system_get_info(2, 0x11db350) = 0 +43937686314445:43937686315193 26077:26077 hsa_system_get_info(2, 0x11db358) = 0 +43937686316101:43937686316855 26077:26077 hsa_system_get_info(2, 0x11db360) = 0 +43937686317761:43937686318518 26077:26077 hsa_system_get_info(2, 0x11db368) = 0 +43937686319427:43937686320178 26077:26077 hsa_system_get_info(2, 0x11db370) = 0 +43937686321092:43937686321858 26077:26077 hsa_system_get_info(2, 0x11db378) = 0 +43937686322762:43937686323520 26077:26077 hsa_system_get_info(2, 0x11db380) = 0 +43937686324427:43937686325184 26077:26077 hsa_system_get_info(2, 0x11db388) = 0 +43937686326094:43937686326853 26077:26077 hsa_system_get_info(2, 0x11db390) = 0 +43937686327764:43937686328521 26077:26077 hsa_system_get_info(2, 0x11db398) = 0 +43937686329429:43937686330193 26077:26077 hsa_system_get_info(2, 0x11db3a0) = 0 +43937686331108:43937686331870 26077:26077 hsa_system_get_info(2, 0x11db3a8) = 0 +43937686332779:43937686333565 26077:26077 hsa_system_get_info(2, 0x11db3b0) = 0 +43937686334484:43937686335244 26077:26077 hsa_system_get_info(2, 0x11db3b8) = 0 +43937686336160:43937686336913 26077:26077 hsa_system_get_info(2, 0x11db3c0) = 0 +43937686337822:43937686338577 26077:26077 hsa_system_get_info(2, 0x11db3c8) = 0 +43937686339488:43937686340243 26077:26077 hsa_system_get_info(2, 0x11db3d0) = 0 +43937686341150:43937686341901 26077:26077 hsa_system_get_info(2, 0x11db3d8) = 0 +43937686342813:43937686343566 26077:26077 hsa_system_get_info(2, 0x11db3e0) = 0 +43937686344474:43937686345224 26077:26077 hsa_system_get_info(2, 0x11db3e8) = 0 +43937686346130:43937686346885 26077:26077 hsa_system_get_info(2, 0x11db3f0) = 0 +43937686347787:43937686348542 26077:26077 hsa_system_get_info(2, 0x11db3f8) = 0 +43937686349454:43937686350209 26077:26077 hsa_system_get_info(2, 0x11db400) = 0 +43937686351124:43937686351883 26077:26077 hsa_system_get_info(2, 0x11db408) = 0 +43937686352790:43937686353552 26077:26077 hsa_system_get_info(2, 0x11db410) = 0 +43937686354462:43937686355221 26077:26077 hsa_system_get_info(2, 0x11db418) = 0 +43937686356132:43937686356890 26077:26077 hsa_system_get_info(2, 0x11db420) = 0 +43937686357822:43937686358584 26077:26077 hsa_system_get_info(2, 0x11db428) = 0 +43937686361097:43937686361858 26077:26077 hsa_system_get_info(2, 0x11db430) = 0 +43937686362770:43937686363530 26077:26077 hsa_system_get_info(2, 0x11db438) = 0 +43937686364437:43937686365191 26077:26077 hsa_system_get_info(2, 0x11db440) = 0 +43937686366096:43937686366854 26077:26077 hsa_system_get_info(2, 0x11db448) = 0 +43937686367764:43937686368514 26077:26077 hsa_system_get_info(2, 0x11db450) = 0 +43937686369427:43937686370179 26077:26077 hsa_system_get_info(2, 0x11db458) = 0 +43937686371090:43937686371850 26077:26077 hsa_system_get_info(2, 0x11db460) = 0 +43937686372776:43937686373528 26077:26077 hsa_system_get_info(2, 0x11db468) = 0 +43937686374459:43937686375213 26077:26077 hsa_system_get_info(2, 0x11db470) = 0 +43937686376131:43937686376879 26077:26077 hsa_system_get_info(2, 0x11db478) = 0 +43937686377789:43937686378545 26077:26077 hsa_system_get_info(2, 0x11db480) = 0 +43937686379460:43937686380219 26077:26077 hsa_system_get_info(2, 0x11db488) = 0 +43937686381132:43937686381895 26077:26077 hsa_system_get_info(2, 0x11db490) = 0 +43937686382808:43937686383565 26077:26077 hsa_system_get_info(2, 0x11db498) = 0 +43937686384476:43937686385232 26077:26077 hsa_system_get_info(2, 0x11db4a0) = 0 +43937686386147:43937686386904 26077:26077 hsa_system_get_info(2, 0x11db4a8) = 0 +43937686387808:43937686388569 26077:26077 hsa_system_get_info(2, 0x11db4b0) = 0 +43937686389479:43937686390231 26077:26077 hsa_system_get_info(2, 0x11db4b8) = 0 +43937686391143:43937686391898 26077:26077 hsa_system_get_info(2, 0x11db4c0) = 0 +43937686392808:43937686393560 26077:26077 hsa_system_get_info(2, 0x11db4c8) = 0 +43937686394492:43937686395254 26077:26077 hsa_system_get_info(2, 0x11db4d0) = 0 +43937686396166:43937686396925 26077:26077 hsa_system_get_info(2, 0x11db4d8) = 0 +43937686397837:43937686398591 26077:26077 hsa_system_get_info(2, 0x11db4e0) = 0 +43937686399504:43937686400253 26077:26077 hsa_system_get_info(2, 0x11db4e8) = 0 +43937686401164:43937686401913 26077:26077 hsa_system_get_info(2, 0x11db4f0) = 0 +43937686402819:43937686403572 26077:26077 hsa_system_get_info(2, 0x11db4f8) = 0 +43937686404486:43937686405249 26077:26077 hsa_system_get_info(2, 0x11db500) = 0 +43937686406158:43937686406914 26077:26077 hsa_system_get_info(2, 0x11db508) = 0 +43937686408687:43937686409444 26077:26077 hsa_system_get_info(2, 0x11db510) = 0 +43937686410351:43937686411102 26077:26077 hsa_system_get_info(2, 0x11db518) = 0 +43937686412012:43937686412774 26077:26077 hsa_system_get_info(2, 0x11db520) = 0 +43937686413684:43937686414446 26077:26077 hsa_system_get_info(2, 0x11db528) = 0 +43937686415353:43937686416100 26077:26077 hsa_system_get_info(2, 0x11db530) = 0 +43937686417011:43937686417755 26077:26077 hsa_system_get_info(2, 0x11db538) = 0 +43937686418665:43937686419419 26077:26077 hsa_system_get_info(2, 0x11db540) = 0 +43937686420330:43937686421082 26077:26077 hsa_system_get_info(2, 0x11db548) = 0 +43937686421998:43937686422746 26077:26077 hsa_system_get_info(2, 0x11db550) = 0 +43937686423663:43937686424423 26077:26077 hsa_system_get_info(2, 0x11db558) = 0 +43937686425334:43937686426086 26077:26077 hsa_system_get_info(2, 0x11db560) = 0 +43937686426992:43937686427749 26077:26077 hsa_system_get_info(2, 0x11db568) = 0 +43937686428659:43937686429418 26077:26077 hsa_system_get_info(2, 0x11db570) = 0 +43937686430325:43937686431085 26077:26077 hsa_system_get_info(2, 0x11db578) = 0 +43937686431996:43937686432746 26077:26077 hsa_system_get_info(2, 0x11db580) = 0 +43937686433672:43937686434419 26077:26077 hsa_system_get_info(2, 0x11db588) = 0 +43937686435349:43937686436096 26077:26077 hsa_system_get_info(2, 0x11db590) = 0 +43937686437000:43937686437750 26077:26077 hsa_system_get_info(2, 0x11db598) = 0 +43937686438663:43937686439415 26077:26077 hsa_system_get_info(2, 0x11db5a0) = 0 +43937686440319:43937686441068 26077:26077 hsa_system_get_info(2, 0x11db5a8) = 0 +43937686441976:43937686442722 26077:26077 hsa_system_get_info(2, 0x11db5b0) = 0 +43937686443630:43937686444385 26077:26077 hsa_system_get_info(2, 0x11db5b8) = 0 +43937686445293:43937686446043 26077:26077 hsa_system_get_info(2, 0x11db5c0) = 0 +43937686446949:43937686447698 26077:26077 hsa_system_get_info(2, 0x11db5c8) = 0 +43937686448606:43937686449361 26077:26077 hsa_system_get_info(2, 0x11db5d0) = 0 +43937686450275:43937686451025 26077:26077 hsa_system_get_info(2, 0x11db5d8) = 0 +43937686451928:43937686452681 26077:26077 hsa_system_get_info(2, 0x11db5e0) = 0 +43937686453587:43937686454341 26077:26077 hsa_system_get_info(2, 0x11db5e8) = 0 +43937686455250:43937686456007 26077:26077 hsa_system_get_info(2, 0x11db5f0) = 0 +43937686457760:43937686458519 26077:26077 hsa_system_get_info(2, 0x11db5f8) = 0 +43937686459437:43937686460194 26077:26077 hsa_system_get_info(2, 0x11db600) = 0 +43937686461105:43937686461859 26077:26077 hsa_system_get_info(2, 0x11db608) = 0 +43937686462764:43937686463524 26077:26077 hsa_system_get_info(2, 0x11db610) = 0 +43937686464437:43937686465192 26077:26077 hsa_system_get_info(2, 0x11db618) = 0 +43937686466101:43937686466855 26077:26077 hsa_system_get_info(2, 0x11db620) = 0 +43937686467769:43937686468525 26077:26077 hsa_system_get_info(2, 0x11db628) = 0 +43937686469440:43937686470198 26077:26077 hsa_system_get_info(2, 0x11db630) = 0 +43937686471129:43937686471891 26077:26077 hsa_system_get_info(2, 0x11db638) = 0 +43937686472804:43937686473561 26077:26077 hsa_system_get_info(2, 0x11db640) = 0 +43937686474475:43937686475222 26077:26077 hsa_system_get_info(2, 0x11db648) = 0 +43937686476137:43937686476897 26077:26077 hsa_system_get_info(2, 0x11db650) = 0 +43937686477814:43937686478567 26077:26077 hsa_system_get_info(2, 0x11db658) = 0 +43937686479478:43937686480237 26077:26077 hsa_system_get_info(2, 0x11db660) = 0 +43937686481152:43937686481927 26077:26077 hsa_system_get_info(2, 0x11db668) = 0 +43937686482843:43937686483595 26077:26077 hsa_system_get_info(2, 0x11db670) = 0 +43937686484506:43937686485254 26077:26077 hsa_system_get_info(2, 0x11db678) = 0 +43937686486184:43937686486936 26077:26077 hsa_system_get_info(2, 0x11db680) = 0 +43937686487850:43937686488616 26077:26077 hsa_system_get_info(2, 0x11db688) = 0 +43937686489529:43937686490282 26077:26077 hsa_system_get_info(2, 0x11db690) = 0 +43937686491189:43937686491945 26077:26077 hsa_system_get_info(2, 0x11db698) = 0 +43937686492861:43937686493617 26077:26077 hsa_system_get_info(2, 0x11db6a0) = 0 +43937686494530:43937686495283 26077:26077 hsa_system_get_info(2, 0x11db6a8) = 0 +43937686496192:43937686496950 26077:26077 hsa_system_get_info(2, 0x11db6b0) = 0 +43937686497858:43937686498610 26077:26077 hsa_system_get_info(2, 0x11db6b8) = 0 +43937686499515:43937686500270 26077:26077 hsa_system_get_info(2, 0x11db6c0) = 0 +43937686501180:43937686501933 26077:26077 hsa_system_get_info(2, 0x11db6c8) = 0 +43937686502837:43937686503588 26077:26077 hsa_system_get_info(2, 0x11db6d0) = 0 +43937686505365:43937686506128 26077:26077 hsa_system_get_info(2, 0x11db6d8) = 0 +43937686507037:43937686507794 26077:26077 hsa_system_get_info(2, 0x11db6e0) = 0 +43937686508704:43937686509457 26077:26077 hsa_system_get_info(2, 0x11db6e8) = 0 +43937686510360:43937686511132 26077:26077 hsa_system_get_info(2, 0x11db6f0) = 0 +43937686512042:43937686512796 26077:26077 hsa_system_get_info(2, 0x11db6f8) = 0 +43937686513707:43937686514462 26077:26077 hsa_system_get_info(2, 0x11db700) = 0 +43937686515372:43937686516123 26077:26077 hsa_system_get_info(2, 0x11db708) = 0 +43937686517036:43937686517790 26077:26077 hsa_system_get_info(2, 0x11db710) = 0 +43937686518699:43937686519457 26077:26077 hsa_system_get_info(2, 0x11db718) = 0 +43937686520378:43937686521141 26077:26077 hsa_system_get_info(2, 0x11db720) = 0 +43937686522049:43937686522801 26077:26077 hsa_system_get_info(2, 0x11db728) = 0 +43937686523715:43937686524466 26077:26077 hsa_system_get_info(2, 0x11db730) = 0 +43937686525377:43937686526137 26077:26077 hsa_system_get_info(2, 0x11db738) = 0 +43937686527046:43937686527800 26077:26077 hsa_system_get_info(2, 0x11db740) = 0 +43937686528711:43937686529511 26077:26077 hsa_system_get_info(2, 0x11db748) = 0 +43937686530426:43937686531185 26077:26077 hsa_system_get_info(2, 0x11db750) = 0 +43937686532090:43937686532850 26077:26077 hsa_system_get_info(2, 0x11db758) = 0 +43937686533763:43937686534520 26077:26077 hsa_system_get_info(2, 0x11db760) = 0 +43937686535431:43937686536187 26077:26077 hsa_system_get_info(2, 0x11db768) = 0 +43937686537097:43937686537862 26077:26077 hsa_system_get_info(2, 0x11db770) = 0 +43937686538771:43937686539533 26077:26077 hsa_system_get_info(2, 0x11db778) = 0 +43937686540450:43937686541215 26077:26077 hsa_system_get_info(2, 0x11db780) = 0 +43937686542126:43937686542884 26077:26077 hsa_system_get_info(2, 0x11db788) = 0 +43937686543797:43937686544555 26077:26077 hsa_system_get_info(2, 0x11db790) = 0 +43937686545462:43937686546216 26077:26077 hsa_system_get_info(2, 0x11db798) = 0 +43937686547126:43937686547876 26077:26077 hsa_system_get_info(2, 0x11db7a0) = 0 +43937686548778:43937686549534 26077:26077 hsa_system_get_info(2, 0x11db7a8) = 0 +43937686550443:43937686551198 26077:26077 hsa_system_get_info(2, 0x11db7b0) = 0 +43937686552963:43937686553719 26077:26077 hsa_system_get_info(2, 0x11db7b8) = 0 +43937686554626:43937686555385 26077:26077 hsa_system_get_info(2, 0x11db7c0) = 0 +43937686556306:43937686557058 26077:26077 hsa_system_get_info(2, 0x11db7c8) = 0 +43937686557994:43937686558750 26077:26077 hsa_system_get_info(2, 0x11db7d0) = 0 +43937686559665:43937686560425 26077:26077 hsa_system_get_info(2, 0x11db7d8) = 0 +43937686561342:43937686562103 26077:26077 hsa_system_get_info(2, 0x11db7e0) = 0 +43937686563018:43937686563777 26077:26077 hsa_system_get_info(2, 0x11db7e8) = 0 +43937686564691:43937686565451 26077:26077 hsa_system_get_info(2, 0x11db7f0) = 0 +43937686566362:43937686567123 26077:26077 hsa_system_get_info(2, 0x11db7f8) = 0 +43937686568046:43937686568794 26077:26077 hsa_system_get_info(2, 0x11db800) = 0 +43937686569704:43937686570469 26077:26077 hsa_system_get_info(2, 0x11db808) = 0 +43937686571379:43937686572140 26077:26077 hsa_system_get_info(2, 0x11db810) = 0 +43937686573057:43937686573820 26077:26077 hsa_system_get_info(2, 0x11db818) = 0 +43937686574729:43937686575477 26077:26077 hsa_system_get_info(2, 0x11db820) = 0 +43937686576390:43937686577147 26077:26077 hsa_system_get_info(2, 0x11db828) = 0 +43937686578059:43937686578820 26077:26077 hsa_system_get_info(2, 0x11db830) = 0 +43937686579730:43937686580503 26077:26077 hsa_system_get_info(2, 0x11db838) = 0 +43937686581416:43937686582173 26077:26077 hsa_system_get_info(2, 0x11db840) = 0 +43937686583080:43937686583841 26077:26077 hsa_system_get_info(2, 0x11db848) = 0 +43937686584751:43937686585504 26077:26077 hsa_system_get_info(2, 0x11db850) = 0 +43937686586413:43937686587174 26077:26077 hsa_system_get_info(2, 0x11db858) = 0 +43937686588079:43937686588835 26077:26077 hsa_system_get_info(2, 0x11db860) = 0 +43937686589743:43937686590497 26077:26077 hsa_system_get_info(2, 0x11db868) = 0 +43937686591405:43937686592161 26077:26077 hsa_system_get_info(2, 0x11db870) = 0 +43937686593073:43937686593831 26077:26077 hsa_system_get_info(2, 0x11db878) = 0 +43937686594740:43937686595496 26077:26077 hsa_system_get_info(2, 0x11db880) = 0 +43937686596403:43937686597154 26077:26077 hsa_system_get_info(2, 0x11db888) = 0 +43937686598063:43937686598823 26077:26077 hsa_system_get_info(2, 0x11db890) = 0 +43937686599732:43937686600489 26077:26077 hsa_system_get_info(2, 0x11db898) = 0 +43937686602274:43937686603035 26077:26077 hsa_system_get_info(2, 0x11db8a0) = 0 +43937686603949:43937686604707 26077:26077 hsa_system_get_info(2, 0x11db8a8) = 0 +43937686605614:43937686606383 26077:26077 hsa_system_get_info(2, 0x11db8b0) = 0 +43937686607291:43937686608045 26077:26077 hsa_system_get_info(2, 0x11db8b8) = 0 +43937686608961:43937686609721 26077:26077 hsa_system_get_info(2, 0x11db8c0) = 0 +43937686610631:43937686611396 26077:26077 hsa_system_get_info(2, 0x11db8c8) = 0 +43937686612318:43937686613085 26077:26077 hsa_system_get_info(2, 0x11db8d0) = 0 +43937686613998:43937686614760 26077:26077 hsa_system_get_info(2, 0x11db8d8) = 0 +43937686615681:43937686616443 26077:26077 hsa_system_get_info(2, 0x11db8e0) = 0 +43937686617357:43937686618111 26077:26077 hsa_system_get_info(2, 0x11db8e8) = 0 +43937686619019:43937686619775 26077:26077 hsa_system_get_info(2, 0x11db8f0) = 0 +43937686620689:43937686621444 26077:26077 hsa_system_get_info(2, 0x11db8f8) = 0 +43937686622361:43937686623121 26077:26077 hsa_system_get_info(2, 0x11db900) = 0 +43937686624035:43937686624794 26077:26077 hsa_system_get_info(2, 0x11db908) = 0 +43937686625705:43937686626462 26077:26077 hsa_system_get_info(2, 0x11db910) = 0 +43937686627396:43937686628147 26077:26077 hsa_system_get_info(2, 0x11db918) = 0 +43937686629055:43937686629806 26077:26077 hsa_system_get_info(2, 0x11db920) = 0 +43937686630716:43937686631469 26077:26077 hsa_system_get_info(2, 0x11db928) = 0 +43937686632381:43937686633135 26077:26077 hsa_system_get_info(2, 0x11db930) = 0 +43937686634045:43937686634798 26077:26077 hsa_system_get_info(2, 0x11db938) = 0 +43937686635708:43937686636466 26077:26077 hsa_system_get_info(2, 0x11db940) = 0 +43937686637379:43937686638134 26077:26077 hsa_system_get_info(2, 0x11db948) = 0 +43937686639046:43937686639805 26077:26077 hsa_system_get_info(2, 0x11db950) = 0 +43937686640710:43937686641471 26077:26077 hsa_system_get_info(2, 0x11db958) = 0 +43937686642382:43937686643139 26077:26077 hsa_system_get_info(2, 0x11db960) = 0 +43937686644048:43937686644797 26077:26077 hsa_system_get_info(2, 0x11db968) = 0 +43937686645710:43937686646474 26077:26077 hsa_system_get_info(2, 0x11db970) = 0 +43937686647387:43937686648155 26077:26077 hsa_system_get_info(2, 0x11db978) = 0 +43937686649903:43937686650668 26077:26077 hsa_system_get_info(2, 0x11db980) = 0 +43937686651582:43937686652342 26077:26077 hsa_system_get_info(2, 0x11db988) = 0 +43937686653252:43937686654011 26077:26077 hsa_system_get_info(2, 0x11db990) = 0 +43937686654917:43937686655673 26077:26077 hsa_system_get_info(2, 0x11db998) = 0 +43937686656582:43937686657343 26077:26077 hsa_system_get_info(2, 0x11db9a0) = 0 +43937686658245:43937686659002 26077:26077 hsa_system_get_info(2, 0x11db9a8) = 0 +43937686659915:43937686660672 26077:26077 hsa_system_get_info(2, 0x11db9b0) = 0 +43937686661582:43937686662335 26077:26077 hsa_system_get_info(2, 0x11db9b8) = 0 +43937686663264:43937686664024 26077:26077 hsa_system_get_info(2, 0x11db9c0) = 0 +43937686664940:43937686665690 26077:26077 hsa_system_get_info(2, 0x11db9c8) = 0 +43937686666604:43937686667358 26077:26077 hsa_system_get_info(2, 0x11db9d0) = 0 +43937686668277:43937686669038 26077:26077 hsa_system_get_info(2, 0x11db9d8) = 0 +43937686669954:43937686670709 26077:26077 hsa_system_get_info(2, 0x11db9e0) = 0 +43937686671614:43937686672365 26077:26077 hsa_system_get_info(2, 0x11db9e8) = 0 +43937686673279:43937686674038 26077:26077 hsa_system_get_info(2, 0x11db9f0) = 0 +43937686674950:43937686675705 26077:26077 hsa_system_get_info(2, 0x11db9f8) = 0 +43937686676612:43937686677370 26077:26077 hsa_system_get_info(2, 0x11dba00) = 0 +43937686678281:43937686679036 26077:26077 hsa_system_get_info(2, 0x11dba08) = 0 +43937686679938:43937686680690 26077:26077 hsa_system_get_info(2, 0x11dba10) = 0 +43937686681597:43937686682360 26077:26077 hsa_system_get_info(2, 0x11dba18) = 0 +43937686683274:43937686684033 26077:26077 hsa_system_get_info(2, 0x11dba20) = 0 +43937686684940:43937686685696 26077:26077 hsa_system_get_info(2, 0x11dba28) = 0 +43937686686614:43937686687396 26077:26077 hsa_system_get_info(2, 0x11dba30) = 0 +43937686688301:43937686689051 26077:26077 hsa_system_get_info(2, 0x11dba38) = 0 +43937686689962:43937686690718 26077:26077 hsa_system_get_info(2, 0x11dba40) = 0 +43937686691622:43937686692385 26077:26077 hsa_system_get_info(2, 0x11dba48) = 0 +43937686693296:43937686694050 26077:26077 hsa_system_get_info(2, 0x11dba50) = 0 +43937686694957:43937686695697 26077:26077 hsa_system_get_info(2, 0x11dba58) = 0 +43937686696608:43937686697356 26077:26077 hsa_system_get_info(2, 0x11dba60) = 0 +43937686699125:43937686699885 26077:26077 hsa_system_get_info(2, 0x11dba68) = 0 +43937686700796:43937686701547 26077:26077 hsa_system_get_info(2, 0x11dba70) = 0 +43937686702458:43937686703217 26077:26077 hsa_system_get_info(2, 0x11dba78) = 0 +43937686704126:43937686704884 26077:26077 hsa_system_get_info(2, 0x11dba80) = 0 +43937686705788:43937686706546 26077:26077 hsa_system_get_info(2, 0x11dba88) = 0 +43937686707461:43937686708217 26077:26077 hsa_system_get_info(2, 0x11dba90) = 0 +43937686709125:43937686709882 26077:26077 hsa_system_get_info(2, 0x11dba98) = 0 +43937686710812:43937686711572 26077:26077 hsa_system_get_info(2, 0x11dbaa0) = 0 +43937686712487:43937686713249 26077:26077 hsa_system_get_info(2, 0x11dbaa8) = 0 +43937686714155:43937686714917 26077:26077 hsa_system_get_info(2, 0x11dbab0) = 0 +43937686715825:43937686716575 26077:26077 hsa_system_get_info(2, 0x11dbab8) = 0 +43937686717492:43937686718250 26077:26077 hsa_system_get_info(2, 0x11dbac0) = 0 +43937686719159:43937686719908 26077:26077 hsa_system_get_info(2, 0x11dbac8) = 0 +43937686720818:43937686721568 26077:26077 hsa_system_get_info(2, 0x11dbad0) = 0 +43937686722476:43937686723232 26077:26077 hsa_system_get_info(2, 0x11dbad8) = 0 +43937686724142:43937686724900 26077:26077 hsa_system_get_info(2, 0x11dbae0) = 0 +43937686725817:43937686726563 26077:26077 hsa_system_get_info(2, 0x11dbae8) = 0 +43937686727473:43937686728225 26077:26077 hsa_system_get_info(2, 0x11dbaf0) = 0 +43937686729138:43937686729887 26077:26077 hsa_system_get_info(2, 0x11dbaf8) = 0 +43937686730796:43937686731549 26077:26077 hsa_system_get_info(2, 0x11dbb00) = 0 +43937686732460:43937686733210 26077:26077 hsa_system_get_info(2, 0x11dbb08) = 0 +43937686734148:43937686734903 26077:26077 hsa_system_get_info(2, 0x11dbb10) = 0 +43937686735835:43937686736590 26077:26077 hsa_system_get_info(2, 0x11dbb18) = 0 +43937686737517:43937686738269 26077:26077 hsa_system_get_info(2, 0x11dbb20) = 0 +43937686739172:43937686739931 26077:26077 hsa_system_get_info(2, 0x11dbb28) = 0 +43937686740838:43937686741594 26077:26077 hsa_system_get_info(2, 0x11dbb30) = 0 +43937686742502:43937686743252 26077:26077 hsa_system_get_info(2, 0x11dbb38) = 0 +43937686744160:43937686744912 26077:26077 hsa_system_get_info(2, 0x11dbb40) = 0 +43937686746642:43937686747396 26077:26077 hsa_system_get_info(2, 0x11dbb48) = 0 +43937686748304:43937686749055 26077:26077 hsa_system_get_info(2, 0x11dbb50) = 0 +43937686749967:43937686750719 26077:26077 hsa_system_get_info(2, 0x11dbb58) = 0 +43937686751633:43937686752394 26077:26077 hsa_system_get_info(2, 0x11dbb60) = 0 +43937686753307:43937686754058 26077:26077 hsa_system_get_info(2, 0x11dbb68) = 0 +43937686754967:43937686755726 26077:26077 hsa_system_get_info(2, 0x11dbb70) = 0 +43937686756640:43937686757405 26077:26077 hsa_system_get_info(2, 0x11dbb78) = 0 +43937686758320:43937686759080 26077:26077 hsa_system_get_info(2, 0x11dbb80) = 0 +43937686759999:43937686760760 26077:26077 hsa_system_get_info(2, 0x11dbb88) = 0 +43937686761675:43937686762434 26077:26077 hsa_system_get_info(2, 0x11dbb90) = 0 +43937686763341:43937686764098 26077:26077 hsa_system_get_info(2, 0x11dbb98) = 0 +43937686765004:43937686765763 26077:26077 hsa_system_get_info(2, 0x11dbba0) = 0 +43937686766683:43937686767439 26077:26077 hsa_system_get_info(2, 0x11dbba8) = 0 +43937686768362:43937686769120 26077:26077 hsa_system_get_info(2, 0x11dbbb0) = 0 +43937686770028:43937686770787 26077:26077 hsa_system_get_info(2, 0x11dbbb8) = 0 +43937686771698:43937686772447 26077:26077 hsa_system_get_info(2, 0x11dbbc0) = 0 +43937686773360:43937686774107 26077:26077 hsa_system_get_info(2, 0x11dbbc8) = 0 +43937686775016:43937686775770 26077:26077 hsa_system_get_info(2, 0x11dbbd0) = 0 +43937686776674:43937686777425 26077:26077 hsa_system_get_info(2, 0x11dbbd8) = 0 +43937686778338:43937686779093 26077:26077 hsa_system_get_info(2, 0x11dbbe0) = 0 +43937686780005:43937686780762 26077:26077 hsa_system_get_info(2, 0x11dbbe8) = 0 +43937686781675:43937686782425 26077:26077 hsa_system_get_info(2, 0x11dbbf0) = 0 +43937686783334:43937686784093 26077:26077 hsa_system_get_info(2, 0x11dbbf8) = 0 +43937686785004:43937686785760 26077:26077 hsa_system_get_info(2, 0x11dbc00) = 0 +43937686786674:43937686787431 26077:26077 hsa_system_get_info(2, 0x11dbc08) = 0 +43937686788341:43937686789099 26077:26077 hsa_system_get_info(2, 0x11dbc10) = 0 +43937686790007:43937686790753 26077:26077 hsa_system_get_info(2, 0x11dbc18) = 0 +43937686791668:43937686792451 26077:26077 hsa_system_get_info(2, 0x11dbc20) = 0 +43937686793362:43937686794112 26077:26077 hsa_system_get_info(2, 0x11dbc28) = 0 +43937686795842:43937686796604 26077:26077 hsa_system_get_info(2, 0x11dbc30) = 0 +43937686797516:43937686798272 26077:26077 hsa_system_get_info(2, 0x11dbc38) = 0 +43937686799185:43937686799943 26077:26077 hsa_system_get_info(2, 0x11dbc40) = 0 +43937686800859:43937686801624 26077:26077 hsa_system_get_info(2, 0x11dbc48) = 0 +43937686802528:43937686803279 26077:26077 hsa_system_get_info(2, 0x11dbc50) = 0 +43937686804189:43937686804945 26077:26077 hsa_system_get_info(2, 0x11dbc58) = 0 +43937686805852:43937686806610 26077:26077 hsa_system_get_info(2, 0x11dbc60) = 0 +43937686807521:43937686808278 26077:26077 hsa_system_get_info(2, 0x11dbc68) = 0 +43937686809212:43937686809973 26077:26077 hsa_system_get_info(2, 0x11dbc70) = 0 +43937686810882:43937686811638 26077:26077 hsa_system_get_info(2, 0x11dbc78) = 0 +43937686812549:43937686813296 26077:26077 hsa_system_get_info(2, 0x11dbc80) = 0 +43937686814202:43937686814953 26077:26077 hsa_system_get_info(2, 0x11dbc88) = 0 +43937686815858:43937686816610 26077:26077 hsa_system_get_info(2, 0x11dbc90) = 0 +43937686817536:43937686818296 26077:26077 hsa_system_get_info(2, 0x11dbc98) = 0 +43937686819208:43937686819963 26077:26077 hsa_system_get_info(2, 0x11dbca0) = 0 +43937686820873:43937686821628 26077:26077 hsa_system_get_info(2, 0x11dbca8) = 0 +43937686822531:43937686823285 26077:26077 hsa_system_get_info(2, 0x11dbcb0) = 0 +43937686824196:43937686824949 26077:26077 hsa_system_get_info(2, 0x11dbcb8) = 0 +43937686825856:43937686826617 26077:26077 hsa_system_get_info(2, 0x11dbcc0) = 0 +43937686827529:43937686828292 26077:26077 hsa_system_get_info(2, 0x11dbcc8) = 0 +43937686829205:43937686829959 26077:26077 hsa_system_get_info(2, 0x11dbcd0) = 0 +43937686830872:43937686831617 26077:26077 hsa_system_get_info(2, 0x11dbcd8) = 0 +43937686832533:43937686833282 26077:26077 hsa_system_get_info(2, 0x11dbce0) = 0 +43937686834193:43937686834937 26077:26077 hsa_system_get_info(2, 0x11dbce8) = 0 +43937686835847:43937686836603 26077:26077 hsa_system_get_info(2, 0x11dbcf0) = 0 +43937686837514:43937686838267 26077:26077 hsa_system_get_info(2, 0x11dbcf8) = 0 +43937686839180:43937686839931 26077:26077 hsa_system_get_info(2, 0x11dbd00) = 0 +43937686840845:43937686841627 26077:26077 hsa_system_get_info(2, 0x11dbd08) = 0 +43937686843384:43937686844150 26077:26077 hsa_system_get_info(2, 0x11dbd10) = 0 +43937686845067:43937686845823 26077:26077 hsa_system_get_info(2, 0x11dbd18) = 0 +43937686846739:43937686847499 26077:26077 hsa_system_get_info(2, 0x11dbd20) = 0 +43937686848412:43937686849169 26077:26077 hsa_system_get_info(2, 0x11dbd28) = 0 +43937686850084:43937686850834 26077:26077 hsa_system_get_info(2, 0x11dbd30) = 0 +43937686851747:43937686852504 26077:26077 hsa_system_get_info(2, 0x11dbd38) = 0 +43937686853416:43937686854171 26077:26077 hsa_system_get_info(2, 0x11dbd40) = 0 +43937686855077:43937686855828 26077:26077 hsa_system_get_info(2, 0x11dbd48) = 0 +43937686856737:43937686857494 26077:26077 hsa_system_get_info(2, 0x11dbd50) = 0 +43937686858413:43937686859176 26077:26077 hsa_system_get_info(2, 0x11dbd58) = 0 +43937686860095:43937686860842 26077:26077 hsa_system_get_info(2, 0x11dbd60) = 0 +43937686861756:43937686862511 26077:26077 hsa_system_get_info(2, 0x11dbd68) = 0 +43937686863424:43937686864181 26077:26077 hsa_system_get_info(2, 0x11dbd70) = 0 +43937686865093:43937686865843 26077:26077 hsa_system_get_info(2, 0x11dbd78) = 0 +43937686866753:43937686867526 26077:26077 hsa_system_get_info(2, 0x11dbd80) = 0 +43937686868438:43937686869193 26077:26077 hsa_system_get_info(2, 0x11dbd88) = 0 +43937686870104:43937686870859 26077:26077 hsa_system_get_info(2, 0x11dbd90) = 0 +43937686871764:43937686872517 26077:26077 hsa_system_get_info(2, 0x11dbd98) = 0 +43937686873424:43937686874177 26077:26077 hsa_system_get_info(2, 0x11dbda0) = 0 +43937686875084:43937686875840 26077:26077 hsa_system_get_info(2, 0x11dbda8) = 0 +43937686876753:43937686877515 26077:26077 hsa_system_get_info(2, 0x11dbdb0) = 0 +43937686878426:43937686879185 26077:26077 hsa_system_get_info(2, 0x11dbdb8) = 0 +43937686880090:43937686880846 26077:26077 hsa_system_get_info(2, 0x11dbdc0) = 0 +43937686881760:43937686882507 26077:26077 hsa_system_get_info(2, 0x11dbdc8) = 0 +43937686883414:43937686884171 26077:26077 hsa_system_get_info(2, 0x11dbdd0) = 0 +43937686885083:43937686885846 26077:26077 hsa_system_get_info(2, 0x11dbdd8) = 0 +43937686886757:43937686887514 26077:26077 hsa_system_get_info(2, 0x11dbde0) = 0 +43937686888427:43937686889186 26077:26077 hsa_system_get_info(2, 0x11dbde8) = 0 +43937686890098:43937686890865 26077:26077 hsa_system_get_info(2, 0x11dbdf0) = 0 +43937686892662:43937686893433 26077:26077 hsa_system_get_info(2, 0x11dbdf8) = 0 +43937686894348:43937686895101 26077:26077 hsa_system_get_info(2, 0x11dbe00) = 0 +43937686896007:43937686896766 26077:26077 hsa_system_get_info(2, 0x11dbe08) = 0 +43937686897678:43937686898434 26077:26077 hsa_system_get_info(2, 0x11dbe10) = 0 +43937686899351:43937686900106 26077:26077 hsa_system_get_info(2, 0x11dbe18) = 0 +43937686901019:43937686901778 26077:26077 hsa_system_get_info(2, 0x11dbe20) = 0 +43937686902693:43937686903447 26077:26077 hsa_system_get_info(2, 0x11dbe28) = 0 +43937686904358:43937686905107 26077:26077 hsa_system_get_info(2, 0x11dbe30) = 0 +43937686906039:43937686906790 26077:26077 hsa_system_get_info(2, 0x11dbe38) = 0 +43937686907699:43937686908449 26077:26077 hsa_system_get_info(2, 0x11dbe40) = 0 +43937686909359:43937686910107 26077:26077 hsa_system_get_info(2, 0x11dbe48) = 0 +43937686911019:43937686911776 26077:26077 hsa_system_get_info(2, 0x11dbe50) = 0 +43937686912688:43937686913441 26077:26077 hsa_system_get_info(2, 0x11dbe58) = 0 +43937686914352:43937686915110 26077:26077 hsa_system_get_info(2, 0x11dbe60) = 0 +43937686916018:43937686916793 26077:26077 hsa_system_get_info(2, 0x11dbe68) = 0 +43937686917704:43937686918463 26077:26077 hsa_system_get_info(2, 0x11dbe70) = 0 +43937686919377:43937686920136 26077:26077 hsa_system_get_info(2, 0x11dbe78) = 0 +43937686921047:43937686921797 26077:26077 hsa_system_get_info(2, 0x11dbe80) = 0 +43937686922710:43937686923468 26077:26077 hsa_system_get_info(2, 0x11dbe88) = 0 +43937686924377:43937686925139 26077:26077 hsa_system_get_info(2, 0x11dbe90) = 0 +43937686926048:43937686926810 26077:26077 hsa_system_get_info(2, 0x11dbe98) = 0 +43937686927716:43937686928477 26077:26077 hsa_system_get_info(2, 0x11dbea0) = 0 +43937686929386:43937686930149 26077:26077 hsa_system_get_info(2, 0x11dbea8) = 0 +43937686931060:43937686931818 26077:26077 hsa_system_get_info(2, 0x11dbeb0) = 0 +43937686932731:43937686933495 26077:26077 hsa_system_get_info(2, 0x11dbeb8) = 0 +43937686934406:43937686935162 26077:26077 hsa_system_get_info(2, 0x11dbec0) = 0 +43937686936071:43937686936824 26077:26077 hsa_system_get_info(2, 0x11dbec8) = 0 +43937686937732:43937686938486 26077:26077 hsa_system_get_info(2, 0x11dbed0) = 0 +43937686940233:43937686940994 26077:26077 hsa_system_get_info(2, 0x11dbed8) = 0 +43937686941904:43937686942655 26077:26077 hsa_system_get_info(2, 0x11dbee0) = 0 +43937686943560:43937686944315 26077:26077 hsa_system_get_info(2, 0x11dbee8) = 0 +43937686945220:43937686945967 26077:26077 hsa_system_get_info(2, 0x11dbef0) = 0 +43937686946876:43937686947629 26077:26077 hsa_system_get_info(2, 0x11dbef8) = 0 +43937686948540:43937686949291 26077:26077 hsa_system_get_info(2, 0x11dbf00) = 0 +43937686950200:43937686950957 26077:26077 hsa_system_get_info(2, 0x11dbf08) = 0 +43937686951869:43937686952626 26077:26077 hsa_system_get_info(2, 0x11dbf10) = 0 +43937686953531:43937686954286 26077:26077 hsa_system_get_info(2, 0x11dbf18) = 0 +43937686955205:43937686955964 26077:26077 hsa_system_get_info(2, 0x11dbf20) = 0 +43937686956876:43937686957633 26077:26077 hsa_system_get_info(2, 0x11dbf28) = 0 +43937686958568:43937686959328 26077:26077 hsa_system_get_info(2, 0x11dbf30) = 0 +43937686960241:43937686960995 26077:26077 hsa_system_get_info(2, 0x11dbf38) = 0 +43937686961908:43937686962652 26077:26077 hsa_system_get_info(2, 0x11dbf40) = 0 +43937686963562:43937686964320 26077:26077 hsa_system_get_info(2, 0x11dbf48) = 0 +43937686965236:43937686965995 26077:26077 hsa_system_get_info(2, 0x11dbf50) = 0 +43937686966909:43937686967669 26077:26077 hsa_system_get_info(2, 0x11dbf58) = 0 +43937686968579:43937686969337 26077:26077 hsa_system_get_info(2, 0x11dbf60) = 0 +43937686970251:43937686971011 26077:26077 hsa_system_get_info(2, 0x11dbf68) = 0 +43937686971921:43937686972683 26077:26077 hsa_system_get_info(2, 0x11dbf70) = 0 +43937686973594:43937686974358 26077:26077 hsa_system_get_info(2, 0x11dbf78) = 0 +43937686975264:43937686976026 26077:26077 hsa_system_get_info(2, 0x11dbf80) = 0 +43937686976943:43937686977703 26077:26077 hsa_system_get_info(2, 0x11dbf88) = 0 +43937686978616:43937686979372 26077:26077 hsa_system_get_info(2, 0x11dbf90) = 0 +43937686980288:43937686981044 26077:26077 hsa_system_get_info(2, 0x11dbf98) = 0 +43937686981950:43937686982729 26077:26077 hsa_system_get_info(2, 0x11dbfa0) = 0 +43937686983644:43937686984406 26077:26077 hsa_system_get_info(2, 0x11dbfa8) = 0 +43937686985319:43937686986093 26077:26077 hsa_system_get_info(2, 0x11dbfb0) = 0 +43937686987835:43937686988596 26077:26077 hsa_system_get_info(2, 0x11dbfb8) = 0 +43937686989508:43937686990263 26077:26077 hsa_system_get_info(2, 0x11dbfc0) = 0 +43937686991178:43937686991929 26077:26077 hsa_system_get_info(2, 0x11dbfc8) = 0 +43937686992838:43937686993599 26077:26077 hsa_system_get_info(2, 0x11dbfd0) = 0 +43937686994511:43937686995264 26077:26077 hsa_system_get_info(2, 0x11dbfd8) = 0 +43937686996171:43937686996931 26077:26077 hsa_system_get_info(2, 0x11dbfe0) = 0 +43937686997837:43937686998593 26077:26077 hsa_system_get_info(2, 0x11dbfe8) = 0 +43937686999508:43937687000269 26077:26077 hsa_system_get_info(2, 0x11dbff0) = 0 +43937687001181:43937687001930 26077:26077 hsa_system_get_info(2, 0x11dbff8) = 0 +43937687002842:43937687003602 26077:26077 hsa_system_get_info(2, 0x11dc000) = 0 +43937687004515:43937687005272 26077:26077 hsa_system_get_info(2, 0x11dc008) = 0 +43937687006185:43937687006933 26077:26077 hsa_system_get_info(2, 0x11dc010) = 0 +43937687007842:43937687008596 26077:26077 hsa_system_get_info(2, 0x11dc018) = 0 +43937687009511:43937687010284 26077:26077 hsa_system_get_info(2, 0x11dc020) = 0 +43937687011192:43937687011948 26077:26077 hsa_system_get_info(2, 0x11dc028) = 0 +43937687012866:43937687013625 26077:26077 hsa_system_get_info(2, 0x11dc030) = 0 +43937687014538:43937687015290 26077:26077 hsa_system_get_info(2, 0x11dc038) = 0 +43937687016203:43937687016969 26077:26077 hsa_system_get_info(2, 0x11dc040) = 0 +43937687017883:43937687018640 26077:26077 hsa_system_get_info(2, 0x11dc048) = 0 +43937687019551:43937687020302 26077:26077 hsa_system_get_info(2, 0x11dc050) = 0 +43937687021211:43937687021967 26077:26077 hsa_system_get_info(2, 0x11dc058) = 0 +43937687022881:43937687023644 26077:26077 hsa_system_get_info(2, 0x11dc060) = 0 +43937687024560:43937687025317 26077:26077 hsa_system_get_info(2, 0x11dc068) = 0 +43937687026237:43937687026994 26077:26077 hsa_system_get_info(2, 0x11dc070) = 0 +43937687027904:43937687028657 26077:26077 hsa_system_get_info(2, 0x11dc078) = 0 +43937687029565:43937687030315 26077:26077 hsa_system_get_info(2, 0x11dc080) = 0 +43937687031228:43937687031978 26077:26077 hsa_system_get_info(2, 0x11dc088) = 0 +43937687032887:43937687033642 26077:26077 hsa_system_get_info(2, 0x11dc090) = 0 +43937687034550:43937687035311 26077:26077 hsa_system_get_info(2, 0x11dc098) = 0 +43937687037812:43937687038578 26077:26077 hsa_system_get_info(2, 0x11dc0a0) = 0 +43937687039489:43937687040244 26077:26077 hsa_system_get_info(2, 0x11dc0a8) = 0 +43937687041153:43937687041912 26077:26077 hsa_system_get_info(2, 0x11dc0b0) = 0 +43937687042822:43937687043581 26077:26077 hsa_system_get_info(2, 0x11dc0b8) = 0 +43937687044497:43937687045253 26077:26077 hsa_system_get_info(2, 0x11dc0c0) = 0 +43937687046165:43937687046925 26077:26077 hsa_system_get_info(2, 0x11dc0c8) = 0 +43937687047846:43937687048608 26077:26077 hsa_system_get_info(2, 0x11dc0d0) = 0 +43937687049524:43937687050278 26077:26077 hsa_system_get_info(2, 0x11dc0d8) = 0 +43937687051192:43937687051950 26077:26077 hsa_system_get_info(2, 0x11dc0e0) = 0 +43937687052864:43937687053625 26077:26077 hsa_system_get_info(2, 0x11dc0e8) = 0 +43937687054537:43937687055289 26077:26077 hsa_system_get_info(2, 0x11dc0f0) = 0 +43937687056196:43937687056956 26077:26077 hsa_system_get_info(2, 0x11dc0f8) = 0 +43937687057867:43937687058622 26077:26077 hsa_system_get_info(2, 0x11dc100) = 0 +43937687059532:43937687060290 26077:26077 hsa_system_get_info(2, 0x11dc108) = 0 +43937687061203:43937687061977 26077:26077 hsa_system_get_info(2, 0x11dc110) = 0 +43937687062892:43937687063654 26077:26077 hsa_system_get_info(2, 0x11dc118) = 0 +43937687064565:43937687065328 26077:26077 hsa_system_get_info(2, 0x11dc120) = 0 +43937687066239:43937687066992 26077:26077 hsa_system_get_info(2, 0x11dc128) = 0 +43937687067907:43937687068668 26077:26077 hsa_system_get_info(2, 0x11dc130) = 0 +43937687069576:43937687070332 26077:26077 hsa_system_get_info(2, 0x11dc138) = 0 +43937687071240:43937687071994 26077:26077 hsa_system_get_info(2, 0x11dc140) = 0 +43937687072903:43937687073656 26077:26077 hsa_system_get_info(2, 0x11dc148) = 0 +43937687074565:43937687075320 26077:26077 hsa_system_get_info(2, 0x11dc150) = 0 +43937687076231:43937687076990 26077:26077 hsa_system_get_info(2, 0x11dc158) = 0 +43937687077900:43937687078653 26077:26077 hsa_system_get_info(2, 0x11dc160) = 0 +43937687079559:43937687080316 26077:26077 hsa_system_get_info(2, 0x11dc168) = 0 +43937687081226:43937687081985 26077:26077 hsa_system_get_info(2, 0x11dc170) = 0 +43937687082895:43937687083647 26077:26077 hsa_system_get_info(2, 0x11dc178) = 0 +43937687085437:43937687086201 26077:26077 hsa_system_get_info(2, 0x11dc180) = 0 +43937687087111:43937687087865 26077:26077 hsa_system_get_info(2, 0x11dc188) = 0 +43937687088769:43937687089524 26077:26077 hsa_system_get_info(2, 0x11dc190) = 0 +43937687090432:43937687091188 26077:26077 hsa_system_get_info(2, 0x11dc198) = 0 +43937687092094:43937687092845 26077:26077 hsa_system_get_info(2, 0x11dc1a0) = 0 +43937687093752:43937687094504 26077:26077 hsa_system_get_info(2, 0x11dc1a8) = 0 +43937687095412:43937687096163 26077:26077 hsa_system_get_info(2, 0x11dc1b0) = 0 +43937687097070:43937687097819 26077:26077 hsa_system_get_info(2, 0x11dc1b8) = 0 +43937687098732:43937687099495 26077:26077 hsa_system_get_info(2, 0x11dc1c0) = 0 +43937687100410:43937687101164 26077:26077 hsa_system_get_info(2, 0x11dc1c8) = 0 +43937687102073:43937687102830 26077:26077 hsa_system_get_info(2, 0x11dc1d0) = 0 +43937687103734:43937687104490 26077:26077 hsa_system_get_info(2, 0x11dc1d8) = 0 +43937687105404:43937687106160 26077:26077 hsa_system_get_info(2, 0x11dc1e0) = 0 +43937687107069:43937687107818 26077:26077 hsa_system_get_info(2, 0x11dc1e8) = 0 +43937687108738:43937687109487 26077:26077 hsa_system_get_info(2, 0x11dc1f0) = 0 +43937687110397:43937687111155 26077:26077 hsa_system_get_info(2, 0x11dc1f8) = 0 +43937687112060:43937687112813 26077:26077 hsa_system_get_info(2, 0x11dc200) = 0 +43937687113719:43937687114474 26077:26077 hsa_system_get_info(2, 0x11dc208) = 0 +43937687115383:43937687116140 26077:26077 hsa_system_get_info(2, 0x11dc210) = 0 +43937687117050:43937687117806 26077:26077 hsa_system_get_info(2, 0x11dc218) = 0 +43937687118712:43937687119467 26077:26077 hsa_system_get_info(2, 0x11dc220) = 0 +43937687120374:43937687121122 26077:26077 hsa_system_get_info(2, 0x11dc228) = 0 +43937687122029:43937687122788 26077:26077 hsa_system_get_info(2, 0x11dc230) = 0 +43937687123698:43937687124460 26077:26077 hsa_system_get_info(2, 0x11dc238) = 0 +43937687125375:43937687126131 26077:26077 hsa_system_get_info(2, 0x11dc240) = 0 +43937687127044:43937687127797 26077:26077 hsa_system_get_info(2, 0x11dc248) = 0 +43937687128708:43937687129462 26077:26077 hsa_system_get_info(2, 0x11dc250) = 0 +43937687130372:43937687131128 26077:26077 hsa_system_get_info(2, 0x11dc258) = 0 +43937687132034:43937687132789 26077:26077 hsa_system_get_info(2, 0x11dc260) = 0 +43937687134525:43937687135290 26077:26077 hsa_system_get_info(2, 0x11dc268) = 0 +43937687136197:43937687136948 26077:26077 hsa_system_get_info(2, 0x11dc270) = 0 +43937687137863:43937687138622 26077:26077 hsa_system_get_info(2, 0x11dc278) = 0 +43937687139528:43937687140282 26077:26077 hsa_system_get_info(2, 0x11dc280) = 0 +43937687141193:43937687141955 26077:26077 hsa_system_get_info(2, 0x11dc288) = 0 +43937687142866:43937687143628 26077:26077 hsa_system_get_info(2, 0x11dc290) = 0 +43937687144535:43937687145285 26077:26077 hsa_system_get_info(2, 0x11dc298) = 0 +43937687146196:43937687146958 26077:26077 hsa_system_get_info(2, 0x11dc2a0) = 0 +43937687147865:43937687148624 26077:26077 hsa_system_get_info(2, 0x11dc2a8) = 0 +43937687149529:43937687150289 26077:26077 hsa_system_get_info(2, 0x11dc2b0) = 0 +43937687151198:43937687151945 26077:26077 hsa_system_get_info(2, 0x11dc2b8) = 0 +43937687152851:43937687153599 26077:26077 hsa_system_get_info(2, 0x11dc2c0) = 0 +43937687154510:43937687155263 26077:26077 hsa_system_get_info(2, 0x11dc2c8) = 0 +43937687156169:43937687156927 26077:26077 hsa_system_get_info(2, 0x11dc2d0) = 0 +43937687157841:43937687158613 26077:26077 hsa_system_get_info(2, 0x11dc2d8) = 0 +43937687159525:43937687160286 26077:26077 hsa_system_get_info(2, 0x11dc2e0) = 0 +43937687161199:43937687161954 26077:26077 hsa_system_get_info(2, 0x11dc2e8) = 0 +43937687162864:43937687163611 26077:26077 hsa_system_get_info(2, 0x11dc2f0) = 0 +43937687164522:43937687165275 26077:26077 hsa_system_get_info(2, 0x11dc2f8) = 0 +43937687166189:43937687166946 26077:26077 hsa_system_get_info(2, 0x11dc300) = 0 +43937687167853:43937687168613 26077:26077 hsa_system_get_info(2, 0x11dc308) = 0 +43937687169528:43937687170280 26077:26077 hsa_system_get_info(2, 0x11dc310) = 0 +43937687171194:43937687171952 26077:26077 hsa_system_get_info(2, 0x11dc318) = 0 +43937687172858:43937687173617 26077:26077 hsa_system_get_info(2, 0x11dc320) = 0 +43937687174557:43937687175323 26077:26077 hsa_system_get_info(2, 0x11dc328) = 0 +43937687176234:43937687176991 26077:26077 hsa_system_get_info(2, 0x11dc330) = 0 +43937687177920:43937687178674 26077:26077 hsa_system_get_info(2, 0x11dc338) = 0 +43937687179591:43937687180347 26077:26077 hsa_system_get_info(2, 0x11dc340) = 0 +43937687182103:43937687182854 26077:26077 hsa_system_get_info(2, 0x11dc348) = 0 +43937687183763:43937687184522 26077:26077 hsa_system_get_info(2, 0x11dc350) = 0 +43937687185437:43937687186196 26077:26077 hsa_system_get_info(2, 0x11dc358) = 0 +43937687187103:43937687187862 26077:26077 hsa_system_get_info(2, 0x11dc360) = 0 +43937687188774:43937687189535 26077:26077 hsa_system_get_info(2, 0x11dc368) = 0 +43937687190445:43937687191200 26077:26077 hsa_system_get_info(2, 0x11dc370) = 0 +43937687192109:43937687192869 26077:26077 hsa_system_get_info(2, 0x11dc378) = 0 +43937687193783:43937687194540 26077:26077 hsa_system_get_info(2, 0x11dc380) = 0 +43937687195482:43937687196241 26077:26077 hsa_system_get_info(2, 0x11dc388) = 0 +43937687197155:43937687197917 26077:26077 hsa_system_get_info(2, 0x11dc390) = 0 +43937687198829:43937687199591 26077:26077 hsa_system_get_info(2, 0x11dc398) = 0 +43937687200504:43937687201257 26077:26077 hsa_system_get_info(2, 0x11dc3a0) = 0 +43937687202172:43937687202920 26077:26077 hsa_system_get_info(2, 0x11dc3a8) = 0 +43937687203835:43937687204595 26077:26077 hsa_system_get_info(2, 0x11dc3b0) = 0 +43937687205513:43937687206288 26077:26077 hsa_system_get_info(2, 0x11dc3b8) = 0 +43937687207198:43937687207956 26077:26077 hsa_system_get_info(2, 0x11dc3c0) = 0 +43937687208870:43937687209629 26077:26077 hsa_system_get_info(2, 0x11dc3c8) = 0 +43937687210546:43937687211305 26077:26077 hsa_system_get_info(2, 0x11dc3d0) = 0 +43937687212213:43937687212970 26077:26077 hsa_system_get_info(2, 0x11dc3d8) = 0 +43937687213879:43937687214635 26077:26077 hsa_system_get_info(2, 0x11dc3e0) = 0 +43937687215546:43937687216302 26077:26077 hsa_system_get_info(2, 0x11dc3e8) = 0 +43937687217213:43937687217966 26077:26077 hsa_system_get_info(2, 0x11dc3f0) = 0 +43937687218886:43937687219642 26077:26077 hsa_system_get_info(2, 0x11dc3f8) = 0 +43937687220551:43937687221311 26077:26077 hsa_system_get_info(2, 0x11dc400) = 0 +43937687222240:43937687223000 26077:26077 hsa_system_get_info(2, 0x11dc408) = 0 +43937687223911:43937687224671 26077:26077 hsa_system_get_info(2, 0x11dc410) = 0 +43937687225581:43937687226329 26077:26077 hsa_system_get_info(2, 0x11dc418) = 0 +43937687227242:43937687228000 26077:26077 hsa_system_get_info(2, 0x11dc420) = 0 +43937687228915:43937687229669 26077:26077 hsa_system_get_info(2, 0x11dc428) = 0 +43937687231432:43937687232194 26077:26077 hsa_system_get_info(2, 0x11dc430) = 0 +43937687233111:43937687233863 26077:26077 hsa_system_get_info(2, 0x11dc438) = 0 +43937687234768:43937687235522 26077:26077 hsa_system_get_info(2, 0x11dc440) = 0 +43937687236430:43937687237184 26077:26077 hsa_system_get_info(2, 0x11dc448) = 0 +43937687238090:43937687238851 26077:26077 hsa_system_get_info(2, 0x11dc450) = 0 +43937687239762:43937687240511 26077:26077 hsa_system_get_info(2, 0x11dc458) = 0 +43937687241440:43937687242197 26077:26077 hsa_system_get_info(2, 0x11dc460) = 0 +43937687243111:43937687243870 26077:26077 hsa_system_get_info(2, 0x11dc468) = 0 +43937687244806:43937687245558 26077:26077 hsa_system_get_info(2, 0x11dc470) = 0 +43937687246465:43937687247222 26077:26077 hsa_system_get_info(2, 0x11dc478) = 0 +43937687248133:43937687248891 26077:26077 hsa_system_get_info(2, 0x11dc480) = 0 +43937687249801:43937687250559 26077:26077 hsa_system_get_info(2, 0x11dc488) = 0 +43937687251466:43937687252221 26077:26077 hsa_system_get_info(2, 0x11dc490) = 0 +43937687253130:43937687253892 26077:26077 hsa_system_get_info(2, 0x11dc498) = 0 +43937687254802:43937687255556 26077:26077 hsa_system_get_info(2, 0x11dc4a0) = 0 +43937687256460:43937687257217 26077:26077 hsa_system_get_info(2, 0x11dc4a8) = 0 +43937687258124:43937687258868 26077:26077 hsa_system_get_info(2, 0x11dc4b0) = 0 +43937687259775:43937687260531 26077:26077 hsa_system_get_info(2, 0x11dc4b8) = 0 +43937687261441:43937687262202 26077:26077 hsa_system_get_info(2, 0x11dc4c0) = 0 +43937687263107:43937687263860 26077:26077 hsa_system_get_info(2, 0x11dc4c8) = 0 +43937687264763:43937687265536 26077:26077 hsa_system_get_info(2, 0x11dc4d0) = 0 +43937687266449:43937687267216 26077:26077 hsa_system_get_info(2, 0x11dc4d8) = 0 +43937687268132:43937687268888 26077:26077 hsa_system_get_info(2, 0x11dc4e0) = 0 +43937687269788:43937687270547 26077:26077 hsa_system_get_info(2, 0x11dc4e8) = 0 +43937687271455:43937687272212 26077:26077 hsa_system_get_info(2, 0x11dc4f0) = 0 +43937687273120:43937687273873 26077:26077 hsa_system_get_info(2, 0x11dc4f8) = 0 +43937687274780:43937687275531 26077:26077 hsa_system_get_info(2, 0x11dc500) = 0 +43937687276430:43937687277185 26077:26077 hsa_system_get_info(2, 0x11dc508) = 0 +43937687280411:43937687281177 26077:26077 hsa_system_get_info(2, 0x11dc510) = 0 +43937687282090:43937687282838 26077:26077 hsa_system_get_info(2, 0x11dc518) = 0 +43937687283749:43937687284506 26077:26077 hsa_system_get_info(2, 0x11dc520) = 0 +43937687285421:43937687286177 26077:26077 hsa_system_get_info(2, 0x11dc528) = 0 +43937687287085:43937687287847 26077:26077 hsa_system_get_info(2, 0x11dc530) = 0 +43937687288759:43937687289513 26077:26077 hsa_system_get_info(2, 0x11dc538) = 0 +43937687290424:43937687291181 26077:26077 hsa_system_get_info(2, 0x11dc540) = 0 +43937687292089:43937687292862 26077:26077 hsa_system_get_info(2, 0x11dc548) = 0 +43937687293777:43937687294527 26077:26077 hsa_system_get_info(2, 0x11dc550) = 0 +43937687295444:43937687296203 26077:26077 hsa_system_get_info(2, 0x11dc558) = 0 +43937687297114:43937687297864 26077:26077 hsa_system_get_info(2, 0x11dc560) = 0 +43937687298768:43937687299519 26077:26077 hsa_system_get_info(2, 0x11dc568) = 0 +43937687300429:43937687301193 26077:26077 hsa_system_get_info(2, 0x11dc570) = 0 +43937687302106:43937687302865 26077:26077 hsa_system_get_info(2, 0x11dc578) = 0 +43937687303770:43937687304546 26077:26077 hsa_system_get_info(2, 0x11dc580) = 0 +43937687305451:43937687306216 26077:26077 hsa_system_get_info(2, 0x11dc588) = 0 +43937687307125:43937687307880 26077:26077 hsa_system_get_info(2, 0x11dc590) = 0 +43937687308794:43937687309546 26077:26077 hsa_system_get_info(2, 0x11dc598) = 0 +43937687310452:43937687311208 26077:26077 hsa_system_get_info(2, 0x11dc5a0) = 0 +43937687312117:43937687312863 26077:26077 hsa_system_get_info(2, 0x11dc5a8) = 0 +43937687313774:43937687314529 26077:26077 hsa_system_get_info(2, 0x11dc5b0) = 0 +43937687315440:43937687316194 26077:26077 hsa_system_get_info(2, 0x11dc5b8) = 0 +43937687317106:43937687317859 26077:26077 hsa_system_get_info(2, 0x11dc5c0) = 0 +43937687318771:43937687319523 26077:26077 hsa_system_get_info(2, 0x11dc5c8) = 0 +43937687320432:43937687321185 26077:26077 hsa_system_get_info(2, 0x11dc5d0) = 0 +43937687322096:43937687322850 26077:26077 hsa_system_get_info(2, 0x11dc5d8) = 0 +43937687323758:43937687324507 26077:26077 hsa_system_get_info(2, 0x11dc5e0) = 0 +43937687325415:43937687326173 26077:26077 hsa_system_get_info(2, 0x11dc5e8) = 0 +43937687327094:43937687327850 26077:26077 hsa_system_get_info(2, 0x11dc5f0) = 0 +43937687329613:43937687330383 26077:26077 hsa_system_get_info(2, 0x11dc5f8) = 0 +43937687331298:43937687332060 26077:26077 hsa_system_get_info(2, 0x11dc600) = 0 +43937687332969:43937687333723 26077:26077 hsa_system_get_info(2, 0x11dc608) = 0 +43937687334627:43937687335387 26077:26077 hsa_system_get_info(2, 0x11dc610) = 0 +43937687336299:43937687337060 26077:26077 hsa_system_get_info(2, 0x11dc618) = 0 +43937687337972:43937687338731 26077:26077 hsa_system_get_info(2, 0x11dc620) = 0 +43937687339643:43937687340390 26077:26077 hsa_system_get_info(2, 0x11dc628) = 0 +43937687341301:43937687342063 26077:26077 hsa_system_get_info(2, 0x11dc630) = 0 +43937687342999:43937687343760 26077:26077 hsa_system_get_info(2, 0x11dc638) = 0 +43937687344673:43937687345438 26077:26077 hsa_system_get_info(2, 0x11dc640) = 0 +43937687346352:43937687347114 26077:26077 hsa_system_get_info(2, 0x11dc648) = 0 +43937687348027:43937687348785 26077:26077 hsa_system_get_info(2, 0x11dc650) = 0 +43937687349699:43937687350452 26077:26077 hsa_system_get_info(2, 0x11dc658) = 0 +43937687351359:43937687352139 26077:26077 hsa_system_get_info(2, 0x11dc660) = 0 +43937687353053:43937687353812 26077:26077 hsa_system_get_info(2, 0x11dc668) = 0 +43937687354721:43937687355479 26077:26077 hsa_system_get_info(2, 0x11dc670) = 0 +43937687356390:43937687357141 26077:26077 hsa_system_get_info(2, 0x11dc678) = 0 +43937687358049:43937687358803 26077:26077 hsa_system_get_info(2, 0x11dc680) = 0 +43937687359716:43937687360472 26077:26077 hsa_system_get_info(2, 0x11dc688) = 0 +43937687361380:43937687362138 26077:26077 hsa_system_get_info(2, 0x11dc690) = 0 +43937687363044:43937687363794 26077:26077 hsa_system_get_info(2, 0x11dc698) = 0 +43937687364707:43937687365467 26077:26077 hsa_system_get_info(2, 0x11dc6a0) = 0 +43937687366374:43937687367126 26077:26077 hsa_system_get_info(2, 0x11dc6a8) = 0 +43937687368035:43937687368793 26077:26077 hsa_system_get_info(2, 0x11dc6b0) = 0 +43937687369704:43937687370466 26077:26077 hsa_system_get_info(2, 0x11dc6b8) = 0 +43937687371374:43937687372126 26077:26077 hsa_system_get_info(2, 0x11dc6c0) = 0 +43937687373037:43937687373789 26077:26077 hsa_system_get_info(2, 0x11dc6c8) = 0 +43937687374697:43937687375453 26077:26077 hsa_system_get_info(2, 0x11dc6d0) = 0 +43937687377214:43937687377985 26077:26077 hsa_system_get_info(2, 0x11dc6d8) = 0 +43937687378891:43937687379649 26077:26077 hsa_system_get_info(2, 0x11dc6e0) = 0 +43937687380557:43937687381314 26077:26077 hsa_system_get_info(2, 0x11dc6e8) = 0 +43937687382221:43937687382972 26077:26077 hsa_system_get_info(2, 0x11dc6f0) = 0 +43937687383883:43937687384639 26077:26077 hsa_system_get_info(2, 0x11dc6f8) = 0 +43937687385549:43937687386302 26077:26077 hsa_system_get_info(2, 0x11dc700) = 0 +43937687387210:43937687387968 26077:26077 hsa_system_get_info(2, 0x11dc708) = 0 +43937687388878:43937687389640 26077:26077 hsa_system_get_info(2, 0x11dc710) = 0 +43937687390553:43937687391317 26077:26077 hsa_system_get_info(2, 0x11dc718) = 0 +43937687392237:43937687392996 26077:26077 hsa_system_get_info(2, 0x11dc720) = 0 +43937687393932:43937687394687 26077:26077 hsa_system_get_info(2, 0x11dc728) = 0 +43937687395596:43937687396348 26077:26077 hsa_system_get_info(2, 0x11dc730) = 0 +43937687397257:43937687398011 26077:26077 hsa_system_get_info(2, 0x11dc738) = 0 +43937687398924:43937687399679 26077:26077 hsa_system_get_info(2, 0x11dc740) = 0 +43937687400589:43937687401343 26077:26077 hsa_system_get_info(2, 0x11dc748) = 0 +43937687402252:43937687403006 26077:26077 hsa_system_get_info(2, 0x11dc750) = 0 +43937687403914:43937687404672 26077:26077 hsa_system_get_info(2, 0x11dc758) = 0 +43937687405581:43937687406329 26077:26077 hsa_system_get_info(2, 0x11dc760) = 0 +43937687407237:43937687407991 26077:26077 hsa_system_get_info(2, 0x11dc768) = 0 +43937687408902:43937687409659 26077:26077 hsa_system_get_info(2, 0x11dc770) = 0 +43937687410572:43937687411330 26077:26077 hsa_system_get_info(2, 0x11dc778) = 0 +43937687412238:43937687413006 26077:26077 hsa_system_get_info(2, 0x11dc780) = 0 +43937687413916:43937687414674 26077:26077 hsa_system_get_info(2, 0x11dc788) = 0 +43937687415582:43937687416335 26077:26077 hsa_system_get_info(2, 0x11dc790) = 0 +43937687417248:43937687418019 26077:26077 hsa_system_get_info(2, 0x11dc798) = 0 +43937687418929:43937687419678 26077:26077 hsa_system_get_info(2, 0x11dc7a0) = 0 +43937687420593:43937687421347 26077:26077 hsa_system_get_info(2, 0x11dc7a8) = 0 +43937687422254:43937687423001 26077:26077 hsa_system_get_info(2, 0x11dc7b0) = 0 +43937687424772:43937687425538 26077:26077 hsa_system_get_info(2, 0x11dc7b8) = 0 +43937687426469:43937687427226 26077:26077 hsa_system_get_info(2, 0x11dc7c0) = 0 +43937687428139:43937687428900 26077:26077 hsa_system_get_info(2, 0x11dc7c8) = 0 +43937687443696:43937687444516 26077:26077 hsa_system_get_info(2, 0x11da890) = 0 +43937687445471:43937687446233 26077:26077 hsa_system_get_info(2, 0x11da898) = 0 +43937687447192:43937687447959 26077:26077 hsa_system_get_info(2, 0x11da8a0) = 0 +43937687448896:43937687449670 26077:26077 hsa_system_get_info(2, 0x11da8a8) = 0 +43937687450606:43937687451375 26077:26077 hsa_system_get_info(2, 0x11da8b0) = 0 +43937687452319:43937687453091 26077:26077 hsa_system_get_info(2, 0x11da8b8) = 0 +43937687454033:43937687454801 26077:26077 hsa_system_get_info(2, 0x11da8c0) = 0 +43937687455735:43937687456510 26077:26077 hsa_system_get_info(2, 0x11da8c8) = 0 +43937687457449:43937687458221 26077:26077 hsa_system_get_info(2, 0x11da8d0) = 0 +43937687459158:43937687459931 26077:26077 hsa_system_get_info(2, 0x11da8d8) = 0 +43937687460868:43937687461643 26077:26077 hsa_system_get_info(2, 0x11da8e0) = 0 +43937687462579:43937687463355 26077:26077 hsa_system_get_info(2, 0x11da8e8) = 0 +43937687464288:43937687465062 26077:26077 hsa_system_get_info(2, 0x11da8f0) = 0 +43937687466001:43937687466774 26077:26077 hsa_system_get_info(2, 0x11da8f8) = 0 +43937687467710:43937687468485 26077:26077 hsa_system_get_info(2, 0x11da900) = 0 +43937687469421:43937687470193 26077:26077 hsa_system_get_info(2, 0x11da908) = 0 +43937687471128:43937687471919 26077:26077 hsa_system_get_info(2, 0x11da910) = 0 +43937687472855:43937687473629 26077:26077 hsa_system_get_info(2, 0x11da918) = 0 +43937687474565:43937687475338 26077:26077 hsa_system_get_info(2, 0x11da920) = 0 +43937687476272:43937687477046 26077:26077 hsa_system_get_info(2, 0x11da928) = 0 +43937687477979:43937687478751 26077:26077 hsa_system_get_info(2, 0x11da930) = 0 +43937687479690:43937687480463 26077:26077 hsa_system_get_info(2, 0x11da938) = 0 +43937687481397:43937687482172 26077:26077 hsa_system_get_info(2, 0x11da940) = 0 +43937687483108:43937687483879 26077:26077 hsa_system_get_info(2, 0x11da948) = 0 +43937687484818:43937687485591 26077:26077 hsa_system_get_info(2, 0x11da950) = 0 +43937687486531:43937687487303 26077:26077 hsa_system_get_info(2, 0x11da958) = 0 +43937687489185:43937687489956 26077:26077 hsa_system_get_info(2, 0x11da960) = 0 +43937687490893:43937687491662 26077:26077 hsa_system_get_info(2, 0x11da968) = 0 +43937687492597:43937687493371 26077:26077 hsa_system_get_info(2, 0x11da970) = 0 +43937687494306:43937687495076 26077:26077 hsa_system_get_info(2, 0x11da978) = 0 +43937687496015:43937687496789 26077:26077 hsa_system_get_info(2, 0x11da980) = 0 +43937687497724:43937687498499 26077:26077 hsa_system_get_info(2, 0x11da988) = 0 +43937687499434:43937687500204 26077:26077 hsa_system_get_info(2, 0x11da990) = 0 +43937687501144:43937687501913 26077:26077 hsa_system_get_info(2, 0x11da998) = 0 +43937687502848:43937687503624 26077:26077 hsa_system_get_info(2, 0x11da9a0) = 0 +43937687504563:43937687505338 26077:26077 hsa_system_get_info(2, 0x11da9a8) = 0 +43937687506274:43937687507046 26077:26077 hsa_system_get_info(2, 0x11da9b0) = 0 +43937687507984:43937687508754 26077:26077 hsa_system_get_info(2, 0x11da9b8) = 0 +43937687509689:43937687510466 26077:26077 hsa_system_get_info(2, 0x11da9c0) = 0 +43937687511400:43937687512190 26077:26077 hsa_system_get_info(2, 0x11da9c8) = 0 +43937687513127:43937687513898 26077:26077 hsa_system_get_info(2, 0x11da9d0) = 0 +43937687514836:43937687515604 26077:26077 hsa_system_get_info(2, 0x11da9d8) = 0 +43937687516545:43937687517316 26077:26077 hsa_system_get_info(2, 0x11da9e0) = 0 +43937687518252:43937687519028 26077:26077 hsa_system_get_info(2, 0x11da9e8) = 0 +43937687519963:43937687520736 26077:26077 hsa_system_get_info(2, 0x11da9f0) = 0 +43937687521672:43937687522441 26077:26077 hsa_system_get_info(2, 0x11da9f8) = 0 +43937687523378:43937687524152 26077:26077 hsa_system_get_info(2, 0x11daa00) = 0 +43937687525089:43937687525860 26077:26077 hsa_system_get_info(2, 0x11daa08) = 0 +43937687526798:43937687527569 26077:26077 hsa_system_get_info(2, 0x11daa10) = 0 +43937687528504:43937687529275 26077:26077 hsa_system_get_info(2, 0x11daa18) = 0 +43937687530211:43937687530984 26077:26077 hsa_system_get_info(2, 0x11daa20) = 0 +43937687531922:43937687532694 26077:26077 hsa_system_get_info(2, 0x11daa28) = 0 +43937687533628:43937687534403 26077:26077 hsa_system_get_info(2, 0x11daa30) = 0 +43937687535337:43937687536106 26077:26077 hsa_system_get_info(2, 0x11daa38) = 0 +43937687537934:43937687538705 26077:26077 hsa_system_get_info(2, 0x11daa40) = 0 +43937687539647:43937687540413 26077:26077 hsa_system_get_info(2, 0x11daa48) = 0 +43937687541348:43937687542121 26077:26077 hsa_system_get_info(2, 0x11daa50) = 0 +43937687543058:43937687543824 26077:26077 hsa_system_get_info(2, 0x11daa58) = 0 +43937687544761:43937687545530 26077:26077 hsa_system_get_info(2, 0x11daa60) = 0 +43937687546463:43937687547232 26077:26077 hsa_system_get_info(2, 0x11daa68) = 0 +43937687548174:43937687548943 26077:26077 hsa_system_get_info(2, 0x11daa70) = 0 +43937687549875:43937687550648 26077:26077 hsa_system_get_info(2, 0x11daa78) = 0 +43937687551587:43937687552355 26077:26077 hsa_system_get_info(2, 0x11daa80) = 0 +43937687553298:43937687554066 26077:26077 hsa_system_get_info(2, 0x11daa88) = 0 +43937687555000:43937687555772 26077:26077 hsa_system_get_info(2, 0x11daa90) = 0 +43937687556706:43937687557475 26077:26077 hsa_system_get_info(2, 0x11daa98) = 0 +43937687558417:43937687559186 26077:26077 hsa_system_get_info(2, 0x11daaa0) = 0 +43937687560119:43937687560907 26077:26077 hsa_system_get_info(2, 0x11daaa8) = 0 +43937687561844:43937687562615 26077:26077 hsa_system_get_info(2, 0x11daab0) = 0 +43937687563546:43937687564314 26077:26077 hsa_system_get_info(2, 0x11daab8) = 0 +43937687565248:43937687566020 26077:26077 hsa_system_get_info(2, 0x11daac0) = 0 +43937687566953:43937687567721 26077:26077 hsa_system_get_info(2, 0x11daac8) = 0 +43937687568659:43937687569428 26077:26077 hsa_system_get_info(2, 0x11daad0) = 0 +43937687570363:43937687571136 26077:26077 hsa_system_get_info(2, 0x11daad8) = 0 +43937687572072:43937687572843 26077:26077 hsa_system_get_info(2, 0x11daae0) = 0 +43937687573778:43937687574547 26077:26077 hsa_system_get_info(2, 0x11daae8) = 0 +43937687575479:43937687576244 26077:26077 hsa_system_get_info(2, 0x11daaf0) = 0 +43937687577174:43937687577944 26077:26077 hsa_system_get_info(2, 0x11daaf8) = 0 +43937687578881:43937687579648 26077:26077 hsa_system_get_info(2, 0x11dab00) = 0 +43937687580586:43937687581354 26077:26077 hsa_system_get_info(2, 0x11dab08) = 0 +43937687582314:43937687583079 26077:26077 hsa_system_get_info(2, 0x11dab10) = 0 +43937687584010:43937687584777 26077:26077 hsa_system_get_info(2, 0x11dab18) = 0 +43937687585717:43937687586486 26077:26077 hsa_system_get_info(2, 0x11dab20) = 0 +43937687588280:43937687589051 26077:26077 hsa_system_get_info(2, 0x11dab28) = 0 +43937687589989:43937687590756 26077:26077 hsa_system_get_info(2, 0x11dab30) = 0 +43937687591695:43937687592468 26077:26077 hsa_system_get_info(2, 0x11dab38) = 0 +43937687593403:43937687594173 26077:26077 hsa_system_get_info(2, 0x11dab40) = 0 +43937687595105:43937687595880 26077:26077 hsa_system_get_info(2, 0x11dab48) = 0 +43937687596812:43937687597580 26077:26077 hsa_system_get_info(2, 0x11dab50) = 0 +43937687598515:43937687599282 26077:26077 hsa_system_get_info(2, 0x11dab58) = 0 +43937687600215:43937687600983 26077:26077 hsa_system_get_info(2, 0x11dab60) = 0 +43937687601920:43937687602690 26077:26077 hsa_system_get_info(2, 0x11dab68) = 0 +43937687603624:43937687604396 26077:26077 hsa_system_get_info(2, 0x11dab70) = 0 +43937687605330:43937687606101 26077:26077 hsa_system_get_info(2, 0x11dab78) = 0 +43937687607039:43937687607806 26077:26077 hsa_system_get_info(2, 0x11dab80) = 0 +43937687608739:43937687609506 26077:26077 hsa_system_get_info(2, 0x11dab88) = 0 +43937687610442:43937687611226 26077:26077 hsa_system_get_info(2, 0x11dab90) = 0 +43937687612164:43937687612935 26077:26077 hsa_system_get_info(2, 0x11dab98) = 0 +43937687613870:43937687614641 26077:26077 hsa_system_get_info(2, 0x11daba0) = 0 +43937687615575:43937687616345 26077:26077 hsa_system_get_info(2, 0x11daba8) = 0 +43937687617285:43937687618052 26077:26077 hsa_system_get_info(2, 0x11dabb0) = 0 +43937687618986:43937687619752 26077:26077 hsa_system_get_info(2, 0x11dabb8) = 0 +43937687620690:43937687621458 26077:26077 hsa_system_get_info(2, 0x11dabc0) = 0 +43937687622393:43937687623167 26077:26077 hsa_system_get_info(2, 0x11dabc8) = 0 +43937687624101:43937687624870 26077:26077 hsa_system_get_info(2, 0x11dabd0) = 0 +43937687625809:43937687626579 26077:26077 hsa_system_get_info(2, 0x11dabd8) = 0 +43937687627514:43937687628280 26077:26077 hsa_system_get_info(2, 0x11dabe0) = 0 +43937687629217:43937687629983 26077:26077 hsa_system_get_info(2, 0x11dabe8) = 0 +43937687630918:43937687631686 26077:26077 hsa_system_get_info(2, 0x11dabf0) = 0 +43937687632626:43937687633396 26077:26077 hsa_system_get_info(2, 0x11dabf8) = 0 +43937687634335:43937687635105 26077:26077 hsa_system_get_info(2, 0x11dac00) = 0 +43937687636886:43937687637660 26077:26077 hsa_system_get_info(2, 0x11dac08) = 0 +43937687638595:43937687639360 26077:26077 hsa_system_get_info(2, 0x11dac10) = 0 +43937687640298:43937687641069 26077:26077 hsa_system_get_info(2, 0x11dac18) = 0 +43937687642005:43937687642770 26077:26077 hsa_system_get_info(2, 0x11dac20) = 0 +43937687643708:43937687644478 26077:26077 hsa_system_get_info(2, 0x11dac28) = 0 +43937687645414:43937687646186 26077:26077 hsa_system_get_info(2, 0x11dac30) = 0 +43937687647119:43937687647890 26077:26077 hsa_system_get_info(2, 0x11dac38) = 0 +43937687648830:43937687649597 26077:26077 hsa_system_get_info(2, 0x11dac40) = 0 +43937687650536:43937687651310 26077:26077 hsa_system_get_info(2, 0x11dac48) = 0 +43937687652251:43937687653017 26077:26077 hsa_system_get_info(2, 0x11dac50) = 0 +43937687653954:43937687654724 26077:26077 hsa_system_get_info(2, 0x11dac58) = 0 +43937687655667:43937687656434 26077:26077 hsa_system_get_info(2, 0x11dac60) = 0 +43937687657367:43937687658137 26077:26077 hsa_system_get_info(2, 0x11dac68) = 0 +43937687659077:43937687659858 26077:26077 hsa_system_get_info(2, 0x11dac70) = 0 +43937687660794:43937687661560 26077:26077 hsa_system_get_info(2, 0x11dac78) = 0 +43937687662498:43937687663265 26077:26077 hsa_system_get_info(2, 0x11dac80) = 0 +43937687664202:43937687664970 26077:26077 hsa_system_get_info(2, 0x11dac88) = 0 +43937687665902:43937687666673 26077:26077 hsa_system_get_info(2, 0x11dac90) = 0 +43937687667612:43937687668380 26077:26077 hsa_system_get_info(2, 0x11dac98) = 0 +43937687669313:43937687670082 26077:26077 hsa_system_get_info(2, 0x11daca0) = 0 +43937687671015:43937687671782 26077:26077 hsa_system_get_info(2, 0x11daca8) = 0 +43937687672718:43937687673486 26077:26077 hsa_system_get_info(2, 0x11dacb0) = 0 +43937687674423:43937687675188 26077:26077 hsa_system_get_info(2, 0x11dacb8) = 0 +43937687676122:43937687676889 26077:26077 hsa_system_get_info(2, 0x11dacc0) = 0 +43937687677829:43937687678599 26077:26077 hsa_system_get_info(2, 0x11dacc8) = 0 +43937687679532:43937687680301 26077:26077 hsa_system_get_info(2, 0x11dacd0) = 0 +43937687681235:43937687682007 26077:26077 hsa_system_get_info(2, 0x11dacd8) = 0 +43937687682938:43937687683707 26077:26077 hsa_system_get_info(2, 0x11dace0) = 0 +43937687684662:43937687685427 26077:26077 hsa_system_get_info(2, 0x11dace8) = 0 +43937687687207:43937687687976 26077:26077 hsa_system_get_info(2, 0x11dacf0) = 0 +43937687688910:43937687689684 26077:26077 hsa_system_get_info(2, 0x11dacf8) = 0 +43937687690619:43937687691389 26077:26077 hsa_system_get_info(2, 0x11dad00) = 0 +43937687692330:43937687693101 26077:26077 hsa_system_get_info(2, 0x11dad08) = 0 +43937687694036:43937687694807 26077:26077 hsa_system_get_info(2, 0x11dad10) = 0 +43937687695742:43937687696509 26077:26077 hsa_system_get_info(2, 0x11dad18) = 0 +43937687697444:43937687698216 26077:26077 hsa_system_get_info(2, 0x11dad20) = 0 +43937687699156:43937687699930 26077:26077 hsa_system_get_info(2, 0x11dad28) = 0 +43937687700896:43937687701664 26077:26077 hsa_system_get_info(2, 0x11dad30) = 0 +43937687702596:43937687703367 26077:26077 hsa_system_get_info(2, 0x11dad38) = 0 +43937687704304:43937687705073 26077:26077 hsa_system_get_info(2, 0x11dad40) = 0 +43937687706008:43937687706779 26077:26077 hsa_system_get_info(2, 0x11dad48) = 0 +43937687707712:43937687708481 26077:26077 hsa_system_get_info(2, 0x11dad50) = 0 +43937687709417:43937687710187 26077:26077 hsa_system_get_info(2, 0x11dad58) = 0 +43937687711142:43937687711908 26077:26077 hsa_system_get_info(2, 0x11dad60) = 0 +43937687712843:43937687713611 26077:26077 hsa_system_get_info(2, 0x11dad68) = 0 +43937687714551:43937687715317 26077:26077 hsa_system_get_info(2, 0x11dad70) = 0 +43937687716253:43937687717024 26077:26077 hsa_system_get_info(2, 0x11dad78) = 0 +43937687717959:43937687718727 26077:26077 hsa_system_get_info(2, 0x11dad80) = 0 +43937687719661:43937687720431 26077:26077 hsa_system_get_info(2, 0x11dad88) = 0 +43937687721366:43937687722132 26077:26077 hsa_system_get_info(2, 0x11dad90) = 0 +43937687723069:43937687723836 26077:26077 hsa_system_get_info(2, 0x11dad98) = 0 +43937687724773:43937687725539 26077:26077 hsa_system_get_info(2, 0x11dada0) = 0 +43937687726477:43937687727245 26077:26077 hsa_system_get_info(2, 0x11dada8) = 0 +43937687728186:43937687728952 26077:26077 hsa_system_get_info(2, 0x11dadb0) = 0 +43937687729886:43937687730656 26077:26077 hsa_system_get_info(2, 0x11dadb8) = 0 +43937687731593:43937687732360 26077:26077 hsa_system_get_info(2, 0x11dadc0) = 0 +43937687733293:43937687734060 26077:26077 hsa_system_get_info(2, 0x11dadc8) = 0 +43937687736617:43937687737385 26077:26077 hsa_system_get_info(2, 0x11dadd0) = 0 +43937687738323:43937687739094 26077:26077 hsa_system_get_info(2, 0x11dadd8) = 0 +43937687740028:43937687740798 26077:26077 hsa_system_get_info(2, 0x11dade0) = 0 +43937687741733:43937687742505 26077:26077 hsa_system_get_info(2, 0x11dade8) = 0 +43937687743443:43937687744210 26077:26077 hsa_system_get_info(2, 0x11dadf0) = 0 +43937687745143:43937687745917 26077:26077 hsa_system_get_info(2, 0x11dadf8) = 0 +43937687746853:43937687747619 26077:26077 hsa_system_get_info(2, 0x11dae00) = 0 +43937687748553:43937687749326 26077:26077 hsa_system_get_info(2, 0x11dae08) = 0 +43937687750264:43937687751031 26077:26077 hsa_system_get_info(2, 0x11dae10) = 0 +43937687751970:43937687752742 26077:26077 hsa_system_get_info(2, 0x11dae18) = 0 +43937687753677:43937687754447 26077:26077 hsa_system_get_info(2, 0x11dae20) = 0 +43937687755381:43937687756151 26077:26077 hsa_system_get_info(2, 0x11dae28) = 0 +43937687757090:43937687757856 26077:26077 hsa_system_get_info(2, 0x11dae30) = 0 +43937687758791:43937687759564 26077:26077 hsa_system_get_info(2, 0x11dae38) = 0 +43937687760501:43937687761285 26077:26077 hsa_system_get_info(2, 0x11dae40) = 0 +43937687762219:43937687762991 26077:26077 hsa_system_get_info(2, 0x11dae48) = 0 +43937687763929:43937687764696 26077:26077 hsa_system_get_info(2, 0x11dae50) = 0 +43937687765627:43937687766398 26077:26077 hsa_system_get_info(2, 0x11dae58) = 0 +43937687767338:43937687768104 26077:26077 hsa_system_get_info(2, 0x11dae60) = 0 +43937687769040:43937687769814 26077:26077 hsa_system_get_info(2, 0x11dae68) = 0 +43937687770749:43937687771516 26077:26077 hsa_system_get_info(2, 0x11dae70) = 0 +43937687772455:43937687773226 26077:26077 hsa_system_get_info(2, 0x11dae78) = 0 +43937687774163:43937687774934 26077:26077 hsa_system_get_info(2, 0x11dae80) = 0 +43937687775868:43937687776639 26077:26077 hsa_system_get_info(2, 0x11dae88) = 0 +43937687777577:43937687778344 26077:26077 hsa_system_get_info(2, 0x11dae90) = 0 +43937687779279:43937687780050 26077:26077 hsa_system_get_info(2, 0x11dae98) = 0 +43937687780988:43937687781755 26077:26077 hsa_system_get_info(2, 0x11daea0) = 0 +43937687782689:43937687783463 26077:26077 hsa_system_get_info(2, 0x11daea8) = 0 +43937687784399:43937687785166 26077:26077 hsa_system_get_info(2, 0x11daeb0) = 0 +43937687786975:43937687787748 26077:26077 hsa_system_get_info(2, 0x11daeb8) = 0 +43937687788686:43937687789454 26077:26077 hsa_system_get_info(2, 0x11daec0) = 0 +43937687790395:43937687791167 26077:26077 hsa_system_get_info(2, 0x11daec8) = 0 +43937687792108:43937687792879 26077:26077 hsa_system_get_info(2, 0x11daed0) = 0 +43937687793817:43937687794592 26077:26077 hsa_system_get_info(2, 0x11daed8) = 0 +43937687795528:43937687796298 26077:26077 hsa_system_get_info(2, 0x11daee0) = 0 +43937687797235:43937687798008 26077:26077 hsa_system_get_info(2, 0x11daee8) = 0 +43937687798948:43937687799720 26077:26077 hsa_system_get_info(2, 0x11daef0) = 0 +43937687800669:43937687801440 26077:26077 hsa_system_get_info(2, 0x11daef8) = 0 +43937687802378:43937687803151 26077:26077 hsa_system_get_info(2, 0x11daf00) = 0 +43937687804083:43937687804856 26077:26077 hsa_system_get_info(2, 0x11daf08) = 0 +43937687805795:43937687806567 26077:26077 hsa_system_get_info(2, 0x11daf10) = 0 +43937687807506:43937687808282 26077:26077 hsa_system_get_info(2, 0x11daf18) = 0 +43937687809220:43937687810007 26077:26077 hsa_system_get_info(2, 0x11daf20) = 0 +43937687810940:43937687811708 26077:26077 hsa_system_get_info(2, 0x11daf28) = 0 +43937687812648:43937687813416 26077:26077 hsa_system_get_info(2, 0x11daf30) = 0 +43937687814356:43937687815127 26077:26077 hsa_system_get_info(2, 0x11daf38) = 0 +43937687816064:43937687816833 26077:26077 hsa_system_get_info(2, 0x11daf40) = 0 +43937687817772:43937687818544 26077:26077 hsa_system_get_info(2, 0x11daf48) = 0 +43937687819487:43937687820255 26077:26077 hsa_system_get_info(2, 0x11daf50) = 0 +43937687821194:43937687821965 26077:26077 hsa_system_get_info(2, 0x11daf58) = 0 +43937687822898:43937687823667 26077:26077 hsa_system_get_info(2, 0x11daf60) = 0 +43937687824603:43937687825374 26077:26077 hsa_system_get_info(2, 0x11daf68) = 0 +43937687826309:43937687827078 26077:26077 hsa_system_get_info(2, 0x11daf70) = 0 +43937687828016:43937687828786 26077:26077 hsa_system_get_info(2, 0x11daf78) = 0 +43937687829726:43937687830495 26077:26077 hsa_system_get_info(2, 0x11daf80) = 0 +43937687831434:43937687832202 26077:26077 hsa_system_get_info(2, 0x11daf88) = 0 +43937687833140:43937687833908 26077:26077 hsa_system_get_info(2, 0x11daf90) = 0 +43937687835746:43937687836516 26077:26077 hsa_system_get_info(2, 0x11daf98) = 0 +43937687837456:43937687838224 26077:26077 hsa_system_get_info(2, 0x11dafa0) = 0 +43937687839158:43937687839934 26077:26077 hsa_system_get_info(2, 0x11dafa8) = 0 +43937687840869:43937687841637 26077:26077 hsa_system_get_info(2, 0x11dafb0) = 0 +43937687842575:43937687843347 26077:26077 hsa_system_get_info(2, 0x11dafb8) = 0 +43937687844282:43937687845055 26077:26077 hsa_system_get_info(2, 0x11dafc0) = 0 +43937687845991:43937687846761 26077:26077 hsa_system_get_info(2, 0x11dafc8) = 0 +43937687847701:43937687848469 26077:26077 hsa_system_get_info(2, 0x11dafd0) = 0 +43937687849408:43937687850182 26077:26077 hsa_system_get_info(2, 0x11dafd8) = 0 +43937687851123:43937687851891 26077:26077 hsa_system_get_info(2, 0x11dafe0) = 0 +43937687852829:43937687853601 26077:26077 hsa_system_get_info(2, 0x11dafe8) = 0 +43937687854542:43937687855312 26077:26077 hsa_system_get_info(2, 0x11daff0) = 0 +43937687856247:43937687857023 26077:26077 hsa_system_get_info(2, 0x11daff8) = 0 +43937687857958:43937687858727 26077:26077 hsa_system_get_info(2, 0x11db000) = 0 +43937687859689:43937687860456 26077:26077 hsa_system_get_info(2, 0x11db008) = 0 +43937687861397:43937687862168 26077:26077 hsa_system_get_info(2, 0x11db010) = 0 +43937687863110:43937687863878 26077:26077 hsa_system_get_info(2, 0x11db018) = 0 +43937687864814:43937687865588 26077:26077 hsa_system_get_info(2, 0x11db020) = 0 +43937687866527:43937687867296 26077:26077 hsa_system_get_info(2, 0x11db028) = 0 +43937687868235:43937687869006 26077:26077 hsa_system_get_info(2, 0x11db030) = 0 +43937687869942:43937687870715 26077:26077 hsa_system_get_info(2, 0x11db038) = 0 +43937687871650:43937687872422 26077:26077 hsa_system_get_info(2, 0x11db040) = 0 +43937687873362:43937687874131 26077:26077 hsa_system_get_info(2, 0x11db048) = 0 +43937687875072:43937687875843 26077:26077 hsa_system_get_info(2, 0x11db050) = 0 +43937687876781:43937687877552 26077:26077 hsa_system_get_info(2, 0x11db058) = 0 +43937687878488:43937687879259 26077:26077 hsa_system_get_info(2, 0x11db060) = 0 +43937687880199:43937687880968 26077:26077 hsa_system_get_info(2, 0x11db068) = 0 +43937687881904:43937687882677 26077:26077 hsa_system_get_info(2, 0x11db070) = 0 +43937687884453:43937687885224 26077:26077 hsa_system_get_info(2, 0x11db078) = 0 +43937687886162:43937687886933 26077:26077 hsa_system_get_info(2, 0x11db080) = 0 +43937687887873:43937687888648 26077:26077 hsa_system_get_info(2, 0x11db088) = 0 +43937687889586:43937687890354 26077:26077 hsa_system_get_info(2, 0x11db090) = 0 +43937687891298:43937687892068 26077:26077 hsa_system_get_info(2, 0x11db098) = 0 +43937687893007:43937687893779 26077:26077 hsa_system_get_info(2, 0x11db0a0) = 0 +43937687894722:43937687895495 26077:26077 hsa_system_get_info(2, 0x11db0a8) = 0 +43937687896434:43937687897206 26077:26077 hsa_system_get_info(2, 0x11db0b0) = 0 +43937687898143:43937687898915 26077:26077 hsa_system_get_info(2, 0x11db0b8) = 0 +43937687899867:43937687900640 26077:26077 hsa_system_get_info(2, 0x11db0c0) = 0 +43937687901582:43937687902354 26077:26077 hsa_system_get_info(2, 0x11db0c8) = 0 +43937687903298:43937687904066 26077:26077 hsa_system_get_info(2, 0x11db0d0) = 0 +43937687905009:43937687905780 26077:26077 hsa_system_get_info(2, 0x11db0d8) = 0 +43937687906720:43937687907496 26077:26077 hsa_system_get_info(2, 0x11db0e0) = 0 +43937687908450:43937687909217 26077:26077 hsa_system_get_info(2, 0x11db0e8) = 0 +43937687910151:43937687910920 26077:26077 hsa_system_get_info(2, 0x11db0f0) = 0 +43937687911861:43937687912632 26077:26077 hsa_system_get_info(2, 0x11db0f8) = 0 +43937687913573:43937687914345 26077:26077 hsa_system_get_info(2, 0x11db100) = 0 +43937687915284:43937687916058 26077:26077 hsa_system_get_info(2, 0x11db108) = 0 +43937687916997:43937687917766 26077:26077 hsa_system_get_info(2, 0x11db110) = 0 +43937687918705:43937687919477 26077:26077 hsa_system_get_info(2, 0x11db118) = 0 +43937687920412:43937687921187 26077:26077 hsa_system_get_info(2, 0x11db120) = 0 +43937687922127:43937687922901 26077:26077 hsa_system_get_info(2, 0x11db128) = 0 +43937687923837:43937687924606 26077:26077 hsa_system_get_info(2, 0x11db130) = 0 +43937687925543:43937687926316 26077:26077 hsa_system_get_info(2, 0x11db138) = 0 +43937687927253:43937687928029 26077:26077 hsa_system_get_info(2, 0x11db140) = 0 +43937687928968:43937687929742 26077:26077 hsa_system_get_info(2, 0x11db148) = 0 +43937687930679:43937687931450 26077:26077 hsa_system_get_info(2, 0x11db150) = 0 +43937687932388:43937687933162 26077:26077 hsa_system_get_info(2, 0x11db158) = 0 +43937687934941:43937687935715 26077:26077 hsa_system_get_info(2, 0x11db160) = 0 +43937687936648:43937687937416 26077:26077 hsa_system_get_info(2, 0x11db168) = 0 +43937687938354:43937687939123 26077:26077 hsa_system_get_info(2, 0x11db170) = 0 +43937687940058:43937687940831 26077:26077 hsa_system_get_info(2, 0x11db178) = 0 +43937687941766:43937687942535 26077:26077 hsa_system_get_info(2, 0x11db180) = 0 +43937687943473:43937687944242 26077:26077 hsa_system_get_info(2, 0x11db188) = 0 +43937687945174:43937687945944 26077:26077 hsa_system_get_info(2, 0x11db190) = 0 +43937687946881:43937687947649 26077:26077 hsa_system_get_info(2, 0x11db198) = 0 +43937687948586:43937687949358 26077:26077 hsa_system_get_info(2, 0x11db1a0) = 0 +43937687950297:43937687951065 26077:26077 hsa_system_get_info(2, 0x11db1a8) = 0 +43937687952002:43937687952771 26077:26077 hsa_system_get_info(2, 0x11db1b0) = 0 +43937687953706:43937687954479 26077:26077 hsa_system_get_info(2, 0x11db1b8) = 0 +43937687955415:43937687956183 26077:26077 hsa_system_get_info(2, 0x11db1c0) = 0 +43937687957118:43937687957886 26077:26077 hsa_system_get_info(2, 0x11db1c8) = 0 +43937687958867:43937687959633 26077:26077 hsa_system_get_info(2, 0x11db1d0) = 0 +43937687960569:43937687961339 26077:26077 hsa_system_get_info(2, 0x11db1d8) = 0 +43937687962281:43937687963049 26077:26077 hsa_system_get_info(2, 0x11db1e0) = 0 +43937687963987:43937687964763 26077:26077 hsa_system_get_info(2, 0x11db1e8) = 0 +43937687965698:43937687966468 26077:26077 hsa_system_get_info(2, 0x11db1f0) = 0 +43937687967407:43937687968179 26077:26077 hsa_system_get_info(2, 0x11db1f8) = 0 +43937687969116:43937687969888 26077:26077 hsa_system_get_info(2, 0x11db200) = 0 +43937687970827:43937687971599 26077:26077 hsa_system_get_info(2, 0x11db208) = 0 +43937687972538:43937687973307 26077:26077 hsa_system_get_info(2, 0x11db210) = 0 +43937687974243:43937687975017 26077:26077 hsa_system_get_info(2, 0x11db218) = 0 +43937687975954:43937687976723 26077:26077 hsa_system_get_info(2, 0x11db220) = 0 +43937687977666:43937687978438 26077:26077 hsa_system_get_info(2, 0x11db228) = 0 +43937687979379:43937687980149 26077:26077 hsa_system_get_info(2, 0x11db230) = 0 +43937687981085:43937687981860 26077:26077 hsa_system_get_info(2, 0x11db238) = 0 +43937687983647:43937687984421 26077:26077 hsa_system_get_info(2, 0x11db240) = 0 +43937687985359:43937687986129 26077:26077 hsa_system_get_info(2, 0x11db248) = 0 +43937687987074:43937687987845 26077:26077 hsa_system_get_info(2, 0x11db250) = 0 +43937687988787:43937687989557 26077:26077 hsa_system_get_info(2, 0x11db258) = 0 +43937687990499:43937687991273 26077:26077 hsa_system_get_info(2, 0x11db260) = 0 +43937687992210:43937687992985 26077:26077 hsa_system_get_info(2, 0x11db268) = 0 +43937687993924:43937687994695 26077:26077 hsa_system_get_info(2, 0x11db270) = 0 +43937687995635:43937687996403 26077:26077 hsa_system_get_info(2, 0x11db278) = 0 +43937687997360:43937687998132 26077:26077 hsa_system_get_info(2, 0x11db280) = 0 +43937687999079:43937687999851 26077:26077 hsa_system_get_info(2, 0x11db288) = 0 +43937688008403:43937688009166 26077:26077 hsa_system_get_info(2, 0x11db290) = 0 +43937688010098:43937688010863 26077:26077 hsa_system_get_info(2, 0x11db298) = 0 +43937688011802:43937688012567 26077:26077 hsa_system_get_info(2, 0x11db2a0) = 0 +43937688013499:43937688030360 26077:26077 hsa_system_get_info(2, 0x11db2a8) = 0 +43937688031201:43937688031863 26077:26077 hsa_system_get_info(2, 0x11db2b0) = 0 +43937688032656:43937688033302 26077:26077 hsa_system_get_info(2, 0x11db2b8) = 0 +43937688034094:43937688034743 26077:26077 hsa_system_get_info(2, 0x11db2c0) = 0 +43937688035536:43937688036189 26077:26077 hsa_system_get_info(2, 0x11db2c8) = 0 +43937688036999:43937688037656 26077:26077 hsa_system_get_info(2, 0x11db2d0) = 0 +43937688038443:43937688039104 26077:26077 hsa_system_get_info(2, 0x11db2d8) = 0 +43937688051805:43937688052508 26077:26077 hsa_system_get_info(2, 0x11db2e0) = 0 +43937688053330:43937688053974 26077:26077 hsa_system_get_info(2, 0x11db2e8) = 0 +43937688054743:43937688055383 26077:26077 hsa_system_get_info(2, 0x11db2f0) = 0 +43937688056150:43937688056788 26077:26077 hsa_system_get_info(2, 0x11db2f8) = 0 +43937688057562:43937688058204 26077:26077 hsa_system_get_info(2, 0x11db300) = 0 +43937688058972:43937688059613 26077:26077 hsa_system_get_info(2, 0x11db308) = 0 +43937688060383:43937688070669 26077:26077 hsa_system_get_info(2, 0x11db310) = 0 +43937688071483:43937688072105 26077:26077 hsa_system_get_info(2, 0x11db318) = 0 +43937688072853:43937688073480 26077:26077 hsa_system_get_info(2, 0x11db320) = 0 +43937688075008:43937688075627 26077:26077 hsa_system_get_info(2, 0x11db328) = 0 +43937688076379:43937688076998 26077:26077 hsa_system_get_info(2, 0x11db330) = 0 +43937688077755:43937688078383 26077:26077 hsa_system_get_info(2, 0x11db338) = 0 +43937688079132:43937688079757 26077:26077 hsa_system_get_info(2, 0x11db340) = 0 +43937688080504:43937688081129 26077:26077 hsa_system_get_info(2, 0x11db348) = 0 +43937688081880:43937688082502 26077:26077 hsa_system_get_info(2, 0x11db350) = 0 +43937688083255:43937688083879 26077:26077 hsa_system_get_info(2, 0x11db358) = 0 +43937688084631:43937688085261 26077:26077 hsa_system_get_info(2, 0x11db360) = 0 +43937688086015:43937688086637 26077:26077 hsa_system_get_info(2, 0x11db368) = 0 +43937688087392:43937688088015 26077:26077 hsa_system_get_info(2, 0x11db370) = 0 +43937688088765:43937688089392 26077:26077 hsa_system_get_info(2, 0x11db378) = 0 +43937688090143:43937688090775 26077:26077 hsa_system_get_info(2, 0x11db380) = 0 +43937688091523:43937688092144 26077:26077 hsa_system_get_info(2, 0x11db388) = 0 +43937688092888:43937688093519 26077:26077 hsa_system_get_info(2, 0x11db390) = 0 +43937688094291:43937688094919 26077:26077 hsa_system_get_info(2, 0x11db398) = 0 +43937688095671:43937688096289 26077:26077 hsa_system_get_info(2, 0x11db3a0) = 0 +43937688097040:43937688097654 26077:26077 hsa_system_get_info(2, 0x11db3a8) = 0 +43937688098403:43937688099025 26077:26077 hsa_system_get_info(2, 0x11db3b0) = 0 +43937688099772:43937688100396 26077:26077 hsa_system_get_info(2, 0x11db3b8) = 0 +43937688101146:43937688101767 26077:26077 hsa_system_get_info(2, 0x11db3c0) = 0 +43937688102517:43937688103137 26077:26077 hsa_system_get_info(2, 0x11db3c8) = 0 +43937688103887:43937688104506 26077:26077 hsa_system_get_info(2, 0x11db3d0) = 0 +43937688105254:43937688105882 26077:26077 hsa_system_get_info(2, 0x11db3d8) = 0 +43937688106629:43937688107255 26077:26077 hsa_system_get_info(2, 0x11db3e0) = 0 +43937688108008:43937688108628 26077:26077 hsa_system_get_info(2, 0x11db3e8) = 0 +43937688109376:43937688109996 26077:26077 hsa_system_get_info(2, 0x11db3f0) = 0 +43937688110744:43937688111371 26077:26077 hsa_system_get_info(2, 0x11db3f8) = 0 +43937688112123:43937688112745 26077:26077 hsa_system_get_info(2, 0x11db400) = 0 +43937688114198:43937688114822 26077:26077 hsa_system_get_info(2, 0x11db408) = 0 +43937688115575:43937688116198 26077:26077 hsa_system_get_info(2, 0x11db410) = 0 +43937688116949:43937688117568 26077:26077 hsa_system_get_info(2, 0x11db418) = 0 +43937688118331:43937688118960 26077:26077 hsa_system_get_info(2, 0x11db420) = 0 +43937688119715:43937688120337 26077:26077 hsa_system_get_info(2, 0x11db428) = 0 +43937688121093:43937688121716 26077:26077 hsa_system_get_info(2, 0x11db430) = 0 +43937688122465:43937688123085 26077:26077 hsa_system_get_info(2, 0x11db438) = 0 +43937688123843:43937688124468 26077:26077 hsa_system_get_info(2, 0x11db440) = 0 +43937688125219:43937688125841 26077:26077 hsa_system_get_info(2, 0x11db448) = 0 +43937688126591:43937688127210 26077:26077 hsa_system_get_info(2, 0x11db450) = 0 +43937688127961:43937688128582 26077:26077 hsa_system_get_info(2, 0x11db458) = 0 +43937688129336:43937688129958 26077:26077 hsa_system_get_info(2, 0x11db460) = 0 +43937688130711:43937688131330 26077:26077 hsa_system_get_info(2, 0x11db468) = 0 +43937688132087:43937688132711 26077:26077 hsa_system_get_info(2, 0x11db470) = 0 +43937688133464:43937688134089 26077:26077 hsa_system_get_info(2, 0x11db478) = 0 +43937688134835:43937688135454 26077:26077 hsa_system_get_info(2, 0x11db480) = 0 +43937688136202:43937688136824 26077:26077 hsa_system_get_info(2, 0x11db488) = 0 +43937688137576:43937688138225 26077:26077 hsa_system_get_info(2, 0x11db490) = 0 +43937688138977:43937688139603 26077:26077 hsa_system_get_info(2, 0x11db498) = 0 +43937688140353:43937688140975 26077:26077 hsa_system_get_info(2, 0x11db4a0) = 0 +43937688141727:43937688142353 26077:26077 hsa_system_get_info(2, 0x11db4a8) = 0 +43937688143105:43937688143723 26077:26077 hsa_system_get_info(2, 0x11db4b0) = 0 +43937688144471:43937688145097 26077:26077 hsa_system_get_info(2, 0x11db4b8) = 0 +43937688145849:43937688146468 26077:26077 hsa_system_get_info(2, 0x11db4c0) = 0 +43937688147222:43937688147846 26077:26077 hsa_system_get_info(2, 0x11db4c8) = 0 +43937688148594:43937688149211 26077:26077 hsa_system_get_info(2, 0x11db4d0) = 0 +43937688149962:43937688150583 26077:26077 hsa_system_get_info(2, 0x11db4d8) = 0 +43937688151334:43937688151954 26077:26077 hsa_system_get_info(2, 0x11db4e0) = 0 +43937688152709:43937688153334 26077:26077 hsa_system_get_info(2, 0x11db4e8) = 0 +43937688154787:43937688155413 26077:26077 hsa_system_get_info(2, 0x11db4f0) = 0 +43937688156168:43937688156791 26077:26077 hsa_system_get_info(2, 0x11db4f8) = 0 +43937688157543:43937688158165 26077:26077 hsa_system_get_info(2, 0x11db500) = 0 +43937688158917:43937688159536 26077:26077 hsa_system_get_info(2, 0x11db508) = 0 +43937688160299:43937688160920 26077:26077 hsa_system_get_info(2, 0x11db510) = 0 +43937688161691:43937688162316 26077:26077 hsa_system_get_info(2, 0x11db518) = 0 +43937688163069:43937688163692 26077:26077 hsa_system_get_info(2, 0x11db520) = 0 +43937688164448:43937688165067 26077:26077 hsa_system_get_info(2, 0x11db528) = 0 +43937688165831:43937688166456 26077:26077 hsa_system_get_info(2, 0x11db530) = 0 +43937688167212:43937688167835 26077:26077 hsa_system_get_info(2, 0x11db538) = 0 +43937688168589:43937688169212 26077:26077 hsa_system_get_info(2, 0x11db540) = 0 +43937688169962:43937688170600 26077:26077 hsa_system_get_info(2, 0x11db548) = 0 +43937688171361:43937688171986 26077:26077 hsa_system_get_info(2, 0x11db550) = 0 +43937688172737:43937688173365 26077:26077 hsa_system_get_info(2, 0x11db558) = 0 +43937688174116:43937688174752 26077:26077 hsa_system_get_info(2, 0x11db560) = 0 +43937688175505:43937688176128 26077:26077 hsa_system_get_info(2, 0x11db568) = 0 +43937688176882:43937688177504 26077:26077 hsa_system_get_info(2, 0x11db570) = 0 +43937688178260:43937688178884 26077:26077 hsa_system_get_info(2, 0x11db578) = 0 +43937688179638:43937688180268 26077:26077 hsa_system_get_info(2, 0x11db580) = 0 +43937688181018:43937688181660 26077:26077 hsa_system_get_info(2, 0x11db588) = 0 +43937688182412:43937688183033 26077:26077 hsa_system_get_info(2, 0x11db590) = 0 +43937688183790:43937688184410 26077:26077 hsa_system_get_info(2, 0x11db598) = 0 +43937688185163:43937688185792 26077:26077 hsa_system_get_info(2, 0x11db5a0) = 0 +43937688186540:43937688187162 26077:26077 hsa_system_get_info(2, 0x11db5a8) = 0 +43937688187915:43937688188531 26077:26077 hsa_system_get_info(2, 0x11db5b0) = 0 +43937688189280:43937688189902 26077:26077 hsa_system_get_info(2, 0x11db5b8) = 0 +43937688190666:43937688191295 26077:26077 hsa_system_get_info(2, 0x11db5c0) = 0 +43937688192045:43937688192668 26077:26077 hsa_system_get_info(2, 0x11db5c8) = 0 +43937688194173:43937688194795 26077:26077 hsa_system_get_info(2, 0x11db5d0) = 0 +43937688195546:43937688196169 26077:26077 hsa_system_get_info(2, 0x11db5d8) = 0 +43937688196917:43937688197535 26077:26077 hsa_system_get_info(2, 0x11db5e0) = 0 +43937688198282:43937688198906 26077:26077 hsa_system_get_info(2, 0x11db5e8) = 0 +43937688199652:43937688200278 26077:26077 hsa_system_get_info(2, 0x11db5f0) = 0 +43937688201028:43937688201648 26077:26077 hsa_system_get_info(2, 0x11db5f8) = 0 +43937688202401:43937688203017 26077:26077 hsa_system_get_info(2, 0x11db600) = 0 +43937688203762:43937688204388 26077:26077 hsa_system_get_info(2, 0x11db608) = 0 +43937688205135:43937688205763 26077:26077 hsa_system_get_info(2, 0x11db610) = 0 +43937688206520:43937688207151 26077:26077 hsa_system_get_info(2, 0x11db618) = 0 +43937688207897:43937688208523 26077:26077 hsa_system_get_info(2, 0x11db620) = 0 +43937688209273:43937688209904 26077:26077 hsa_system_get_info(2, 0x11db628) = 0 +43937688210653:43937688211280 26077:26077 hsa_system_get_info(2, 0x11db630) = 0 +43937688212029:43937688212654 26077:26077 hsa_system_get_info(2, 0x11db638) = 0 +43937688213418:43937688214041 26077:26077 hsa_system_get_info(2, 0x11db640) = 0 +43937688214792:43937688215417 26077:26077 hsa_system_get_info(2, 0x11db648) = 0 +43937688216168:43937688216789 26077:26077 hsa_system_get_info(2, 0x11db650) = 0 +43937688217537:43937688218159 26077:26077 hsa_system_get_info(2, 0x11db658) = 0 +43937688218910:43937688219528 26077:26077 hsa_system_get_info(2, 0x11db660) = 0 +43937688220272:43937688220892 26077:26077 hsa_system_get_info(2, 0x11db668) = 0 +43937688221640:43937688222259 26077:26077 hsa_system_get_info(2, 0x11db670) = 0 +43937688223006:43937688223626 26077:26077 hsa_system_get_info(2, 0x11db678) = 0 +43937688224375:43937688224993 26077:26077 hsa_system_get_info(2, 0x11db680) = 0 +43937688225742:43937688226366 26077:26077 hsa_system_get_info(2, 0x11db688) = 0 +43937688227116:43937688227742 26077:26077 hsa_system_get_info(2, 0x11db690) = 0 +43937688228492:43937688229114 26077:26077 hsa_system_get_info(2, 0x11db698) = 0 +43937688229864:43937688230490 26077:26077 hsa_system_get_info(2, 0x11db6a0) = 0 +43937688231239:43937688231861 26077:26077 hsa_system_get_info(2, 0x11db6a8) = 0 +43937688232620:43937688233261 26077:26077 hsa_system_get_info(2, 0x11db6b0) = 0 +43937688234703:43937688235336 26077:26077 hsa_system_get_info(2, 0x11db6b8) = 0 +43937688236100:43937688236729 26077:26077 hsa_system_get_info(2, 0x11db6c0) = 0 +43937688237478:43937688238110 26077:26077 hsa_system_get_info(2, 0x11db6c8) = 0 +43937688238860:43937688239483 26077:26077 hsa_system_get_info(2, 0x11db6d0) = 0 +43937688240234:43937688240864 26077:26077 hsa_system_get_info(2, 0x11db6d8) = 0 +43937688241613:43937688242237 26077:26077 hsa_system_get_info(2, 0x11db6e0) = 0 +43937688242990:43937688243615 26077:26077 hsa_system_get_info(2, 0x11db6e8) = 0 +43937688244366:43937688244994 26077:26077 hsa_system_get_info(2, 0x11db6f0) = 0 +43937688245763:43937688246383 26077:26077 hsa_system_get_info(2, 0x11db6f8) = 0 +43937688247129:43937688247749 26077:26077 hsa_system_get_info(2, 0x11db700) = 0 +43937688248501:43937688249129 26077:26077 hsa_system_get_info(2, 0x11db708) = 0 +43937688249879:43937688250507 26077:26077 hsa_system_get_info(2, 0x11db710) = 0 +43937688251256:43937688251885 26077:26077 hsa_system_get_info(2, 0x11db718) = 0 +43937688252648:43937688253262 26077:26077 hsa_system_get_info(2, 0x11db720) = 0 +43937688254010:43937688254634 26077:26077 hsa_system_get_info(2, 0x11db728) = 0 +43937688255381:43937688256003 26077:26077 hsa_system_get_info(2, 0x11db730) = 0 +43937688256754:43937688257382 26077:26077 hsa_system_get_info(2, 0x11db738) = 0 +43937688258129:43937688258755 26077:26077 hsa_system_get_info(2, 0x11db740) = 0 +43937688259507:43937688260134 26077:26077 hsa_system_get_info(2, 0x11db748) = 0 +43937688260885:43937688261514 26077:26077 hsa_system_get_info(2, 0x11db750) = 0 +43937688262262:43937688262888 26077:26077 hsa_system_get_info(2, 0x11db758) = 0 +43937688263636:43937688264258 26077:26077 hsa_system_get_info(2, 0x11db760) = 0 +43937688265009:43937688265631 26077:26077 hsa_system_get_info(2, 0x11db768) = 0 +43937688266377:43937688266997 26077:26077 hsa_system_get_info(2, 0x11db770) = 0 +43937688267745:43937688268366 26077:26077 hsa_system_get_info(2, 0x11db778) = 0 +43937688269111:43937688269737 26077:26077 hsa_system_get_info(2, 0x11db780) = 0 +43937688270487:43937688271118 26077:26077 hsa_system_get_info(2, 0x11db788) = 0 +43937688271869:43937688272495 26077:26077 hsa_system_get_info(2, 0x11db790) = 0 +43937688273922:43937688274543 26077:26077 hsa_system_get_info(2, 0x11db798) = 0 +43937688275291:43937688275911 26077:26077 hsa_system_get_info(2, 0x11db7a0) = 0 +43937688276665:43937688277290 26077:26077 hsa_system_get_info(2, 0x11db7a8) = 0 +43937688278041:43937688278662 26077:26077 hsa_system_get_info(2, 0x11db7b0) = 0 +43937688279414:43937688280037 26077:26077 hsa_system_get_info(2, 0x11db7b8) = 0 +43937688280792:43937688281416 26077:26077 hsa_system_get_info(2, 0x11db7c0) = 0 +43937688282165:43937688282787 26077:26077 hsa_system_get_info(2, 0x11db7c8) = 0 +43937688283537:43937688284158 26077:26077 hsa_system_get_info(2, 0x11db7d0) = 0 +43937688284911:43937688285539 26077:26077 hsa_system_get_info(2, 0x11db7d8) = 0 +43937688286292:43937688286917 26077:26077 hsa_system_get_info(2, 0x11db7e0) = 0 +43937688287669:43937688288287 26077:26077 hsa_system_get_info(2, 0x11db7e8) = 0 +43937688289038:43937688289660 26077:26077 hsa_system_get_info(2, 0x11db7f0) = 0 +43937688290410:43937688291039 26077:26077 hsa_system_get_info(2, 0x11db7f8) = 0 +43937688291791:43937688292425 26077:26077 hsa_system_get_info(2, 0x11db800) = 0 +43937688293173:43937688293795 26077:26077 hsa_system_get_info(2, 0x11db808) = 0 +43937688294546:43937688295166 26077:26077 hsa_system_get_info(2, 0x11db810) = 0 +43937688295924:43937688296548 26077:26077 hsa_system_get_info(2, 0x11db818) = 0 +43937688297302:43937688297926 26077:26077 hsa_system_get_info(2, 0x11db820) = 0 +43937688298677:43937688299304 26077:26077 hsa_system_get_info(2, 0x11db828) = 0 +43937688300094:43937688300717 26077:26077 hsa_system_get_info(2, 0x11db830) = 0 +43937688301467:43937688302098 26077:26077 hsa_system_get_info(2, 0x11db838) = 0 +43937688302851:43937688303473 26077:26077 hsa_system_get_info(2, 0x11db840) = 0 +43937688304227:43937688304851 26077:26077 hsa_system_get_info(2, 0x11db848) = 0 +43937688305602:43937688306223 26077:26077 hsa_system_get_info(2, 0x11db850) = 0 +43937688306974:43937688307592 26077:26077 hsa_system_get_info(2, 0x11db858) = 0 +43937688308345:43937688308968 26077:26077 hsa_system_get_info(2, 0x11db860) = 0 +43937688309720:43937688310334 26077:26077 hsa_system_get_info(2, 0x11db868) = 0 +43937688311095:43937688311725 26077:26077 hsa_system_get_info(2, 0x11db870) = 0 +43937688313152:43937688313774 26077:26077 hsa_system_get_info(2, 0x11db878) = 0 +43937688314526:43937688315142 26077:26077 hsa_system_get_info(2, 0x11db880) = 0 +43937688315896:43937688316523 26077:26077 hsa_system_get_info(2, 0x11db888) = 0 +43937688317270:43937688317889 26077:26077 hsa_system_get_info(2, 0x11db890) = 0 +43937688318640:43937688319268 26077:26077 hsa_system_get_info(2, 0x11db898) = 0 +43937688320018:43937688320645 26077:26077 hsa_system_get_info(2, 0x11db8a0) = 0 +43937688321400:43937688322022 26077:26077 hsa_system_get_info(2, 0x11db8a8) = 0 +43937688322770:43937688323400 26077:26077 hsa_system_get_info(2, 0x11db8b0) = 0 +43937688324152:43937688324774 26077:26077 hsa_system_get_info(2, 0x11db8b8) = 0 +43937688325540:43937688326153 26077:26077 hsa_system_get_info(2, 0x11db8c0) = 0 +43937688326901:43937688327526 26077:26077 hsa_system_get_info(2, 0x11db8c8) = 0 +43937688328274:43937688328896 26077:26077 hsa_system_get_info(2, 0x11db8d0) = 0 +43937688329642:43937688330265 26077:26077 hsa_system_get_info(2, 0x11db8d8) = 0 +43937688331018:43937688331647 26077:26077 hsa_system_get_info(2, 0x11db8e0) = 0 +43937688332397:43937688333044 26077:26077 hsa_system_get_info(2, 0x11db8e8) = 0 +43937688333795:43937688334420 26077:26077 hsa_system_get_info(2, 0x11db8f0) = 0 +43937688335174:43937688335801 26077:26077 hsa_system_get_info(2, 0x11db8f8) = 0 +43937688336548:43937688337175 26077:26077 hsa_system_get_info(2, 0x11db900) = 0 +43937688337925:43937688338548 26077:26077 hsa_system_get_info(2, 0x11db908) = 0 +43937688339292:43937688339913 26077:26077 hsa_system_get_info(2, 0x11db910) = 0 +43937688340661:43937688341287 26077:26077 hsa_system_get_info(2, 0x11db918) = 0 +43937688342034:43937688342665 26077:26077 hsa_system_get_info(2, 0x11db920) = 0 +43937688343415:43937688344036 26077:26077 hsa_system_get_info(2, 0x11db928) = 0 +43937688344783:43937688345412 26077:26077 hsa_system_get_info(2, 0x11db930) = 0 +43937688346163:43937688346794 26077:26077 hsa_system_get_info(2, 0x11db938) = 0 +43937688347545:43937688348167 26077:26077 hsa_system_get_info(2, 0x11db940) = 0 +43937688348917:43937688349542 26077:26077 hsa_system_get_info(2, 0x11db948) = 0 +43937688350293:43937688350923 26077:26077 hsa_system_get_info(2, 0x11db950) = 0 +43937688351674:43937688352297 26077:26077 hsa_system_get_info(2, 0x11db958) = 0 +43937688353751:43937688354382 26077:26077 hsa_system_get_info(2, 0x11db960) = 0 +43937688355132:43937688355770 26077:26077 hsa_system_get_info(2, 0x11db968) = 0 +43937688356517:43937688357142 26077:26077 hsa_system_get_info(2, 0x11db970) = 0 +43937688357892:43937688358512 26077:26077 hsa_system_get_info(2, 0x11db978) = 0 +43937688359264:43937688359893 26077:26077 hsa_system_get_info(2, 0x11db980) = 0 +43937688360644:43937688361271 26077:26077 hsa_system_get_info(2, 0x11db988) = 0 +43937688362023:43937688362654 26077:26077 hsa_system_get_info(2, 0x11db990) = 0 +43937688363410:43937688364042 26077:26077 hsa_system_get_info(2, 0x11db998) = 0 +43937688364797:43937688365428 26077:26077 hsa_system_get_info(2, 0x11db9a0) = 0 +43937688366184:43937688366808 26077:26077 hsa_system_get_info(2, 0x11db9a8) = 0 +43937688367558:43937688368186 26077:26077 hsa_system_get_info(2, 0x11db9b0) = 0 +43937688368933:43937688369565 26077:26077 hsa_system_get_info(2, 0x11db9b8) = 0 +43937688370314:43937688370945 26077:26077 hsa_system_get_info(2, 0x11db9c0) = 0 +43937688371691:43937688372318 26077:26077 hsa_system_get_info(2, 0x11db9c8) = 0 +43937688373067:43937688373690 26077:26077 hsa_system_get_info(2, 0x11db9d0) = 0 +43937688374438:43937688375056 26077:26077 hsa_system_get_info(2, 0x11db9d8) = 0 +43937688375819:43937688376449 26077:26077 hsa_system_get_info(2, 0x11db9e0) = 0 +43937688377193:43937688377818 26077:26077 hsa_system_get_info(2, 0x11db9e8) = 0 +43937688378570:43937688379191 26077:26077 hsa_system_get_info(2, 0x11db9f0) = 0 +43937688379940:43937688380562 26077:26077 hsa_system_get_info(2, 0x11db9f8) = 0 +43937688381310:43937688381933 26077:26077 hsa_system_get_info(2, 0x11dba00) = 0 +43937688382681:43937688383304 26077:26077 hsa_system_get_info(2, 0x11dba08) = 0 +43937688384054:43937688384683 26077:26077 hsa_system_get_info(2, 0x11dba10) = 0 +43937688385433:43937688386065 26077:26077 hsa_system_get_info(2, 0x11dba18) = 0 +43937688386814:43937688387428 26077:26077 hsa_system_get_info(2, 0x11dba20) = 0 +43937688388179:43937688388800 26077:26077 hsa_system_get_info(2, 0x11dba28) = 0 +43937688389555:43937688390176 26077:26077 hsa_system_get_info(2, 0x11dba30) = 0 +43937688390920:43937688391546 26077:26077 hsa_system_get_info(2, 0x11dba38) = 0 +43937688393598:43937688394234 26077:26077 hsa_system_get_info(2, 0x11dba40) = 0 +43937688394990:43937688395611 26077:26077 hsa_system_get_info(2, 0x11dba48) = 0 +43937688396359:43937688396985 26077:26077 hsa_system_get_info(2, 0x11dba50) = 0 +43937688397732:43937688398351 26077:26077 hsa_system_get_info(2, 0x11dba58) = 0 +43937688399102:43937688399722 26077:26077 hsa_system_get_info(2, 0x11dba60) = 0 +43937688400473:43937688401096 26077:26077 hsa_system_get_info(2, 0x11dba68) = 0 +43937688401846:43937688402469 26077:26077 hsa_system_get_info(2, 0x11dba70) = 0 +43937688403217:43937688403830 26077:26077 hsa_system_get_info(2, 0x11dba78) = 0 +43937688404581:43937688405204 26077:26077 hsa_system_get_info(2, 0x11dba80) = 0 +43937688405962:43937688406580 26077:26077 hsa_system_get_info(2, 0x11dba88) = 0 +43937688407335:43937688407958 26077:26077 hsa_system_get_info(2, 0x11dba90) = 0 +43937688408707:43937688409330 26077:26077 hsa_system_get_info(2, 0x11dba98) = 0 +43937688410080:43937688410733 26077:26077 hsa_system_get_info(2, 0x11dbaa0) = 0 +43937688411491:43937688412114 26077:26077 hsa_system_get_info(2, 0x11dbaa8) = 0 +43937688412870:43937688413495 26077:26077 hsa_system_get_info(2, 0x11dbab0) = 0 +43937688414246:43937688414867 26077:26077 hsa_system_get_info(2, 0x11dbab8) = 0 +43937688415621:43937688416247 26077:26077 hsa_system_get_info(2, 0x11dbac0) = 0 +43937688416998:43937688417618 26077:26077 hsa_system_get_info(2, 0x11dbac8) = 0 +43937688418372:43937688418993 26077:26077 hsa_system_get_info(2, 0x11dbad0) = 0 +43937688419744:43937688420364 26077:26077 hsa_system_get_info(2, 0x11dbad8) = 0 +43937688421114:43937688421733 26077:26077 hsa_system_get_info(2, 0x11dbae0) = 0 +43937688422505:43937688423136 26077:26077 hsa_system_get_info(2, 0x11dbae8) = 0 +43937688423884:43937688424506 26077:26077 hsa_system_get_info(2, 0x11dbaf0) = 0 +43937688425255:43937688425875 26077:26077 hsa_system_get_info(2, 0x11dbaf8) = 0 +43937688426626:43937688427250 26077:26077 hsa_system_get_info(2, 0x11dbb00) = 0 +43937688427997:43937688428617 26077:26077 hsa_system_get_info(2, 0x11dbb08) = 0 +43937688429387:43937688430010 26077:26077 hsa_system_get_info(2, 0x11dbb10) = 0 +43937688430773:43937688431393 26077:26077 hsa_system_get_info(2, 0x11dbb18) = 0 +43937688432156:43937688432775 26077:26077 hsa_system_get_info(2, 0x11dbb20) = 0 +43937688434248:43937688434878 26077:26077 hsa_system_get_info(2, 0x11dbb28) = 0 +43937688435635:43937688436259 26077:26077 hsa_system_get_info(2, 0x11dbb30) = 0 +43937688437016:43937688437643 26077:26077 hsa_system_get_info(2, 0x11dbb38) = 0 +43937688438394:43937688439016 26077:26077 hsa_system_get_info(2, 0x11dbb40) = 0 +43937688439768:43937688440390 26077:26077 hsa_system_get_info(2, 0x11dbb48) = 0 +43937688441138:43937688441760 26077:26077 hsa_system_get_info(2, 0x11dbb50) = 0 +43937688442513:43937688443135 26077:26077 hsa_system_get_info(2, 0x11dbb58) = 0 +43937688443886:43937688444507 26077:26077 hsa_system_get_info(2, 0x11dbb60) = 0 +43937688445259:43937688445880 26077:26077 hsa_system_get_info(2, 0x11dbb68) = 0 +43937688446632:43937688447254 26077:26077 hsa_system_get_info(2, 0x11dbb70) = 0 +43937688448003:43937688448623 26077:26077 hsa_system_get_info(2, 0x11dbb78) = 0 +43937688449371:43937688449994 26077:26077 hsa_system_get_info(2, 0x11dbb80) = 0 +43937688450743:43937688451364 26077:26077 hsa_system_get_info(2, 0x11dbb88) = 0 +43937688452113:43937688452735 26077:26077 hsa_system_get_info(2, 0x11dbb90) = 0 +43937688453486:43937688454123 26077:26077 hsa_system_get_info(2, 0x11dbb98) = 0 +43937688454873:43937688455504 26077:26077 hsa_system_get_info(2, 0x11dbba0) = 0 +43937688456255:43937688456878 26077:26077 hsa_system_get_info(2, 0x11dbba8) = 0 +43937688457630:43937688458257 26077:26077 hsa_system_get_info(2, 0x11dbbb0) = 0 +43937688459009:43937688459637 26077:26077 hsa_system_get_info(2, 0x11dbbb8) = 0 +43937688460389:43937688461019 26077:26077 hsa_system_get_info(2, 0x11dbbc0) = 0 +43937688461766:43937688462388 26077:26077 hsa_system_get_info(2, 0x11dbbc8) = 0 +43937688463139:43937688463762 26077:26077 hsa_system_get_info(2, 0x11dbbd0) = 0 +43937688464512:43937688465136 26077:26077 hsa_system_get_info(2, 0x11dbbd8) = 0 +43937688465885:43937688466513 26077:26077 hsa_system_get_info(2, 0x11dbbe0) = 0 +43937688467261:43937688467897 26077:26077 hsa_system_get_info(2, 0x11dbbe8) = 0 +43937688468652:43937688469280 26077:26077 hsa_system_get_info(2, 0x11dbbf0) = 0 +43937688470028:43937688470654 26077:26077 hsa_system_get_info(2, 0x11dbbf8) = 0 +43937688471403:43937688472028 26077:26077 hsa_system_get_info(2, 0x11dbc00) = 0 +43937688473485:43937688474117 26077:26077 hsa_system_get_info(2, 0x11dbc08) = 0 +43937688474871:43937688475491 26077:26077 hsa_system_get_info(2, 0x11dbc10) = 0 +43937688476240:43937688476856 26077:26077 hsa_system_get_info(2, 0x11dbc18) = 0 +43937688477606:43937688478226 26077:26077 hsa_system_get_info(2, 0x11dbc20) = 0 +43937688478971:43937688479596 26077:26077 hsa_system_get_info(2, 0x11dbc28) = 0 +43937688480348:43937688480969 26077:26077 hsa_system_get_info(2, 0x11dbc30) = 0 +43937688481720:43937688482343 26077:26077 hsa_system_get_info(2, 0x11dbc38) = 0 +43937688483094:43937688483712 26077:26077 hsa_system_get_info(2, 0x11dbc40) = 0 +43937688484462:43937688485087 26077:26077 hsa_system_get_info(2, 0x11dbc48) = 0 +43937688485842:43937688486480 26077:26077 hsa_system_get_info(2, 0x11dbc50) = 0 +43937688487233:43937688487852 26077:26077 hsa_system_get_info(2, 0x11dbc58) = 0 +43937688488602:43937688489224 26077:26077 hsa_system_get_info(2, 0x11dbc60) = 0 +43937688489974:43937688490593 26077:26077 hsa_system_get_info(2, 0x11dbc68) = 0 +43937688491347:43937688491974 26077:26077 hsa_system_get_info(2, 0x11dbc70) = 0 +43937688492725:43937688493344 26077:26077 hsa_system_get_info(2, 0x11dbc78) = 0 +43937688494092:43937688494713 26077:26077 hsa_system_get_info(2, 0x11dbc80) = 0 +43937688495462:43937688496082 26077:26077 hsa_system_get_info(2, 0x11dbc88) = 0 +43937688496836:43937688497458 26077:26077 hsa_system_get_info(2, 0x11dbc90) = 0 +43937688498207:43937688498828 26077:26077 hsa_system_get_info(2, 0x11dbc98) = 0 +43937688499579:43937688500202 26077:26077 hsa_system_get_info(2, 0x11dbca0) = 0 +43937688500955:43937688501579 26077:26077 hsa_system_get_info(2, 0x11dbca8) = 0 +43937688502332:43937688502951 26077:26077 hsa_system_get_info(2, 0x11dbcb0) = 0 +43937688503701:43937688504323 26077:26077 hsa_system_get_info(2, 0x11dbcb8) = 0 +43937688505073:43937688505693 26077:26077 hsa_system_get_info(2, 0x11dbcc0) = 0 +43937688506446:43937688507088 26077:26077 hsa_system_get_info(2, 0x11dbcc8) = 0 +43937688507838:43937688508460 26077:26077 hsa_system_get_info(2, 0x11dbcd0) = 0 +43937688509213:43937688509830 26077:26077 hsa_system_get_info(2, 0x11dbcd8) = 0 +43937688510585:43937688511209 26077:26077 hsa_system_get_info(2, 0x11dbce0) = 0 +43937688511976:43937688512600 26077:26077 hsa_system_get_info(2, 0x11dbce8) = 0 +43937688514046:43937688514677 26077:26077 hsa_system_get_info(2, 0x11dbcf0) = 0 +43937688515453:43937688516081 26077:26077 hsa_system_get_info(2, 0x11dbcf8) = 0 +43937688516834:43937688517456 26077:26077 hsa_system_get_info(2, 0x11dbd00) = 0 +43937688518211:43937688518833 26077:26077 hsa_system_get_info(2, 0x11dbd08) = 0 +43937688519584:43937688520206 26077:26077 hsa_system_get_info(2, 0x11dbd10) = 0 +43937688520958:43937688521576 26077:26077 hsa_system_get_info(2, 0x11dbd18) = 0 +43937688522331:43937688522945 26077:26077 hsa_system_get_info(2, 0x11dbd20) = 0 +43937688523696:43937688524315 26077:26077 hsa_system_get_info(2, 0x11dbd28) = 0 +43937688525075:43937688525697 26077:26077 hsa_system_get_info(2, 0x11dbd30) = 0 +43937688526447:43937688527071 26077:26077 hsa_system_get_info(2, 0x11dbd38) = 0 +43937688527824:43937688528448 26077:26077 hsa_system_get_info(2, 0x11dbd40) = 0 +43937688529199:43937688529823 26077:26077 hsa_system_get_info(2, 0x11dbd48) = 0 +43937688530571:43937688531197 26077:26077 hsa_system_get_info(2, 0x11dbd50) = 0 +43937688531949:43937688532569 26077:26077 hsa_system_get_info(2, 0x11dbd58) = 0 +43937688533327:43937688533949 26077:26077 hsa_system_get_info(2, 0x11dbd60) = 0 +43937688534703:43937688535348 26077:26077 hsa_system_get_info(2, 0x11dbd68) = 0 +43937688536100:43937688536721 26077:26077 hsa_system_get_info(2, 0x11dbd70) = 0 +43937688537475:43937688538095 26077:26077 hsa_system_get_info(2, 0x11dbd78) = 0 +43937688538842:43937688539463 26077:26077 hsa_system_get_info(2, 0x11dbd80) = 0 +43937688540209:43937688540832 26077:26077 hsa_system_get_info(2, 0x11dbd88) = 0 +43937688541584:43937688542208 26077:26077 hsa_system_get_info(2, 0x11dbd90) = 0 +43937688542959:43937688543593 26077:26077 hsa_system_get_info(2, 0x11dbd98) = 0 +43937688544355:43937688544977 26077:26077 hsa_system_get_info(2, 0x11dbda0) = 0 +43937688545728:43937688546349 26077:26077 hsa_system_get_info(2, 0x11dbda8) = 0 +43937688547099:43937688547722 26077:26077 hsa_system_get_info(2, 0x11dbdb0) = 0 +43937688548473:43937688549103 26077:26077 hsa_system_get_info(2, 0x11dbdb8) = 0 +43937688549858:43937688550475 26077:26077 hsa_system_get_info(2, 0x11dbdc0) = 0 +43937688551229:43937688551848 26077:26077 hsa_system_get_info(2, 0x11dbdc8) = 0 +43937688553290:43937688553920 26077:26077 hsa_system_get_info(2, 0x11dbdd0) = 0 +43937688554666:43937688555292 26077:26077 hsa_system_get_info(2, 0x11dbdd8) = 0 +43937688556040:43937688556671 26077:26077 hsa_system_get_info(2, 0x11dbde0) = 0 +43937688557419:43937688558046 26077:26077 hsa_system_get_info(2, 0x11dbde8) = 0 +43937688558794:43937688559416 26077:26077 hsa_system_get_info(2, 0x11dbdf0) = 0 +43937688560163:43937688560781 26077:26077 hsa_system_get_info(2, 0x11dbdf8) = 0 +43937688561528:43937688562155 26077:26077 hsa_system_get_info(2, 0x11dbe00) = 0 +43937688562906:43937688563521 26077:26077 hsa_system_get_info(2, 0x11dbe08) = 0 +43937688564276:43937688564898 26077:26077 hsa_system_get_info(2, 0x11dbe10) = 0 +43937688565653:43937688566280 26077:26077 hsa_system_get_info(2, 0x11dbe18) = 0 +43937688567031:43937688567657 26077:26077 hsa_system_get_info(2, 0x11dbe20) = 0 +43937688568412:43937688569035 26077:26077 hsa_system_get_info(2, 0x11dbe28) = 0 +43937688569782:43937688570402 26077:26077 hsa_system_get_info(2, 0x11dbe30) = 0 +43937688571154:43937688571789 26077:26077 hsa_system_get_info(2, 0x11dbe38) = 0 +43937688572541:43937688573164 26077:26077 hsa_system_get_info(2, 0x11dbe40) = 0 +43937688573917:43937688574537 26077:26077 hsa_system_get_info(2, 0x11dbe48) = 0 +43937688575287:43937688575912 26077:26077 hsa_system_get_info(2, 0x11dbe50) = 0 +43937688576665:43937688577287 26077:26077 hsa_system_get_info(2, 0x11dbe58) = 0 +43937688578037:43937688578651 26077:26077 hsa_system_get_info(2, 0x11dbe60) = 0 +43937688579400:43937688580018 26077:26077 hsa_system_get_info(2, 0x11dbe68) = 0 +43937688580765:43937688581387 26077:26077 hsa_system_get_info(2, 0x11dbe70) = 0 +43937688582138:43937688582757 26077:26077 hsa_system_get_info(2, 0x11dbe78) = 0 +43937688583501:43937688584126 26077:26077 hsa_system_get_info(2, 0x11dbe80) = 0 +43937688584877:43937688585491 26077:26077 hsa_system_get_info(2, 0x11dbe88) = 0 +43937688586235:43937688586866 26077:26077 hsa_system_get_info(2, 0x11dbe90) = 0 +43937688587618:43937688588245 26077:26077 hsa_system_get_info(2, 0x11dbe98) = 0 +43937688588995:43937688589615 26077:26077 hsa_system_get_info(2, 0x11dbea0) = 0 +43937688590363:43937688590990 26077:26077 hsa_system_get_info(2, 0x11dbea8) = 0 +43937688591738:43937688592376 26077:26077 hsa_system_get_info(2, 0x11dbeb0) = 0 +43937688593807:43937688594437 26077:26077 hsa_system_get_info(2, 0x11dbeb8) = 0 +43937688595194:43937688595814 26077:26077 hsa_system_get_info(2, 0x11dbec0) = 0 +43937688596564:43937688597181 26077:26077 hsa_system_get_info(2, 0x11dbec8) = 0 +43937688597932:43937688598558 26077:26077 hsa_system_get_info(2, 0x11dbed0) = 0 +43937688599306:43937688599928 26077:26077 hsa_system_get_info(2, 0x11dbed8) = 0 +43937688600676:43937688601300 26077:26077 hsa_system_get_info(2, 0x11dbee0) = 0 +43937688602049:43937688602679 26077:26077 hsa_system_get_info(2, 0x11dbee8) = 0 +43937688603425:43937688604053 26077:26077 hsa_system_get_info(2, 0x11dbef0) = 0 +43937688604812:43937688605440 26077:26077 hsa_system_get_info(2, 0x11dbef8) = 0 +43937688606187:43937688606820 26077:26077 hsa_system_get_info(2, 0x11dbf00) = 0 +43937688607570:43937688608194 26077:26077 hsa_system_get_info(2, 0x11dbf08) = 0 +43937688608938:43937688609558 26077:26077 hsa_system_get_info(2, 0x11dbf10) = 0 +43937688610309:43937688610945 26077:26077 hsa_system_get_info(2, 0x11dbf18) = 0 +43937688611714:43937688612338 26077:26077 hsa_system_get_info(2, 0x11dbf20) = 0 +43937688613087:43937688613714 26077:26077 hsa_system_get_info(2, 0x11dbf28) = 0 +43937688614459:43937688615078 26077:26077 hsa_system_get_info(2, 0x11dbf30) = 0 +43937688615826:43937688616455 26077:26077 hsa_system_get_info(2, 0x11dbf38) = 0 +43937688617207:43937688617829 26077:26077 hsa_system_get_info(2, 0x11dbf40) = 0 +43937688618580:43937688619214 26077:26077 hsa_system_get_info(2, 0x11dbf48) = 0 +43937688619961:43937688620587 26077:26077 hsa_system_get_info(2, 0x11dbf50) = 0 +43937688621339:43937688621972 26077:26077 hsa_system_get_info(2, 0x11dbf58) = 0 +43937688622724:43937688623344 26077:26077 hsa_system_get_info(2, 0x11dbf60) = 0 +43937688624090:43937688624712 26077:26077 hsa_system_get_info(2, 0x11dbf68) = 0 +43937688625464:43937688626085 26077:26077 hsa_system_get_info(2, 0x11dbf70) = 0 +43937688626836:43937688627461 26077:26077 hsa_system_get_info(2, 0x11dbf78) = 0 +43937688628213:43937688628836 26077:26077 hsa_system_get_info(2, 0x11dbf80) = 0 +43937688629585:43937688630203 26077:26077 hsa_system_get_info(2, 0x11dbf88) = 0 +43937688630970:43937688631585 26077:26077 hsa_system_get_info(2, 0x11dbf90) = 0 +43937688633039:43937688633666 26077:26077 hsa_system_get_info(2, 0x11dbf98) = 0 +43937688634411:43937688635027 26077:26077 hsa_system_get_info(2, 0x11dbfa0) = 0 +43937688635777:43937688636398 26077:26077 hsa_system_get_info(2, 0x11dbfa8) = 0 +43937688637144:43937688637771 26077:26077 hsa_system_get_info(2, 0x11dbfb0) = 0 +43937688638520:43937688639141 26077:26077 hsa_system_get_info(2, 0x11dbfb8) = 0 +43937688639889:43937688640516 26077:26077 hsa_system_get_info(2, 0x11dbfc0) = 0 +43937688641266:43937688641896 26077:26077 hsa_system_get_info(2, 0x11dbfc8) = 0 +43937688642647:43937688643275 26077:26077 hsa_system_get_info(2, 0x11dbfd0) = 0 +43937688644025:43937688644646 26077:26077 hsa_system_get_info(2, 0x11dbfd8) = 0 +43937688645397:43937688646023 26077:26077 hsa_system_get_info(2, 0x11dbfe0) = 0 +43937688646778:43937688647408 26077:26077 hsa_system_get_info(2, 0x11dbfe8) = 0 +43937688648177:43937688648804 26077:26077 hsa_system_get_info(2, 0x11dbff0) = 0 +43937688649556:43937688650179 26077:26077 hsa_system_get_info(2, 0x11dbff8) = 0 +43937688650927:43937688651553 26077:26077 hsa_system_get_info(2, 0x11dc000) = 0 +43937688652306:43937688652928 26077:26077 hsa_system_get_info(2, 0x11dc008) = 0 +43937688653680:43937688654303 26077:26077 hsa_system_get_info(2, 0x11dc010) = 0 +43937688655055:43937688655678 26077:26077 hsa_system_get_info(2, 0x11dc018) = 0 +43937688656429:43937688657053 26077:26077 hsa_system_get_info(2, 0x11dc020) = 0 +43937688657802:43937688658422 26077:26077 hsa_system_get_info(2, 0x11dc028) = 0 +43937688659171:43937688659795 26077:26077 hsa_system_get_info(2, 0x11dc030) = 0 +43937688660550:43937688661171 26077:26077 hsa_system_get_info(2, 0x11dc038) = 0 +43937688661917:43937688662534 26077:26077 hsa_system_get_info(2, 0x11dc040) = 0 +43937688663285:43937688663906 26077:26077 hsa_system_get_info(2, 0x11dc048) = 0 +43937688664656:43937688665274 26077:26077 hsa_system_get_info(2, 0x11dc050) = 0 +43937688666024:43937688666646 26077:26077 hsa_system_get_info(2, 0x11dc058) = 0 +43937688667397:43937688668032 26077:26077 hsa_system_get_info(2, 0x11dc060) = 0 +43937688668783:43937688669402 26077:26077 hsa_system_get_info(2, 0x11dc068) = 0 +43937688670148:43937688670768 26077:26077 hsa_system_get_info(2, 0x11dc070) = 0 +43937688672220:43937688672845 26077:26077 hsa_system_get_info(2, 0x11dc078) = 0 +43937688673609:43937688674234 26077:26077 hsa_system_get_info(2, 0x11dc080) = 0 +43937688674983:43937688675606 26077:26077 hsa_system_get_info(2, 0x11dc088) = 0 +43937688676355:43937688676975 26077:26077 hsa_system_get_info(2, 0x11dc090) = 0 +43937688677721:43937688678342 26077:26077 hsa_system_get_info(2, 0x11dc098) = 0 +43937688679088:43937688679716 26077:26077 hsa_system_get_info(2, 0x11dc0a0) = 0 +43937688680467:43937688681089 26077:26077 hsa_system_get_info(2, 0x11dc0a8) = 0 +43937688681839:43937688682465 26077:26077 hsa_system_get_info(2, 0x11dc0b0) = 0 +43937688683215:43937688683834 26077:26077 hsa_system_get_info(2, 0x11dc0b8) = 0 +43937688684597:43937688685220 26077:26077 hsa_system_get_info(2, 0x11dc0c0) = 0 +43937688685976:43937688686603 26077:26077 hsa_system_get_info(2, 0x11dc0c8) = 0 +43937688687360:43937688687987 26077:26077 hsa_system_get_info(2, 0x11dc0d0) = 0 +43937688688740:43937688689363 26077:26077 hsa_system_get_info(2, 0x11dc0d8) = 0 +43937688690123:43937688690749 26077:26077 hsa_system_get_info(2, 0x11dc0e0) = 0 +43937688691503:43937688692132 26077:26077 hsa_system_get_info(2, 0x11dc0e8) = 0 +43937688692880:43937688693517 26077:26077 hsa_system_get_info(2, 0x11dc0f0) = 0 +43937688694266:43937688694891 26077:26077 hsa_system_get_info(2, 0x11dc0f8) = 0 +43937688695661:43937688696285 26077:26077 hsa_system_get_info(2, 0x11dc100) = 0 +43937688697055:43937688697676 26077:26077 hsa_system_get_info(2, 0x11dc108) = 0 +43937688698432:43937688699057 26077:26077 hsa_system_get_info(2, 0x11dc110) = 0 +43937688699807:43937688700434 26077:26077 hsa_system_get_info(2, 0x11dc118) = 0 +43937688701178:43937688701802 26077:26077 hsa_system_get_info(2, 0x11dc120) = 0 +43937688702552:43937688703172 26077:26077 hsa_system_get_info(2, 0x11dc128) = 0 +43937688703921:43937688704548 26077:26077 hsa_system_get_info(2, 0x11dc130) = 0 +43937688705297:43937688705924 26077:26077 hsa_system_get_info(2, 0x11dc138) = 0 +43937688706669:43937688707287 26077:26077 hsa_system_get_info(2, 0x11dc140) = 0 +43937688708033:43937688708651 26077:26077 hsa_system_get_info(2, 0x11dc148) = 0 +43937688709403:43937688710026 26077:26077 hsa_system_get_info(2, 0x11dc150) = 0 +43937688710776:43937688711404 26077:26077 hsa_system_get_info(2, 0x11dc158) = 0 +43937688714194:43937688714817 26077:26077 hsa_system_get_info(2, 0x11dc160) = 0 +43937688715569:43937688716196 26077:26077 hsa_system_get_info(2, 0x11dc168) = 0 +43937688716947:43937688717574 26077:26077 hsa_system_get_info(2, 0x11dc170) = 0 +43937688718329:43937688718959 26077:26077 hsa_system_get_info(2, 0x11dc178) = 0 +43937688719708:43937688720336 26077:26077 hsa_system_get_info(2, 0x11dc180) = 0 +43937688721085:43937688721706 26077:26077 hsa_system_get_info(2, 0x11dc188) = 0 +43937688722453:43937688723086 26077:26077 hsa_system_get_info(2, 0x11dc190) = 0 +43937688723839:43937688724460 26077:26077 hsa_system_get_info(2, 0x11dc198) = 0 +43937688725208:43937688725830 26077:26077 hsa_system_get_info(2, 0x11dc1a0) = 0 +43937688726582:43937688727205 26077:26077 hsa_system_get_info(2, 0x11dc1a8) = 0 +43937688727953:43937688728579 26077:26077 hsa_system_get_info(2, 0x11dc1b0) = 0 +43937688729324:43937688729951 26077:26077 hsa_system_get_info(2, 0x11dc1b8) = 0 +43937688730696:43937688731317 26077:26077 hsa_system_get_info(2, 0x11dc1c0) = 0 +43937688732065:43937688732683 26077:26077 hsa_system_get_info(2, 0x11dc1c8) = 0 +43937688733430:43937688734050 26077:26077 hsa_system_get_info(2, 0x11dc1d0) = 0 +43937688734818:43937688735441 26077:26077 hsa_system_get_info(2, 0x11dc1d8) = 0 +43937688736196:43937688736814 26077:26077 hsa_system_get_info(2, 0x11dc1e0) = 0 +43937688737566:43937688738192 26077:26077 hsa_system_get_info(2, 0x11dc1e8) = 0 +43937688738941:43937688739569 26077:26077 hsa_system_get_info(2, 0x11dc1f0) = 0 +43937688740320:43937688740951 26077:26077 hsa_system_get_info(2, 0x11dc1f8) = 0 +43937688741720:43937688742350 26077:26077 hsa_system_get_info(2, 0x11dc200) = 0 +43937688743103:43937688743731 26077:26077 hsa_system_get_info(2, 0x11dc208) = 0 +43937688744482:43937688745104 26077:26077 hsa_system_get_info(2, 0x11dc210) = 0 +43937688745853:43937688746477 26077:26077 hsa_system_get_info(2, 0x11dc218) = 0 +43937688747224:43937688747852 26077:26077 hsa_system_get_info(2, 0x11dc220) = 0 +43937688748603:43937688749234 26077:26077 hsa_system_get_info(2, 0x11dc228) = 0 +43937688749979:43937688750603 26077:26077 hsa_system_get_info(2, 0x11dc230) = 0 +43937688751349:43937688751980 26077:26077 hsa_system_get_info(2, 0x11dc238) = 0 +43937688753421:43937688754056 26077:26077 hsa_system_get_info(2, 0x11dc240) = 0 +43937688754802:43937688755421 26077:26077 hsa_system_get_info(2, 0x11dc248) = 0 +43937688756167:43937688756787 26077:26077 hsa_system_get_info(2, 0x11dc250) = 0 +43937688757553:43937688758166 26077:26077 hsa_system_get_info(2, 0x11dc258) = 0 +43937688758914:43937688759541 26077:26077 hsa_system_get_info(2, 0x11dc260) = 0 +43937688760284:43937688760906 26077:26077 hsa_system_get_info(2, 0x11dc268) = 0 +43937688761653:43937688762280 26077:26077 hsa_system_get_info(2, 0x11dc270) = 0 +43937688763023:43937688763645 26077:26077 hsa_system_get_info(2, 0x11dc278) = 0 +43937688764398:43937688765023 26077:26077 hsa_system_get_info(2, 0x11dc280) = 0 +43937688765783:43937688766403 26077:26077 hsa_system_get_info(2, 0x11dc288) = 0 +43937688767154:43937688767772 26077:26077 hsa_system_get_info(2, 0x11dc290) = 0 +43937688768527:43937688769145 26077:26077 hsa_system_get_info(2, 0x11dc298) = 0 +43937688769893:43937688770514 26077:26077 hsa_system_get_info(2, 0x11dc2a0) = 0 +43937688771265:43937688771885 26077:26077 hsa_system_get_info(2, 0x11dc2a8) = 0 +43937688772636:43937688773256 26077:26077 hsa_system_get_info(2, 0x11dc2b0) = 0 +43937688774010:43937688774629 26077:26077 hsa_system_get_info(2, 0x11dc2b8) = 0 +43937688775379:43937688776010 26077:26077 hsa_system_get_info(2, 0x11dc2c0) = 0 +43937688776764:43937688777382 26077:26077 hsa_system_get_info(2, 0x11dc2c8) = 0 +43937688778135:43937688778758 26077:26077 hsa_system_get_info(2, 0x11dc2d0) = 0 +43937688779513:43937688780135 26077:26077 hsa_system_get_info(2, 0x11dc2d8) = 0 +43937688780884:43937688781507 26077:26077 hsa_system_get_info(2, 0x11dc2e0) = 0 +43937688782285:43937688782913 26077:26077 hsa_system_get_info(2, 0x11dc2e8) = 0 +43937688783664:43937688784292 26077:26077 hsa_system_get_info(2, 0x11dc2f0) = 0 +43937688785047:43937688785672 26077:26077 hsa_system_get_info(2, 0x11dc2f8) = 0 +43937688786439:43937688787065 26077:26077 hsa_system_get_info(2, 0x11dc300) = 0 +43937688787816:43937688788437 26077:26077 hsa_system_get_info(2, 0x11dc308) = 0 +43937688789190:43937688789810 26077:26077 hsa_system_get_info(2, 0x11dc310) = 0 +43937688790562:43937688791189 26077:26077 hsa_system_get_info(2, 0x11dc318) = 0 +43937688791943:43937688792572 26077:26077 hsa_system_get_info(2, 0x11dc320) = 0 +43937688794089:43937688794719 26077:26077 hsa_system_get_info(2, 0x11dc328) = 0 +43937688795472:43937688796095 26077:26077 hsa_system_get_info(2, 0x11dc330) = 0 +43937688796850:43937688797472 26077:26077 hsa_system_get_info(2, 0x11dc338) = 0 +43937688798223:43937688798853 26077:26077 hsa_system_get_info(2, 0x11dc340) = 0 +43937688799600:43937688800226 26077:26077 hsa_system_get_info(2, 0x11dc348) = 0 +43937688800969:43937688801596 26077:26077 hsa_system_get_info(2, 0x11dc350) = 0 +43937688802345:43937688802974 26077:26077 hsa_system_get_info(2, 0x11dc358) = 0 +43937688803718:43937688804349 26077:26077 hsa_system_get_info(2, 0x11dc360) = 0 +43937688805098:43937688805727 26077:26077 hsa_system_get_info(2, 0x11dc368) = 0 +43937688806479:43937688807107 26077:26077 hsa_system_get_info(2, 0x11dc370) = 0 +43937688807853:43937688808481 26077:26077 hsa_system_get_info(2, 0x11dc378) = 0 +43937688809232:43937688809860 26077:26077 hsa_system_get_info(2, 0x11dc380) = 0 +43937688810628:43937688811250 26077:26077 hsa_system_get_info(2, 0x11dc388) = 0 +43937688812000:43937688812618 26077:26077 hsa_system_get_info(2, 0x11dc390) = 0 +43937688813366:43937688813989 26077:26077 hsa_system_get_info(2, 0x11dc398) = 0 +43937688814735:43937688815356 26077:26077 hsa_system_get_info(2, 0x11dc3a0) = 0 +43937688816107:43937688816731 26077:26077 hsa_system_get_info(2, 0x11dc3a8) = 0 +43937688817481:43937688818098 26077:26077 hsa_system_get_info(2, 0x11dc3b0) = 0 +43937688818848:43937688819468 26077:26077 hsa_system_get_info(2, 0x11dc3b8) = 0 +43937688820222:43937688820842 26077:26077 hsa_system_get_info(2, 0x11dc3c0) = 0 +43937688821595:43937688822208 26077:26077 hsa_system_get_info(2, 0x11dc3c8) = 0 +43937688822959:43937688823584 26077:26077 hsa_system_get_info(2, 0x11dc3d0) = 0 +43937688824335:43937688824957 26077:26077 hsa_system_get_info(2, 0x11dc3d8) = 0 +43937688825710:43937688826327 26077:26077 hsa_system_get_info(2, 0x11dc3e0) = 0 +43937688827076:43937688827693 26077:26077 hsa_system_get_info(2, 0x11dc3e8) = 0 +43937688828447:43937688829071 26077:26077 hsa_system_get_info(2, 0x11dc3f0) = 0 +43937688829833:43937688830456 26077:26077 hsa_system_get_info(2, 0x11dc3f8) = 0 +43937688831208:43937688831825 26077:26077 hsa_system_get_info(2, 0x11dc400) = 0 +43937688833326:43937688833958 26077:26077 hsa_system_get_info(2, 0x11dc408) = 0 +43937688834713:43937688835336 26077:26077 hsa_system_get_info(2, 0x11dc410) = 0 +43937688836084:43937688836703 26077:26077 hsa_system_get_info(2, 0x11dc418) = 0 +43937688837450:43937688838077 26077:26077 hsa_system_get_info(2, 0x11dc420) = 0 +43937688838819:43937688839437 26077:26077 hsa_system_get_info(2, 0x11dc428) = 0 +43937688840180:43937688840806 26077:26077 hsa_system_get_info(2, 0x11dc430) = 0 +43937688841558:43937688842176 26077:26077 hsa_system_get_info(2, 0x11dc438) = 0 +43937688842923:43937688843546 26077:26077 hsa_system_get_info(2, 0x11dc440) = 0 +43937688844299:43937688844924 26077:26077 hsa_system_get_info(2, 0x11dc448) = 0 +43937688845680:43937688846300 26077:26077 hsa_system_get_info(2, 0x11dc450) = 0 +43937688847051:43937688847674 26077:26077 hsa_system_get_info(2, 0x11dc458) = 0 +43937688848425:43937688849050 26077:26077 hsa_system_get_info(2, 0x11dc460) = 0 +43937688849801:43937688850425 26077:26077 hsa_system_get_info(2, 0x11dc468) = 0 +43937688851177:43937688851812 26077:26077 hsa_system_get_info(2, 0x11dc470) = 0 +43937688852565:43937688853206 26077:26077 hsa_system_get_info(2, 0x11dc478) = 0 +43937688853955:43937688854575 26077:26077 hsa_system_get_info(2, 0x11dc480) = 0 +43937688855324:43937688855947 26077:26077 hsa_system_get_info(2, 0x11dc488) = 0 +43937688856697:43937688857320 26077:26077 hsa_system_get_info(2, 0x11dc490) = 0 +43937688858071:43937688858695 26077:26077 hsa_system_get_info(2, 0x11dc498) = 0 +43937688859446:43937688860068 26077:26077 hsa_system_get_info(2, 0x11dc4a0) = 0 +43937688860818:43937688861441 26077:26077 hsa_system_get_info(2, 0x11dc4a8) = 0 +43937688862190:43937688862809 26077:26077 hsa_system_get_info(2, 0x11dc4b0) = 0 +43937688863557:43937688864175 26077:26077 hsa_system_get_info(2, 0x11dc4b8) = 0 +43937688864925:43937688865550 26077:26077 hsa_system_get_info(2, 0x11dc4c0) = 0 +43937688866299:43937688866922 26077:26077 hsa_system_get_info(2, 0x11dc4c8) = 0 +43937688867673:43937688868294 26077:26077 hsa_system_get_info(2, 0x11dc4d0) = 0 +43937688869044:43937688869671 26077:26077 hsa_system_get_info(2, 0x11dc4d8) = 0 +43937688870417:43937688871036 26077:26077 hsa_system_get_info(2, 0x11dc4e0) = 0 +43937688871783:43937688872420 26077:26077 hsa_system_get_info(2, 0x11dc4e8) = 0 +43937688873893:43937688874517 26077:26077 hsa_system_get_info(2, 0x11dc4f0) = 0 +43937688875270:43937688875887 26077:26077 hsa_system_get_info(2, 0x11dc4f8) = 0 +43937688876635:43937688877257 26077:26077 hsa_system_get_info(2, 0x11dc500) = 0 +43937688878010:43937688878636 26077:26077 hsa_system_get_info(2, 0x11dc508) = 0 +43937688879384:43937688880010 26077:26077 hsa_system_get_info(2, 0x11dc510) = 0 +43937688880761:43937688881381 26077:26077 hsa_system_get_info(2, 0x11dc518) = 0 +43937688882138:43937688882769 26077:26077 hsa_system_get_info(2, 0x11dc520) = 0 +43937688883519:43937688884145 26077:26077 hsa_system_get_info(2, 0x11dc528) = 0 +43937688884919:43937688885544 26077:26077 hsa_system_get_info(2, 0x11dc530) = 0 +43937688886292:43937688886915 26077:26077 hsa_system_get_info(2, 0x11dc538) = 0 +43937688887663:43937688888287 26077:26077 hsa_system_get_info(2, 0x11dc540) = 0 +43937688889037:43937688889655 26077:26077 hsa_system_get_info(2, 0x11dc548) = 0 +43937688890406:43937688891030 26077:26077 hsa_system_get_info(2, 0x11dc550) = 0 +43937688891778:43937688892418 26077:26077 hsa_system_get_info(2, 0x11dc558) = 0 +43937688893166:43937688893788 26077:26077 hsa_system_get_info(2, 0x11dc560) = 0 +43937688894542:43937688895161 26077:26077 hsa_system_get_info(2, 0x11dc568) = 0 +43937688895916:43937688896539 26077:26077 hsa_system_get_info(2, 0x11dc570) = 0 +43937688897290:43937688897908 26077:26077 hsa_system_get_info(2, 0x11dc578) = 0 +43937688898662:43937688899278 26077:26077 hsa_system_get_info(2, 0x11dc580) = 0 +43937688900030:43937688900645 26077:26077 hsa_system_get_info(2, 0x11dc588) = 0 +43937688901400:43937688902023 26077:26077 hsa_system_get_info(2, 0x11dc590) = 0 +43937688902774:43937688903396 26077:26077 hsa_system_get_info(2, 0x11dc598) = 0 +43937688904150:43937688904767 26077:26077 hsa_system_get_info(2, 0x11dc5a0) = 0 +43937688905518:43937688906144 26077:26077 hsa_system_get_info(2, 0x11dc5a8) = 0 +43937688906894:43937688907514 26077:26077 hsa_system_get_info(2, 0x11dc5b0) = 0 +43937688908265:43937688908881 26077:26077 hsa_system_get_info(2, 0x11dc5b8) = 0 +43937688909634:43937688910261 26077:26077 hsa_system_get_info(2, 0x11dc5c0) = 0 +43937688911009:43937688911631 26077:26077 hsa_system_get_info(2, 0x11dc5c8) = 0 +43937688913083:43937688913718 26077:26077 hsa_system_get_info(2, 0x11dc5d0) = 0 +43937688914468:43937688915093 26077:26077 hsa_system_get_info(2, 0x11dc5d8) = 0 +43937688915841:43937688916462 26077:26077 hsa_system_get_info(2, 0x11dc5e0) = 0 +43937688917210:43937688917828 26077:26077 hsa_system_get_info(2, 0x11dc5e8) = 0 +43937688918575:43937688919199 26077:26077 hsa_system_get_info(2, 0x11dc5f0) = 0 +43937688919947:43937688920574 26077:26077 hsa_system_get_info(2, 0x11dc5f8) = 0 +43937688921361:43937688921986 26077:26077 hsa_system_get_info(2, 0x11dc600) = 0 +43937688922737:43937688923362 26077:26077 hsa_system_get_info(2, 0x11dc608) = 0 +43937688924116:43937688924747 26077:26077 hsa_system_get_info(2, 0x11dc610) = 0 +43937688925499:43937688926127 26077:26077 hsa_system_get_info(2, 0x11dc618) = 0 +43937688926878:43937688927499 26077:26077 hsa_system_get_info(2, 0x11dc620) = 0 +43937688928249:43937688928875 26077:26077 hsa_system_get_info(2, 0x11dc628) = 0 +43937688929621:43937688930245 26077:26077 hsa_system_get_info(2, 0x11dc630) = 0 +43937688930997:43937688931626 26077:26077 hsa_system_get_info(2, 0x11dc638) = 0 +43937688932377:43937688933009 26077:26077 hsa_system_get_info(2, 0x11dc640) = 0 +43937688933760:43937688934392 26077:26077 hsa_system_get_info(2, 0x11dc648) = 0 +43937688935139:43937688935761 26077:26077 hsa_system_get_info(2, 0x11dc650) = 0 +43937688936511:43937688937126 26077:26077 hsa_system_get_info(2, 0x11dc658) = 0 +43937688937872:43937688938496 26077:26077 hsa_system_get_info(2, 0x11dc660) = 0 +43937688939247:43937688939868 26077:26077 hsa_system_get_info(2, 0x11dc668) = 0 +43937688940619:43937688941238 26077:26077 hsa_system_get_info(2, 0x11dc670) = 0 +43937688942006:43937688942626 26077:26077 hsa_system_get_info(2, 0x11dc678) = 0 +43937688943384:43937688944006 26077:26077 hsa_system_get_info(2, 0x11dc680) = 0 +43937688944757:43937688945375 26077:26077 hsa_system_get_info(2, 0x11dc688) = 0 +43937688946126:43937688946747 26077:26077 hsa_system_get_info(2, 0x11dc690) = 0 +43937688947492:43937688948116 26077:26077 hsa_system_get_info(2, 0x11dc698) = 0 +43937688948864:43937688949484 26077:26077 hsa_system_get_info(2, 0x11dc6a0) = 0 +43937688950234:43937688950860 26077:26077 hsa_system_get_info(2, 0x11dc6a8) = 0 +43937688951613:43937688952231 26077:26077 hsa_system_get_info(2, 0x11dc6b0) = 0 +43937688954355:43937688954990 26077:26077 hsa_system_get_info(2, 0x11dc6b8) = 0 +43937688955747:43937688956374 26077:26077 hsa_system_get_info(2, 0x11dc6c0) = 0 +43937688957121:43937688957738 26077:26077 hsa_system_get_info(2, 0x11dc6c8) = 0 +43937688958487:43937688959104 26077:26077 hsa_system_get_info(2, 0x11dc6d0) = 0 +43937688959854:43937688960475 26077:26077 hsa_system_get_info(2, 0x11dc6d8) = 0 +43937688961228:43937688961845 26077:26077 hsa_system_get_info(2, 0x11dc6e0) = 0 +43937688962590:43937688963214 26077:26077 hsa_system_get_info(2, 0x11dc6e8) = 0 +43937688963960:43937688964585 26077:26077 hsa_system_get_info(2, 0x11dc6f0) = 0 +43937688965351:43937688965969 26077:26077 hsa_system_get_info(2, 0x11dc6f8) = 0 +43937688966737:43937688967358 26077:26077 hsa_system_get_info(2, 0x11dc700) = 0 +43937688968109:43937688968731 26077:26077 hsa_system_get_info(2, 0x11dc708) = 0 +43937688969485:43937688970110 26077:26077 hsa_system_get_info(2, 0x11dc710) = 0 +43937688970860:43937688971491 26077:26077 hsa_system_get_info(2, 0x11dc718) = 0 +43937688972240:43937688972861 26077:26077 hsa_system_get_info(2, 0x11dc720) = 0 +43937688973610:43937688974235 26077:26077 hsa_system_get_info(2, 0x11dc728) = 0 +43937688974984:43937688975613 26077:26077 hsa_system_get_info(2, 0x11dc730) = 0 +43937688976366:43937688976996 26077:26077 hsa_system_get_info(2, 0x11dc738) = 0 +43937688977750:43937688978377 26077:26077 hsa_system_get_info(2, 0x11dc740) = 0 +43937688979130:43937688979754 26077:26077 hsa_system_get_info(2, 0x11dc748) = 0 +43937688980500:43937688981129 26077:26077 hsa_system_get_info(2, 0x11dc750) = 0 +43937688981877:43937688982502 26077:26077 hsa_system_get_info(2, 0x11dc758) = 0 +43937688983249:43937688983874 26077:26077 hsa_system_get_info(2, 0x11dc760) = 0 +43937688984629:43937688985252 26077:26077 hsa_system_get_info(2, 0x11dc768) = 0 +43937688986002:43937688986649 26077:26077 hsa_system_get_info(2, 0x11dc770) = 0 +43937688987395:43937688988024 26077:26077 hsa_system_get_info(2, 0x11dc778) = 0 +43937688988772:43937688989397 26077:26077 hsa_system_get_info(2, 0x11dc780) = 0 +43937688990141:43937688990763 26077:26077 hsa_system_get_info(2, 0x11dc788) = 0 +43937688991511:43937688992134 26077:26077 hsa_system_get_info(2, 0x11dc790) = 0 +43937688993593:43937688994219 26077:26077 hsa_system_get_info(2, 0x11dc798) = 0 +43937688994967:43937688995595 26077:26077 hsa_system_get_info(2, 0x11dc7a0) = 0 +43937688996348:43937688996971 26077:26077 hsa_system_get_info(2, 0x11dc7a8) = 0 +43937688997718:43937688998341 26077:26077 hsa_system_get_info(2, 0x11dc7b0) = 0 +43937688999099:43937688999729 26077:26077 hsa_system_get_info(2, 0x11dc7b8) = 0 +43937689000478:43937689001106 26077:26077 hsa_system_get_info(2, 0x11dc7c0) = 0 +43937689001854:43937689002482 26077:26077 hsa_system_get_info(2, 0x11dc7c8) = 0 +43937689278516:43937695471080 26077:26082 hsa_queue_create(, , , 0, 0, , , ) = 0 +43937973430582:43937973432774 26077:26082 hsa_signal_create(1, , 0, 0x7fe700002190) = 0 +43937973474063:43937973483935 26077:26082 hsa_code_object_reader_create_from_file(5, 0x7fe7197f9b70) = 0 +43937973485130:43937973497284 26077:26082 hsa_executable_create_alt(1, 0, +43937973498248:43937973646636 26077:26082 hsa_executable_load_agent_code_object(, , , +43937973648387:43937973790534 26077:26082 hsa_executable_freeze(, ) = 0 +43937973791974:43937973793443 26077:26082 hsa_executable_get_symbol(, +43937973799531:43937973800141 26077:26082 hsa_executable_symbol_get_info(, 13, 0x7fe7197f9bd0) = 0 +43937973800968:43937973801306 26077:26082 hsa_executable_symbol_get_info(, 14, 0x7fe7197f9bd4) = 0 +43937973802078:43937973802502 26077:26082 hsa_executable_symbol_get_info(, 22, 0x7fe7197f9be0) = 0 +43937973804516:43937973804918 26077:26082 hsa_signal_store_relaxed(, 1) = void +43937973820406:43937973820947 26077:26082 hsa_queue_load_write_index_relaxed(0x1221000) = 0 +43937973821819:43937973822183 26077:26082 hsa_queue_store_write_index_relaxed(0x1221000, ) = void +43937973823066:43937973823537 26077:26082 hsa_queue_load_read_index_relaxed(0x1221000) = 0 +43937973825172:43937973825812 26077:26082 hsa_signal_store_relaxed(, 0) = void +43937973831026:43937973835267 26077:26082 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43937973896837:43937973933045 26077:26082 hsa_executable_destroy() = 0 +43937973934619:43937973935726 26077:26082 hsa_signal_destroy() = 0 +43938251917445:43938251918459 26077:26082 hsa_signal_create(1, , 0, 0x7fe700002190) = 0 +43938251940786:43938251948262 26077:26082 hsa_code_object_reader_create_from_file(7, 0x7fe7197f9b60) = 0 +43938251949243:43938251959718 26077:26082 hsa_executable_create_alt(1, 0, +43938251961657:43938252040627 26077:26082 hsa_executable_load_agent_code_object(, , , +43938252042285:43938252065651 26077:26082 hsa_executable_freeze(, ) = 0 +43938252066647:43938252067834 26077:26082 hsa_executable_get_symbol(, +43938252079679:43938252092991 26077:26082 hsa_amd_memory_pool_allocate(, , , 0x7fe7197f9ba0) = 0 +43938252094133:43938252114996 26077:26082 hsa_amd_agents_allow_access(, 0x7fe7197f9bb0, 0, 0x800d98000) = 0 +43938252116470:43938252117618 26077:26082 hsa_amd_memory_pool_allocate(, , , 0x7fe7197f9ba8) = 0 +43938252118599:43938252127441 26077:26082 hsa_amd_memory_pool_allocate(, , , 0x7fe7197f9ba0) = 0 +43938252128362:43938252135971 26077:26082 hsa_amd_agents_allow_access(, 0x7fe7197f9bb0, 0, 0x800d81000) = 0 +43938252137057:43938252137533 26077:26082 hsa_executable_symbol_get_info(, 11, 0x7fe7197f9c00) = 0 +43938252138378:43938252146339 26077:26082 hsa_amd_memory_pool_allocate(, , , 0x7fe7197f9ba0) = 0 +43938252147270:43938252154737 26077:26082 hsa_amd_agents_allow_access(, 0x7fe7197f9bb0, 0, 0x123f000) = 0 +43938252576884:43938252577401 26077:26082 hsa_executable_symbol_get_info(, 13, 0x7fe7197f9bc0) = 0 +43938252578352:43938252578714 26077:26082 hsa_executable_symbol_get_info(, 14, 0x7fe7197f9bc4) = 0 +43938252579502:43938252579926 26077:26082 hsa_executable_symbol_get_info(, 22, 0x7fe7197f9bd0) = 0 +43938252591350:43938252591830 26077:26082 hsa_signal_store_relaxed(, 1) = void +43938252597018:43938252597606 26077:26082 hsa_queue_load_write_index_relaxed(0x1221000) = 1 +43938252598446:43938252598850 26077:26082 hsa_queue_store_write_index_relaxed(0x1221000, ) = void +43938252599673:43938252600099 26077:26082 hsa_queue_load_read_index_relaxed(0x1221000) = 1 +43938252601033:43938252601620 26077:26082 hsa_signal_store_relaxed(, 1) = void +43938252605782:43938252621567 26077:26082 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43938252628393:43938252662930 26077:26082 hsa_amd_memory_pool_allocate(, , , 0x7fe7197f9be0) = 0 +43938252664045:43938252673770 26077:26082 hsa_amd_agents_allow_access(, 0x7fe7197f9bf0, 0, 0x800db0000) = 0 +43938252675079:43938252676662 26077:26082 hsa_signal_create(1, , 0, 0x7fe7197f9b90) = 0 +43938252681483:43938252682016 26077:26082 hsa_agent_get_info(, 17, 0x7fe7197f9640) = 0 +43938252683622:43938252684084 26077:26082 hsa_amd_memory_pool_get_info(, 0, 0x7fe7197f94c0) = 0 +43938252684934:43938252685303 26077:26082 hsa_amd_memory_pool_get_info(, 1, 0x7fe7197f94c4) = 0 +43938252686136:43938252686487 26077:26082 hsa_amd_memory_pool_get_info(, 0, 0x7fe7197f94c0) = 0 +43938252687265:43938252687622 26077:26082 hsa_amd_memory_pool_get_info(, 1, 0x7fe7197f94c4) = 0 +43938252687265:43938252688458 26077:26082 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fe700006d60) = 1 +43938252690882:43938252691233 26077:26082 hsa_amd_memory_pool_get_info(, 0, 0x7fe7197f94c0) = 0 +43938252692020:43938252692372 26077:26082 hsa_amd_memory_pool_get_info(, 1, 0x7fe7197f94c4) = 0 +43938252692020:43938252693159 26077:26082 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fe700006d70) = 1 +43938252714887:43938252715316 26077:26082 hsa_agent_get_info(, 17, 0x7fe7197f9640) = 0 +43938252716205:43938252719156 26077:26082 hsa_agent_get_info(, 0, 0x7fe700006df4) = 0 +43938252720911:43938252721277 26077:26082 hsa_agent_get_info(, 6, 0x7fe700006e34) = 0 +43938252722037:43938252722410 26077:26082 hsa_agent_get_info(, 14, 0x7fe700006e38) = 0 +43938252723171:43938252723520 26077:26082 hsa_agent_get_info(, 4, 0x7fe700006e3c) = 0 +43938252724290:43938252724640 26077:26082 hsa_agent_get_info(, 40962, 0x7fe700006e58) = 0 +43938252725400:43938252725771 26077:26082 hsa_agent_get_info(, 40970, 0x7fe700006e5c) = 0 +43938252726521:43938252726881 26077:26082 hsa_agent_get_info(, 40971, 0x7fe700006e60) = 0 +43938252727653:43938252728021 26077:26082 hsa_agent_get_info(, 40972, 0x7fe700006e64) = 0 +43938252728780:43938252729124 26077:26082 hsa_agent_get_info(, 40973, 0x7fe700006e68) = 0 +43938252730417:43938252730765 26077:26082 hsa_amd_memory_pool_get_info(, 0, 0x7fe7197f94b0) = 0 +43938252731537:43938252731899 26077:26082 hsa_amd_memory_pool_get_info(, 1, 0x7fe7197f94b4) = 0 +43938252731537:43938252732665 26077:26082 hsa_amd_agent_iterate_memory_pools(, 1, 0x7fe700006e48) = 1 +43938252731537:43938252736605 26077:26082 hsa_iterate_agents(1, 0x7fe700006b70) = 0 +43938252737550:43938252746633 26077:26082 hsa_system_get_major_extension_table(, , , 0x7fe700006c08) = 0 +43938252747493:43938252747864 26077:26082 hsa_system_get_major_extension_table(, , , 0x7fe700006c58) = 0 +43938252748766:43938252749131 26077:26082 hsa_system_get_info(3, 0x7fe7197f97b8) = 0 +43938252762143:43938252762809 26077:26082 hsa_system_get_info(2, 0x7fe70000f020) = 0 +43938252764612:43938252765276 26077:26082 hsa_system_get_info(2, 0x7fe70000f028) = 0 +43938252766099:43938252766745 26077:26082 hsa_system_get_info(2, 0x7fe70000f030) = 0 +43938252767530:43938252768173 26077:26082 hsa_system_get_info(2, 0x7fe70000f038) = 0 +43938252768947:43938252769584 26077:26082 hsa_system_get_info(2, 0x7fe70000f040) = 0 +43938252770361:43938252771005 26077:26082 hsa_system_get_info(2, 0x7fe70000f048) = 0 +43938252771778:43938252772423 26077:26082 hsa_system_get_info(2, 0x7fe70000f050) = 0 +43938252773204:43938252773848 26077:26082 hsa_system_get_info(2, 0x7fe70000f058) = 0 +43938252775466:43938252776127 26077:26082 hsa_system_get_info(2, 0x7fe70000f060) = 0 +43938252776904:43938252777549 26077:26082 hsa_system_get_info(2, 0x7fe70000f068) = 0 +43938252778333:43938252778976 26077:26082 hsa_system_get_info(2, 0x7fe70000f070) = 0 +43938252779750:43938252780393 26077:26082 hsa_system_get_info(2, 0x7fe70000f078) = 0 +43938252781178:43938252781826 26077:26082 hsa_system_get_info(2, 0x7fe70000f080) = 0 +43938252782609:43938252783256 26077:26082 hsa_system_get_info(2, 0x7fe70000f088) = 0 +43938252784027:43938252784672 26077:26082 hsa_system_get_info(2, 0x7fe70000f090) = 0 +43938252785453:43938252786101 26077:26082 hsa_system_get_info(2, 0x7fe70000f098) = 0 +43938252786871:43938252787511 26077:26082 hsa_system_get_info(2, 0x7fe70000f0a0) = 0 +43938252788290:43938252788932 26077:26082 hsa_system_get_info(2, 0x7fe70000f0a8) = 0 +43938252789708:43938252790346 26077:26082 hsa_system_get_info(2, 0x7fe70000f0b0) = 0 +43938252791133:43938252791780 26077:26082 hsa_system_get_info(2, 0x7fe70000f0b8) = 0 +43938252792558:43938252793211 26077:26082 hsa_system_get_info(2, 0x7fe70000f0c0) = 0 +43938252793987:43938252794632 26077:26082 hsa_system_get_info(2, 0x7fe70000f0c8) = 0 +43938252795423:43938252796065 26077:26082 hsa_system_get_info(2, 0x7fe70000f0d0) = 0 +43938252796838:43938252797494 26077:26082 hsa_system_get_info(2, 0x7fe70000f0d8) = 0 +43938252798265:43938252798909 26077:26082 hsa_system_get_info(2, 0x7fe70000f0e0) = 0 +43938252799680:43938252800324 26077:26082 hsa_system_get_info(2, 0x7fe70000f0e8) = 0 +43938252801102:43938252801747 26077:26082 hsa_system_get_info(2, 0x7fe70000f0f0) = 0 +43938252802521:43938252803164 26077:26082 hsa_system_get_info(2, 0x7fe70000f0f8) = 0 +43938252803946:43938252804595 26077:26082 hsa_system_get_info(2, 0x7fe70000f100) = 0 +43938252805367:43938252806008 26077:26082 hsa_system_get_info(2, 0x7fe70000f108) = 0 +43938252806791:43938252807439 26077:26082 hsa_system_get_info(2, 0x7fe70000f110) = 0 +43938252808222:43938252808864 26077:26082 hsa_system_get_info(2, 0x7fe70000f118) = 0 +43938252809639:43938252810285 26077:26082 hsa_system_get_info(2, 0x7fe70000f120) = 0 +43938252811068:43938252811728 26077:26082 hsa_system_get_info(2, 0x7fe70000f128) = 0 +43938252812511:43938252813153 26077:26082 hsa_system_get_info(2, 0x7fe70000f130) = 0 +43938252813927:43938252814574 26077:26082 hsa_system_get_info(2, 0x7fe70000f138) = 0 +43938252815354:43938252816002 26077:26082 hsa_system_get_info(2, 0x7fe70000f140) = 0 +43938252817587:43938252818239 26077:26082 hsa_system_get_info(2, 0x7fe70000f148) = 0 +43938252819026:43938252819672 26077:26082 hsa_system_get_info(2, 0x7fe70000f150) = 0 +43938252820450:43938252821095 26077:26082 hsa_system_get_info(2, 0x7fe70000f158) = 0 +43938252821879:43938252822520 26077:26082 hsa_system_get_info(2, 0x7fe70000f160) = 0 +43938252823299:43938252823955 26077:26082 hsa_system_get_info(2, 0x7fe70000f168) = 0 +43938252824759:43938252825401 26077:26082 hsa_system_get_info(2, 0x7fe70000f170) = 0 +43938252826180:43938252826831 26077:26082 hsa_system_get_info(2, 0x7fe70000f178) = 0 +43938252827610:43938252828256 26077:26082 hsa_system_get_info(2, 0x7fe70000f180) = 0 +43938252829040:43938252829686 26077:26082 hsa_system_get_info(2, 0x7fe70000f188) = 0 +43938252830462:43938252831112 26077:26082 hsa_system_get_info(2, 0x7fe70000f190) = 0 +43938252831886:43938252832535 26077:26082 hsa_system_get_info(2, 0x7fe70000f198) = 0 +43938252833332:43938252833980 26077:26082 hsa_system_get_info(2, 0x7fe70000f1a0) = 0 +43938252834766:43938252835411 26077:26082 hsa_system_get_info(2, 0x7fe70000f1a8) = 0 +43938252836185:43938252836825 26077:26082 hsa_system_get_info(2, 0x7fe70000f1b0) = 0 +43938252837604:43938252838250 26077:26082 hsa_system_get_info(2, 0x7fe70000f1b8) = 0 +43938252839023:43938252839668 26077:26082 hsa_system_get_info(2, 0x7fe70000f1c0) = 0 +43938252840450:43938252841091 26077:26082 hsa_system_get_info(2, 0x7fe70000f1c8) = 0 +43938252841865:43938252842505 26077:26082 hsa_system_get_info(2, 0x7fe70000f1d0) = 0 +43938252843283:43938252843921 26077:26082 hsa_system_get_info(2, 0x7fe70000f1d8) = 0 +43938252844695:43938252845335 26077:26082 hsa_system_get_info(2, 0x7fe70000f1e0) = 0 +43938252846108:43938252846752 26077:26082 hsa_system_get_info(2, 0x7fe70000f1e8) = 0 +43938252847531:43938252848176 26077:26082 hsa_system_get_info(2, 0x7fe70000f1f0) = 0 +43938252848949:43938252849594 26077:26082 hsa_system_get_info(2, 0x7fe70000f1f8) = 0 +43938252850373:43938252851013 26077:26082 hsa_system_get_info(2, 0x7fe70000f200) = 0 +43938252851787:43938252852429 26077:26082 hsa_system_get_info(2, 0x7fe70000f208) = 0 +43938252853212:43938252853871 26077:26082 hsa_system_get_info(2, 0x7fe70000f210) = 0 +43938252854654:43938252855305 26077:26082 hsa_system_get_info(2, 0x7fe70000f218) = 0 +43938252856077:43938252856732 26077:26082 hsa_system_get_info(2, 0x7fe70000f220) = 0 +43938252858275:43938252858932 26077:26082 hsa_system_get_info(2, 0x7fe70000f228) = 0 +43938252859733:43938252860374 26077:26082 hsa_system_get_info(2, 0x7fe70000f230) = 0 +43938252861150:43938252861789 26077:26082 hsa_system_get_info(2, 0x7fe70000f238) = 0 +43938252862570:43938252863216 26077:26082 hsa_system_get_info(2, 0x7fe70000f240) = 0 +43938252863986:43938252864632 26077:26082 hsa_system_get_info(2, 0x7fe70000f248) = 0 +43938252865412:43938252866061 26077:26082 hsa_system_get_info(2, 0x7fe70000f250) = 0 +43938252866836:43938252867482 26077:26082 hsa_system_get_info(2, 0x7fe70000f258) = 0 +43938252868262:43938252868906 26077:26082 hsa_system_get_info(2, 0x7fe70000f260) = 0 +43938252869681:43938252870335 26077:26082 hsa_system_get_info(2, 0x7fe70000f268) = 0 +43938252871108:43938252871746 26077:26082 hsa_system_get_info(2, 0x7fe70000f270) = 0 +43938252872517:43938252873161 26077:26082 hsa_system_get_info(2, 0x7fe70000f278) = 0 +43938252873949:43938252874596 26077:26082 hsa_system_get_info(2, 0x7fe70000f280) = 0 +43938252875382:43938252876031 26077:26082 hsa_system_get_info(2, 0x7fe70000f288) = 0 +43938252876803:43938252877461 26077:26082 hsa_system_get_info(2, 0x7fe70000f290) = 0 +43938252878309:43938252878954 26077:26082 hsa_system_get_info(2, 0x7fe70000f298) = 0 +43938252879741:43938252880388 26077:26082 hsa_system_get_info(2, 0x7fe70000f2a0) = 0 +43938252881158:43938252881799 26077:26082 hsa_system_get_info(2, 0x7fe70000f2a8) = 0 +43938252882572:43938252883221 26077:26082 hsa_system_get_info(2, 0x7fe70000f2b0) = 0 +43938252884008:43938252884654 26077:26082 hsa_system_get_info(2, 0x7fe70000f2b8) = 0 +43938252885435:43938252886071 26077:26082 hsa_system_get_info(2, 0x7fe70000f2c0) = 0 +43938252886842:43938252887485 26077:26082 hsa_system_get_info(2, 0x7fe70000f2c8) = 0 +43938252888255:43938252888906 26077:26082 hsa_system_get_info(2, 0x7fe70000f2d0) = 0 +43938252889681:43938252890327 26077:26082 hsa_system_get_info(2, 0x7fe70000f2d8) = 0 +43938252891098:43938252891749 26077:26082 hsa_system_get_info(2, 0x7fe70000f2e0) = 0 +43938252892520:43938252893163 26077:26082 hsa_system_get_info(2, 0x7fe70000f2e8) = 0 +43938252893937:43938252894578 26077:26082 hsa_system_get_info(2, 0x7fe70000f2f0) = 0 +43938252895358:43938252896005 26077:26082 hsa_system_get_info(2, 0x7fe70000f2f8) = 0 +43938252896776:43938252897420 26077:26082 hsa_system_get_info(2, 0x7fe70000f300) = 0 +43938252898197:43938252898842 26077:26082 hsa_system_get_info(2, 0x7fe70000f308) = 0 +43938252901094:43938252901742 26077:26082 hsa_system_get_info(2, 0x7fe70000f310) = 0 +43938252902526:43938252903173 26077:26082 hsa_system_get_info(2, 0x7fe70000f318) = 0 +43938252903956:43938252904602 26077:26082 hsa_system_get_info(2, 0x7fe70000f320) = 0 +43938252905377:43938252906023 26077:26082 hsa_system_get_info(2, 0x7fe70000f328) = 0 +43938252906805:43938252907445 26077:26082 hsa_system_get_info(2, 0x7fe70000f330) = 0 +43938252908217:43938252908861 26077:26082 hsa_system_get_info(2, 0x7fe70000f338) = 0 +43938252909637:43938252910281 26077:26082 hsa_system_get_info(2, 0x7fe70000f340) = 0 +43938252911052:43938252911699 26077:26082 hsa_system_get_info(2, 0x7fe70000f348) = 0 +43938252912480:43938252913122 26077:26082 hsa_system_get_info(2, 0x7fe70000f350) = 0 +43938252913893:43938252914531 26077:26082 hsa_system_get_info(2, 0x7fe70000f358) = 0 +43938252915308:43938252915951 26077:26082 hsa_system_get_info(2, 0x7fe70000f360) = 0 +43938252916742:43938252917384 26077:26082 hsa_system_get_info(2, 0x7fe70000f368) = 0 +43938252918162:43938252918807 26077:26082 hsa_system_get_info(2, 0x7fe70000f370) = 0 +43938252919581:43938252920225 26077:26082 hsa_system_get_info(2, 0x7fe70000f378) = 0 +43938252921006:43938252921651 26077:26082 hsa_system_get_info(2, 0x7fe70000f380) = 0 +43938252922421:43938252923063 26077:26082 hsa_system_get_info(2, 0x7fe70000f388) = 0 +43938252923836:43938252924489 26077:26082 hsa_system_get_info(2, 0x7fe70000f390) = 0 +43938252925327:43938252925974 26077:26082 hsa_system_get_info(2, 0x7fe70000f398) = 0 +43938252926807:43938252927451 26077:26082 hsa_system_get_info(2, 0x7fe70000f3a0) = 0 +43938252928276:43938252928916 26077:26082 hsa_system_get_info(2, 0x7fe70000f3a8) = 0 +43938252929746:43938252930388 26077:26082 hsa_system_get_info(2, 0x7fe70000f3b0) = 0 +43938252931161:43938252931809 26077:26082 hsa_system_get_info(2, 0x7fe70000f3b8) = 0 +43938252932583:43938252933223 26077:26082 hsa_system_get_info(2, 0x7fe70000f3c0) = 0 +43938252933993:43938252934640 26077:26082 hsa_system_get_info(2, 0x7fe70000f3c8) = 0 +43938252935441:43938252936083 26077:26082 hsa_system_get_info(2, 0x7fe70000f3d0) = 0 +43938252936861:43938252937505 26077:26082 hsa_system_get_info(2, 0x7fe70000f3d8) = 0 +43938252938279:43938252938918 26077:26082 hsa_system_get_info(2, 0x7fe70000f3e0) = 0 +43938252939698:43938252940343 26077:26082 hsa_system_get_info(2, 0x7fe70000f3e8) = 0 +43938252941998:43938252942639 26077:26082 hsa_system_get_info(2, 0x7fe70000f3f0) = 0 +43938252943422:43938252944065 26077:26082 hsa_system_get_info(2, 0x7fe70000f3f8) = 0 +43938252944839:43938252945482 26077:26082 hsa_system_get_info(2, 0x7fe70000f400) = 0 +43938252946260:43938252946902 26077:26082 hsa_system_get_info(2, 0x7fe70000f408) = 0 +43938252947673:43938252948318 26077:26082 hsa_system_get_info(2, 0x7fe70000f410) = 0 +43938252949100:43938252949745 26077:26082 hsa_system_get_info(2, 0x7fe70000f418) = 0 +43938252950521:43938252951165 26077:26082 hsa_system_get_info(2, 0x7fe70000f420) = 0 +43938252951946:43938252952590 26077:26082 hsa_system_get_info(2, 0x7fe70000f428) = 0 +43938252953362:43938252953999 26077:26082 hsa_system_get_info(2, 0x7fe70000f430) = 0 +43938252954773:43938252955413 26077:26082 hsa_system_get_info(2, 0x7fe70000f438) = 0 +43938252956195:43938252956839 26077:26082 hsa_system_get_info(2, 0x7fe70000f440) = 0 +43938252957632:43938252958276 26077:26082 hsa_system_get_info(2, 0x7fe70000f448) = 0 +43938252959052:43938252959706 26077:26082 hsa_system_get_info(2, 0x7fe70000f450) = 0 +43938252960491:43938252961127 26077:26082 hsa_system_get_info(2, 0x7fe70000f458) = 0 +43938252961898:43938252962549 26077:26082 hsa_system_get_info(2, 0x7fe70000f460) = 0 +43938252963320:43938252963965 26077:26082 hsa_system_get_info(2, 0x7fe70000f468) = 0 +43938252964749:43938252965392 26077:26082 hsa_system_get_info(2, 0x7fe70000f470) = 0 +43938252966168:43938252966813 26077:26082 hsa_system_get_info(2, 0x7fe70000f478) = 0 +43938252967597:43938252968241 26077:26082 hsa_system_get_info(2, 0x7fe70000f480) = 0 +43938252969017:43938252969662 26077:26082 hsa_system_get_info(2, 0x7fe70000f488) = 0 +43938252970446:43938252971090 26077:26082 hsa_system_get_info(2, 0x7fe70000f490) = 0 +43938252971864:43938252972514 26077:26082 hsa_system_get_info(2, 0x7fe70000f498) = 0 +43938252973286:43938252973923 26077:26082 hsa_system_get_info(2, 0x7fe70000f4a0) = 0 +43938252974698:43938252975338 26077:26082 hsa_system_get_info(2, 0x7fe70000f4a8) = 0 +43938252976120:43938252976758 26077:26082 hsa_system_get_info(2, 0x7fe70000f4b0) = 0 +43938252977536:43938252978178 26077:26082 hsa_system_get_info(2, 0x7fe70000f4b8) = 0 +43938252978946:43938252979588 26077:26082 hsa_system_get_info(2, 0x7fe70000f4c0) = 0 +43938252980385:43938252981038 26077:26082 hsa_system_get_info(2, 0x7fe70000f4c8) = 0 +43938252981840:43938252982487 26077:26082 hsa_system_get_info(2, 0x7fe70000f4d0) = 0 +43938252984014:43938252984660 26077:26082 hsa_system_get_info(2, 0x7fe70000f4d8) = 0 +43938252985440:43938252986080 26077:26082 hsa_system_get_info(2, 0x7fe70000f4e0) = 0 +43938252986856:43938252987501 26077:26082 hsa_system_get_info(2, 0x7fe70000f4e8) = 0 +43938252988283:43938252988926 26077:26082 hsa_system_get_info(2, 0x7fe70000f4f0) = 0 +43938252989700:43938252990342 26077:26082 hsa_system_get_info(2, 0x7fe70000f4f8) = 0 +43938252991127:43938252991768 26077:26082 hsa_system_get_info(2, 0x7fe70000f500) = 0 +43938252992547:43938252993192 26077:26082 hsa_system_get_info(2, 0x7fe70000f508) = 0 +43938252993971:43938252994615 26077:26082 hsa_system_get_info(2, 0x7fe70000f510) = 0 +43938252995393:43938252996038 26077:26082 hsa_system_get_info(2, 0x7fe70000f518) = 0 +43938252996821:43938252997465 26077:26082 hsa_system_get_info(2, 0x7fe70000f520) = 0 +43938252998254:43938252998899 26077:26082 hsa_system_get_info(2, 0x7fe70000f528) = 0 +43938252999705:43938253000344 26077:26082 hsa_system_get_info(2, 0x7fe70000f530) = 0 +43938253001119:43938253001771 26077:26082 hsa_system_get_info(2, 0x7fe70000f538) = 0 +43938253002556:43938253003213 26077:26082 hsa_system_get_info(2, 0x7fe70000f540) = 0 +43938253003991:43938253004638 26077:26082 hsa_system_get_info(2, 0x7fe70000f548) = 0 +43938253005420:43938253006064 26077:26082 hsa_system_get_info(2, 0x7fe70000f550) = 0 +43938253006839:43938253007480 26077:26082 hsa_system_get_info(2, 0x7fe70000f558) = 0 +43938253008264:43938253008913 26077:26082 hsa_system_get_info(2, 0x7fe70000f560) = 0 +43938253009714:43938253010356 26077:26082 hsa_system_get_info(2, 0x7fe70000f568) = 0 +43938253011140:43938253011788 26077:26082 hsa_system_get_info(2, 0x7fe70000f570) = 0 +43938253012564:43938253013220 26077:26082 hsa_system_get_info(2, 0x7fe70000f578) = 0 +43938253013994:43938253014636 26077:26082 hsa_system_get_info(2, 0x7fe70000f580) = 0 +43938253015425:43938253016067 26077:26082 hsa_system_get_info(2, 0x7fe70000f588) = 0 +43938253016838:43938253017480 26077:26082 hsa_system_get_info(2, 0x7fe70000f590) = 0 +43938253018259:43938253018900 26077:26082 hsa_system_get_info(2, 0x7fe70000f598) = 0 +43938253019671:43938253020310 26077:26082 hsa_system_get_info(2, 0x7fe70000f5a0) = 0 +43938253021085:43938253021724 26077:26082 hsa_system_get_info(2, 0x7fe70000f5a8) = 0 +43938253022506:43938253023142 26077:26082 hsa_system_get_info(2, 0x7fe70000f5b0) = 0 +43938253024668:43938253025311 26077:26082 hsa_system_get_info(2, 0x7fe70000f5b8) = 0 +43938253026088:43938253026732 26077:26082 hsa_system_get_info(2, 0x7fe70000f5c0) = 0 +43938253027514:43938253028160 26077:26082 hsa_system_get_info(2, 0x7fe70000f5c8) = 0 +43938253028933:43938253029575 26077:26082 hsa_system_get_info(2, 0x7fe70000f5d0) = 0 +43938253030359:43938253031004 26077:26082 hsa_system_get_info(2, 0x7fe70000f5d8) = 0 +43938253031794:43938253032443 26077:26082 hsa_system_get_info(2, 0x7fe70000f5e0) = 0 +43938253033218:43938253033870 26077:26082 hsa_system_get_info(2, 0x7fe70000f5e8) = 0 +43938253034644:43938253035286 26077:26082 hsa_system_get_info(2, 0x7fe70000f5f0) = 0 +43938253036060:43938253036712 26077:26082 hsa_system_get_info(2, 0x7fe70000f5f8) = 0 +43938253037486:43938253038135 26077:26082 hsa_system_get_info(2, 0x7fe70000f600) = 0 +43938253038913:43938253039558 26077:26082 hsa_system_get_info(2, 0x7fe70000f608) = 0 +43938253040337:43938253040982 26077:26082 hsa_system_get_info(2, 0x7fe70000f610) = 0 +43938253041766:43938253042420 26077:26082 hsa_system_get_info(2, 0x7fe70000f618) = 0 +43938253043201:43938253043845 26077:26082 hsa_system_get_info(2, 0x7fe70000f620) = 0 +43938253044620:43938253045263 26077:26082 hsa_system_get_info(2, 0x7fe70000f628) = 0 +43938253046044:43938253046693 26077:26082 hsa_system_get_info(2, 0x7fe70000f630) = 0 +43938253047467:43938253048124 26077:26082 hsa_system_get_info(2, 0x7fe70000f638) = 0 +43938253048895:43938253049543 26077:26082 hsa_system_get_info(2, 0x7fe70000f640) = 0 +43938253050322:43938253050965 26077:26082 hsa_system_get_info(2, 0x7fe70000f648) = 0 +43938253051736:43938253052382 26077:26082 hsa_system_get_info(2, 0x7fe70000f650) = 0 +43938253053161:43938253053800 26077:26082 hsa_system_get_info(2, 0x7fe70000f658) = 0 +43938253054573:43938253055224 26077:26082 hsa_system_get_info(2, 0x7fe70000f660) = 0 +43938253056009:43938253056659 26077:26082 hsa_system_get_info(2, 0x7fe70000f668) = 0 +43938253057432:43938253058088 26077:26082 hsa_system_get_info(2, 0x7fe70000f670) = 0 +43938253058863:43938253059505 26077:26082 hsa_system_get_info(2, 0x7fe70000f678) = 0 +43938253060284:43938253060925 26077:26082 hsa_system_get_info(2, 0x7fe70000f680) = 0 +43938253061708:43938253062350 26077:26082 hsa_system_get_info(2, 0x7fe70000f688) = 0 +43938253063129:43938253063771 26077:26082 hsa_system_get_info(2, 0x7fe70000f690) = 0 +43938253065274:43938253065918 26077:26082 hsa_system_get_info(2, 0x7fe70000f698) = 0 +43938253066711:43938253067353 26077:26082 hsa_system_get_info(2, 0x7fe70000f6a0) = 0 +43938253068133:43938253068780 26077:26082 hsa_system_get_info(2, 0x7fe70000f6a8) = 0 +43938253069553:43938253070195 26077:26082 hsa_system_get_info(2, 0x7fe70000f6b0) = 0 +43938253070974:43938253071622 26077:26082 hsa_system_get_info(2, 0x7fe70000f6b8) = 0 +43938253072396:43938253073037 26077:26082 hsa_system_get_info(2, 0x7fe70000f6c0) = 0 +43938253073818:43938253074462 26077:26082 hsa_system_get_info(2, 0x7fe70000f6c8) = 0 +43938253075235:43938253075880 26077:26082 hsa_system_get_info(2, 0x7fe70000f6d0) = 0 +43938253076663:43938253077308 26077:26082 hsa_system_get_info(2, 0x7fe70000f6d8) = 0 +43938253078080:43938253078723 26077:26082 hsa_system_get_info(2, 0x7fe70000f6e0) = 0 +43938253079504:43938253080150 26077:26082 hsa_system_get_info(2, 0x7fe70000f6e8) = 0 +43938253080936:43938253081576 26077:26082 hsa_system_get_info(2, 0x7fe70000f6f0) = 0 +43938253082353:43938253083000 26077:26082 hsa_system_get_info(2, 0x7fe70000f6f8) = 0 +43938253083782:43938253084425 26077:26082 hsa_system_get_info(2, 0x7fe70000f700) = 0 +43938253085220:43938253085863 26077:26082 hsa_system_get_info(2, 0x7fe70000f708) = 0 +43938253086638:43938253087284 26077:26082 hsa_system_get_info(2, 0x7fe70000f710) = 0 +43938253088067:43938253088713 26077:26082 hsa_system_get_info(2, 0x7fe70000f718) = 0 +43938253089485:43938253090140 26077:26082 hsa_system_get_info(2, 0x7fe70000f720) = 0 +43938253090914:43938253091565 26077:26082 hsa_system_get_info(2, 0x7fe70000f728) = 0 +43938253092344:43938253092993 26077:26082 hsa_system_get_info(2, 0x7fe70000f730) = 0 +43938253093767:43938253094439 26077:26082 hsa_system_get_info(2, 0x7fe70000f738) = 0 +43938253095212:43938253095866 26077:26082 hsa_system_get_info(2, 0x7fe70000f740) = 0 +43938253096642:43938253097288 26077:26082 hsa_system_get_info(2, 0x7fe70000f748) = 0 +43938253098070:43938253098714 26077:26082 hsa_system_get_info(2, 0x7fe70000f750) = 0 +43938253099487:43938253100130 26077:26082 hsa_system_get_info(2, 0x7fe70000f758) = 0 +43938253100910:43938253101554 26077:26082 hsa_system_get_info(2, 0x7fe70000f760) = 0 +43938253102331:43938253102979 26077:26082 hsa_system_get_info(2, 0x7fe70000f768) = 0 +43938253103764:43938253104411 26077:26082 hsa_system_get_info(2, 0x7fe70000f770) = 0 +43938253105196:43938253105841 26077:26082 hsa_system_get_info(2, 0x7fe70000f778) = 0 +43938253107354:43938253107996 26077:26082 hsa_system_get_info(2, 0x7fe70000f780) = 0 +43938253108768:43938253109414 26077:26082 hsa_system_get_info(2, 0x7fe70000f788) = 0 +43938253110198:43938253110841 26077:26082 hsa_system_get_info(2, 0x7fe70000f790) = 0 +43938253111613:43938253112256 26077:26082 hsa_system_get_info(2, 0x7fe70000f798) = 0 +43938253113038:43938253113682 26077:26082 hsa_system_get_info(2, 0x7fe70000f7a0) = 0 +43938253114454:43938253115093 26077:26082 hsa_system_get_info(2, 0x7fe70000f7a8) = 0 +43938253115876:43938253116520 26077:26082 hsa_system_get_info(2, 0x7fe70000f7b0) = 0 +43938253117295:43938253117941 26077:26082 hsa_system_get_info(2, 0x7fe70000f7b8) = 0 +43938253118728:43938253119372 26077:26082 hsa_system_get_info(2, 0x7fe70000f7c0) = 0 +43938253120142:43938253120781 26077:26082 hsa_system_get_info(2, 0x7fe70000f7c8) = 0 +43938253121563:43938253122205 26077:26082 hsa_system_get_info(2, 0x7fe70000f7d0) = 0 +43938253122978:43938253123619 26077:26082 hsa_system_get_info(2, 0x7fe70000f7d8) = 0 +43938253124404:43938253125044 26077:26082 hsa_system_get_info(2, 0x7fe70000f7e0) = 0 +43938253125816:43938253126472 26077:26082 hsa_system_get_info(2, 0x7fe70000f7e8) = 0 +43938253127257:43938253127893 26077:26082 hsa_system_get_info(2, 0x7fe70000f7f0) = 0 +43938253128663:43938253129308 26077:26082 hsa_system_get_info(2, 0x7fe70000f7f8) = 0 +43938253130092:43938253130736 26077:26082 hsa_system_get_info(2, 0x7fe70000f800) = 0 +43938253131507:43938253132153 26077:26082 hsa_system_get_info(2, 0x7fe70000f808) = 0 +43938253132937:43938253133577 26077:26082 hsa_system_get_info(2, 0x7fe70000f810) = 0 +43938253134349:43938253134990 26077:26082 hsa_system_get_info(2, 0x7fe70000f818) = 0 +43938253135775:43938253136422 26077:26082 hsa_system_get_info(2, 0x7fe70000f820) = 0 +43938253137194:43938253137834 26077:26082 hsa_system_get_info(2, 0x7fe70000f828) = 0 +43938253138616:43938253139258 26077:26082 hsa_system_get_info(2, 0x7fe70000f830) = 0 +43938253140033:43938253140679 26077:26082 hsa_system_get_info(2, 0x7fe70000f838) = 0 +43938253141459:43938253142104 26077:26082 hsa_system_get_info(2, 0x7fe70000f840) = 0 +43938253142903:43938253143547 26077:26082 hsa_system_get_info(2, 0x7fe70000f848) = 0 +43938253144321:43938253144974 26077:26082 hsa_system_get_info(2, 0x7fe70000f850) = 0 +43938253145751:43938253146389 26077:26082 hsa_system_get_info(2, 0x7fe70000f858) = 0 +43938253147962:43938253148619 26077:26082 hsa_system_get_info(2, 0x7fe70000f860) = 0 +43938253149393:43938253150041 26077:26082 hsa_system_get_info(2, 0x7fe70000f868) = 0 +43938253150824:43938253151466 26077:26082 hsa_system_get_info(2, 0x7fe70000f870) = 0 +43938253152242:43938253152881 26077:26082 hsa_system_get_info(2, 0x7fe70000f878) = 0 +43938253153663:43938253154310 26077:26082 hsa_system_get_info(2, 0x7fe70000f880) = 0 +43938253155086:43938253155725 26077:26082 hsa_system_get_info(2, 0x7fe70000f888) = 0 +43938253156507:43938253157147 26077:26082 hsa_system_get_info(2, 0x7fe70000f890) = 0 +43938253157923:43938253158570 26077:26082 hsa_system_get_info(2, 0x7fe70000f898) = 0 +43938253159362:43938253160005 26077:26082 hsa_system_get_info(2, 0x7fe70000f8a0) = 0 +43938253160787:43938253161432 26077:26082 hsa_system_get_info(2, 0x7fe70000f8a8) = 0 +43938253162211:43938253162851 26077:26082 hsa_system_get_info(2, 0x7fe70000f8b0) = 0 +43938253163643:43938253164287 26077:26082 hsa_system_get_info(2, 0x7fe70000f8b8) = 0 +43938253165073:43938253165717 26077:26082 hsa_system_get_info(2, 0x7fe70000f8c0) = 0 +43938253166489:43938253167133 26077:26082 hsa_system_get_info(2, 0x7fe70000f8c8) = 0 +43938253167915:43938253168558 26077:26082 hsa_system_get_info(2, 0x7fe70000f8d0) = 0 +43938253169332:43938253169975 26077:26082 hsa_system_get_info(2, 0x7fe70000f8d8) = 0 +43938253170757:43938253171404 26077:26082 hsa_system_get_info(2, 0x7fe70000f8e0) = 0 +43938253172187:43938253172834 26077:26082 hsa_system_get_info(2, 0x7fe70000f8e8) = 0 +43938253173608:43938253174250 26077:26082 hsa_system_get_info(2, 0x7fe70000f8f0) = 0 +43938253175031:43938253175660 26077:26082 hsa_system_get_info(2, 0x7fe70000f8f8) = 0 +43938253176438:43938253177088 26077:26082 hsa_system_get_info(2, 0x7fe70000f900) = 0 +43938253177881:43938253178521 26077:26082 hsa_system_get_info(2, 0x7fe70000f908) = 0 +43938253179292:43938253179930 26077:26082 hsa_system_get_info(2, 0x7fe70000f910) = 0 +43938253180716:43938253181362 26077:26082 hsa_system_get_info(2, 0x7fe70000f918) = 0 +43938253182137:43938253182781 26077:26082 hsa_system_get_info(2, 0x7fe70000f920) = 0 +43938253183564:43938253184214 26077:26082 hsa_system_get_info(2, 0x7fe70000f928) = 0 +43938253184997:43938253185644 26077:26082 hsa_system_get_info(2, 0x7fe70000f930) = 0 +43938253186418:43938253187059 26077:26082 hsa_system_get_info(2, 0x7fe70000f938) = 0 +43938253187836:43938253188468 26077:26082 hsa_system_get_info(2, 0x7fe70000f940) = 0 +43938253189981:43938253190627 26077:26082 hsa_system_get_info(2, 0x7fe70000f948) = 0 +43938253191410:43938253192056 26077:26082 hsa_system_get_info(2, 0x7fe70000f950) = 0 +43938253192827:43938253193469 26077:26082 hsa_system_get_info(2, 0x7fe70000f958) = 0 +43938253194258:43938253194904 26077:26082 hsa_system_get_info(2, 0x7fe70000f960) = 0 +43938253195687:43938253196327 26077:26082 hsa_system_get_info(2, 0x7fe70000f968) = 0 +43938253197102:43938253197743 26077:26082 hsa_system_get_info(2, 0x7fe70000f970) = 0 +43938253198538:43938253199180 26077:26082 hsa_system_get_info(2, 0x7fe70000f978) = 0 +43938253199977:43938253200616 26077:26082 hsa_system_get_info(2, 0x7fe70000f980) = 0 +43938253201393:43938253202036 26077:26082 hsa_system_get_info(2, 0x7fe70000f988) = 0 +43938253202818:43938253203459 26077:26082 hsa_system_get_info(2, 0x7fe70000f990) = 0 +43938253204230:43938253204874 26077:26082 hsa_system_get_info(2, 0x7fe70000f998) = 0 +43938253205654:43938253206305 26077:26082 hsa_system_get_info(2, 0x7fe70000f9a0) = 0 +43938253207088:43938253207736 26077:26082 hsa_system_get_info(2, 0x7fe70000f9a8) = 0 +43938253208518:43938253209172 26077:26082 hsa_system_get_info(2, 0x7fe70000f9b0) = 0 +43938253209951:43938253210593 26077:26082 hsa_system_get_info(2, 0x7fe70000f9b8) = 0 +43938253211377:43938253212025 26077:26082 hsa_system_get_info(2, 0x7fe70000f9c0) = 0 +43938253212799:43938253213441 26077:26082 hsa_system_get_info(2, 0x7fe70000f9c8) = 0 +43938253214223:43938253214873 26077:26082 hsa_system_get_info(2, 0x7fe70000f9d0) = 0 +43938253215654:43938253216303 26077:26082 hsa_system_get_info(2, 0x7fe70000f9d8) = 0 +43938253217078:43938253217724 26077:26082 hsa_system_get_info(2, 0x7fe70000f9e0) = 0 +43938253218517:43938253219164 26077:26082 hsa_system_get_info(2, 0x7fe70000f9e8) = 0 +43938253219947:43938253220589 26077:26082 hsa_system_get_info(2, 0x7fe70000f9f0) = 0 +43938253221384:43938253222029 26077:26082 hsa_system_get_info(2, 0x7fe70000f9f8) = 0 +43938253222802:43938253223444 26077:26082 hsa_system_get_info(2, 0x7fe70000fa00) = 0 +43938253224221:43938253224864 26077:26082 hsa_system_get_info(2, 0x7fe70000fa08) = 0 +43938253225638:43938253226279 26077:26082 hsa_system_get_info(2, 0x7fe70000fa10) = 0 +43938253227062:43938253227706 26077:26082 hsa_system_get_info(2, 0x7fe70000fa18) = 0 +43938253228480:43938253229128 26077:26082 hsa_system_get_info(2, 0x7fe70000fa20) = 0 +43938253230635:43938253231278 26077:26082 hsa_system_get_info(2, 0x7fe70000fa28) = 0 +43938253232062:43938253232704 26077:26082 hsa_system_get_info(2, 0x7fe70000fa30) = 0 +43938253233476:43938253234121 26077:26082 hsa_system_get_info(2, 0x7fe70000fa38) = 0 +43938253234905:43938253235553 26077:26082 hsa_system_get_info(2, 0x7fe70000fa40) = 0 +43938253236328:43938253236972 26077:26082 hsa_system_get_info(2, 0x7fe70000fa48) = 0 +43938253237770:43938253238415 26077:26082 hsa_system_get_info(2, 0x7fe70000fa50) = 0 +43938253239197:43938253239840 26077:26082 hsa_system_get_info(2, 0x7fe70000fa58) = 0 +43938253240613:43938253241255 26077:26082 hsa_system_get_info(2, 0x7fe70000fa60) = 0 +43938253242038:43938253242680 26077:26082 hsa_system_get_info(2, 0x7fe70000fa68) = 0 +43938253243455:43938253244100 26077:26082 hsa_system_get_info(2, 0x7fe70000fa70) = 0 +43938253244883:43938253245532 26077:26082 hsa_system_get_info(2, 0x7fe70000fa78) = 0 +43938253246328:43938253246967 26077:26082 hsa_system_get_info(2, 0x7fe70000fa80) = 0 +43938253247755:43938253248394 26077:26082 hsa_system_get_info(2, 0x7fe70000fa88) = 0 +43938253249165:43938253249809 26077:26082 hsa_system_get_info(2, 0x7fe70000fa90) = 0 +43938253250595:43938253251235 26077:26082 hsa_system_get_info(2, 0x7fe70000fa98) = 0 +43938253252007:43938253252653 26077:26082 hsa_system_get_info(2, 0x7fe70000faa0) = 0 +43938253253435:43938253254065 26077:26082 hsa_system_get_info(2, 0x7fe70000faa8) = 0 +43938253254845:43938253255486 26077:26082 hsa_system_get_info(2, 0x7fe70000fab0) = 0 +43938253256259:43938253256901 26077:26082 hsa_system_get_info(2, 0x7fe70000fab8) = 0 +43938253257687:43938253258327 26077:26082 hsa_system_get_info(2, 0x7fe70000fac0) = 0 +43938253259102:43938253259749 26077:26082 hsa_system_get_info(2, 0x7fe70000fac8) = 0 +43938253260529:43938253261164 26077:26082 hsa_system_get_info(2, 0x7fe70000fad0) = 0 +43938253261933:43938253262579 26077:26082 hsa_system_get_info(2, 0x7fe70000fad8) = 0 +43938253263360:43938253264004 26077:26082 hsa_system_get_info(2, 0x7fe70000fae0) = 0 +43938253264782:43938253265425 26077:26082 hsa_system_get_info(2, 0x7fe70000fae8) = 0 +43938253266221:43938253266865 26077:26082 hsa_system_get_info(2, 0x7fe70000faf0) = 0 +43938253267646:43938253268292 26077:26082 hsa_system_get_info(2, 0x7fe70000faf8) = 0 +43938253269066:43938253269710 26077:26082 hsa_system_get_info(2, 0x7fe70000fb00) = 0 +43938253270490:43938253271131 26077:26082 hsa_system_get_info(2, 0x7fe70000fb08) = 0 +43938253272631:43938253273275 26077:26082 hsa_system_get_info(2, 0x7fe70000fb10) = 0 +43938253274055:43938253274699 26077:26082 hsa_system_get_info(2, 0x7fe70000fb18) = 0 +43938253275475:43938253276127 26077:26082 hsa_system_get_info(2, 0x7fe70000fb20) = 0 +43938253276900:43938253277546 26077:26082 hsa_system_get_info(2, 0x7fe70000fb28) = 0 +43938253278331:43938253278975 26077:26082 hsa_system_get_info(2, 0x7fe70000fb30) = 0 +43938253279753:43938253280395 26077:26082 hsa_system_get_info(2, 0x7fe70000fb38) = 0 +43938253281176:43938253281820 26077:26082 hsa_system_get_info(2, 0x7fe70000fb40) = 0 +43938253282597:43938253283240 26077:26082 hsa_system_get_info(2, 0x7fe70000fb48) = 0 +43938253284018:43938253284660 26077:26082 hsa_system_get_info(2, 0x7fe70000fb50) = 0 +43938253285439:43938253286083 26077:26082 hsa_system_get_info(2, 0x7fe70000fb58) = 0 +43938253286873:43938253287518 26077:26082 hsa_system_get_info(2, 0x7fe70000fb60) = 0 +43938253288303:43938253288950 26077:26082 hsa_system_get_info(2, 0x7fe70000fb68) = 0 +43938253289737:43938253290381 26077:26082 hsa_system_get_info(2, 0x7fe70000fb70) = 0 +43938253291156:43938253291800 26077:26082 hsa_system_get_info(2, 0x7fe70000fb78) = 0 +43938253292596:43938253293240 26077:26082 hsa_system_get_info(2, 0x7fe70000fb80) = 0 +43938253294037:43938253294682 26077:26082 hsa_system_get_info(2, 0x7fe70000fb88) = 0 +43938253295467:43938253296110 26077:26082 hsa_system_get_info(2, 0x7fe70000fb90) = 0 +43938253296891:43938253297550 26077:26082 hsa_system_get_info(2, 0x7fe70000fb98) = 0 +43938253298325:43938253298981 26077:26082 hsa_system_get_info(2, 0x7fe70000fba0) = 0 +43938253299762:43938253300408 26077:26082 hsa_system_get_info(2, 0x7fe70000fba8) = 0 +43938253301195:43938253301844 26077:26082 hsa_system_get_info(2, 0x7fe70000fbb0) = 0 +43938253302624:43938253303268 26077:26082 hsa_system_get_info(2, 0x7fe70000fbb8) = 0 +43938253304042:43938253304687 26077:26082 hsa_system_get_info(2, 0x7fe70000fbc0) = 0 +43938253305468:43938253306110 26077:26082 hsa_system_get_info(2, 0x7fe70000fbc8) = 0 +43938253306908:43938253307551 26077:26082 hsa_system_get_info(2, 0x7fe70000fbd0) = 0 +43938253308322:43938253308967 26077:26082 hsa_system_get_info(2, 0x7fe70000fbd8) = 0 +43938253309751:43938253310397 26077:26082 hsa_system_get_info(2, 0x7fe70000fbe0) = 0 +43938253311173:43938253311815 26077:26082 hsa_system_get_info(2, 0x7fe70000fbe8) = 0 +43938253313330:43938253313977 26077:26082 hsa_system_get_info(2, 0x7fe70000fbf0) = 0 +43938253314761:43938253315406 26077:26082 hsa_system_get_info(2, 0x7fe70000fbf8) = 0 +43938253316179:43938253316816 26077:26082 hsa_system_get_info(2, 0x7fe70000fc00) = 0 +43938253317593:43938253318235 26077:26082 hsa_system_get_info(2, 0x7fe70000fc08) = 0 +43938253319009:43938253319649 26077:26082 hsa_system_get_info(2, 0x7fe70000fc10) = 0 +43938253320422:43938253321064 26077:26082 hsa_system_get_info(2, 0x7fe70000fc18) = 0 +43938253321846:43938253322490 26077:26082 hsa_system_get_info(2, 0x7fe70000fc20) = 0 +43938253323265:43938253323915 26077:26082 hsa_system_get_info(2, 0x7fe70000fc28) = 0 +43938253324693:43938253325335 26077:26082 hsa_system_get_info(2, 0x7fe70000fc30) = 0 +43938253326120:43938253326769 26077:26082 hsa_system_get_info(2, 0x7fe70000fc38) = 0 +43938253327543:43938253328200 26077:26082 hsa_system_get_info(2, 0x7fe70000fc40) = 0 +43938253328974:43938253329617 26077:26082 hsa_system_get_info(2, 0x7fe70000fc48) = 0 +43938253330405:43938253331047 26077:26082 hsa_system_get_info(2, 0x7fe70000fc50) = 0 +43938253331819:43938253332486 26077:26082 hsa_system_get_info(2, 0x7fe70000fc58) = 0 +43938253333258:43938253333895 26077:26082 hsa_system_get_info(2, 0x7fe70000fc60) = 0 +43938253334668:43938253335324 26077:26082 hsa_system_get_info(2, 0x7fe70000fc68) = 0 +43938253336103:43938253336743 26077:26082 hsa_system_get_info(2, 0x7fe70000fc70) = 0 +43938253337524:43938253338165 26077:26082 hsa_system_get_info(2, 0x7fe70000fc78) = 0 +43938253338938:43938253339586 26077:26082 hsa_system_get_info(2, 0x7fe70000fc80) = 0 +43938253340367:43938253341015 26077:26082 hsa_system_get_info(2, 0x7fe70000fc88) = 0 +43938253341787:43938253342426 26077:26082 hsa_system_get_info(2, 0x7fe70000fc90) = 0 +43938253343206:43938253343847 26077:26082 hsa_system_get_info(2, 0x7fe70000fc98) = 0 +43938253344623:43938253345269 26077:26082 hsa_system_get_info(2, 0x7fe70000fca0) = 0 +43938253346052:43938253346696 26077:26082 hsa_system_get_info(2, 0x7fe70000fca8) = 0 +43938253347473:43938253348120 26077:26082 hsa_system_get_info(2, 0x7fe70000fcb0) = 0 +43938253348900:43938253349540 26077:26082 hsa_system_get_info(2, 0x7fe70000fcb8) = 0 +43938253350312:43938253350958 26077:26082 hsa_system_get_info(2, 0x7fe70000fcc0) = 0 +43938253351739:43938253352394 26077:26082 hsa_system_get_info(2, 0x7fe70000fcc8) = 0 +43938253353175:43938253353814 26077:26082 hsa_system_get_info(2, 0x7fe70000fcd0) = 0 +43938253355319:43938253355976 26077:26082 hsa_system_get_info(2, 0x7fe70000fcd8) = 0 +43938253356754:43938253357398 26077:26082 hsa_system_get_info(2, 0x7fe70000fce0) = 0 +43938253358179:43938253358820 26077:26082 hsa_system_get_info(2, 0x7fe70000fce8) = 0 +43938253359594:43938253360240 26077:26082 hsa_system_get_info(2, 0x7fe70000fcf0) = 0 +43938253361020:43938253361662 26077:26082 hsa_system_get_info(2, 0x7fe70000fcf8) = 0 +43938253362438:43938253363081 26077:26082 hsa_system_get_info(2, 0x7fe70000fd00) = 0 +43938253363862:43938253364503 26077:26082 hsa_system_get_info(2, 0x7fe70000fd08) = 0 +43938253365276:43938253365919 26077:26082 hsa_system_get_info(2, 0x7fe70000fd10) = 0 +43938253366702:43938253367345 26077:26082 hsa_system_get_info(2, 0x7fe70000fd18) = 0 +43938253368116:43938253368759 26077:26082 hsa_system_get_info(2, 0x7fe70000fd20) = 0 +43938253369561:43938253370206 26077:26082 hsa_system_get_info(2, 0x7fe70000fd28) = 0 +43938253371005:43938253371665 26077:26082 hsa_system_get_info(2, 0x7fe70000fd30) = 0 +43938253372435:43938253373084 26077:26082 hsa_system_get_info(2, 0x7fe70000fd38) = 0 +43938253373865:43938253374510 26077:26082 hsa_system_get_info(2, 0x7fe70000fd40) = 0 +43938253375285:43938253375934 26077:26082 hsa_system_get_info(2, 0x7fe70000fd48) = 0 +43938253376719:43938253377360 26077:26082 hsa_system_get_info(2, 0x7fe70000fd50) = 0 +43938253378137:43938253378789 26077:26082 hsa_system_get_info(2, 0x7fe70000fd58) = 0 +43938253379564:43938253380205 26077:26082 hsa_system_get_info(2, 0x7fe70000fd60) = 0 +43938253380978:43938253381629 26077:26082 hsa_system_get_info(2, 0x7fe70000fd68) = 0 +43938253382405:43938253383047 26077:26082 hsa_system_get_info(2, 0x7fe70000fd70) = 0 +43938253383818:43938253384471 26077:26082 hsa_system_get_info(2, 0x7fe70000fd78) = 0 +43938253385247:43938253385895 26077:26082 hsa_system_get_info(2, 0x7fe70000fd80) = 0 +43938253386680:43938253387326 26077:26082 hsa_system_get_info(2, 0x7fe70000fd88) = 0 +43938253388098:43938253388759 26077:26082 hsa_system_get_info(2, 0x7fe70000fd90) = 0 +43938253389531:43938253390177 26077:26082 hsa_system_get_info(2, 0x7fe70000fd98) = 0 +43938253390970:43938253391617 26077:26082 hsa_system_get_info(2, 0x7fe70000fda0) = 0 +43938253392401:43938253393045 26077:26082 hsa_system_get_info(2, 0x7fe70000fda8) = 0 +43938253393822:43938253394460 26077:26082 hsa_system_get_info(2, 0x7fe70000fdb0) = 0 +43938253395977:43938253396626 26077:26082 hsa_system_get_info(2, 0x7fe70000fdb8) = 0 +43938253397405:43938253398051 26077:26082 hsa_system_get_info(2, 0x7fe70000fdc0) = 0 +43938253398825:43938253399481 26077:26082 hsa_system_get_info(2, 0x7fe70000fdc8) = 0 +43938253400255:43938253400898 26077:26082 hsa_system_get_info(2, 0x7fe70000fdd0) = 0 +43938253401681:43938253402321 26077:26082 hsa_system_get_info(2, 0x7fe70000fdd8) = 0 +43938253403096:43938253403744 26077:26082 hsa_system_get_info(2, 0x7fe70000fde0) = 0 +43938253404542:43938253405189 26077:26082 hsa_system_get_info(2, 0x7fe70000fde8) = 0 +43938253405970:43938253406615 26077:26082 hsa_system_get_info(2, 0x7fe70000fdf0) = 0 +43938253407385:43938253408021 26077:26082 hsa_system_get_info(2, 0x7fe70000fdf8) = 0 +43938253408793:43938253409434 26077:26082 hsa_system_get_info(2, 0x7fe70000fe00) = 0 +43938253410213:43938253410858 26077:26082 hsa_system_get_info(2, 0x7fe70000fe08) = 0 +43938253411637:43938253412286 26077:26082 hsa_system_get_info(2, 0x7fe70000fe10) = 0 +43938253413066:43938253413709 26077:26082 hsa_system_get_info(2, 0x7fe70000fe18) = 0 +43938253414493:43938253415138 26077:26082 hsa_system_get_info(2, 0x7fe70000fe20) = 0 +43938253415914:43938253416559 26077:26082 hsa_system_get_info(2, 0x7fe70000fe28) = 0 +43938253417338:43938253417981 26077:26082 hsa_system_get_info(2, 0x7fe70000fe30) = 0 +43938253418757:43938253419397 26077:26082 hsa_system_get_info(2, 0x7fe70000fe38) = 0 +43938253420173:43938253420814 26077:26082 hsa_system_get_info(2, 0x7fe70000fe40) = 0 +43938253421586:43938253422228 26077:26082 hsa_system_get_info(2, 0x7fe70000fe48) = 0 +43938253423013:43938253423659 26077:26082 hsa_system_get_info(2, 0x7fe70000fe50) = 0 +43938253424442:43938253425084 26077:26082 hsa_system_get_info(2, 0x7fe70000fe58) = 0 +43938253425865:43938253426505 26077:26082 hsa_system_get_info(2, 0x7fe70000fe60) = 0 +43938253427278:43938253427923 26077:26082 hsa_system_get_info(2, 0x7fe70000fe68) = 0 +43938253428702:43938253429362 26077:26082 hsa_system_get_info(2, 0x7fe70000fe70) = 0 +43938253430143:43938253430789 26077:26082 hsa_system_get_info(2, 0x7fe70000fe78) = 0 +43938253431564:43938253432208 26077:26082 hsa_system_get_info(2, 0x7fe70000fe80) = 0 +43938253432988:43938253433633 26077:26082 hsa_system_get_info(2, 0x7fe70000fe88) = 0 +43938253434405:43938253435050 26077:26082 hsa_system_get_info(2, 0x7fe70000fe90) = 0 +43938253436590:43938253437237 26077:26082 hsa_system_get_info(2, 0x7fe70000fe98) = 0 +43938253438009:43938253438648 26077:26082 hsa_system_get_info(2, 0x7fe70000fea0) = 0 +43938253439424:43938253440067 26077:26082 hsa_system_get_info(2, 0x7fe70000fea8) = 0 +43938253440844:43938253441493 26077:26082 hsa_system_get_info(2, 0x7fe70000feb0) = 0 +43938253442273:43938253442916 26077:26082 hsa_system_get_info(2, 0x7fe70000feb8) = 0 +43938253443690:43938253444346 26077:26082 hsa_system_get_info(2, 0x7fe70000fec0) = 0 +43938253445121:43938253445766 26077:26082 hsa_system_get_info(2, 0x7fe70000fec8) = 0 +43938253446536:43938253447187 26077:26082 hsa_system_get_info(2, 0x7fe70000fed0) = 0 +43938253447965:43938253448612 26077:26082 hsa_system_get_info(2, 0x7fe70000fed8) = 0 +43938253449394:43938253450041 26077:26082 hsa_system_get_info(2, 0x7fe70000fee0) = 0 +43938253450817:43938253451471 26077:26082 hsa_system_get_info(2, 0x7fe70000fee8) = 0 +43938253452248:43938253452893 26077:26082 hsa_system_get_info(2, 0x7fe70000fef0) = 0 +43938253453680:43938253454320 26077:26082 hsa_system_get_info(2, 0x7fe70000fef8) = 0 +43938253455116:43938253455761 26077:26082 hsa_system_get_info(2, 0x7fe70000ff00) = 0 +43938253456533:43938253457175 26077:26082 hsa_system_get_info(2, 0x7fe70000ff08) = 0 +43938253457961:43938253458607 26077:26082 hsa_system_get_info(2, 0x7fe70000ff10) = 0 +43938253459393:43938253460043 26077:26082 hsa_system_get_info(2, 0x7fe70000ff18) = 0 +43938253460819:43938253461465 26077:26082 hsa_system_get_info(2, 0x7fe70000ff20) = 0 +43938253462252:43938253462895 26077:26082 hsa_system_get_info(2, 0x7fe70000ff28) = 0 +43938253463667:43938253464305 26077:26082 hsa_system_get_info(2, 0x7fe70000ff30) = 0 +43938253465086:43938253465729 26077:26082 hsa_system_get_info(2, 0x7fe70000ff38) = 0 +43938253466501:43938253467142 26077:26082 hsa_system_get_info(2, 0x7fe70000ff40) = 0 +43938253467923:43938253468564 26077:26082 hsa_system_get_info(2, 0x7fe70000ff48) = 0 +43938253469336:43938253469981 26077:26082 hsa_system_get_info(2, 0x7fe70000ff50) = 0 +43938253470766:43938253471408 26077:26082 hsa_system_get_info(2, 0x7fe70000ff58) = 0 +43938253472183:43938253472827 26077:26082 hsa_system_get_info(2, 0x7fe70000ff60) = 0 +43938253473613:43938253474269 26077:26082 hsa_system_get_info(2, 0x7fe70000ff68) = 0 +43938253475056:43938253475703 26077:26082 hsa_system_get_info(2, 0x7fe70000ff70) = 0 +43938253476487:43938253477138 26077:26082 hsa_system_get_info(2, 0x7fe70000ff78) = 0 +43938253479395:43938253480054 26077:26082 hsa_system_get_info(2, 0x7fe70000ff80) = 0 +43938253480829:43938253481472 26077:26082 hsa_system_get_info(2, 0x7fe70000ff88) = 0 +43938253482253:43938253482899 26077:26082 hsa_system_get_info(2, 0x7fe70000ff90) = 0 +43938253483673:43938253484318 26077:26082 hsa_system_get_info(2, 0x7fe70000ff98) = 0 +43938253485101:43938253485743 26077:26082 hsa_system_get_info(2, 0x7fe70000ffa0) = 0 +43938253486516:43938253487174 26077:26082 hsa_system_get_info(2, 0x7fe70000ffa8) = 0 +43938253487951:43938253488599 26077:26082 hsa_system_get_info(2, 0x7fe70000ffb0) = 0 +43938253489386:43938253490035 26077:26082 hsa_system_get_info(2, 0x7fe70000ffb8) = 0 +43938253490817:43938253491457 26077:26082 hsa_system_get_info(2, 0x7fe70000ffc0) = 0 +43938253492231:43938253492868 26077:26082 hsa_system_get_info(2, 0x7fe70000ffc8) = 0 +43938253493639:43938253494301 26077:26082 hsa_system_get_info(2, 0x7fe70000ffd0) = 0 +43938253495073:43938253495721 26077:26082 hsa_system_get_info(2, 0x7fe70000ffd8) = 0 +43938253496506:43938253497154 26077:26082 hsa_system_get_info(2, 0x7fe70000ffe0) = 0 +43938253497938:43938253498585 26077:26082 hsa_system_get_info(2, 0x7fe70000ffe8) = 0 +43938253499384:43938253500025 26077:26082 hsa_system_get_info(2, 0x7fe70000fff0) = 0 +43938253500804:43938253501445 26077:26082 hsa_system_get_info(2, 0x7fe70000fff8) = 0 +43938253502229:43938253502873 26077:26082 hsa_system_get_info(2, 0x7fe700010000) = 0 +43938253503644:43938253504288 26077:26082 hsa_system_get_info(2, 0x7fe700010008) = 0 +43938253505081:43938253505723 26077:26082 hsa_system_get_info(2, 0x7fe700010010) = 0 +43938253506502:43938253507148 26077:26082 hsa_system_get_info(2, 0x7fe700010018) = 0 +43938253507919:43938253508561 26077:26082 hsa_system_get_info(2, 0x7fe700010020) = 0 +43938253509344:43938253509988 26077:26082 hsa_system_get_info(2, 0x7fe700010028) = 0 +43938253510766:43938253511407 26077:26082 hsa_system_get_info(2, 0x7fe700010030) = 0 +43938253512189:43938253512832 26077:26082 hsa_system_get_info(2, 0x7fe700010038) = 0 +43938253513605:43938253514248 26077:26082 hsa_system_get_info(2, 0x7fe700010040) = 0 +43938253515033:43938253515677 26077:26082 hsa_system_get_info(2, 0x7fe700010048) = 0 +43938253516449:43938253517088 26077:26082 hsa_system_get_info(2, 0x7fe700010050) = 0 +43938253517870:43938253518516 26077:26082 hsa_system_get_info(2, 0x7fe700010058) = 0 +43938253520041:43938253520680 26077:26082 hsa_system_get_info(2, 0x7fe700010060) = 0 +43938253521454:43938253522098 26077:26082 hsa_system_get_info(2, 0x7fe700010068) = 0 +43938253522878:43938253523518 26077:26082 hsa_system_get_info(2, 0x7fe700010070) = 0 +43938253524296:43938253524939 26077:26082 hsa_system_get_info(2, 0x7fe700010078) = 0 +43938253525723:43938253526374 26077:26082 hsa_system_get_info(2, 0x7fe700010080) = 0 +43938253527159:43938253527799 26077:26082 hsa_system_get_info(2, 0x7fe700010088) = 0 +43938253528574:43938253529212 26077:26082 hsa_system_get_info(2, 0x7fe700010090) = 0 +43938253529993:43938253530642 26077:26082 hsa_system_get_info(2, 0x7fe700010098) = 0 +43938253531443:43938253532085 26077:26082 hsa_system_get_info(2, 0x7fe7000100a0) = 0 +43938253532859:43938253533503 26077:26082 hsa_system_get_info(2, 0x7fe7000100a8) = 0 +43938253534302:43938253534939 26077:26082 hsa_system_get_info(2, 0x7fe7000100b0) = 0 +43938253535721:43938253536363 26077:26082 hsa_system_get_info(2, 0x7fe7000100b8) = 0 +43938253537141:43938253537785 26077:26082 hsa_system_get_info(2, 0x7fe7000100c0) = 0 +43938253538567:43938253539210 26077:26082 hsa_system_get_info(2, 0x7fe7000100c8) = 0 +43938253539984:43938253540627 26077:26082 hsa_system_get_info(2, 0x7fe7000100d0) = 0 +43938253541408:43938253542050 26077:26082 hsa_system_get_info(2, 0x7fe7000100d8) = 0 +43938253542823:43938253543467 26077:26082 hsa_system_get_info(2, 0x7fe7000100e0) = 0 +43938253544244:43938253544883 26077:26082 hsa_system_get_info(2, 0x7fe7000100e8) = 0 +43938253545656:43938253546303 26077:26082 hsa_system_get_info(2, 0x7fe7000100f0) = 0 +43938253547086:43938253547727 26077:26082 hsa_system_get_info(2, 0x7fe7000100f8) = 0 +43938253548505:43938253549165 26077:26082 hsa_system_get_info(2, 0x7fe700010100) = 0 +43938253549943:43938253550589 26077:26082 hsa_system_get_info(2, 0x7fe700010108) = 0 +43938253551371:43938253552018 26077:26082 hsa_system_get_info(2, 0x7fe700010110) = 0 +43938253552796:43938253553452 26077:26082 hsa_system_get_info(2, 0x7fe700010118) = 0 +43938253554250:43938253554892 26077:26082 hsa_system_get_info(2, 0x7fe700010120) = 0 +43938253555666:43938253556310 26077:26082 hsa_system_get_info(2, 0x7fe700010128) = 0 +43938253557093:43938253557739 26077:26082 hsa_system_get_info(2, 0x7fe700010130) = 0 +43938253558512:43938253559157 26077:26082 hsa_system_get_info(2, 0x7fe700010138) = 0 +43938253559940:43938253560586 26077:26082 hsa_system_get_info(2, 0x7fe700010140) = 0 +43938253562100:43938253562747 26077:26082 hsa_system_get_info(2, 0x7fe700010148) = 0 +43938253563518:43938253564162 26077:26082 hsa_system_get_info(2, 0x7fe700010150) = 0 +43938253564949:43938253565594 26077:26082 hsa_system_get_info(2, 0x7fe700010158) = 0 +43938253566363:43938253567004 26077:26082 hsa_system_get_info(2, 0x7fe700010160) = 0 +43938253567787:43938253568428 26077:26082 hsa_system_get_info(2, 0x7fe700010168) = 0 +43938253569201:43938253569842 26077:26082 hsa_system_get_info(2, 0x7fe700010170) = 0 +43938253570624:43938253571264 26077:26082 hsa_system_get_info(2, 0x7fe700010178) = 0 +43938253572042:43938253572683 26077:26082 hsa_system_get_info(2, 0x7fe700010180) = 0 +43938253573461:43938253574103 26077:26082 hsa_system_get_info(2, 0x7fe700010188) = 0 +43938253574880:43938253575521 26077:26082 hsa_system_get_info(2, 0x7fe700010190) = 0 +43938253576314:43938253576960 26077:26082 hsa_system_get_info(2, 0x7fe700010198) = 0 +43938253577745:43938253578389 26077:26082 hsa_system_get_info(2, 0x7fe7000101a0) = 0 +43938253579169:43938253579812 26077:26082 hsa_system_get_info(2, 0x7fe7000101a8) = 0 +43938253580596:43938253581239 26077:26082 hsa_system_get_info(2, 0x7fe7000101b0) = 0 +43938253582013:43938253582652 26077:26082 hsa_system_get_info(2, 0x7fe7000101b8) = 0 +43938253583435:43938253584078 26077:26082 hsa_system_get_info(2, 0x7fe7000101c0) = 0 +43938253584855:43938253585493 26077:26082 hsa_system_get_info(2, 0x7fe7000101c8) = 0 +43938253586271:43938253586918 26077:26082 hsa_system_get_info(2, 0x7fe7000101d0) = 0 +43938253587695:43938253588334 26077:26082 hsa_system_get_info(2, 0x7fe7000101d8) = 0 +43938253589115:43938253589756 26077:26082 hsa_system_get_info(2, 0x7fe7000101e0) = 0 +43938253590532:43938253591173 26077:26082 hsa_system_get_info(2, 0x7fe7000101e8) = 0 +43938253591952:43938253592594 26077:26082 hsa_system_get_info(2, 0x7fe7000101f0) = 0 +43938253593365:43938253594002 26077:26082 hsa_system_get_info(2, 0x7fe7000101f8) = 0 +43938253594779:43938253595432 26077:26082 hsa_system_get_info(2, 0x7fe700010200) = 0 +43938253596216:43938253596860 26077:26082 hsa_system_get_info(2, 0x7fe700010208) = 0 +43938253597638:43938253598278 26077:26082 hsa_system_get_info(2, 0x7fe700010210) = 0 +43938253599054:43938253599693 26077:26082 hsa_system_get_info(2, 0x7fe700010218) = 0 +43938253600474:43938253601117 26077:26082 hsa_system_get_info(2, 0x7fe700010220) = 0 +43938253602649:43938253603289 26077:26082 hsa_system_get_info(2, 0x7fe700010228) = 0 +43938253604066:43938253604717 26077:26082 hsa_system_get_info(2, 0x7fe700010230) = 0 +43938253605491:43938253606135 26077:26082 hsa_system_get_info(2, 0x7fe700010238) = 0 +43938253606907:43938253607564 26077:26082 hsa_system_get_info(2, 0x7fe700010240) = 0 +43938253608340:43938253608979 26077:26082 hsa_system_get_info(2, 0x7fe700010248) = 0 +43938253609761:43938253610403 26077:26082 hsa_system_get_info(2, 0x7fe700010250) = 0 +43938253611189:43938253611830 26077:26082 hsa_system_get_info(2, 0x7fe700010258) = 0 +43938253612612:43938253613250 26077:26082 hsa_system_get_info(2, 0x7fe700010260) = 0 +43938253614024:43938253614669 26077:26082 hsa_system_get_info(2, 0x7fe700010268) = 0 +43938253615453:43938253616097 26077:26082 hsa_system_get_info(2, 0x7fe700010270) = 0 +43938253616871:43938253617511 26077:26082 hsa_system_get_info(2, 0x7fe700010278) = 0 +43938253618297:43938253618944 26077:26082 hsa_system_get_info(2, 0x7fe700010280) = 0 +43938253619731:43938253620373 26077:26082 hsa_system_get_info(2, 0x7fe700010288) = 0 +43938253621144:43938253621786 26077:26082 hsa_system_get_info(2, 0x7fe700010290) = 0 +43938253622567:43938253623210 26077:26082 hsa_system_get_info(2, 0x7fe700010298) = 0 +43938253623983:43938253624628 26077:26082 hsa_system_get_info(2, 0x7fe7000102a0) = 0 +43938253625412:43938253626056 26077:26082 hsa_system_get_info(2, 0x7fe7000102a8) = 0 +43938253626831:43938253627474 26077:26082 hsa_system_get_info(2, 0x7fe7000102b0) = 0 +43938253628256:43938253628902 26077:26082 hsa_system_get_info(2, 0x7fe7000102b8) = 0 +43938253629674:43938253630321 26077:26082 hsa_system_get_info(2, 0x7fe7000102c0) = 0 +43938253631114:43938253631759 26077:26082 hsa_system_get_info(2, 0x7fe7000102c8) = 0 +43938253632540:43938253633182 26077:26082 hsa_system_get_info(2, 0x7fe7000102d0) = 0 +43938253633955:43938253634597 26077:26082 hsa_system_get_info(2, 0x7fe7000102d8) = 0 +43938253635389:43938253636034 26077:26082 hsa_system_get_info(2, 0x7fe7000102e0) = 0 +43938253636815:43938253637457 26077:26082 hsa_system_get_info(2, 0x7fe7000102e8) = 0 +43938253638234:43938253638877 26077:26082 hsa_system_get_info(2, 0x7fe7000102f0) = 0 +43938253639663:43938253640307 26077:26082 hsa_system_get_info(2, 0x7fe7000102f8) = 0 +43938253641084:43938253641739 26077:26082 hsa_system_get_info(2, 0x7fe700010300) = 0 +43938253642514:43938253643156 26077:26082 hsa_system_get_info(2, 0x7fe700010308) = 0 +43938253645625:43938253646290 26077:26082 hsa_system_get_info(2, 0x7fe700010310) = 0 +43938253647071:43938253647713 26077:26082 hsa_system_get_info(2, 0x7fe700010318) = 0 +43938253648486:43938253649128 26077:26082 hsa_system_get_info(2, 0x7fe700010320) = 0 +43938253649912:43938253650555 26077:26082 hsa_system_get_info(2, 0x7fe700010328) = 0 +43938253651326:43938253651971 26077:26082 hsa_system_get_info(2, 0x7fe700010330) = 0 +43938253652755:43938253653402 26077:26082 hsa_system_get_info(2, 0x7fe700010338) = 0 +43938253654189:43938253654842 26077:26082 hsa_system_get_info(2, 0x7fe700010340) = 0 +43938253655614:43938253656271 26077:26082 hsa_system_get_info(2, 0x7fe700010348) = 0 +43938253657044:43938253657694 26077:26082 hsa_system_get_info(2, 0x7fe700010350) = 0 +43938253658475:43938253659122 26077:26082 hsa_system_get_info(2, 0x7fe700010358) = 0 +43938253659909:43938253660559 26077:26082 hsa_system_get_info(2, 0x7fe700010360) = 0 +43938253661334:43938253661991 26077:26082 hsa_system_get_info(2, 0x7fe700010368) = 0 +43938253662780:43938253663436 26077:26082 hsa_system_get_info(2, 0x7fe700010370) = 0 +43938253664209:43938253664854 26077:26082 hsa_system_get_info(2, 0x7fe700010378) = 0 +43938253665633:43938253666276 26077:26082 hsa_system_get_info(2, 0x7fe700010380) = 0 +43938253667049:43938253667686 26077:26082 hsa_system_get_info(2, 0x7fe700010388) = 0 +43938253668455:43938253669095 26077:26082 hsa_system_get_info(2, 0x7fe700010390) = 0 +43938253669875:43938253670520 26077:26082 hsa_system_get_info(2, 0x7fe700010398) = 0 +43938253671294:43938253671938 26077:26082 hsa_system_get_info(2, 0x7fe7000103a0) = 0 +43938253672720:43938253673366 26077:26082 hsa_system_get_info(2, 0x7fe7000103a8) = 0 +43938253674143:43938253674788 26077:26082 hsa_system_get_info(2, 0x7fe7000103b0) = 0 +43938253675568:43938253676214 26077:26082 hsa_system_get_info(2, 0x7fe7000103b8) = 0 +43938253676998:43938253677640 26077:26082 hsa_system_get_info(2, 0x7fe7000103c0) = 0 +43938253678413:43938253679062 26077:26082 hsa_system_get_info(2, 0x7fe7000103c8) = 0 +43938253679845:43938253680485 26077:26082 hsa_system_get_info(2, 0x7fe7000103d0) = 0 +43938253681258:43938253681928 26077:26082 hsa_system_get_info(2, 0x7fe7000103d8) = 0 +43938253682703:43938253683343 26077:26082 hsa_system_get_info(2, 0x7fe7000103e0) = 0 +43938253684125:43938253684771 26077:26082 hsa_system_get_info(2, 0x7fe7000103e8) = 0 +43938253686298:43938253686944 26077:26082 hsa_system_get_info(2, 0x7fe7000103f0) = 0 +43938253687715:43938253688355 26077:26082 hsa_system_get_info(2, 0x7fe7000103f8) = 0 +43938253689131:43938253689782 26077:26082 hsa_system_get_info(2, 0x7fe700010400) = 0 +43938253690556:43938253691210 26077:26082 hsa_system_get_info(2, 0x7fe700010408) = 0 +43938253691986:43938253692633 26077:26082 hsa_system_get_info(2, 0x7fe700010410) = 0 +43938253693418:43938253694059 26077:26082 hsa_system_get_info(2, 0x7fe700010418) = 0 +43938253694834:43938253695472 26077:26082 hsa_system_get_info(2, 0x7fe700010420) = 0 +43938253696268:43938253696915 26077:26082 hsa_system_get_info(2, 0x7fe700010428) = 0 +43938253697695:43938253698337 26077:26082 hsa_system_get_info(2, 0x7fe700010430) = 0 +43938253699115:43938253699755 26077:26082 hsa_system_get_info(2, 0x7fe700010438) = 0 +43938253700536:43938253701178 26077:26082 hsa_system_get_info(2, 0x7fe700010440) = 0 +43938253701958:43938253702597 26077:26082 hsa_system_get_info(2, 0x7fe700010448) = 0 +43938253703385:43938253704030 26077:26082 hsa_system_get_info(2, 0x7fe700010450) = 0 +43938253704815:43938253705459 26077:26082 hsa_system_get_info(2, 0x7fe700010458) = 0 +43938253706232:43938253706881 26077:26082 hsa_system_get_info(2, 0x7fe700010460) = 0 +43938253707668:43938253708311 26077:26082 hsa_system_get_info(2, 0x7fe700010468) = 0 +43938253709087:43938253709736 26077:26082 hsa_system_get_info(2, 0x7fe700010470) = 0 +43938253710513:43938253711156 26077:26082 hsa_system_get_info(2, 0x7fe700010478) = 0 +43938253711928:43938253712569 26077:26082 hsa_system_get_info(2, 0x7fe700010480) = 0 +43938253713352:43938253713996 26077:26082 hsa_system_get_info(2, 0x7fe700010488) = 0 +43938253714782:43938253715443 26077:26082 hsa_system_get_info(2, 0x7fe700010490) = 0 +43938253716223:43938253716871 26077:26082 hsa_system_get_info(2, 0x7fe700010498) = 0 +43938253717644:43938253718290 26077:26082 hsa_system_get_info(2, 0x7fe7000104a0) = 0 +43938253719075:43938253719721 26077:26082 hsa_system_get_info(2, 0x7fe7000104a8) = 0 +43938253720506:43938253721156 26077:26082 hsa_system_get_info(2, 0x7fe7000104b0) = 0 +43938253721934:43938253722590 26077:26082 hsa_system_get_info(2, 0x7fe7000104b8) = 0 +43938253723363:43938253724009 26077:26082 hsa_system_get_info(2, 0x7fe7000104c0) = 0 +43938253724794:43938253725440 26077:26082 hsa_system_get_info(2, 0x7fe7000104c8) = 0 +43938253726227:43938253726876 26077:26082 hsa_system_get_info(2, 0x7fe7000104d0) = 0 +43938253728389:43938253729043 26077:26082 hsa_system_get_info(2, 0x7fe7000104d8) = 0 +43938253729815:43938253730456 26077:26082 hsa_system_get_info(2, 0x7fe7000104e0) = 0 +43938253731240:43938253731877 26077:26082 hsa_system_get_info(2, 0x7fe7000104e8) = 0 +43938253732649:43938253733291 26077:26082 hsa_system_get_info(2, 0x7fe7000104f0) = 0 +43938253734074:43938253734718 26077:26082 hsa_system_get_info(2, 0x7fe7000104f8) = 0 +43938253735489:43938253736127 26077:26082 hsa_system_get_info(2, 0x7fe700010500) = 0 +43938253736915:43938253737560 26077:26082 hsa_system_get_info(2, 0x7fe700010508) = 0 +43938253738343:43938253738997 26077:26082 hsa_system_get_info(2, 0x7fe700010510) = 0 +43938253739769:43938253740415 26077:26082 hsa_system_get_info(2, 0x7fe700010518) = 0 +43938253741198:43938253741844 26077:26082 hsa_system_get_info(2, 0x7fe700010520) = 0 +43938253742624:43938253743267 26077:26082 hsa_system_get_info(2, 0x7fe700010528) = 0 +43938253744063:43938253744706 26077:26082 hsa_system_get_info(2, 0x7fe700010530) = 0 +43938253745491:43938253746136 26077:26082 hsa_system_get_info(2, 0x7fe700010538) = 0 +43938253746922:43938253747560 26077:26082 hsa_system_get_info(2, 0x7fe700010540) = 0 +43938253748331:43938253748976 26077:26082 hsa_system_get_info(2, 0x7fe700010548) = 0 +43938253749764:43938253750406 26077:26082 hsa_system_get_info(2, 0x7fe700010550) = 0 +43938253751180:43938253751823 26077:26082 hsa_system_get_info(2, 0x7fe700010558) = 0 +43938253752606:43938253753246 26077:26082 hsa_system_get_info(2, 0x7fe700010560) = 0 +43938253754019:43938253754664 26077:26082 hsa_system_get_info(2, 0x7fe700010568) = 0 +43938253755450:43938253756091 26077:26082 hsa_system_get_info(2, 0x7fe700010570) = 0 +43938253756867:43938253757532 26077:26082 hsa_system_get_info(2, 0x7fe700010578) = 0 +43938253758308:43938253758952 26077:26082 hsa_system_get_info(2, 0x7fe700010580) = 0 +43938253759738:43938253760380 26077:26082 hsa_system_get_info(2, 0x7fe700010588) = 0 +43938253761158:43938253761813 26077:26082 hsa_system_get_info(2, 0x7fe700010590) = 0 +43938253762586:43938253763234 26077:26082 hsa_system_get_info(2, 0x7fe700010598) = 0 +43938253764033:43938253764678 26077:26082 hsa_system_get_info(2, 0x7fe7000105a0) = 0 +43938253765461:43938253766106 26077:26082 hsa_system_get_info(2, 0x7fe7000105a8) = 0 +43938253766893:43938253767538 26077:26082 hsa_system_get_info(2, 0x7fe7000105b0) = 0 +43938253769038:43938253769697 26077:26082 hsa_system_get_info(2, 0x7fe7000105b8) = 0 +43938253770471:43938253771113 26077:26082 hsa_system_get_info(2, 0x7fe7000105c0) = 0 +43938253771894:43938253772542 26077:26082 hsa_system_get_info(2, 0x7fe7000105c8) = 0 +43938253773324:43938253773976 26077:26082 hsa_system_get_info(2, 0x7fe7000105d0) = 0 +43938253774755:43938253775403 26077:26082 hsa_system_get_info(2, 0x7fe7000105d8) = 0 +43938253776183:43938253776827 26077:26082 hsa_system_get_info(2, 0x7fe7000105e0) = 0 +43938253777600:43938253778242 26077:26082 hsa_system_get_info(2, 0x7fe7000105e8) = 0 +43938253779024:43938253779663 26077:26082 hsa_system_get_info(2, 0x7fe7000105f0) = 0 +43938253780438:43938253781085 26077:26082 hsa_system_get_info(2, 0x7fe7000105f8) = 0 +43938253781867:43938253782510 26077:26082 hsa_system_get_info(2, 0x7fe700010600) = 0 +43938253783284:43938253783923 26077:26082 hsa_system_get_info(2, 0x7fe700010608) = 0 +43938253784708:43938253785351 26077:26082 hsa_system_get_info(2, 0x7fe700010610) = 0 +43938253786151:43938253786792 26077:26082 hsa_system_get_info(2, 0x7fe700010618) = 0 +43938253787565:43938253788207 26077:26082 hsa_system_get_info(2, 0x7fe700010620) = 0 +43938253788989:43938253789633 26077:26082 hsa_system_get_info(2, 0x7fe700010628) = 0 +43938253790407:43938253791051 26077:26082 hsa_system_get_info(2, 0x7fe700010630) = 0 +43938253791832:43938253792474 26077:26082 hsa_system_get_info(2, 0x7fe700010638) = 0 +43938253793247:43938253793892 26077:26082 hsa_system_get_info(2, 0x7fe700010640) = 0 +43938253794670:43938253795314 26077:26082 hsa_system_get_info(2, 0x7fe700010648) = 0 +43938253796089:43938253796731 26077:26082 hsa_system_get_info(2, 0x7fe700010650) = 0 +43938253797510:43938253798151 26077:26082 hsa_system_get_info(2, 0x7fe700010658) = 0 +43938253798924:43938253799566 26077:26082 hsa_system_get_info(2, 0x7fe700010660) = 0 +43938253800339:43938253800977 26077:26082 hsa_system_get_info(2, 0x7fe700010668) = 0 +43938253801754:43938253802398 26077:26082 hsa_system_get_info(2, 0x7fe700010670) = 0 +43938253803173:43938253803821 26077:26082 hsa_system_get_info(2, 0x7fe700010678) = 0 +43938253804600:43938253805253 26077:26082 hsa_system_get_info(2, 0x7fe700010680) = 0 +43938253806032:43938253806675 26077:26082 hsa_system_get_info(2, 0x7fe700010688) = 0 +43938253807448:43938253808092 26077:26082 hsa_system_get_info(2, 0x7fe700010690) = 0 +43938253809660:43938253810304 26077:26082 hsa_system_get_info(2, 0x7fe700010698) = 0 +43938253811086:43938253811728 26077:26082 hsa_system_get_info(2, 0x7fe7000106a0) = 0 +43938253812501:43938253813140 26077:26082 hsa_system_get_info(2, 0x7fe7000106a8) = 0 +43938253813922:43938253814570 26077:26082 hsa_system_get_info(2, 0x7fe7000106b0) = 0 +43938253815344:43938253816001 26077:26082 hsa_system_get_info(2, 0x7fe7000106b8) = 0 +43938253816776:43938253817422 26077:26082 hsa_system_get_info(2, 0x7fe7000106c0) = 0 +43938253818203:43938253818843 26077:26082 hsa_system_get_info(2, 0x7fe7000106c8) = 0 +43938253819616:43938253820259 26077:26082 hsa_system_get_info(2, 0x7fe7000106d0) = 0 +43938253821045:43938253821694 26077:26082 hsa_system_get_info(2, 0x7fe7000106d8) = 0 +43938253822467:43938253823127 26077:26082 hsa_system_get_info(2, 0x7fe7000106e0) = 0 +43938253823905:43938253824554 26077:26082 hsa_system_get_info(2, 0x7fe7000106e8) = 0 +43938253825353:43938253826004 26077:26082 hsa_system_get_info(2, 0x7fe7000106f0) = 0 +43938253826780:43938253827426 26077:26082 hsa_system_get_info(2, 0x7fe7000106f8) = 0 +43938253828209:43938253828855 26077:26082 hsa_system_get_info(2, 0x7fe700010700) = 0 +43938253829631:43938253830273 26077:26082 hsa_system_get_info(2, 0x7fe700010708) = 0 +43938253831055:43938253831695 26077:26082 hsa_system_get_info(2, 0x7fe700010710) = 0 +43938253832473:43938253833117 26077:26082 hsa_system_get_info(2, 0x7fe700010718) = 0 +43938253833898:43938253834538 26077:26082 hsa_system_get_info(2, 0x7fe700010720) = 0 +43938253835315:43938253835956 26077:26082 hsa_system_get_info(2, 0x7fe700010728) = 0 +43938253836734:43938253837376 26077:26082 hsa_system_get_info(2, 0x7fe700010730) = 0 +43938253838154:43938253838797 26077:26082 hsa_system_get_info(2, 0x7fe700010738) = 0 +43938253839580:43938253840224 26077:26082 hsa_system_get_info(2, 0x7fe700010740) = 0 +43938253841004:43938253841661 26077:26082 hsa_system_get_info(2, 0x7fe700010748) = 0 +43938253842434:43938253843075 26077:26082 hsa_system_get_info(2, 0x7fe700010750) = 0 +43938253843858:43938253844501 26077:26082 hsa_system_get_info(2, 0x7fe700010758) = 0 +43938253845276:43938253845941 26077:26082 hsa_system_get_info(2, 0x7fe700010760) = 0 +43938253846717:43938253847357 26077:26082 hsa_system_get_info(2, 0x7fe700010768) = 0 +43938253848138:43938253848781 26077:26082 hsa_system_get_info(2, 0x7fe700010770) = 0 +43938253849558:43938253850205 26077:26082 hsa_system_get_info(2, 0x7fe700010778) = 0 +43938253851861:43938253852519 26077:26082 hsa_system_get_info(2, 0x7fe700010780) = 0 +43938253853303:43938253853945 26077:26082 hsa_system_get_info(2, 0x7fe700010788) = 0 +43938253854718:43938253855361 26077:26082 hsa_system_get_info(2, 0x7fe700010790) = 0 +43938253856145:43938253856792 26077:26082 hsa_system_get_info(2, 0x7fe700010798) = 0 +43938253857565:43938253858213 26077:26082 hsa_system_get_info(2, 0x7fe7000107a0) = 0 +43938253858992:43938253859636 26077:26082 hsa_system_get_info(2, 0x7fe7000107a8) = 0 +43938253860412:43938253861063 26077:26082 hsa_system_get_info(2, 0x7fe7000107b0) = 0 +43938253861838:43938253862478 26077:26082 hsa_system_get_info(2, 0x7fe7000107b8) = 0 +43938253863276:43938253863919 26077:26082 hsa_system_get_info(2, 0x7fe7000107c0) = 0 +43938253864695:43938253865352 26077:26082 hsa_system_get_info(2, 0x7fe7000107c8) = 0 +43938253866126:43938253866773 26077:26082 hsa_system_get_info(2, 0x7fe7000107d0) = 0 +43938253867554:43938253868204 26077:26082 hsa_system_get_info(2, 0x7fe7000107d8) = 0 +43938253868980:43938253869637 26077:26082 hsa_system_get_info(2, 0x7fe7000107e0) = 0 +43938253870432:43938253871075 26077:26082 hsa_system_get_info(2, 0x7fe7000107e8) = 0 +43938253871845:43938253872492 26077:26082 hsa_system_get_info(2, 0x7fe7000107f0) = 0 +43938253873275:43938253873919 26077:26082 hsa_system_get_info(2, 0x7fe7000107f8) = 0 +43938253874695:43938253875341 26077:26082 hsa_system_get_info(2, 0x7fe700010800) = 0 +43938253876123:43938253876772 26077:26082 hsa_system_get_info(2, 0x7fe700010808) = 0 +43938253877545:43938253878185 26077:26082 hsa_system_get_info(2, 0x7fe700010810) = 0 +43938253878968:43938253879616 26077:26082 hsa_system_get_info(2, 0x7fe700010818) = 0 +43938253880398:43938253881043 26077:26082 hsa_system_get_info(2, 0x7fe700010820) = 0 +43938253881815:43938253882459 26077:26082 hsa_system_get_info(2, 0x7fe700010828) = 0 +43938253883239:43938253883888 26077:26082 hsa_system_get_info(2, 0x7fe700010830) = 0 +43938253884659:43938253885307 26077:26082 hsa_system_get_info(2, 0x7fe700010838) = 0 +43938253886089:43938253886734 26077:26082 hsa_system_get_info(2, 0x7fe700010840) = 0 +43938253887509:43938253888150 26077:26082 hsa_system_get_info(2, 0x7fe700010848) = 0 +43938253888933:43938253889591 26077:26082 hsa_system_get_info(2, 0x7fe700010850) = 0 +43938253890374:43938253891019 26077:26082 hsa_system_get_info(2, 0x7fe700010858) = 0 +43938253892538:43938253893191 26077:26082 hsa_system_get_info(2, 0x7fe700010860) = 0 +43938253893971:43938253894614 26077:26082 hsa_system_get_info(2, 0x7fe700010868) = 0 +43938253895388:43938253896031 26077:26082 hsa_system_get_info(2, 0x7fe700010870) = 0 +43938253896811:43938253897453 26077:26082 hsa_system_get_info(2, 0x7fe700010878) = 0 +43938253898228:43938253898871 26077:26082 hsa_system_get_info(2, 0x7fe700010880) = 0 +43938253899653:43938253900299 26077:26082 hsa_system_get_info(2, 0x7fe700010888) = 0 +43938253901072:43938253901717 26077:26082 hsa_system_get_info(2, 0x7fe700010890) = 0 +43938253902501:43938253903147 26077:26082 hsa_system_get_info(2, 0x7fe700010898) = 0 +43938253903939:43938253904581 26077:26082 hsa_system_get_info(2, 0x7fe7000108a0) = 0 +43938253905357:43938253906013 26077:26082 hsa_system_get_info(2, 0x7fe7000108a8) = 0 +43938253906786:43938253907431 26077:26082 hsa_system_get_info(2, 0x7fe7000108b0) = 0 +43938253908216:43938253908857 26077:26082 hsa_system_get_info(2, 0x7fe7000108b8) = 0 +43938253909635:43938253910274 26077:26082 hsa_system_get_info(2, 0x7fe7000108c0) = 0 +43938253911054:43938253911697 26077:26082 hsa_system_get_info(2, 0x7fe7000108c8) = 0 +43938253912470:43938253913111 26077:26082 hsa_system_get_info(2, 0x7fe7000108d0) = 0 +43938253913885:43938253914536 26077:26082 hsa_system_get_info(2, 0x7fe7000108d8) = 0 +43938253915308:43938253915954 26077:26082 hsa_system_get_info(2, 0x7fe7000108e0) = 0 +43938253916725:43938253917378 26077:26082 hsa_system_get_info(2, 0x7fe7000108e8) = 0 +43938253918156:43938253918801 26077:26082 hsa_system_get_info(2, 0x7fe7000108f0) = 0 +43938253919580:43938253920218 26077:26082 hsa_system_get_info(2, 0x7fe7000108f8) = 0 +43938253920988:43938253921630 26077:26082 hsa_system_get_info(2, 0x7fe700010900) = 0 +43938253922403:43938253923068 26077:26082 hsa_system_get_info(2, 0x7fe700010908) = 0 +43938253923844:43938253924500 26077:26082 hsa_system_get_info(2, 0x7fe700010910) = 0 +43938253925274:43938253925922 26077:26082 hsa_system_get_info(2, 0x7fe700010918) = 0 +43938253926702:43938253927348 26077:26082 hsa_system_get_info(2, 0x7fe700010920) = 0 +43938253928160:43938253928810 26077:26082 hsa_system_get_info(2, 0x7fe700010928) = 0 +43938253929607:43938253930248 26077:26082 hsa_system_get_info(2, 0x7fe700010930) = 0 +43938253931028:43938253931673 26077:26082 hsa_system_get_info(2, 0x7fe700010938) = 0 +43938253932444:43938253933088 26077:26082 hsa_system_get_info(2, 0x7fe700010940) = 0 +43938253934596:43938253935239 26077:26082 hsa_system_get_info(2, 0x7fe700010948) = 0 +43938253936015:43938253936668 26077:26082 hsa_system_get_info(2, 0x7fe700010950) = 0 +43938253937440:43938253938087 26077:26082 hsa_system_get_info(2, 0x7fe700010958) = 0 +43938253938880:43938253939528 26077:26082 hsa_system_get_info(2, 0x7fe700010960) = 0 +43938253940311:43938253940959 26077:26082 hsa_system_get_info(2, 0x7fe700010968) = 0 +43938253941736:43938253942392 26077:26082 hsa_system_get_info(2, 0x7fe700010970) = 0 +43938253943167:43938253943813 26077:26082 hsa_system_get_info(2, 0x7fe700010978) = 0 +43938253944581:43938253945233 26077:26082 hsa_system_get_info(2, 0x7fe700010980) = 0 +43938253946007:43938253946644 26077:26082 hsa_system_get_info(2, 0x7fe700010988) = 0 +43938253947421:43938253948073 26077:26082 hsa_system_get_info(2, 0x7fe700010990) = 0 +43938253948849:43938253949489 26077:26082 hsa_system_get_info(2, 0x7fe700010998) = 0 +43938253950265:43938253950924 26077:26082 hsa_system_get_info(2, 0x7fe7000109a0) = 0 +43938253951698:43938253952341 26077:26082 hsa_system_get_info(2, 0x7fe7000109a8) = 0 +43938253953127:43938253953784 26077:26082 hsa_system_get_info(2, 0x7fe7000109b0) = 0 +43938253954570:43938253955216 26077:26082 hsa_system_get_info(2, 0x7fe7000109b8) = 0 +43938253955999:43938253956643 26077:26082 hsa_system_get_info(2, 0x7fe7000109c0) = 0 +43938253957414:43938253958060 26077:26082 hsa_system_get_info(2, 0x7fe7000109c8) = 0 +43938253958840:43938253959485 26077:26082 hsa_system_get_info(2, 0x7fe7000109d0) = 0 +43938253960259:43938253960927 26077:26082 hsa_system_get_info(2, 0x7fe7000109d8) = 0 +43938253961701:43938253962339 26077:26082 hsa_system_get_info(2, 0x7fe7000109e0) = 0 +43938253963111:43938253963764 26077:26082 hsa_system_get_info(2, 0x7fe7000109e8) = 0 +43938253964539:43938253965182 26077:26082 hsa_system_get_info(2, 0x7fe7000109f0) = 0 +43938253965954:43938253966606 26077:26082 hsa_system_get_info(2, 0x7fe7000109f8) = 0 +43938253967381:43938253968026 26077:26082 hsa_system_get_info(2, 0x7fe700010a00) = 0 +43938253968814:43938253969456 26077:26082 hsa_system_get_info(2, 0x7fe700010a08) = 0 +43938253970231:43938253970872 26077:26082 hsa_system_get_info(2, 0x7fe700010a10) = 0 +43938253971653:43938253972299 26077:26082 hsa_system_get_info(2, 0x7fe700010a18) = 0 +43938253973075:43938253973716 26077:26082 hsa_system_get_info(2, 0x7fe700010a20) = 0 +43938253975227:43938253975874 26077:26082 hsa_system_get_info(2, 0x7fe700010a28) = 0 +43938253976658:43938253977299 26077:26082 hsa_system_get_info(2, 0x7fe700010a30) = 0 +43938253978071:43938253978712 26077:26082 hsa_system_get_info(2, 0x7fe700010a38) = 0 +43938253979481:43938253980132 26077:26082 hsa_system_get_info(2, 0x7fe700010a40) = 0 +43938253980902:43938253981545 26077:26082 hsa_system_get_info(2, 0x7fe700010a48) = 0 +43938253982322:43938253982975 26077:26082 hsa_system_get_info(2, 0x7fe700010a50) = 0 +43938253983751:43938253984393 26077:26082 hsa_system_get_info(2, 0x7fe700010a58) = 0 +43938253985166:43938253985804 26077:26082 hsa_system_get_info(2, 0x7fe700010a60) = 0 +43938253986601:43938253987247 26077:26082 hsa_system_get_info(2, 0x7fe700010a68) = 0 +43938253988030:43938253988670 26077:26082 hsa_system_get_info(2, 0x7fe700010a70) = 0 +43938253989446:43938253990098 26077:26082 hsa_system_get_info(2, 0x7fe700010a78) = 0 +43938253990880:43938253991519 26077:26082 hsa_system_get_info(2, 0x7fe700010a80) = 0 +43938253992304:43938253992949 26077:26082 hsa_system_get_info(2, 0x7fe700010a88) = 0 +43938253993726:43938253994372 26077:26082 hsa_system_get_info(2, 0x7fe700010a90) = 0 +43938253995150:43938253995794 26077:26082 hsa_system_get_info(2, 0x7fe700010a98) = 0 +43938253996569:43938253997213 26077:26082 hsa_system_get_info(2, 0x7fe700010aa0) = 0 +43938253997995:43938253998640 26077:26082 hsa_system_get_info(2, 0x7fe700010aa8) = 0 +43938253999423:43938254000071 26077:26082 hsa_system_get_info(2, 0x7fe700010ab0) = 0 +43938254000848:43938254001492 26077:26082 hsa_system_get_info(2, 0x7fe700010ab8) = 0 +43938254002272:43938254002915 26077:26082 hsa_system_get_info(2, 0x7fe700010ac0) = 0 +43938254003690:43938254004330 26077:26082 hsa_system_get_info(2, 0x7fe700010ac8) = 0 +43938254005112:43938254005767 26077:26082 hsa_system_get_info(2, 0x7fe700010ad0) = 0 +43938254006547:43938254007191 26077:26082 hsa_system_get_info(2, 0x7fe700010ad8) = 0 +43938254007965:43938254008610 26077:26082 hsa_system_get_info(2, 0x7fe700010ae0) = 0 +43938254009391:43938254010039 26077:26082 hsa_system_get_info(2, 0x7fe700010ae8) = 0 +43938254010814:43938254011470 26077:26082 hsa_system_get_info(2, 0x7fe700010af0) = 0 +43938254012244:43938254012888 26077:26082 hsa_system_get_info(2, 0x7fe700010af8) = 0 +43938254013659:43938254014317 26077:26082 hsa_system_get_info(2, 0x7fe700010b00) = 0 +43938254015088:43938254015734 26077:26082 hsa_system_get_info(2, 0x7fe700010b08) = 0 +43938254017246:43938254017891 26077:26082 hsa_system_get_info(2, 0x7fe700010b10) = 0 +43938254018674:43938254019314 26077:26082 hsa_system_get_info(2, 0x7fe700010b18) = 0 +43938254020091:43938254020734 26077:26082 hsa_system_get_info(2, 0x7fe700010b20) = 0 +43938254021506:43938254022160 26077:26082 hsa_system_get_info(2, 0x7fe700010b28) = 0 +43938254022937:43938254023582 26077:26082 hsa_system_get_info(2, 0x7fe700010b30) = 0 +43938254024366:43938254025011 26077:26082 hsa_system_get_info(2, 0x7fe700010b38) = 0 +43938254025808:43938254026451 26077:26082 hsa_system_get_info(2, 0x7fe700010b40) = 0 +43938254027225:43938254027868 26077:26082 hsa_system_get_info(2, 0x7fe700010b48) = 0 +43938254028650:43938254029293 26077:26082 hsa_system_get_info(2, 0x7fe700010b50) = 0 +43938254030068:43938254030712 26077:26082 hsa_system_get_info(2, 0x7fe700010b58) = 0 +43938254031499:43938254032140 26077:26082 hsa_system_get_info(2, 0x7fe700010b60) = 0 +43938254032922:43938254033567 26077:26082 hsa_system_get_info(2, 0x7fe700010b68) = 0 +43938254034341:43938254034983 26077:26082 hsa_system_get_info(2, 0x7fe700010b70) = 0 +43938254035765:43938254036408 26077:26082 hsa_system_get_info(2, 0x7fe700010b78) = 0 +43938254037181:43938254037824 26077:26082 hsa_system_get_info(2, 0x7fe700010b80) = 0 +43938254038607:43938254039251 26077:26082 hsa_system_get_info(2, 0x7fe700010b88) = 0 +43938254040025:43938254040672 26077:26082 hsa_system_get_info(2, 0x7fe700010b90) = 0 +43938254041456:43938254042109 26077:26082 hsa_system_get_info(2, 0x7fe700010b98) = 0 +43938254042890:43938254043535 26077:26082 hsa_system_get_info(2, 0x7fe700010ba0) = 0 +43938254044315:43938254044969 26077:26082 hsa_system_get_info(2, 0x7fe700010ba8) = 0 +43938254045755:43938254046395 26077:26082 hsa_system_get_info(2, 0x7fe700010bb0) = 0 +43938254047173:43938254047820 26077:26082 hsa_system_get_info(2, 0x7fe700010bb8) = 0 +43938254048596:43938254049242 26077:26082 hsa_system_get_info(2, 0x7fe700010bc0) = 0 +43938254050025:43938254050667 26077:26082 hsa_system_get_info(2, 0x7fe700010bc8) = 0 +43938254051441:43938254052081 26077:26082 hsa_system_get_info(2, 0x7fe700010bd0) = 0 +43938254052864:43938254053512 26077:26082 hsa_system_get_info(2, 0x7fe700010bd8) = 0 +43938254054294:43938254054943 26077:26082 hsa_system_get_info(2, 0x7fe700010be0) = 0 +43938254055719:43938254056363 26077:26082 hsa_system_get_info(2, 0x7fe700010be8) = 0 +43938254058482:43938254059137 26077:26082 hsa_system_get_info(2, 0x7fe700010bf0) = 0 +43938254059913:43938254060562 26077:26082 hsa_system_get_info(2, 0x7fe700010bf8) = 0 +43938254061343:43938254061987 26077:26082 hsa_system_get_info(2, 0x7fe700010c00) = 0 +43938254062760:43938254063404 26077:26082 hsa_system_get_info(2, 0x7fe700010c08) = 0 +43938254064184:43938254064822 26077:26082 hsa_system_get_info(2, 0x7fe700010c10) = 0 +43938254065595:43938254066244 26077:26082 hsa_system_get_info(2, 0x7fe700010c18) = 0 +43938254067026:43938254067674 26077:26082 hsa_system_get_info(2, 0x7fe700010c20) = 0 +43938254068450:43938254069104 26077:26082 hsa_system_get_info(2, 0x7fe700010c28) = 0 +43938254069879:43938254070527 26077:26082 hsa_system_get_info(2, 0x7fe700010c30) = 0 +43938254071308:43938254071955 26077:26082 hsa_system_get_info(2, 0x7fe700010c38) = 0 +43938254072745:43938254073391 26077:26082 hsa_system_get_info(2, 0x7fe700010c40) = 0 +43938254074168:43938254074807 26077:26082 hsa_system_get_info(2, 0x7fe700010c48) = 0 +43938254075591:43938254076234 26077:26082 hsa_system_get_info(2, 0x7fe700010c50) = 0 +43938254077007:43938254077655 26077:26082 hsa_system_get_info(2, 0x7fe700010c58) = 0 +43938254078435:43938254079079 26077:26082 hsa_system_get_info(2, 0x7fe700010c60) = 0 +43938254079852:43938254080499 26077:26082 hsa_system_get_info(2, 0x7fe700010c68) = 0 +43938254081280:43938254081921 26077:26082 hsa_system_get_info(2, 0x7fe700010c70) = 0 +43938254082693:43938254083336 26077:26082 hsa_system_get_info(2, 0x7fe700010c78) = 0 +43938254084115:43938254084760 26077:26082 hsa_system_get_info(2, 0x7fe700010c80) = 0 +43938254085535:43938254086176 26077:26082 hsa_system_get_info(2, 0x7fe700010c88) = 0 +43938254086957:43938254087604 26077:26082 hsa_system_get_info(2, 0x7fe700010c90) = 0 +43938254088380:43938254089022 26077:26082 hsa_system_get_info(2, 0x7fe700010c98) = 0 +43938254089802:43938254090446 26077:26082 hsa_system_get_info(2, 0x7fe700010ca0) = 0 +43938254091223:43938254091878 26077:26082 hsa_system_get_info(2, 0x7fe700010ca8) = 0 +43938254092653:43938254093320 26077:26082 hsa_system_get_info(2, 0x7fe700010cb0) = 0 +43938254094095:43938254094736 26077:26082 hsa_system_get_info(2, 0x7fe700010cb8) = 0 +43938254095518:43938254096150 26077:26082 hsa_system_get_info(2, 0x7fe700010cc0) = 0 +43938254096931:43938254097572 26077:26082 hsa_system_get_info(2, 0x7fe700010cc8) = 0 +43938254098360:43938254099005 26077:26082 hsa_system_get_info(2, 0x7fe700010cd0) = 0 +43938254100569:43938254101214 26077:26082 hsa_system_get_info(2, 0x7fe700010cd8) = 0 +43938254101993:43938254102634 26077:26082 hsa_system_get_info(2, 0x7fe700010ce0) = 0 +43938254103419:43938254104069 26077:26082 hsa_system_get_info(2, 0x7fe700010ce8) = 0 +43938254104850:43938254105501 26077:26082 hsa_system_get_info(2, 0x7fe700010cf0) = 0 +43938254106284:43938254106929 26077:26082 hsa_system_get_info(2, 0x7fe700010cf8) = 0 +43938254107703:43938254108347 26077:26082 hsa_system_get_info(2, 0x7fe700010d00) = 0 +43938254109131:43938254109771 26077:26082 hsa_system_get_info(2, 0x7fe700010d08) = 0 +43938254110556:43938254111211 26077:26082 hsa_system_get_info(2, 0x7fe700010d10) = 0 +43938254111985:43938254112629 26077:26082 hsa_system_get_info(2, 0x7fe700010d18) = 0 +43938254113400:43938254114055 26077:26082 hsa_system_get_info(2, 0x7fe700010d20) = 0 +43938254114836:43938254115492 26077:26082 hsa_system_get_info(2, 0x7fe700010d28) = 0 +43938254116298:43938254116947 26077:26082 hsa_system_get_info(2, 0x7fe700010d30) = 0 +43938254117737:43938254118380 26077:26082 hsa_system_get_info(2, 0x7fe700010d38) = 0 +43938254119160:43938254119804 26077:26082 hsa_system_get_info(2, 0x7fe700010d40) = 0 +43938254120586:43938254121230 26077:26082 hsa_system_get_info(2, 0x7fe700010d48) = 0 +43938254122001:43938254122643 26077:26082 hsa_system_get_info(2, 0x7fe700010d50) = 0 +43938254123428:43938254124071 26077:26082 hsa_system_get_info(2, 0x7fe700010d58) = 0 +43938254124847:43938254125487 26077:26082 hsa_system_get_info(2, 0x7fe700010d60) = 0 +43938254126273:43938254126915 26077:26082 hsa_system_get_info(2, 0x7fe700010d68) = 0 +43938254127698:43938254128346 26077:26082 hsa_system_get_info(2, 0x7fe700010d70) = 0 +43938254129122:43938254129762 26077:26082 hsa_system_get_info(2, 0x7fe700010d78) = 0 +43938254130554:43938254131225 26077:26082 hsa_system_get_info(2, 0x7fe700010d80) = 0 +43938254132000:43938254132643 26077:26082 hsa_system_get_info(2, 0x7fe700010d88) = 0 +43938254133427:43938254134071 26077:26082 hsa_system_get_info(2, 0x7fe700010d90) = 0 +43938254134847:43938254135503 26077:26082 hsa_system_get_info(2, 0x7fe700010d98) = 0 +43938254136280:43938254136926 26077:26082 hsa_system_get_info(2, 0x7fe700010da0) = 0 +43938254137712:43938254138358 26077:26082 hsa_system_get_info(2, 0x7fe700010da8) = 0 +43938254139135:43938254139786 26077:26082 hsa_system_get_info(2, 0x7fe700010db0) = 0 +43938254141362:43938254142007 26077:26082 hsa_system_get_info(2, 0x7fe700010db8) = 0 +43938254142786:43938254143444 26077:26082 hsa_system_get_info(2, 0x7fe700010dc0) = 0 +43938254144226:43938254144870 26077:26082 hsa_system_get_info(2, 0x7fe700010dc8) = 0 +43938254145639:43938254146281 26077:26082 hsa_system_get_info(2, 0x7fe700010dd0) = 0 +43938254147056:43938254147698 26077:26082 hsa_system_get_info(2, 0x7fe700010dd8) = 0 +43938254148481:43938254149126 26077:26082 hsa_system_get_info(2, 0x7fe700010de0) = 0 +43938254149910:43938254150556 26077:26082 hsa_system_get_info(2, 0x7fe700010de8) = 0 +43938254151329:43938254151971 26077:26082 hsa_system_get_info(2, 0x7fe700010df0) = 0 +43938254152753:43938254153394 26077:26082 hsa_system_get_info(2, 0x7fe700010df8) = 0 +43938254154169:43938254154814 26077:26082 hsa_system_get_info(2, 0x7fe700010e00) = 0 +43938254155597:43938254156241 26077:26082 hsa_system_get_info(2, 0x7fe700010e08) = 0 +43938254157022:43938254157666 26077:26082 hsa_system_get_info(2, 0x7fe700010e10) = 0 +43938254158449:43938254159101 26077:26082 hsa_system_get_info(2, 0x7fe700010e18) = 0 +43938254159881:43938254160521 26077:26082 hsa_system_get_info(2, 0x7fe700010e20) = 0 +43938254161297:43938254161944 26077:26082 hsa_system_get_info(2, 0x7fe700010e28) = 0 +43938254162730:43938254163378 26077:26082 hsa_system_get_info(2, 0x7fe700010e30) = 0 +43938254164165:43938254164807 26077:26082 hsa_system_get_info(2, 0x7fe700010e38) = 0 +43938254165584:43938254166241 26077:26082 hsa_system_get_info(2, 0x7fe700010e40) = 0 +43938254167018:43938254167662 26077:26082 hsa_system_get_info(2, 0x7fe700010e48) = 0 +43938254168447:43938254169090 26077:26082 hsa_system_get_info(2, 0x7fe700010e50) = 0 +43938254169869:43938254170521 26077:26082 hsa_system_get_info(2, 0x7fe700010e58) = 0 +43938254171298:43938254171941 26077:26082 hsa_system_get_info(2, 0x7fe700010e60) = 0 +43938254172727:43938254173371 26077:26082 hsa_system_get_info(2, 0x7fe700010e68) = 0 +43938254174144:43938254174789 26077:26082 hsa_system_get_info(2, 0x7fe700010e70) = 0 +43938254175572:43938254176220 26077:26082 hsa_system_get_info(2, 0x7fe700010e78) = 0 +43938254177005:43938254177650 26077:26082 hsa_system_get_info(2, 0x7fe700010e80) = 0 +43938254178425:43938254179069 26077:26082 hsa_system_get_info(2, 0x7fe700010e88) = 0 +43938254179867:43938254180512 26077:26082 hsa_system_get_info(2, 0x7fe700010e90) = 0 +43938254182030:43938254182677 26077:26082 hsa_system_get_info(2, 0x7fe700010e98) = 0 +43938254183459:43938254184100 26077:26082 hsa_system_get_info(2, 0x7fe700010ea0) = 0 +43938254184874:43938254185512 26077:26082 hsa_system_get_info(2, 0x7fe700010ea8) = 0 +43938254186297:43938254186940 26077:26082 hsa_system_get_info(2, 0x7fe700010eb0) = 0 +43938254187714:43938254188355 26077:26082 hsa_system_get_info(2, 0x7fe700010eb8) = 0 +43938254189140:43938254189782 26077:26082 hsa_system_get_info(2, 0x7fe700010ec0) = 0 +43938254190556:43938254191203 26077:26082 hsa_system_get_info(2, 0x7fe700010ec8) = 0 +43938254191989:43938254192635 26077:26082 hsa_system_get_info(2, 0x7fe700010ed0) = 0 +43938254193416:43938254194060 26077:26082 hsa_system_get_info(2, 0x7fe700010ed8) = 0 +43938254194837:43938254195478 26077:26082 hsa_system_get_info(2, 0x7fe700010ee0) = 0 +43938254196261:43938254196910 26077:26082 hsa_system_get_info(2, 0x7fe700010ee8) = 0 +43938254197699:43938254198343 26077:26082 hsa_system_get_info(2, 0x7fe700010ef0) = 0 +43938254199139:43938254199781 26077:26082 hsa_system_get_info(2, 0x7fe700010ef8) = 0 +43938254200570:43938254201221 26077:26082 hsa_system_get_info(2, 0x7fe700010f00) = 0 +43938254201996:43938254202641 26077:26082 hsa_system_get_info(2, 0x7fe700010f08) = 0 +43938254203425:43938254204068 26077:26082 hsa_system_get_info(2, 0x7fe700010f10) = 0 +43938254204840:43938254205484 26077:26082 hsa_system_get_info(2, 0x7fe700010f18) = 0 +43938254206267:43938254206912 26077:26082 hsa_system_get_info(2, 0x7fe700010f20) = 0 +43938254207688:43938254208330 26077:26082 hsa_system_get_info(2, 0x7fe700010f28) = 0 +43938254209108:43938254209750 26077:26082 hsa_system_get_info(2, 0x7fe700010f30) = 0 +43938254210526:43938254211165 26077:26082 hsa_system_get_info(2, 0x7fe700010f38) = 0 +43938254211947:43938254212589 26077:26082 hsa_system_get_info(2, 0x7fe700010f40) = 0 +43938254213363:43938254214001 26077:26082 hsa_system_get_info(2, 0x7fe700010f48) = 0 +43938254214775:43938254215417 26077:26082 hsa_system_get_info(2, 0x7fe700010f50) = 0 +43938254216202:43938254216845 26077:26082 hsa_system_get_info(2, 0x7fe700010f58) = 0 +43938254231117:43938254231800 26077:26082 hsa_system_get_info(2, 0x7fe70000f020) = 0 +43938254232617:43938254233256 26077:26082 hsa_system_get_info(2, 0x7fe70000f028) = 0 +43938254234029:43938254234678 26077:26082 hsa_system_get_info(2, 0x7fe70000f030) = 0 +43938254235454:43938254236101 26077:26082 hsa_system_get_info(2, 0x7fe70000f038) = 0 +43938254237698:43938254238344 26077:26082 hsa_system_get_info(2, 0x7fe70000f040) = 0 +43938254239124:43938254239764 26077:26082 hsa_system_get_info(2, 0x7fe70000f048) = 0 +43938254240535:43938254241180 26077:26082 hsa_system_get_info(2, 0x7fe70000f050) = 0 +43938254241953:43938254242608 26077:26082 hsa_system_get_info(2, 0x7fe70000f058) = 0 +43938254243386:43938254244028 26077:26082 hsa_system_get_info(2, 0x7fe70000f060) = 0 +43938254244813:43938254245459 26077:26082 hsa_system_get_info(2, 0x7fe70000f068) = 0 +43938254246235:43938254246894 26077:26082 hsa_system_get_info(2, 0x7fe70000f070) = 0 +43938254247671:43938254248328 26077:26082 hsa_system_get_info(2, 0x7fe70000f078) = 0 +43938254249104:43938254249753 26077:26082 hsa_system_get_info(2, 0x7fe70000f080) = 0 +43938254250536:43938254251177 26077:26082 hsa_system_get_info(2, 0x7fe70000f088) = 0 +43938254251951:43938254252593 26077:26082 hsa_system_get_info(2, 0x7fe70000f090) = 0 +43938254253375:43938254254017 26077:26082 hsa_system_get_info(2, 0x7fe70000f098) = 0 +43938254254795:43938254255432 26077:26082 hsa_system_get_info(2, 0x7fe70000f0a0) = 0 +43938254256212:43938254256860 26077:26082 hsa_system_get_info(2, 0x7fe70000f0a8) = 0 +43938254257657:43938254258301 26077:26082 hsa_system_get_info(2, 0x7fe70000f0b0) = 0 +43938254259074:43938254259718 26077:26082 hsa_system_get_info(2, 0x7fe70000f0b8) = 0 +43938254260501:43938254261148 26077:26082 hsa_system_get_info(2, 0x7fe70000f0c0) = 0 +43938254261920:43938254262564 26077:26082 hsa_system_get_info(2, 0x7fe70000f0c8) = 0 +43938254263345:43938254263988 26077:26082 hsa_system_get_info(2, 0x7fe70000f0d0) = 0 +43938254264760:43938254265406 26077:26082 hsa_system_get_info(2, 0x7fe70000f0d8) = 0 +43938254266185:43938254266824 26077:26082 hsa_system_get_info(2, 0x7fe70000f0e0) = 0 +43938254267596:43938254268236 26077:26082 hsa_system_get_info(2, 0x7fe70000f0e8) = 0 +43938254269020:43938254269662 26077:26082 hsa_system_get_info(2, 0x7fe70000f0f0) = 0 +43938254270435:43938254271078 26077:26082 hsa_system_get_info(2, 0x7fe70000f0f8) = 0 +43938254271863:43938254272504 26077:26082 hsa_system_get_info(2, 0x7fe70000f100) = 0 +43938254273279:43938254273920 26077:26082 hsa_system_get_info(2, 0x7fe70000f108) = 0 +43938254274704:43938254275353 26077:26082 hsa_system_get_info(2, 0x7fe70000f110) = 0 +43938254276129:43938254276784 26077:26082 hsa_system_get_info(2, 0x7fe70000f118) = 0 +43938254278369:43938254279010 26077:26082 hsa_system_get_info(2, 0x7fe70000f120) = 0 +43938254279791:43938254280434 26077:26082 hsa_system_get_info(2, 0x7fe70000f128) = 0 +43938254281206:43938254281846 26077:26082 hsa_system_get_info(2, 0x7fe70000f130) = 0 +43938254282628:43938254283271 26077:26082 hsa_system_get_info(2, 0x7fe70000f138) = 0 +43938254284042:43938254284688 26077:26082 hsa_system_get_info(2, 0x7fe70000f140) = 0 +43938254285472:43938254286116 26077:26082 hsa_system_get_info(2, 0x7fe70000f148) = 0 +43938254286889:43938254287537 26077:26082 hsa_system_get_info(2, 0x7fe70000f150) = 0 +43938254288321:43938254288965 26077:26082 hsa_system_get_info(2, 0x7fe70000f158) = 0 +43938254289741:43938254290399 26077:26082 hsa_system_get_info(2, 0x7fe70000f160) = 0 +43938254291174:43938254291819 26077:26082 hsa_system_get_info(2, 0x7fe70000f168) = 0 +43938254292602:43938254293244 26077:26082 hsa_system_get_info(2, 0x7fe70000f170) = 0 +43938254294036:43938254294679 26077:26082 hsa_system_get_info(2, 0x7fe70000f178) = 0 +43938254295456:43938254296100 26077:26082 hsa_system_get_info(2, 0x7fe70000f180) = 0 +43938254296879:43938254297526 26077:26082 hsa_system_get_info(2, 0x7fe70000f188) = 0 +43938254298321:43938254298968 26077:26082 hsa_system_get_info(2, 0x7fe70000f190) = 0 +43938254299744:43938254300398 26077:26082 hsa_system_get_info(2, 0x7fe70000f198) = 0 +43938254301172:43938254301814 26077:26082 hsa_system_get_info(2, 0x7fe70000f1a0) = 0 +43938254302586:43938254303229 26077:26082 hsa_system_get_info(2, 0x7fe70000f1a8) = 0 +43938254304012:43938254304658 26077:26082 hsa_system_get_info(2, 0x7fe70000f1b0) = 0 +43938254305429:43938254306068 26077:26082 hsa_system_get_info(2, 0x7fe70000f1b8) = 0 +43938254306853:43938254307498 26077:26082 hsa_system_get_info(2, 0x7fe70000f1c0) = 0 +43938254308281:43938254308930 26077:26082 hsa_system_get_info(2, 0x7fe70000f1c8) = 0 +43938254309705:43938254310348 26077:26082 hsa_system_get_info(2, 0x7fe70000f1d0) = 0 +43938254311142:43938254311789 26077:26082 hsa_system_get_info(2, 0x7fe70000f1d8) = 0 +43938254312574:43938254313211 26077:26082 hsa_system_get_info(2, 0x7fe70000f1e0) = 0 +43938254313987:43938254314631 26077:26082 hsa_system_get_info(2, 0x7fe70000f1e8) = 0 +43938254315412:43938254316053 26077:26082 hsa_system_get_info(2, 0x7fe70000f1f0) = 0 +43938254316821:43938254317461 26077:26082 hsa_system_get_info(2, 0x7fe70000f1f8) = 0 +43938254318235:43938254318877 26077:26082 hsa_system_get_info(2, 0x7fe70000f200) = 0 +43938254320384:43938254321031 26077:26082 hsa_system_get_info(2, 0x7fe70000f208) = 0 +43938254321812:43938254322454 26077:26082 hsa_system_get_info(2, 0x7fe70000f210) = 0 +43938254323228:43938254323871 26077:26082 hsa_system_get_info(2, 0x7fe70000f218) = 0 +43938254324655:43938254325296 26077:26082 hsa_system_get_info(2, 0x7fe70000f220) = 0 +43938254326071:43938254326719 26077:26082 hsa_system_get_info(2, 0x7fe70000f228) = 0 +43938254327504:43938254328158 26077:26082 hsa_system_get_info(2, 0x7fe70000f230) = 0 +43938254328944:43938254329592 26077:26082 hsa_system_get_info(2, 0x7fe70000f238) = 0 +43938254330374:43938254331024 26077:26082 hsa_system_get_info(2, 0x7fe70000f240) = 0 +43938254331804:43938254332455 26077:26082 hsa_system_get_info(2, 0x7fe70000f248) = 0 +43938254333228:43938254333874 26077:26082 hsa_system_get_info(2, 0x7fe70000f250) = 0 +43938254334661:43938254335303 26077:26082 hsa_system_get_info(2, 0x7fe70000f258) = 0 +43938254336079:43938254336724 26077:26082 hsa_system_get_info(2, 0x7fe70000f260) = 0 +43938254337511:43938254338151 26077:26082 hsa_system_get_info(2, 0x7fe70000f268) = 0 +43938254338953:43938254339598 26077:26082 hsa_system_get_info(2, 0x7fe70000f270) = 0 +43938254340379:43938254341021 26077:26082 hsa_system_get_info(2, 0x7fe70000f278) = 0 +43938254341800:43938254342444 26077:26082 hsa_system_get_info(2, 0x7fe70000f280) = 0 +43938254343231:43938254343873 26077:26082 hsa_system_get_info(2, 0x7fe70000f288) = 0 +43938254344646:43938254345293 26077:26082 hsa_system_get_info(2, 0x7fe70000f290) = 0 +43938254346080:43938254346723 26077:26082 hsa_system_get_info(2, 0x7fe70000f298) = 0 +43938254347509:43938254348148 26077:26082 hsa_system_get_info(2, 0x7fe70000f2a0) = 0 +43938254348923:43938254349570 26077:26082 hsa_system_get_info(2, 0x7fe70000f2a8) = 0 +43938254350354:43938254350997 26077:26082 hsa_system_get_info(2, 0x7fe70000f2b0) = 0 +43938254351770:43938254352415 26077:26082 hsa_system_get_info(2, 0x7fe70000f2b8) = 0 +43938254353200:43938254353844 26077:26082 hsa_system_get_info(2, 0x7fe70000f2c0) = 0 +43938254354614:43938254355254 26077:26082 hsa_system_get_info(2, 0x7fe70000f2c8) = 0 +43938254356035:43938254356674 26077:26082 hsa_system_get_info(2, 0x7fe70000f2d0) = 0 +43938254357446:43938254358086 26077:26082 hsa_system_get_info(2, 0x7fe70000f2d8) = 0 +43938254358885:43938254359526 26077:26082 hsa_system_get_info(2, 0x7fe70000f2e0) = 0 +43938254361032:43938254361677 26077:26082 hsa_system_get_info(2, 0x7fe70000f2e8) = 0 +43938254362453:43938254363099 26077:26082 hsa_system_get_info(2, 0x7fe70000f2f0) = 0 +43938254363882:43938254364526 26077:26082 hsa_system_get_info(2, 0x7fe70000f2f8) = 0 +43938254365298:43938254365954 26077:26082 hsa_system_get_info(2, 0x7fe70000f300) = 0 +43938254366725:43938254367365 26077:26082 hsa_system_get_info(2, 0x7fe70000f308) = 0 +43938254368142:43938254368786 26077:26082 hsa_system_get_info(2, 0x7fe70000f310) = 0 +43938254369568:43938254370214 26077:26082 hsa_system_get_info(2, 0x7fe70000f318) = 0 +43938254370987:43938254371638 26077:26082 hsa_system_get_info(2, 0x7fe70000f320) = 0 +43938254372411:43938254373051 26077:26082 hsa_system_get_info(2, 0x7fe70000f328) = 0 +43938254373826:43938254374480 26077:26082 hsa_system_get_info(2, 0x7fe70000f330) = 0 +43938254375256:43938254375896 26077:26082 hsa_system_get_info(2, 0x7fe70000f338) = 0 +43938254376681:43938254377329 26077:26082 hsa_system_get_info(2, 0x7fe70000f340) = 0 +43938254378108:43938254378750 26077:26082 hsa_system_get_info(2, 0x7fe70000f348) = 0 +43938254379567:43938254380207 26077:26082 hsa_system_get_info(2, 0x7fe70000f350) = 0 +43938254380979:43938254381617 26077:26082 hsa_system_get_info(2, 0x7fe70000f358) = 0 +43938254382390:43938254383027 26077:26082 hsa_system_get_info(2, 0x7fe70000f360) = 0 +43938254383806:43938254384448 26077:26082 hsa_system_get_info(2, 0x7fe70000f368) = 0 +43938254385221:43938254385866 26077:26082 hsa_system_get_info(2, 0x7fe70000f370) = 0 +43938254386650:43938254387296 26077:26082 hsa_system_get_info(2, 0x7fe70000f378) = 0 +43938254388072:43938254388716 26077:26082 hsa_system_get_info(2, 0x7fe70000f380) = 0 +43938254389498:43938254390145 26077:26082 hsa_system_get_info(2, 0x7fe70000f388) = 0 +43938254390919:43938254391568 26077:26082 hsa_system_get_info(2, 0x7fe70000f390) = 0 +43938254392343:43938254392986 26077:26082 hsa_system_get_info(2, 0x7fe70000f398) = 0 +43938254393761:43938254394410 26077:26082 hsa_system_get_info(2, 0x7fe70000f3a0) = 0 +43938254395186:43938254395830 26077:26082 hsa_system_get_info(2, 0x7fe70000f3a8) = 0 +43938254396603:43938254397240 26077:26082 hsa_system_get_info(2, 0x7fe70000f3b0) = 0 +43938254398020:43938254398662 26077:26082 hsa_system_get_info(2, 0x7fe70000f3b8) = 0 +43938254399457:43938254400099 26077:26082 hsa_system_get_info(2, 0x7fe70000f3c0) = 0 +43938254400875:43938254401515 26077:26082 hsa_system_get_info(2, 0x7fe70000f3c8) = 0 +43938254403026:43938254403670 26077:26082 hsa_system_get_info(2, 0x7fe70000f3d0) = 0 +43938254404456:43938254405099 26077:26082 hsa_system_get_info(2, 0x7fe70000f3d8) = 0 +43938254405876:43938254406519 26077:26082 hsa_system_get_info(2, 0x7fe70000f3e0) = 0 +43938254407302:43938254407944 26077:26082 hsa_system_get_info(2, 0x7fe70000f3e8) = 0 +43938254408721:43938254409364 26077:26082 hsa_system_get_info(2, 0x7fe70000f3f0) = 0 +43938254410148:43938254410792 26077:26082 hsa_system_get_info(2, 0x7fe70000f3f8) = 0 +43938254411571:43938254412224 26077:26082 hsa_system_get_info(2, 0x7fe70000f400) = 0 +43938254412998:43938254413643 26077:26082 hsa_system_get_info(2, 0x7fe70000f408) = 0 +43938254414426:43938254415077 26077:26082 hsa_system_get_info(2, 0x7fe70000f410) = 0 +43938254415851:43938254416503 26077:26082 hsa_system_get_info(2, 0x7fe70000f418) = 0 +43938254417281:43938254417930 26077:26082 hsa_system_get_info(2, 0x7fe70000f420) = 0 +43938254418712:43938254419356 26077:26082 hsa_system_get_info(2, 0x7fe70000f428) = 0 +43938254420131:43938254420771 26077:26082 hsa_system_get_info(2, 0x7fe70000f430) = 0 +43938254421561:43938254422206 26077:26082 hsa_system_get_info(2, 0x7fe70000f438) = 0 +43938254422989:43938254423638 26077:26082 hsa_system_get_info(2, 0x7fe70000f440) = 0 +43938254424416:43938254425057 26077:26082 hsa_system_get_info(2, 0x7fe70000f448) = 0 +43938254425840:43938254426483 26077:26082 hsa_system_get_info(2, 0x7fe70000f450) = 0 +43938254427261:43938254427899 26077:26082 hsa_system_get_info(2, 0x7fe70000f458) = 0 +43938254428679:43938254429325 26077:26082 hsa_system_get_info(2, 0x7fe70000f460) = 0 +43938254430098:43938254430742 26077:26082 hsa_system_get_info(2, 0x7fe70000f468) = 0 +43938254431520:43938254432166 26077:26082 hsa_system_get_info(2, 0x7fe70000f470) = 0 +43938254432935:43938254433582 26077:26082 hsa_system_get_info(2, 0x7fe70000f478) = 0 +43938254434356:43938254435000 26077:26082 hsa_system_get_info(2, 0x7fe70000f480) = 0 +43938254435775:43938254436416 26077:26082 hsa_system_get_info(2, 0x7fe70000f488) = 0 +43938254437197:43938254437842 26077:26082 hsa_system_get_info(2, 0x7fe70000f490) = 0 +43938254438615:43938254439277 26077:26082 hsa_system_get_info(2, 0x7fe70000f498) = 0 +43938254440065:43938254440703 26077:26082 hsa_system_get_info(2, 0x7fe70000f4a0) = 0 +43938254441483:43938254442125 26077:26082 hsa_system_get_info(2, 0x7fe70000f4a8) = 0 +43938254443651:43938254444295 26077:26082 hsa_system_get_info(2, 0x7fe70000f4b0) = 0 +43938254445071:43938254445723 26077:26082 hsa_system_get_info(2, 0x7fe70000f4b8) = 0 +43938254446499:43938254447139 26077:26082 hsa_system_get_info(2, 0x7fe70000f4c0) = 0 +43938254447912:43938254448561 26077:26082 hsa_system_get_info(2, 0x7fe70000f4c8) = 0 +43938254449338:43938254449979 26077:26082 hsa_system_get_info(2, 0x7fe70000f4d0) = 0 +43938254450750:43938254451404 26077:26082 hsa_system_get_info(2, 0x7fe70000f4d8) = 0 +43938254452177:43938254452817 26077:26082 hsa_system_get_info(2, 0x7fe70000f4e0) = 0 +43938254453589:43938254454234 26077:26082 hsa_system_get_info(2, 0x7fe70000f4e8) = 0 +43938254455014:43938254455652 26077:26082 hsa_system_get_info(2, 0x7fe70000f4f0) = 0 +43938254456424:43938254457068 26077:26082 hsa_system_get_info(2, 0x7fe70000f4f8) = 0 +43938254457850:43938254458492 26077:26082 hsa_system_get_info(2, 0x7fe70000f500) = 0 +43938254459269:43938254459910 26077:26082 hsa_system_get_info(2, 0x7fe70000f508) = 0 +43938254460696:43938254461338 26077:26082 hsa_system_get_info(2, 0x7fe70000f510) = 0 +43938254462112:43938254462757 26077:26082 hsa_system_get_info(2, 0x7fe70000f518) = 0 +43938254463536:43938254464190 26077:26082 hsa_system_get_info(2, 0x7fe70000f520) = 0 +43938254464971:43938254465613 26077:26082 hsa_system_get_info(2, 0x7fe70000f528) = 0 +43938254466386:43938254467027 26077:26082 hsa_system_get_info(2, 0x7fe70000f530) = 0 +43938254467800:43938254468454 26077:26082 hsa_system_get_info(2, 0x7fe70000f538) = 0 +43938254469227:43938254469873 26077:26082 hsa_system_get_info(2, 0x7fe70000f540) = 0 +43938254470655:43938254471295 26077:26082 hsa_system_get_info(2, 0x7fe70000f548) = 0 +43938254472067:43938254472713 26077:26082 hsa_system_get_info(2, 0x7fe70000f550) = 0 +43938254473485:43938254474127 26077:26082 hsa_system_get_info(2, 0x7fe70000f558) = 0 +43938254474908:43938254475552 26077:26082 hsa_system_get_info(2, 0x7fe70000f560) = 0 +43938254476324:43938254476968 26077:26082 hsa_system_get_info(2, 0x7fe70000f568) = 0 +43938254477751:43938254478390 26077:26082 hsa_system_get_info(2, 0x7fe70000f570) = 0 +43938254479164:43938254479807 26077:26082 hsa_system_get_info(2, 0x7fe70000f578) = 0 +43938254480587:43938254481235 26077:26082 hsa_system_get_info(2, 0x7fe70000f580) = 0 +43938254482005:43938254482649 26077:26082 hsa_system_get_info(2, 0x7fe70000f588) = 0 +43938254483432:43938254484091 26077:26082 hsa_system_get_info(2, 0x7fe70000f590) = 0 +43938254485669:43938254486314 26077:26082 hsa_system_get_info(2, 0x7fe70000f598) = 0 +43938254487089:43938254487729 26077:26082 hsa_system_get_info(2, 0x7fe70000f5a0) = 0 +43938254488512:43938254489151 26077:26082 hsa_system_get_info(2, 0x7fe70000f5a8) = 0 +43938254489922:43938254490564 26077:26082 hsa_system_get_info(2, 0x7fe70000f5b0) = 0 +43938254491336:43938254491978 26077:26082 hsa_system_get_info(2, 0x7fe70000f5b8) = 0 +43938254492757:43938254493398 26077:26082 hsa_system_get_info(2, 0x7fe70000f5c0) = 0 +43938254494173:43938254494814 26077:26082 hsa_system_get_info(2, 0x7fe70000f5c8) = 0 +43938254495598:43938254496240 26077:26082 hsa_system_get_info(2, 0x7fe70000f5d0) = 0 +43938254497016:43938254497660 26077:26082 hsa_system_get_info(2, 0x7fe70000f5d8) = 0 +43938254498441:43938254499086 26077:26082 hsa_system_get_info(2, 0x7fe70000f5e0) = 0 +43938254499876:43938254500520 26077:26082 hsa_system_get_info(2, 0x7fe70000f5e8) = 0 +43938254501321:43938254501960 26077:26082 hsa_system_get_info(2, 0x7fe70000f5f0) = 0 +43938254502737:43938254503381 26077:26082 hsa_system_get_info(2, 0x7fe70000f5f8) = 0 +43938254504174:43938254504819 26077:26082 hsa_system_get_info(2, 0x7fe70000f600) = 0 +43938254505616:43938254506261 26077:26082 hsa_system_get_info(2, 0x7fe70000f608) = 0 +43938254507041:43938254507690 26077:26082 hsa_system_get_info(2, 0x7fe70000f610) = 0 +43938254508463:43938254509103 26077:26082 hsa_system_get_info(2, 0x7fe70000f618) = 0 +43938254509887:43938254510532 26077:26082 hsa_system_get_info(2, 0x7fe70000f620) = 0 +43938254511306:43938254511948 26077:26082 hsa_system_get_info(2, 0x7fe70000f628) = 0 +43938254512730:43938254513376 26077:26082 hsa_system_get_info(2, 0x7fe70000f630) = 0 +43938254514150:43938254514802 26077:26082 hsa_system_get_info(2, 0x7fe70000f638) = 0 +43938254515574:43938254516220 26077:26082 hsa_system_get_info(2, 0x7fe70000f640) = 0 +43938254517002:43938254517644 26077:26082 hsa_system_get_info(2, 0x7fe70000f648) = 0 +43938254518420:43938254519066 26077:26082 hsa_system_get_info(2, 0x7fe70000f650) = 0 +43938254519846:43938254520484 26077:26082 hsa_system_get_info(2, 0x7fe70000f658) = 0 +43938254521256:43938254521898 26077:26082 hsa_system_get_info(2, 0x7fe70000f660) = 0 +43938254522670:43938254523309 26077:26082 hsa_system_get_info(2, 0x7fe70000f668) = 0 +43938254524090:43938254524744 26077:26082 hsa_system_get_info(2, 0x7fe70000f670) = 0 +43938254526254:43938254526899 26077:26082 hsa_system_get_info(2, 0x7fe70000f678) = 0 +43938254527674:43938254528318 26077:26082 hsa_system_get_info(2, 0x7fe70000f680) = 0 +43938254529099:43938254529744 26077:26082 hsa_system_get_info(2, 0x7fe70000f688) = 0 +43938254530528:43938254531175 26077:26082 hsa_system_get_info(2, 0x7fe70000f690) = 0 +43938254531950:43938254532595 26077:26082 hsa_system_get_info(2, 0x7fe70000f698) = 0 +43938254533376:43938254534024 26077:26082 hsa_system_get_info(2, 0x7fe70000f6a0) = 0 +43938254534796:43938254535454 26077:26082 hsa_system_get_info(2, 0x7fe70000f6a8) = 0 +43938254536225:43938254536871 26077:26082 hsa_system_get_info(2, 0x7fe70000f6b0) = 0 +43938254537652:43938254538296 26077:26082 hsa_system_get_info(2, 0x7fe70000f6b8) = 0 +43938254539075:43938254539713 26077:26082 hsa_system_get_info(2, 0x7fe70000f6c0) = 0 +43938254540496:43938254541142 26077:26082 hsa_system_get_info(2, 0x7fe70000f6c8) = 0 +43938254541922:43938254542566 26077:26082 hsa_system_get_info(2, 0x7fe70000f6d0) = 0 +43938254543348:43938254543993 26077:26082 hsa_system_get_info(2, 0x7fe70000f6d8) = 0 +43938254544788:43938254545433 26077:26082 hsa_system_get_info(2, 0x7fe70000f6e0) = 0 +43938254546209:43938254546858 26077:26082 hsa_system_get_info(2, 0x7fe70000f6e8) = 0 +43938254547634:43938254548276 26077:26082 hsa_system_get_info(2, 0x7fe70000f6f0) = 0 +43938254549061:43938254549705 26077:26082 hsa_system_get_info(2, 0x7fe70000f6f8) = 0 +43938254550483:43938254551141 26077:26082 hsa_system_get_info(2, 0x7fe70000f700) = 0 +43938254551927:43938254552572 26077:26082 hsa_system_get_info(2, 0x7fe70000f708) = 0 +43938254553356:43938254553999 26077:26082 hsa_system_get_info(2, 0x7fe70000f710) = 0 +43938254554773:43938254555426 26077:26082 hsa_system_get_info(2, 0x7fe70000f718) = 0 +43938254556200:43938254556847 26077:26082 hsa_system_get_info(2, 0x7fe70000f720) = 0 +43938254557633:43938254558281 26077:26082 hsa_system_get_info(2, 0x7fe70000f728) = 0 +43938254559065:43938254559710 26077:26082 hsa_system_get_info(2, 0x7fe70000f730) = 0 +43938254560488:43938254561133 26077:26082 hsa_system_get_info(2, 0x7fe70000f738) = 0 +43938254561918:43938254562566 26077:26082 hsa_system_get_info(2, 0x7fe70000f740) = 0 +43938254563337:43938254563990 26077:26082 hsa_system_get_info(2, 0x7fe70000f748) = 0 +43938254564765:43938254565404 26077:26082 hsa_system_get_info(2, 0x7fe70000f750) = 0 +43938254566917:43938254567564 26077:26082 hsa_system_get_info(2, 0x7fe70000f758) = 0 +43938254568340:43938254568994 26077:26082 hsa_system_get_info(2, 0x7fe70000f760) = 0 +43938254569766:43938254570411 26077:26082 hsa_system_get_info(2, 0x7fe70000f768) = 0 +43938254571197:43938254571842 26077:26082 hsa_system_get_info(2, 0x7fe70000f770) = 0 +43938254572618:43938254573264 26077:26082 hsa_system_get_info(2, 0x7fe70000f778) = 0 +43938254574049:43938254574695 26077:26082 hsa_system_get_info(2, 0x7fe70000f780) = 0 +43938254575478:43938254576119 26077:26082 hsa_system_get_info(2, 0x7fe70000f788) = 0 +43938254576888:43938254577530 26077:26082 hsa_system_get_info(2, 0x7fe70000f790) = 0 +43938254578302:43938254578956 26077:26082 hsa_system_get_info(2, 0x7fe70000f798) = 0 +43938254579729:43938254580375 26077:26082 hsa_system_get_info(2, 0x7fe70000f7a0) = 0 +43938254581158:43938254581789 26077:26082 hsa_system_get_info(2, 0x7fe70000f7a8) = 0 +43938254582576:43938254583215 26077:26082 hsa_system_get_info(2, 0x7fe70000f7b0) = 0 +43938254583991:43938254584625 26077:26082 hsa_system_get_info(2, 0x7fe70000f7b8) = 0 +43938254585415:43938254586064 26077:26082 hsa_system_get_info(2, 0x7fe70000f7c0) = 0 +43938254586847:43938254587497 26077:26082 hsa_system_get_info(2, 0x7fe70000f7c8) = 0 +43938254588273:43938254588922 26077:26082 hsa_system_get_info(2, 0x7fe70000f7d0) = 0 +43938254589697:43938254590348 26077:26082 hsa_system_get_info(2, 0x7fe70000f7d8) = 0 +43938254591130:43938254591774 26077:26082 hsa_system_get_info(2, 0x7fe70000f7e0) = 0 +43938254592546:43938254593183 26077:26082 hsa_system_get_info(2, 0x7fe70000f7e8) = 0 +43938254593969:43938254594613 26077:26082 hsa_system_get_info(2, 0x7fe70000f7f0) = 0 +43938254595389:43938254596030 26077:26082 hsa_system_get_info(2, 0x7fe70000f7f8) = 0 +43938254596808:43938254597451 26077:26082 hsa_system_get_info(2, 0x7fe70000f800) = 0 +43938254598226:43938254598867 26077:26082 hsa_system_get_info(2, 0x7fe70000f808) = 0 +43938254599635:43938254600279 26077:26082 hsa_system_get_info(2, 0x7fe70000f810) = 0 +43938254601055:43938254601701 26077:26082 hsa_system_get_info(2, 0x7fe70000f818) = 0 +43938254602492:43938254603136 26077:26082 hsa_system_get_info(2, 0x7fe70000f820) = 0 +43938254603909:43938254604552 26077:26082 hsa_system_get_info(2, 0x7fe70000f828) = 0 +43938254605334:43938254605984 26077:26082 hsa_system_get_info(2, 0x7fe70000f830) = 0 +43938254606760:43938254607400 26077:26082 hsa_system_get_info(2, 0x7fe70000f838) = 0 +43938254608937:43938254609585 26077:26082 hsa_system_get_info(2, 0x7fe70000f840) = 0 +43938254610357:43938254610996 26077:26082 hsa_system_get_info(2, 0x7fe70000f848) = 0 +43938254611775:43938254612415 26077:26082 hsa_system_get_info(2, 0x7fe70000f850) = 0 +43938254613186:43938254613831 26077:26082 hsa_system_get_info(2, 0x7fe70000f858) = 0 +43938254614608:43938254615260 26077:26082 hsa_system_get_info(2, 0x7fe70000f860) = 0 +43938254616048:43938254616687 26077:26082 hsa_system_get_info(2, 0x7fe70000f868) = 0 +43938254617467:43938254618110 26077:26082 hsa_system_get_info(2, 0x7fe70000f870) = 0 +43938254618884:43938254619525 26077:26082 hsa_system_get_info(2, 0x7fe70000f878) = 0 +43938254620309:43938254620954 26077:26082 hsa_system_get_info(2, 0x7fe70000f880) = 0 +43938254621727:43938254622371 26077:26082 hsa_system_get_info(2, 0x7fe70000f888) = 0 +43938254623152:43938254623798 26077:26082 hsa_system_get_info(2, 0x7fe70000f890) = 0 +43938254624571:43938254625223 26077:26082 hsa_system_get_info(2, 0x7fe70000f898) = 0 +43938254625998:43938254626645 26077:26082 hsa_system_get_info(2, 0x7fe70000f8a0) = 0 +43938254627416:43938254628056 26077:26082 hsa_system_get_info(2, 0x7fe70000f8a8) = 0 +43938254628836:43938254629479 26077:26082 hsa_system_get_info(2, 0x7fe70000f8b0) = 0 +43938254630248:43938254630891 26077:26082 hsa_system_get_info(2, 0x7fe70000f8b8) = 0 +43938254631672:43938254632316 26077:26082 hsa_system_get_info(2, 0x7fe70000f8c0) = 0 +43938254633090:43938254633728 26077:26082 hsa_system_get_info(2, 0x7fe70000f8c8) = 0 +43938254634500:43938254635167 26077:26082 hsa_system_get_info(2, 0x7fe70000f8d0) = 0 +43938254635939:43938254636579 26077:26082 hsa_system_get_info(2, 0x7fe70000f8d8) = 0 +43938254637360:43938254638007 26077:26082 hsa_system_get_info(2, 0x7fe70000f8e0) = 0 +43938254638782:43938254639432 26077:26082 hsa_system_get_info(2, 0x7fe70000f8e8) = 0 +43938254640209:43938254640857 26077:26082 hsa_system_get_info(2, 0x7fe70000f8f0) = 0 +43938254641635:43938254642277 26077:26082 hsa_system_get_info(2, 0x7fe70000f8f8) = 0 +43938254643051:43938254643699 26077:26082 hsa_system_get_info(2, 0x7fe70000f900) = 0 +43938254644480:43938254645122 26077:26082 hsa_system_get_info(2, 0x7fe70000f908) = 0 +43938254645895:43938254646536 26077:26082 hsa_system_get_info(2, 0x7fe70000f910) = 0 +43938254647316:43938254647956 26077:26082 hsa_system_get_info(2, 0x7fe70000f918) = 0 +43938254650079:43938254650726 26077:26082 hsa_system_get_info(2, 0x7fe70000f920) = 0 +43938254651505:43938254652149 26077:26082 hsa_system_get_info(2, 0x7fe70000f928) = 0 +43938254652933:43938254653572 26077:26082 hsa_system_get_info(2, 0x7fe70000f930) = 0 +43938254654344:43938254654989 26077:26082 hsa_system_get_info(2, 0x7fe70000f938) = 0 +43938254655774:43938254656416 26077:26082 hsa_system_get_info(2, 0x7fe70000f940) = 0 +43938254657191:43938254657846 26077:26082 hsa_system_get_info(2, 0x7fe70000f948) = 0 +43938254658626:43938254659269 26077:26082 hsa_system_get_info(2, 0x7fe70000f950) = 0 +43938254660051:43938254660693 26077:26082 hsa_system_get_info(2, 0x7fe70000f958) = 0 +43938254661471:43938254662113 26077:26082 hsa_system_get_info(2, 0x7fe70000f960) = 0 +43938254662894:43938254663538 26077:26082 hsa_system_get_info(2, 0x7fe70000f968) = 0 +43938254664325:43938254664973 26077:26082 hsa_system_get_info(2, 0x7fe70000f970) = 0 +43938254665771:43938254666410 26077:26082 hsa_system_get_info(2, 0x7fe70000f978) = 0 +43938254667194:43938254667849 26077:26082 hsa_system_get_info(2, 0x7fe70000f980) = 0 +43938254668628:43938254669273 26077:26082 hsa_system_get_info(2, 0x7fe70000f988) = 0 +43938254670053:43938254670695 26077:26082 hsa_system_get_info(2, 0x7fe70000f990) = 0 +43938254671471:43938254672115 26077:26082 hsa_system_get_info(2, 0x7fe70000f998) = 0 +43938254672900:43938254673543 26077:26082 hsa_system_get_info(2, 0x7fe70000f9a0) = 0 +43938254674318:43938254674960 26077:26082 hsa_system_get_info(2, 0x7fe70000f9a8) = 0 +43938254675743:43938254676386 26077:26082 hsa_system_get_info(2, 0x7fe70000f9b0) = 0 +43938254677160:43938254677800 26077:26082 hsa_system_get_info(2, 0x7fe70000f9b8) = 0 +43938254678585:43938254679227 26077:26082 hsa_system_get_info(2, 0x7fe70000f9c0) = 0 +43938254680002:43938254680646 26077:26082 hsa_system_get_info(2, 0x7fe70000f9c8) = 0 +43938254681429:43938254682073 26077:26082 hsa_system_get_info(2, 0x7fe70000f9d0) = 0 +43938254682846:43938254683486 26077:26082 hsa_system_get_info(2, 0x7fe70000f9d8) = 0 +43938254684270:43938254684909 26077:26082 hsa_system_get_info(2, 0x7fe70000f9e0) = 0 +43938254685683:43938254686344 26077:26082 hsa_system_get_info(2, 0x7fe70000f9e8) = 0 +43938254687121:43938254687769 26077:26082 hsa_system_get_info(2, 0x7fe70000f9f0) = 0 +43938254688552:43938254689194 26077:26082 hsa_system_get_info(2, 0x7fe70000f9f8) = 0 +43938254689980:43938254690626 26077:26082 hsa_system_get_info(2, 0x7fe70000fa00) = 0 +43938254692142:43938254692794 26077:26082 hsa_system_get_info(2, 0x7fe70000fa08) = 0 +43938254693569:43938254694225 26077:26082 hsa_system_get_info(2, 0x7fe70000fa10) = 0 +43938254695002:43938254695649 26077:26082 hsa_system_get_info(2, 0x7fe70000fa18) = 0 +43938254696431:43938254697077 26077:26082 hsa_system_get_info(2, 0x7fe70000fa20) = 0 +43938254697852:43938254698506 26077:26082 hsa_system_get_info(2, 0x7fe70000fa28) = 0 +43938254699281:43938254699925 26077:26082 hsa_system_get_info(2, 0x7fe70000fa30) = 0 +43938254700707:43938254701338 26077:26082 hsa_system_get_info(2, 0x7fe70000fa38) = 0 +43938254702120:43938254702760 26077:26082 hsa_system_get_info(2, 0x7fe70000fa40) = 0 +43938254703535:43938254704177 26077:26082 hsa_system_get_info(2, 0x7fe70000fa48) = 0 +43938254704973:43938254705629 26077:26082 hsa_system_get_info(2, 0x7fe70000fa50) = 0 +43938254706401:43938254707043 26077:26082 hsa_system_get_info(2, 0x7fe70000fa58) = 0 +43938254707818:43938254708460 26077:26082 hsa_system_get_info(2, 0x7fe70000fa60) = 0 +43938254709243:43938254709892 26077:26082 hsa_system_get_info(2, 0x7fe70000fa68) = 0 +43938254710676:43938254711327 26077:26082 hsa_system_get_info(2, 0x7fe70000fa70) = 0 +43938254712102:43938254712754 26077:26082 hsa_system_get_info(2, 0x7fe70000fa78) = 0 +43938254713532:43938254714171 26077:26082 hsa_system_get_info(2, 0x7fe70000fa80) = 0 +43938254714943:43938254715595 26077:26082 hsa_system_get_info(2, 0x7fe70000fa88) = 0 +43938254716368:43938254717011 26077:26082 hsa_system_get_info(2, 0x7fe70000fa90) = 0 +43938254717787:43938254718442 26077:26082 hsa_system_get_info(2, 0x7fe70000fa98) = 0 +43938254719241:43938254719885 26077:26082 hsa_system_get_info(2, 0x7fe70000faa0) = 0 +43938254720661:43938254721305 26077:26082 hsa_system_get_info(2, 0x7fe70000faa8) = 0 +43938254722090:43938254722735 26077:26082 hsa_system_get_info(2, 0x7fe70000fab0) = 0 +43938254723510:43938254724151 26077:26082 hsa_system_get_info(2, 0x7fe70000fab8) = 0 +43938254724932:43938254725574 26077:26082 hsa_system_get_info(2, 0x7fe70000fac0) = 0 +43938254726350:43938254727002 26077:26082 hsa_system_get_info(2, 0x7fe70000fac8) = 0 +43938254727778:43938254728420 26077:26082 hsa_system_get_info(2, 0x7fe70000fad0) = 0 +43938254729194:43938254729845 26077:26082 hsa_system_get_info(2, 0x7fe70000fad8) = 0 +43938254730626:43938254731266 26077:26082 hsa_system_get_info(2, 0x7fe70000fae0) = 0 +43938254732779:43938254733417 26077:26082 hsa_system_get_info(2, 0x7fe70000fae8) = 0 +43938254734189:43938254734834 26077:26082 hsa_system_get_info(2, 0x7fe70000faf0) = 0 +43938254735611:43938254736256 26077:26082 hsa_system_get_info(2, 0x7fe70000faf8) = 0 +43938254737031:43938254737672 26077:26082 hsa_system_get_info(2, 0x7fe70000fb00) = 0 +43938254738452:43938254739096 26077:26082 hsa_system_get_info(2, 0x7fe70000fb08) = 0 +43938254739874:43938254740511 26077:26082 hsa_system_get_info(2, 0x7fe70000fb10) = 0 +43938254741296:43938254741937 26077:26082 hsa_system_get_info(2, 0x7fe70000fb18) = 0 +43938254742713:43938254743351 26077:26082 hsa_system_get_info(2, 0x7fe70000fb20) = 0 +43938254744132:43938254744771 26077:26082 hsa_system_get_info(2, 0x7fe70000fb28) = 0 +43938254745543:43938254746185 26077:26082 hsa_system_get_info(2, 0x7fe70000fb30) = 0 +43938254746959:43938254747598 26077:26082 hsa_system_get_info(2, 0x7fe70000fb38) = 0 +43938254748386:43938254749031 26077:26082 hsa_system_get_info(2, 0x7fe70000fb40) = 0 +43938254749820:43938254750468 26077:26082 hsa_system_get_info(2, 0x7fe70000fb48) = 0 +43938254751260:43938254751908 26077:26082 hsa_system_get_info(2, 0x7fe70000fb50) = 0 +43938254752683:43938254753339 26077:26082 hsa_system_get_info(2, 0x7fe70000fb58) = 0 +43938254754112:43938254754757 26077:26082 hsa_system_get_info(2, 0x7fe70000fb60) = 0 +43938254755528:43938254756180 26077:26082 hsa_system_get_info(2, 0x7fe70000fb68) = 0 +43938254756956:43938254757601 26077:26082 hsa_system_get_info(2, 0x7fe70000fb70) = 0 +43938254758380:43938254759027 26077:26082 hsa_system_get_info(2, 0x7fe70000fb78) = 0 +43938254759805:43938254760446 26077:26082 hsa_system_get_info(2, 0x7fe70000fb80) = 0 +43938254761229:43938254761869 26077:26082 hsa_system_get_info(2, 0x7fe70000fb88) = 0 +43938254762644:43938254763287 26077:26082 hsa_system_get_info(2, 0x7fe70000fb90) = 0 +43938254764068:43938254764711 26077:26082 hsa_system_get_info(2, 0x7fe70000fb98) = 0 +43938254765486:43938254766128 26077:26082 hsa_system_get_info(2, 0x7fe70000fba0) = 0 +43938254766918:43938254767562 26077:26082 hsa_system_get_info(2, 0x7fe70000fba8) = 0 +43938254768336:43938254768989 26077:26082 hsa_system_get_info(2, 0x7fe70000fbb0) = 0 +43938254769763:43938254770409 26077:26082 hsa_system_get_info(2, 0x7fe70000fbb8) = 0 +43938254771202:43938254771848 26077:26082 hsa_system_get_info(2, 0x7fe70000fbc0) = 0 +43938254772633:43938254773278 26077:26082 hsa_system_get_info(2, 0x7fe70000fbc8) = 0 +43938254774778:43938254775436 26077:26082 hsa_system_get_info(2, 0x7fe70000fbd0) = 0 +43938254776212:43938254776852 26077:26082 hsa_system_get_info(2, 0x7fe70000fbd8) = 0 +43938254777633:43938254778281 26077:26082 hsa_system_get_info(2, 0x7fe70000fbe0) = 0 +43938254779056:43938254779696 26077:26082 hsa_system_get_info(2, 0x7fe70000fbe8) = 0 +43938254780479:43938254781118 26077:26082 hsa_system_get_info(2, 0x7fe70000fbf0) = 0 +43938254781891:43938254782532 26077:26082 hsa_system_get_info(2, 0x7fe70000fbf8) = 0 +43938254783314:43938254783956 26077:26082 hsa_system_get_info(2, 0x7fe70000fc00) = 0 +43938254784730:43938254785371 26077:26082 hsa_system_get_info(2, 0x7fe70000fc08) = 0 +43938254786155:43938254786802 26077:26082 hsa_system_get_info(2, 0x7fe70000fc10) = 0 +43938254787577:43938254788220 26077:26082 hsa_system_get_info(2, 0x7fe70000fc18) = 0 +43938254789009:43938254789655 26077:26082 hsa_system_get_info(2, 0x7fe70000fc20) = 0 +43938254790427:43938254791079 26077:26082 hsa_system_get_info(2, 0x7fe70000fc28) = 0 +43938254791852:43938254792507 26077:26082 hsa_system_get_info(2, 0x7fe70000fc30) = 0 +43938254793291:43938254793933 26077:26082 hsa_system_get_info(2, 0x7fe70000fc38) = 0 +43938254794705:43938254795349 26077:26082 hsa_system_get_info(2, 0x7fe70000fc40) = 0 +43938254796132:43938254796770 26077:26082 hsa_system_get_info(2, 0x7fe70000fc48) = 0 +43938254797544:43938254798189 26077:26082 hsa_system_get_info(2, 0x7fe70000fc50) = 0 +43938254798974:43938254799618 26077:26082 hsa_system_get_info(2, 0x7fe70000fc58) = 0 +43938254800392:43938254801045 26077:26082 hsa_system_get_info(2, 0x7fe70000fc60) = 0 +43938254801818:43938254802462 26077:26082 hsa_system_get_info(2, 0x7fe70000fc68) = 0 +43938254803245:43938254803876 26077:26082 hsa_system_get_info(2, 0x7fe70000fc70) = 0 +43938254804657:43938254805302 26077:26082 hsa_system_get_info(2, 0x7fe70000fc78) = 0 +43938254806076:43938254806731 26077:26082 hsa_system_get_info(2, 0x7fe70000fc80) = 0 +43938254807504:43938254808154 26077:26082 hsa_system_get_info(2, 0x7fe70000fc88) = 0 +43938254808939:43938254809583 26077:26082 hsa_system_get_info(2, 0x7fe70000fc90) = 0 +43938254810356:43938254811012 26077:26082 hsa_system_get_info(2, 0x7fe70000fc98) = 0 +43938254811788:43938254812434 26077:26082 hsa_system_get_info(2, 0x7fe70000fca0) = 0 +43938254813227:43938254813872 26077:26082 hsa_system_get_info(2, 0x7fe70000fca8) = 0 +43938254815439:43938254816097 26077:26082 hsa_system_get_info(2, 0x7fe70000fcb0) = 0 +43938254816869:43938254817516 26077:26082 hsa_system_get_info(2, 0x7fe70000fcb8) = 0 +43938254818303:43938254818950 26077:26082 hsa_system_get_info(2, 0x7fe70000fcc0) = 0 +43938254819724:43938254820378 26077:26082 hsa_system_get_info(2, 0x7fe70000fcc8) = 0 +43938254821157:43938254821802 26077:26082 hsa_system_get_info(2, 0x7fe70000fcd0) = 0 +43938254822585:43938254823225 26077:26082 hsa_system_get_info(2, 0x7fe70000fcd8) = 0 +43938254824000:43938254824639 26077:26082 hsa_system_get_info(2, 0x7fe70000fce0) = 0 +43938254825408:43938254826050 26077:26082 hsa_system_get_info(2, 0x7fe70000fce8) = 0 +43938254826839:43938254827487 26077:26082 hsa_system_get_info(2, 0x7fe70000fcf0) = 0 +43938254828266:43938254828906 26077:26082 hsa_system_get_info(2, 0x7fe70000fcf8) = 0 +43938254829682:43938254830325 26077:26082 hsa_system_get_info(2, 0x7fe70000fd00) = 0 +43938254831108:43938254831751 26077:26082 hsa_system_get_info(2, 0x7fe70000fd08) = 0 +43938254832530:43938254833182 26077:26082 hsa_system_get_info(2, 0x7fe70000fd10) = 0 +43938254833964:43938254834610 26077:26082 hsa_system_get_info(2, 0x7fe70000fd18) = 0 +43938254835391:43938254836034 26077:26082 hsa_system_get_info(2, 0x7fe70000fd20) = 0 +43938254836811:43938254837455 26077:26082 hsa_system_get_info(2, 0x7fe70000fd28) = 0 +43938254838234:43938254838881 26077:26082 hsa_system_get_info(2, 0x7fe70000fd30) = 0 +43938254839667:43938254840315 26077:26082 hsa_system_get_info(2, 0x7fe70000fd38) = 0 +43938254841092:43938254841737 26077:26082 hsa_system_get_info(2, 0x7fe70000fd40) = 0 +43938254842516:43938254843155 26077:26082 hsa_system_get_info(2, 0x7fe70000fd48) = 0 +43938254843934:43938254844575 26077:26082 hsa_system_get_info(2, 0x7fe70000fd50) = 0 +43938254845357:43938254846000 26077:26082 hsa_system_get_info(2, 0x7fe70000fd58) = 0 +43938254846774:43938254847413 26077:26082 hsa_system_get_info(2, 0x7fe70000fd60) = 0 +43938254848196:43938254848840 26077:26082 hsa_system_get_info(2, 0x7fe70000fd68) = 0 +43938254849619:43938254850272 26077:26082 hsa_system_get_info(2, 0x7fe70000fd70) = 0 +43938254851045:43938254851690 26077:26082 hsa_system_get_info(2, 0x7fe70000fd78) = 0 +43938254852473:43938254853118 26077:26082 hsa_system_get_info(2, 0x7fe70000fd80) = 0 +43938254853905:43938254854545 26077:26082 hsa_system_get_info(2, 0x7fe70000fd88) = 0 +43938254855322:43938254855963 26077:26082 hsa_system_get_info(2, 0x7fe70000fd90) = 0 +43938254857476:43938254858121 26077:26082 hsa_system_get_info(2, 0x7fe70000fd98) = 0 +43938254858898:43938254859534 26077:26082 hsa_system_get_info(2, 0x7fe70000fda0) = 0 +43938254860319:43938254860963 26077:26082 hsa_system_get_info(2, 0x7fe70000fda8) = 0 +43938254861737:43938254862381 26077:26082 hsa_system_get_info(2, 0x7fe70000fdb0) = 0 +43938254863164:43938254863811 26077:26082 hsa_system_get_info(2, 0x7fe70000fdb8) = 0 +43938254864590:43938254865246 26077:26082 hsa_system_get_info(2, 0x7fe70000fdc0) = 0 +43938254866020:43938254866662 26077:26082 hsa_system_get_info(2, 0x7fe70000fdc8) = 0 +43938254867443:43938254868086 26077:26082 hsa_system_get_info(2, 0x7fe70000fdd0) = 0 +43938254868864:43938254869511 26077:26082 hsa_system_get_info(2, 0x7fe70000fdd8) = 0 +43938254870307:43938254870954 26077:26082 hsa_system_get_info(2, 0x7fe70000fde0) = 0 +43938254871741:43938254872387 26077:26082 hsa_system_get_info(2, 0x7fe70000fde8) = 0 +43938254873189:43938254873833 26077:26082 hsa_system_get_info(2, 0x7fe70000fdf0) = 0 +43938254874619:43938254875266 26077:26082 hsa_system_get_info(2, 0x7fe70000fdf8) = 0 +43938254876051:43938254876691 26077:26082 hsa_system_get_info(2, 0x7fe70000fe00) = 0 +43938254877468:43938254878110 26077:26082 hsa_system_get_info(2, 0x7fe70000fe08) = 0 +43938254878893:43938254879533 26077:26082 hsa_system_get_info(2, 0x7fe70000fe10) = 0 +43938254880310:43938254880974 26077:26082 hsa_system_get_info(2, 0x7fe70000fe18) = 0 +43938254881753:43938254882400 26077:26082 hsa_system_get_info(2, 0x7fe70000fe20) = 0 +43938254883186:43938254883835 26077:26082 hsa_system_get_info(2, 0x7fe70000fe28) = 0 +43938254884620:43938254885265 26077:26082 hsa_system_get_info(2, 0x7fe70000fe30) = 0 +43938254886041:43938254886696 26077:26082 hsa_system_get_info(2, 0x7fe70000fe38) = 0 +43938254887471:43938254888115 26077:26082 hsa_system_get_info(2, 0x7fe70000fe40) = 0 +43938254888899:43938254889555 26077:26082 hsa_system_get_info(2, 0x7fe70000fe48) = 0 +43938254890341:43938254890984 26077:26082 hsa_system_get_info(2, 0x7fe70000fe50) = 0 +43938254891758:43938254892405 26077:26082 hsa_system_get_info(2, 0x7fe70000fe58) = 0 +43938254893188:43938254893838 26077:26082 hsa_system_get_info(2, 0x7fe70000fe60) = 0 +43938254894622:43938254895270 26077:26082 hsa_system_get_info(2, 0x7fe70000fe68) = 0 +43938254896048:43938254896707 26077:26082 hsa_system_get_info(2, 0x7fe70000fe70) = 0 +43938254898238:43938254898884 26077:26082 hsa_system_get_info(2, 0x7fe70000fe78) = 0 +43938254899665:43938254900307 26077:26082 hsa_system_get_info(2, 0x7fe70000fe80) = 0 +43938254901077:43938254901713 26077:26082 hsa_system_get_info(2, 0x7fe70000fe88) = 0 +43938254902493:43938254903147 26077:26082 hsa_system_get_info(2, 0x7fe70000fe90) = 0 +43938254903924:43938254904572 26077:26082 hsa_system_get_info(2, 0x7fe70000fe98) = 0 +43938254905357:43938254906005 26077:26082 hsa_system_get_info(2, 0x7fe70000fea0) = 0 +43938254906784:43938254907430 26077:26082 hsa_system_get_info(2, 0x7fe70000fea8) = 0 +43938254908204:43938254908847 26077:26082 hsa_system_get_info(2, 0x7fe70000feb0) = 0 +43938254909633:43938254910280 26077:26082 hsa_system_get_info(2, 0x7fe70000feb8) = 0 +43938254911057:43938254911711 26077:26082 hsa_system_get_info(2, 0x7fe70000fec0) = 0 +43938254912480:43938254913119 26077:26082 hsa_system_get_info(2, 0x7fe70000fec8) = 0 +43938254913900:43938254914552 26077:26082 hsa_system_get_info(2, 0x7fe70000fed0) = 0 +43938254915330:43938254915994 26077:26082 hsa_system_get_info(2, 0x7fe70000fed8) = 0 +43938254916769:43938254917414 26077:26082 hsa_system_get_info(2, 0x7fe70000fee0) = 0 +43938254918195:43938254918836 26077:26082 hsa_system_get_info(2, 0x7fe70000fee8) = 0 +43938254919617:43938254920261 26077:26082 hsa_system_get_info(2, 0x7fe70000fef0) = 0 +43938254921043:43938254921689 26077:26082 hsa_system_get_info(2, 0x7fe70000fef8) = 0 +43938254922473:43938254923120 26077:26082 hsa_system_get_info(2, 0x7fe70000ff00) = 0 +43938254923896:43938254924538 26077:26082 hsa_system_get_info(2, 0x7fe70000ff08) = 0 +43938254925319:43938254925957 26077:26082 hsa_system_get_info(2, 0x7fe70000ff10) = 0 +43938254926733:43938254927379 26077:26082 hsa_system_get_info(2, 0x7fe70000ff18) = 0 +43938254928164:43938254928803 26077:26082 hsa_system_get_info(2, 0x7fe70000ff20) = 0 +43938254929601:43938254930239 26077:26082 hsa_system_get_info(2, 0x7fe70000ff28) = 0 +43938254931010:43938254931655 26077:26082 hsa_system_get_info(2, 0x7fe70000ff30) = 0 +43938254932443:43938254933090 26077:26082 hsa_system_get_info(2, 0x7fe70000ff38) = 0 +43938254933864:43938254934507 26077:26082 hsa_system_get_info(2, 0x7fe70000ff40) = 0 +43938254935291:43938254935936 26077:26082 hsa_system_get_info(2, 0x7fe70000ff48) = 0 +43938254936713:43938254937369 26077:26082 hsa_system_get_info(2, 0x7fe70000ff50) = 0 +43938254939657:43938254940302 26077:26082 hsa_system_get_info(2, 0x7fe70000ff58) = 0 +43938254941104:43938254941749 26077:26082 hsa_system_get_info(2, 0x7fe70000ff60) = 0 +43938254942530:43938254943175 26077:26082 hsa_system_get_info(2, 0x7fe70000ff68) = 0 +43938254943949:43938254944590 26077:26082 hsa_system_get_info(2, 0x7fe70000ff70) = 0 +43938254945367:43938254946007 26077:26082 hsa_system_get_info(2, 0x7fe70000ff78) = 0 +43938254946778:43938254947423 26077:26082 hsa_system_get_info(2, 0x7fe70000ff80) = 0 +43938254948194:43938254948838 26077:26082 hsa_system_get_info(2, 0x7fe70000ff88) = 0 +43938254949621:43938254950264 26077:26082 hsa_system_get_info(2, 0x7fe70000ff90) = 0 +43938254951037:43938254951682 26077:26082 hsa_system_get_info(2, 0x7fe70000ff98) = 0 +43938254952462:43938254953100 26077:26082 hsa_system_get_info(2, 0x7fe70000ffa0) = 0 +43938254953874:43938254954518 26077:26082 hsa_system_get_info(2, 0x7fe70000ffa8) = 0 +43938254955308:43938254955979 26077:26082 hsa_system_get_info(2, 0x7fe70000ffb0) = 0 +43938254956759:43938254957402 26077:26082 hsa_system_get_info(2, 0x7fe70000ffb8) = 0 +43938254958185:43938254958840 26077:26082 hsa_system_get_info(2, 0x7fe70000ffc0) = 0 +43938254959622:43938254960267 26077:26082 hsa_system_get_info(2, 0x7fe70000ffc8) = 0 +43938254961042:43938254961686 26077:26082 hsa_system_get_info(2, 0x7fe70000ffd0) = 0 +43938254962469:43938254963114 26077:26082 hsa_system_get_info(2, 0x7fe70000ffd8) = 0 +43938254963887:43938254964528 26077:26082 hsa_system_get_info(2, 0x7fe70000ffe0) = 0 +43938254965309:43938254965953 26077:26082 hsa_system_get_info(2, 0x7fe70000ffe8) = 0 +43938254966727:43938254967368 26077:26082 hsa_system_get_info(2, 0x7fe70000fff0) = 0 +43938254968147:43938254968797 26077:26082 hsa_system_get_info(2, 0x7fe70000fff8) = 0 +43938254969572:43938254970229 26077:26082 hsa_system_get_info(2, 0x7fe700010000) = 0 +43938254971010:43938254971653 26077:26082 hsa_system_get_info(2, 0x7fe700010008) = 0 +43938254972434:43938254973076 26077:26082 hsa_system_get_info(2, 0x7fe700010010) = 0 +43938254973850:43938254974493 26077:26082 hsa_system_get_info(2, 0x7fe700010018) = 0 +43938254975276:43938254975933 26077:26082 hsa_system_get_info(2, 0x7fe700010020) = 0 +43938254976711:43938254977352 26077:26082 hsa_system_get_info(2, 0x7fe700010028) = 0 +43938254978124:43938254978767 26077:26082 hsa_system_get_info(2, 0x7fe700010030) = 0 +43938254979547:43938254980187 26077:26082 hsa_system_get_info(2, 0x7fe700010038) = 0 +43938254981694:43938254982350 26077:26082 hsa_system_get_info(2, 0x7fe700010040) = 0 +43938254983123:43938254983769 26077:26082 hsa_system_get_info(2, 0x7fe700010048) = 0 +43938254984553:43938254985195 26077:26082 hsa_system_get_info(2, 0x7fe700010050) = 0 +43938254985969:43938254986610 26077:26082 hsa_system_get_info(2, 0x7fe700010058) = 0 +43938254987391:43938254988023 26077:26082 hsa_system_get_info(2, 0x7fe700010060) = 0 +43938254988801:43938254989447 26077:26082 hsa_system_get_info(2, 0x7fe700010068) = 0 +43938254990222:43938254990864 26077:26082 hsa_system_get_info(2, 0x7fe700010070) = 0 +43938254991660:43938254992303 26077:26082 hsa_system_get_info(2, 0x7fe700010078) = 0 +43938254993084:43938254993729 26077:26082 hsa_system_get_info(2, 0x7fe700010080) = 0 +43938254994500:43938254995144 26077:26082 hsa_system_get_info(2, 0x7fe700010088) = 0 +43938254995925:43938254996569 26077:26082 hsa_system_get_info(2, 0x7fe700010090) = 0 +43938254997342:43938254997985 26077:26082 hsa_system_get_info(2, 0x7fe700010098) = 0 +43938254998771:43938254999415 26077:26082 hsa_system_get_info(2, 0x7fe7000100a0) = 0 +43938255000186:43938255000828 26077:26082 hsa_system_get_info(2, 0x7fe7000100a8) = 0 +43938255001607:43938255002254 26077:26082 hsa_system_get_info(2, 0x7fe7000100b0) = 0 +43938255003026:43938255003671 26077:26082 hsa_system_get_info(2, 0x7fe7000100b8) = 0 +43938255004456:43938255005103 26077:26082 hsa_system_get_info(2, 0x7fe7000100c0) = 0 +43938255005900:43938255006548 26077:26082 hsa_system_get_info(2, 0x7fe7000100c8) = 0 +43938255007328:43938255007969 26077:26082 hsa_system_get_info(2, 0x7fe7000100d0) = 0 +43938255008746:43938255009390 26077:26082 hsa_system_get_info(2, 0x7fe7000100d8) = 0 +43938255010171:43938255010812 26077:26082 hsa_system_get_info(2, 0x7fe7000100e0) = 0 +43938255011586:43938255012228 26077:26082 hsa_system_get_info(2, 0x7fe7000100e8) = 0 +43938255013009:43938255013647 26077:26082 hsa_system_get_info(2, 0x7fe7000100f0) = 0 +43938255014421:43938255015061 26077:26082 hsa_system_get_info(2, 0x7fe7000100f8) = 0 +43938255015834:43938255016473 26077:26082 hsa_system_get_info(2, 0x7fe700010100) = 0 +43938255017255:43938255017898 26077:26082 hsa_system_get_info(2, 0x7fe700010108) = 0 +43938255018672:43938255019315 26077:26082 hsa_system_get_info(2, 0x7fe700010110) = 0 +43938255020096:43938255020740 26077:26082 hsa_system_get_info(2, 0x7fe700010118) = 0 +43938255022256:43938255022898 26077:26082 hsa_system_get_info(2, 0x7fe700010120) = 0 +43938255023675:43938255024324 26077:26082 hsa_system_get_info(2, 0x7fe700010128) = 0 +43938255025116:43938255025761 26077:26082 hsa_system_get_info(2, 0x7fe700010130) = 0 +43938255026547:43938255027190 26077:26082 hsa_system_get_info(2, 0x7fe700010138) = 0 +43938255027966:43938255028624 26077:26082 hsa_system_get_info(2, 0x7fe700010140) = 0 +43938255029401:43938255030040 26077:26082 hsa_system_get_info(2, 0x7fe700010148) = 0 +43938255030824:43938255031472 26077:26082 hsa_system_get_info(2, 0x7fe700010150) = 0 +43938255032259:43938255032906 26077:26082 hsa_system_get_info(2, 0x7fe700010158) = 0 +43938255033700:43938255034341 26077:26082 hsa_system_get_info(2, 0x7fe700010160) = 0 +43938255035117:43938255035768 26077:26082 hsa_system_get_info(2, 0x7fe700010168) = 0 +43938255036552:43938255037193 26077:26082 hsa_system_get_info(2, 0x7fe700010170) = 0 +43938255037972:43938255038637 26077:26082 hsa_system_get_info(2, 0x7fe700010178) = 0 +43938255039423:43938255040071 26077:26082 hsa_system_get_info(2, 0x7fe700010180) = 0 +43938255040848:43938255041502 26077:26082 hsa_system_get_info(2, 0x7fe700010188) = 0 +43938255042277:43938255042919 26077:26082 hsa_system_get_info(2, 0x7fe700010190) = 0 +43938255043694:43938255044346 26077:26082 hsa_system_get_info(2, 0x7fe700010198) = 0 +43938255045117:43938255045761 26077:26082 hsa_system_get_info(2, 0x7fe7000101a0) = 0 +43938255046549:43938255047196 26077:26082 hsa_system_get_info(2, 0x7fe7000101a8) = 0 +43938255047996:43938255048637 26077:26082 hsa_system_get_info(2, 0x7fe7000101b0) = 0 +43938255049409:43938255050052 26077:26082 hsa_system_get_info(2, 0x7fe7000101b8) = 0 +43938255050833:43938255051477 26077:26082 hsa_system_get_info(2, 0x7fe7000101c0) = 0 +43938255052255:43938255052916 26077:26082 hsa_system_get_info(2, 0x7fe7000101c8) = 0 +43938255053692:43938255054337 26077:26082 hsa_system_get_info(2, 0x7fe7000101d0) = 0 +43938255055123:43938255055768 26077:26082 hsa_system_get_info(2, 0x7fe7000101d8) = 0 +43938255056552:43938255057197 26077:26082 hsa_system_get_info(2, 0x7fe7000101e0) = 0 +43938255057974:43938255058614 26077:26082 hsa_system_get_info(2, 0x7fe7000101e8) = 0 +43938255059393:43938255060041 26077:26082 hsa_system_get_info(2, 0x7fe7000101f0) = 0 +43938255060816:43938255061461 26077:26082 hsa_system_get_info(2, 0x7fe7000101f8) = 0 +43938255062243:43938255062889 26077:26082 hsa_system_get_info(2, 0x7fe700010200) = 0 +43938255064490:43938255065137 26077:26082 hsa_system_get_info(2, 0x7fe700010208) = 0 +43938255065938:43938255066584 26077:26082 hsa_system_get_info(2, 0x7fe700010210) = 0 +43938255067367:43938255068015 26077:26082 hsa_system_get_info(2, 0x7fe700010218) = 0 +43938255068788:43938255069429 26077:26082 hsa_system_get_info(2, 0x7fe700010220) = 0 +43938255070213:43938255070856 26077:26082 hsa_system_get_info(2, 0x7fe700010228) = 0 +43938255071640:43938255072289 26077:26082 hsa_system_get_info(2, 0x7fe700010230) = 0 +43938255073064:43938255073704 26077:26082 hsa_system_get_info(2, 0x7fe700010238) = 0 +43938255074485:43938255075130 26077:26082 hsa_system_get_info(2, 0x7fe700010240) = 0 +43938255075904:43938255076549 26077:26082 hsa_system_get_info(2, 0x7fe700010248) = 0 +43938255077331:43938255077977 26077:26082 hsa_system_get_info(2, 0x7fe700010250) = 0 +43938255078747:43938255079391 26077:26082 hsa_system_get_info(2, 0x7fe700010258) = 0 +43938255080172:43938255080814 26077:26082 hsa_system_get_info(2, 0x7fe700010260) = 0 +43938255081594:43938255082245 26077:26082 hsa_system_get_info(2, 0x7fe700010268) = 0 +43938255083031:43938255083669 26077:26082 hsa_system_get_info(2, 0x7fe700010270) = 0 +43938255084447:43938255085096 26077:26082 hsa_system_get_info(2, 0x7fe700010278) = 0 +43938255085871:43938255086516 26077:26082 hsa_system_get_info(2, 0x7fe700010280) = 0 +43938255087298:43938255087936 26077:26082 hsa_system_get_info(2, 0x7fe700010288) = 0 +43938255088707:43938255089349 26077:26082 hsa_system_get_info(2, 0x7fe700010290) = 0 +43938255090131:43938255090775 26077:26082 hsa_system_get_info(2, 0x7fe700010298) = 0 +43938255091548:43938255092189 26077:26082 hsa_system_get_info(2, 0x7fe7000102a0) = 0 +43938255092972:43938255093614 26077:26082 hsa_system_get_info(2, 0x7fe7000102a8) = 0 +43938255094387:43938255095029 26077:26082 hsa_system_get_info(2, 0x7fe7000102b0) = 0 +43938255095805:43938255096457 26077:26082 hsa_system_get_info(2, 0x7fe7000102b8) = 0 +43938255097232:43938255097885 26077:26082 hsa_system_get_info(2, 0x7fe7000102c0) = 0 +43938255098666:43938255099310 26077:26082 hsa_system_get_info(2, 0x7fe7000102c8) = 0 +43938255100085:43938255100739 26077:26082 hsa_system_get_info(2, 0x7fe7000102d0) = 0 +43938255101515:43938255102193 26077:26082 hsa_system_get_info(2, 0x7fe7000102d8) = 0 +43938255102966:43938255103609 26077:26082 hsa_system_get_info(2, 0x7fe7000102e0) = 0 +43938255105144:43938255105791 26077:26082 hsa_system_get_info(2, 0x7fe7000102e8) = 0 +43938255106563:43938255107209 26077:26082 hsa_system_get_info(2, 0x7fe7000102f0) = 0 +43938255107993:43938255108637 26077:26082 hsa_system_get_info(2, 0x7fe7000102f8) = 0 +43938255109412:43938255110063 26077:26082 hsa_system_get_info(2, 0x7fe700010300) = 0 +43938255110839:43938255111480 26077:26082 hsa_system_get_info(2, 0x7fe700010308) = 0 +43938255112250:43938255112891 26077:26082 hsa_system_get_info(2, 0x7fe700010310) = 0 +43938255113674:43938255114312 26077:26082 hsa_system_get_info(2, 0x7fe700010318) = 0 +43938255115085:43938255115728 26077:26082 hsa_system_get_info(2, 0x7fe700010320) = 0 +43938255116513:43938255117160 26077:26082 hsa_system_get_info(2, 0x7fe700010328) = 0 +43938255117933:43938255118578 26077:26082 hsa_system_get_info(2, 0x7fe700010330) = 0 +43938255119360:43938255120005 26077:26082 hsa_system_get_info(2, 0x7fe700010338) = 0 +43938255120792:43938255121430 26077:26082 hsa_system_get_info(2, 0x7fe700010340) = 0 +43938255122212:43938255122849 26077:26082 hsa_system_get_info(2, 0x7fe700010348) = 0 +43938255123644:43938255124292 26077:26082 hsa_system_get_info(2, 0x7fe700010350) = 0 +43938255125075:43938255125716 26077:26082 hsa_system_get_info(2, 0x7fe700010358) = 0 +43938255126493:43938255127134 26077:26082 hsa_system_get_info(2, 0x7fe700010360) = 0 +43938255127902:43938255128554 26077:26082 hsa_system_get_info(2, 0x7fe700010368) = 0 +43938255129330:43938255129966 26077:26082 hsa_system_get_info(2, 0x7fe700010370) = 0 +43938255130741:43938255131381 26077:26082 hsa_system_get_info(2, 0x7fe700010378) = 0 +43938255132162:43938255132807 26077:26082 hsa_system_get_info(2, 0x7fe700010380) = 0 +43938255133581:43938255134220 26077:26082 hsa_system_get_info(2, 0x7fe700010388) = 0 +43938255135001:43938255135648 26077:26082 hsa_system_get_info(2, 0x7fe700010390) = 0 +43938255136426:43938255137079 26077:26082 hsa_system_get_info(2, 0x7fe700010398) = 0 +43938255137855:43938255138499 26077:26082 hsa_system_get_info(2, 0x7fe7000103a0) = 0 +43938255139288:43938255139928 26077:26082 hsa_system_get_info(2, 0x7fe7000103a8) = 0 +43938255140701:43938255141339 26077:26082 hsa_system_get_info(2, 0x7fe7000103b0) = 0 +43938255142125:43938255142769 26077:26082 hsa_system_get_info(2, 0x7fe7000103b8) = 0 +43938255143548:43938255144211 26077:26082 hsa_system_get_info(2, 0x7fe7000103c0) = 0 +43938255144985:43938255145632 26077:26082 hsa_system_get_info(2, 0x7fe7000103c8) = 0 +43938255147225:43938255147884 26077:26082 hsa_system_get_info(2, 0x7fe7000103d0) = 0 +43938255148659:43938255149302 26077:26082 hsa_system_get_info(2, 0x7fe7000103d8) = 0 +43938255150085:43938255150726 26077:26082 hsa_system_get_info(2, 0x7fe7000103e0) = 0 +43938255151499:43938255152142 26077:26082 hsa_system_get_info(2, 0x7fe7000103e8) = 0 +43938255152942:43938255153591 26077:26082 hsa_system_get_info(2, 0x7fe7000103f0) = 0 +43938255154370:43938255155014 26077:26082 hsa_system_get_info(2, 0x7fe7000103f8) = 0 +43938255155790:43938255156431 26077:26082 hsa_system_get_info(2, 0x7fe700010400) = 0 +43938255157211:43938255157853 26077:26082 hsa_system_get_info(2, 0x7fe700010408) = 0 +43938255158630:43938255159290 26077:26082 hsa_system_get_info(2, 0x7fe700010410) = 0 +43938255160063:43938255160706 26077:26082 hsa_system_get_info(2, 0x7fe700010418) = 0 +43938255161493:43938255162136 26077:26082 hsa_system_get_info(2, 0x7fe700010420) = 0 +43938255162912:43938255163556 26077:26082 hsa_system_get_info(2, 0x7fe700010428) = 0 +43938255164339:43938255164985 26077:26082 hsa_system_get_info(2, 0x7fe700010430) = 0 +43938255165756:43938255166400 26077:26082 hsa_system_get_info(2, 0x7fe700010438) = 0 +43938255167180:43938255167819 26077:26082 hsa_system_get_info(2, 0x7fe700010440) = 0 +43938255168592:43938255169237 26077:26082 hsa_system_get_info(2, 0x7fe700010448) = 0 +43938255170016:43938255170645 26077:26082 hsa_system_get_info(2, 0x7fe700010450) = 0 +43938255171433:43938255172079 26077:26082 hsa_system_get_info(2, 0x7fe700010458) = 0 +43938255172872:43938255173519 26077:26082 hsa_system_get_info(2, 0x7fe700010460) = 0 +43938255174303:43938255174943 26077:26082 hsa_system_get_info(2, 0x7fe700010468) = 0 +43938255175718:43938255176358 26077:26082 hsa_system_get_info(2, 0x7fe700010470) = 0 +43938255177144:43938255177790 26077:26082 hsa_system_get_info(2, 0x7fe700010478) = 0 +43938255178566:43938255179213 26077:26082 hsa_system_get_info(2, 0x7fe700010480) = 0 +43938255179996:43938255180641 26077:26082 hsa_system_get_info(2, 0x7fe700010488) = 0 +43938255181413:43938255182068 26077:26082 hsa_system_get_info(2, 0x7fe700010490) = 0 +43938255182848:43938255183492 26077:26082 hsa_system_get_info(2, 0x7fe700010498) = 0 +43938255184272:43938255184914 26077:26082 hsa_system_get_info(2, 0x7fe7000104a0) = 0 +43938255185693:43938255186333 26077:26082 hsa_system_get_info(2, 0x7fe7000104a8) = 0 +43938255187847:43938255188497 26077:26082 hsa_system_get_info(2, 0x7fe7000104b0) = 0 +43938255189279:43938255189921 26077:26082 hsa_system_get_info(2, 0x7fe7000104b8) = 0 +43938255190694:43938255191336 26077:26082 hsa_system_get_info(2, 0x7fe7000104c0) = 0 +43938255192116:43938255192756 26077:26082 hsa_system_get_info(2, 0x7fe7000104c8) = 0 +43938255193531:43938255194167 26077:26082 hsa_system_get_info(2, 0x7fe7000104d0) = 0 +43938255194951:43938255195593 26077:26082 hsa_system_get_info(2, 0x7fe7000104d8) = 0 +43938255196367:43938255197005 26077:26082 hsa_system_get_info(2, 0x7fe7000104e0) = 0 +43938255197778:43938255198424 26077:26082 hsa_system_get_info(2, 0x7fe7000104e8) = 0 +43938255199208:43938255199854 26077:26082 hsa_system_get_info(2, 0x7fe7000104f0) = 0 +43938255200633:43938255201279 26077:26082 hsa_system_get_info(2, 0x7fe7000104f8) = 0 +43938255202053:43938255202695 26077:26082 hsa_system_get_info(2, 0x7fe700010500) = 0 +43938255203482:43938255204122 26077:26082 hsa_system_get_info(2, 0x7fe700010508) = 0 +43938255204898:43938255205540 26077:26082 hsa_system_get_info(2, 0x7fe700010510) = 0 +43938255206333:43938255206973 26077:26082 hsa_system_get_info(2, 0x7fe700010518) = 0 +43938255207747:43938255208388 26077:26082 hsa_system_get_info(2, 0x7fe700010520) = 0 +43938255209186:43938255209824 26077:26082 hsa_system_get_info(2, 0x7fe700010528) = 0 +43938255210606:43938255211254 26077:26082 hsa_system_get_info(2, 0x7fe700010530) = 0 +43938255212028:43938255212680 26077:26082 hsa_system_get_info(2, 0x7fe700010538) = 0 +43938255213456:43938255214099 26077:26082 hsa_system_get_info(2, 0x7fe700010540) = 0 +43938255214882:43938255215527 26077:26082 hsa_system_get_info(2, 0x7fe700010548) = 0 +43938255216304:43938255216949 26077:26082 hsa_system_get_info(2, 0x7fe700010550) = 0 +43938255217732:43938255218375 26077:26082 hsa_system_get_info(2, 0x7fe700010558) = 0 +43938255219152:43938255219809 26077:26082 hsa_system_get_info(2, 0x7fe700010560) = 0 +43938255220585:43938255221228 26077:26082 hsa_system_get_info(2, 0x7fe700010568) = 0 +43938255222010:43938255222656 26077:26082 hsa_system_get_info(2, 0x7fe700010570) = 0 +43938255223429:43938255224077 26077:26082 hsa_system_get_info(2, 0x7fe700010578) = 0 +43938255224860:43938255225505 26077:26082 hsa_system_get_info(2, 0x7fe700010580) = 0 +43938255226289:43938255226933 26077:26082 hsa_system_get_info(2, 0x7fe700010588) = 0 +43938255227729:43938255228377 26077:26082 hsa_system_get_info(2, 0x7fe700010590) = 0 +43938255230505:43938255231157 26077:26082 hsa_system_get_info(2, 0x7fe700010598) = 0 +43938255231942:43938255232586 26077:26082 hsa_system_get_info(2, 0x7fe7000105a0) = 0 +43938255233358:43938255233999 26077:26082 hsa_system_get_info(2, 0x7fe7000105a8) = 0 +43938255234783:43938255235425 26077:26082 hsa_system_get_info(2, 0x7fe7000105b0) = 0 +43938255236200:43938255236838 26077:26082 hsa_system_get_info(2, 0x7fe7000105b8) = 0 +43938255237625:43938255238266 26077:26082 hsa_system_get_info(2, 0x7fe7000105c0) = 0 +43938255239042:43938255239685 26077:26082 hsa_system_get_info(2, 0x7fe7000105c8) = 0 +43938255240464:43938255241108 26077:26082 hsa_system_get_info(2, 0x7fe7000105d0) = 0 +43938255241881:43938255242538 26077:26082 hsa_system_get_info(2, 0x7fe7000105d8) = 0 +43938255243310:43938255243952 26077:26082 hsa_system_get_info(2, 0x7fe7000105e0) = 0 +43938255244747:43938255245391 26077:26082 hsa_system_get_info(2, 0x7fe7000105e8) = 0 +43938255246223:43938255246863 26077:26082 hsa_system_get_info(2, 0x7fe7000105f0) = 0 +43938255247639:43938255248284 26077:26082 hsa_system_get_info(2, 0x7fe7000105f8) = 0 +43938255249066:43938255249710 26077:26082 hsa_system_get_info(2, 0x7fe700010600) = 0 +43938255250483:43938255251130 26077:26082 hsa_system_get_info(2, 0x7fe700010608) = 0 +43938255251915:43938255252557 26077:26082 hsa_system_get_info(2, 0x7fe700010610) = 0 +43938255253332:43938255253984 26077:26082 hsa_system_get_info(2, 0x7fe700010618) = 0 +43938255254759:43938255255400 26077:26082 hsa_system_get_info(2, 0x7fe700010620) = 0 +43938255256174:43938255256826 26077:26082 hsa_system_get_info(2, 0x7fe700010628) = 0 +43938255257596:43938255258237 26077:26082 hsa_system_get_info(2, 0x7fe700010630) = 0 +43938255259014:43938255259669 26077:26082 hsa_system_get_info(2, 0x7fe700010638) = 0 +43938255260447:43938255261090 26077:26082 hsa_system_get_info(2, 0x7fe700010640) = 0 +43938255261871:43938255262511 26077:26082 hsa_system_get_info(2, 0x7fe700010648) = 0 +43938255263284:43938255263926 26077:26082 hsa_system_get_info(2, 0x7fe700010650) = 0 +43938255264698:43938255265339 26077:26082 hsa_system_get_info(2, 0x7fe700010658) = 0 +43938255266134:43938255266777 26077:26082 hsa_system_get_info(2, 0x7fe700010660) = 0 +43938255267561:43938255268201 26077:26082 hsa_system_get_info(2, 0x7fe700010668) = 0 +43938255268972:43938255269615 26077:26082 hsa_system_get_info(2, 0x7fe700010670) = 0 +43938255271125:43938255271767 26077:26082 hsa_system_get_info(2, 0x7fe700010678) = 0 +43938255272538:43938255273183 26077:26082 hsa_system_get_info(2, 0x7fe700010680) = 0 +43938255273964:43938255274603 26077:26082 hsa_system_get_info(2, 0x7fe700010688) = 0 +43938255275403:43938255276049 26077:26082 hsa_system_get_info(2, 0x7fe700010690) = 0 +43938255276848:43938255277494 26077:26082 hsa_system_get_info(2, 0x7fe700010698) = 0 +43938255278268:43938255278920 26077:26082 hsa_system_get_info(2, 0x7fe7000106a0) = 0 +43938255279699:43938255280343 26077:26082 hsa_system_get_info(2, 0x7fe7000106a8) = 0 +43938255281128:43938255281770 26077:26082 hsa_system_get_info(2, 0x7fe7000106b0) = 0 +43938255282541:43938255283183 26077:26082 hsa_system_get_info(2, 0x7fe7000106b8) = 0 +43938255283965:43938255284607 26077:26082 hsa_system_get_info(2, 0x7fe7000106c0) = 0 +43938255285380:43938255286023 26077:26082 hsa_system_get_info(2, 0x7fe7000106c8) = 0 +43938255286811:43938255287453 26077:26082 hsa_system_get_info(2, 0x7fe7000106d0) = 0 +43938255288230:43938255288875 26077:26082 hsa_system_get_info(2, 0x7fe7000106d8) = 0 +43938255289654:43938255290294 26077:26082 hsa_system_get_info(2, 0x7fe7000106e0) = 0 +43938255291071:43938255291715 26077:26082 hsa_system_get_info(2, 0x7fe7000106e8) = 0 +43938255292495:43938255293139 26077:26082 hsa_system_get_info(2, 0x7fe7000106f0) = 0 +43938255293917:43938255294569 26077:26082 hsa_system_get_info(2, 0x7fe7000106f8) = 0 +43938255295341:43938255295987 26077:26082 hsa_system_get_info(2, 0x7fe700010700) = 0 +43938255296773:43938255297432 26077:26082 hsa_system_get_info(2, 0x7fe700010708) = 0 +43938255298212:43938255298857 26077:26082 hsa_system_get_info(2, 0x7fe700010710) = 0 +43938255299637:43938255300276 26077:26082 hsa_system_get_info(2, 0x7fe700010718) = 0 +43938255301055:43938255301697 26077:26082 hsa_system_get_info(2, 0x7fe700010720) = 0 +43938255302476:43938255303124 26077:26082 hsa_system_get_info(2, 0x7fe700010728) = 0 +43938255303909:43938255304552 26077:26082 hsa_system_get_info(2, 0x7fe700010730) = 0 +43938255305334:43938255305975 26077:26082 hsa_system_get_info(2, 0x7fe700010738) = 0 +43938255306751:43938255307394 26077:26082 hsa_system_get_info(2, 0x7fe700010740) = 0 +43938255308179:43938255308822 26077:26082 hsa_system_get_info(2, 0x7fe700010748) = 0 +43938255309597:43938255310243 26077:26082 hsa_system_get_info(2, 0x7fe700010750) = 0 +43938255311754:43938255312398 26077:26082 hsa_system_get_info(2, 0x7fe700010758) = 0 +43938255313181:43938255313825 26077:26082 hsa_system_get_info(2, 0x7fe700010760) = 0 +43938255314598:43938255315240 26077:26082 hsa_system_get_info(2, 0x7fe700010768) = 0 +43938255316021:43938255316662 26077:26082 hsa_system_get_info(2, 0x7fe700010770) = 0 +43938255317435:43938255318080 26077:26082 hsa_system_get_info(2, 0x7fe700010778) = 0 +43938255318853:43938255319511 26077:26082 hsa_system_get_info(2, 0x7fe700010780) = 0 +43938255320286:43938255320933 26077:26082 hsa_system_get_info(2, 0x7fe700010788) = 0 +43938255321728:43938255322372 26077:26082 hsa_system_get_info(2, 0x7fe700010790) = 0 +43938255323154:43938255323794 26077:26082 hsa_system_get_info(2, 0x7fe700010798) = 0 +43938255324567:43938255325207 26077:26082 hsa_system_get_info(2, 0x7fe7000107a0) = 0 +43938255325990:43938255326634 26077:26082 hsa_system_get_info(2, 0x7fe7000107a8) = 0 +43938255327418:43938255328057 26077:26082 hsa_system_get_info(2, 0x7fe7000107b0) = 0 +43938255328855:43938255329507 26077:26082 hsa_system_get_info(2, 0x7fe7000107b8) = 0 +43938255330285:43938255330924 26077:26082 hsa_system_get_info(2, 0x7fe7000107c0) = 0 +43938255331700:43938255332352 26077:26082 hsa_system_get_info(2, 0x7fe7000107c8) = 0 +43938255333126:43938255333772 26077:26082 hsa_system_get_info(2, 0x7fe7000107d0) = 0 +43938255334550:43938255335192 26077:26082 hsa_system_get_info(2, 0x7fe7000107d8) = 0 +43938255335973:43938255336620 26077:26082 hsa_system_get_info(2, 0x7fe7000107e0) = 0 +43938255337405:43938255338050 26077:26082 hsa_system_get_info(2, 0x7fe7000107e8) = 0 +43938255338823:43938255339473 26077:26082 hsa_system_get_info(2, 0x7fe7000107f0) = 0 +43938255340244:43938255340889 26077:26082 hsa_system_get_info(2, 0x7fe7000107f8) = 0 +43938255341687:43938255342334 26077:26082 hsa_system_get_info(2, 0x7fe700010800) = 0 +43938255343107:43938255343760 26077:26082 hsa_system_get_info(2, 0x7fe700010808) = 0 +43938255344534:43938255345177 26077:26082 hsa_system_get_info(2, 0x7fe700010810) = 0 +43938255345961:43938255346605 26077:26082 hsa_system_get_info(2, 0x7fe700010818) = 0 +43938255347379:43938255348024 26077:26082 hsa_system_get_info(2, 0x7fe700010820) = 0 +43938255348806:43938255349453 26077:26082 hsa_system_get_info(2, 0x7fe700010828) = 0 +43938255350225:43938255350869 26077:26082 hsa_system_get_info(2, 0x7fe700010830) = 0 +43938255351653:43938255352298 26077:26082 hsa_system_get_info(2, 0x7fe700010838) = 0 +43938255353810:43938255354457 26077:26082 hsa_system_get_info(2, 0x7fe700010840) = 0 +43938255355231:43938255355883 26077:26082 hsa_system_get_info(2, 0x7fe700010848) = 0 +43938255356655:43938255357299 26077:26082 hsa_system_get_info(2, 0x7fe700010850) = 0 +43938255358084:43938255358725 26077:26082 hsa_system_get_info(2, 0x7fe700010858) = 0 +43938255359501:43938255360142 26077:26082 hsa_system_get_info(2, 0x7fe700010860) = 0 +43938255360913:43938255361554 26077:26082 hsa_system_get_info(2, 0x7fe700010868) = 0 +43938255362346:43938255362987 26077:26082 hsa_system_get_info(2, 0x7fe700010870) = 0 +43938255363759:43938255364410 26077:26082 hsa_system_get_info(2, 0x7fe700010878) = 0 +43938255365183:43938255365826 26077:26082 hsa_system_get_info(2, 0x7fe700010880) = 0 +43938255366598:43938255367239 26077:26082 hsa_system_get_info(2, 0x7fe700010888) = 0 +43938255368017:43938255368663 26077:26082 hsa_system_get_info(2, 0x7fe700010890) = 0 +43938255369436:43938255370082 26077:26082 hsa_system_get_info(2, 0x7fe700010898) = 0 +43938255370865:43938255371508 26077:26082 hsa_system_get_info(2, 0x7fe7000108a0) = 0 +43938255372292:43938255372937 26077:26082 hsa_system_get_info(2, 0x7fe7000108a8) = 0 +43938255373715:43938255374355 26077:26082 hsa_system_get_info(2, 0x7fe7000108b0) = 0 +43938255375137:43938255375778 26077:26082 hsa_system_get_info(2, 0x7fe7000108b8) = 0 +43938255376550:43938255377191 26077:26082 hsa_system_get_info(2, 0x7fe7000108c0) = 0 +43938255377964:43938255378607 26077:26082 hsa_system_get_info(2, 0x7fe7000108c8) = 0 +43938255379390:43938255380031 26077:26082 hsa_system_get_info(2, 0x7fe7000108d0) = 0 +43938255380822:43938255381466 26077:26082 hsa_system_get_info(2, 0x7fe7000108d8) = 0 +43938255382243:43938255382883 26077:26082 hsa_system_get_info(2, 0x7fe7000108e0) = 0 +43938255383666:43938255384314 26077:26082 hsa_system_get_info(2, 0x7fe7000108e8) = 0 +43938255385087:43938255385741 26077:26082 hsa_system_get_info(2, 0x7fe7000108f0) = 0 +43938255386516:43938255387160 26077:26082 hsa_system_get_info(2, 0x7fe7000108f8) = 0 +43938255387942:43938255388591 26077:26082 hsa_system_get_info(2, 0x7fe700010900) = 0 +43938255389368:43938255390012 26077:26082 hsa_system_get_info(2, 0x7fe700010908) = 0 +43938255390798:43938255391444 26077:26082 hsa_system_get_info(2, 0x7fe700010910) = 0 +43938255392230:43938255392876 26077:26082 hsa_system_get_info(2, 0x7fe700010918) = 0 +43938255394406:43938255395073 26077:26082 hsa_system_get_info(2, 0x7fe700010920) = 0 +43938255395847:43938255396492 26077:26082 hsa_system_get_info(2, 0x7fe700010928) = 0 +43938255397294:43938255397951 26077:26082 hsa_system_get_info(2, 0x7fe700010930) = 0 +43938255398723:43938255399363 26077:26082 hsa_system_get_info(2, 0x7fe700010938) = 0 +43938255400135:43938255400775 26077:26082 hsa_system_get_info(2, 0x7fe700010940) = 0 +43938255401554:43938255402197 26077:26082 hsa_system_get_info(2, 0x7fe700010948) = 0 +43938255402971:43938255403614 26077:26082 hsa_system_get_info(2, 0x7fe700010950) = 0 +43938255404395:43938255405041 26077:26082 hsa_system_get_info(2, 0x7fe700010958) = 0 +43938255405836:43938255406483 26077:26082 hsa_system_get_info(2, 0x7fe700010960) = 0 +43938255407258:43938255407914 26077:26082 hsa_system_get_info(2, 0x7fe700010968) = 0 +43938255408690:43938255409338 26077:26082 hsa_system_get_info(2, 0x7fe700010970) = 0 +43938255410125:43938255410773 26077:26082 hsa_system_get_info(2, 0x7fe700010978) = 0 +43938255411560:43938255412199 26077:26082 hsa_system_get_info(2, 0x7fe700010980) = 0 +43938255412977:43938255413616 26077:26082 hsa_system_get_info(2, 0x7fe700010988) = 0 +43938255414387:43938255415037 26077:26082 hsa_system_get_info(2, 0x7fe700010990) = 0 +43938255415808:43938255416445 26077:26082 hsa_system_get_info(2, 0x7fe700010998) = 0 +43938255417216:43938255417857 26077:26082 hsa_system_get_info(2, 0x7fe7000109a0) = 0 +43938255418629:43938255419282 26077:26082 hsa_system_get_info(2, 0x7fe7000109a8) = 0 +43938255420056:43938255420697 26077:26082 hsa_system_get_info(2, 0x7fe7000109b0) = 0 +43938255421472:43938255422112 26077:26082 hsa_system_get_info(2, 0x7fe7000109b8) = 0 +43938255422895:43938255423534 26077:26082 hsa_system_get_info(2, 0x7fe7000109c0) = 0 +43938255424327:43938255424971 26077:26082 hsa_system_get_info(2, 0x7fe7000109c8) = 0 +43938255425744:43938255426386 26077:26082 hsa_system_get_info(2, 0x7fe7000109d0) = 0 +43938255427154:43938255427806 26077:26082 hsa_system_get_info(2, 0x7fe7000109d8) = 0 +43938255428578:43938255429216 26077:26082 hsa_system_get_info(2, 0x7fe7000109e0) = 0 +43938255429993:43938255430648 26077:26082 hsa_system_get_info(2, 0x7fe7000109e8) = 0 +43938255431424:43938255432067 26077:26082 hsa_system_get_info(2, 0x7fe7000109f0) = 0 +43938255432850:43938255433495 26077:26082 hsa_system_get_info(2, 0x7fe7000109f8) = 0 +43938255434269:43938255434914 26077:26082 hsa_system_get_info(2, 0x7fe700010a00) = 0 +43938255436421:43938255437068 26077:26082 hsa_system_get_info(2, 0x7fe700010a08) = 0 +43938255437841:43938255438481 26077:26082 hsa_system_get_info(2, 0x7fe700010a10) = 0 +43938255439261:43938255439908 26077:26082 hsa_system_get_info(2, 0x7fe700010a18) = 0 +43938255440680:43938255441335 26077:26082 hsa_system_get_info(2, 0x7fe700010a20) = 0 +43938255442109:43938255442749 26077:26082 hsa_system_get_info(2, 0x7fe700010a28) = 0 +43938255443518:43938255444158 26077:26082 hsa_system_get_info(2, 0x7fe700010a30) = 0 +43938255444941:43938255445586 26077:26082 hsa_system_get_info(2, 0x7fe700010a38) = 0 +43938255446362:43938255447017 26077:26082 hsa_system_get_info(2, 0x7fe700010a40) = 0 +43938255447795:43938255448437 26077:26082 hsa_system_get_info(2, 0x7fe700010a48) = 0 +43938255449220:43938255449866 26077:26082 hsa_system_get_info(2, 0x7fe700010a50) = 0 +43938255450640:43938255451286 26077:26082 hsa_system_get_info(2, 0x7fe700010a58) = 0 +43938255452068:43938255452712 26077:26082 hsa_system_get_info(2, 0x7fe700010a60) = 0 +43938255453508:43938255454148 26077:26082 hsa_system_get_info(2, 0x7fe700010a68) = 0 +43938255454943:43938255455593 26077:26082 hsa_system_get_info(2, 0x7fe700010a70) = 0 +43938255456370:43938255457012 26077:26082 hsa_system_get_info(2, 0x7fe700010a78) = 0 +43938255457791:43938255458442 26077:26082 hsa_system_get_info(2, 0x7fe700010a80) = 0 +43938255459223:43938255459852 26077:26082 hsa_system_get_info(2, 0x7fe700010a88) = 0 +43938255460631:43938255461275 26077:26082 hsa_system_get_info(2, 0x7fe700010a90) = 0 +43938255462049:43938255462707 26077:26082 hsa_system_get_info(2, 0x7fe700010a98) = 0 +43938255463482:43938255464127 26077:26082 hsa_system_get_info(2, 0x7fe700010aa0) = 0 +43938255464908:43938255465556 26077:26082 hsa_system_get_info(2, 0x7fe700010aa8) = 0 +43938255466328:43938255466973 26077:26082 hsa_system_get_info(2, 0x7fe700010ab0) = 0 +43938255467756:43938255468400 26077:26082 hsa_system_get_info(2, 0x7fe700010ab8) = 0 +43938255469171:43938255469817 26077:26082 hsa_system_get_info(2, 0x7fe700010ac0) = 0 +43938255470599:43938255471241 26077:26082 hsa_system_get_info(2, 0x7fe700010ac8) = 0 +43938255472015:43938255472654 26077:26082 hsa_system_get_info(2, 0x7fe700010ad0) = 0 +43938255473434:43938255474096 26077:26082 hsa_system_get_info(2, 0x7fe700010ad8) = 0 +43938255474876:43938255475518 26077:26082 hsa_system_get_info(2, 0x7fe700010ae0) = 0 +43938255477103:43938255477757 26077:26082 hsa_system_get_info(2, 0x7fe700010ae8) = 0 +43938255478532:43938255479177 26077:26082 hsa_system_get_info(2, 0x7fe700010af0) = 0 +43938255479958:43938255480598 26077:26082 hsa_system_get_info(2, 0x7fe700010af8) = 0 +43938255481377:43938255482018 26077:26082 hsa_system_get_info(2, 0x7fe700010b00) = 0 +43938255482799:43938255483436 26077:26082 hsa_system_get_info(2, 0x7fe700010b08) = 0 +43938255484211:43938255484855 26077:26082 hsa_system_get_info(2, 0x7fe700010b10) = 0 +43938255485639:43938255486280 26077:26082 hsa_system_get_info(2, 0x7fe700010b18) = 0 +43938255487053:43938255487696 26077:26082 hsa_system_get_info(2, 0x7fe700010b20) = 0 +43938255488479:43938255489122 26077:26082 hsa_system_get_info(2, 0x7fe700010b28) = 0 +43938255489899:43938255490548 26077:26082 hsa_system_get_info(2, 0x7fe700010b30) = 0 +43938255491332:43938255491975 26077:26082 hsa_system_get_info(2, 0x7fe700010b38) = 0 +43938255492752:43938255493402 26077:26082 hsa_system_get_info(2, 0x7fe700010b40) = 0 +43938255494181:43938255494824 26077:26082 hsa_system_get_info(2, 0x7fe700010b48) = 0 +43938255495620:43938255496262 26077:26082 hsa_system_get_info(2, 0x7fe700010b50) = 0 +43938255497047:43938255497692 26077:26082 hsa_system_get_info(2, 0x7fe700010b58) = 0 +43938255498470:43938255499115 26077:26082 hsa_system_get_info(2, 0x7fe700010b60) = 0 +43938255499896:43938255500545 26077:26082 hsa_system_get_info(2, 0x7fe700010b68) = 0 +43938255501330:43938255501971 26077:26082 hsa_system_get_info(2, 0x7fe700010b70) = 0 +43938255502749:43938255503392 26077:26082 hsa_system_get_info(2, 0x7fe700010b78) = 0 +43938255504175:43938255504819 26077:26082 hsa_system_get_info(2, 0x7fe700010b80) = 0 +43938255505596:43938255506235 26077:26082 hsa_system_get_info(2, 0x7fe700010b88) = 0 +43938255507015:43938255507657 26077:26082 hsa_system_get_info(2, 0x7fe700010b90) = 0 +43938255508434:43938255509077 26077:26082 hsa_system_get_info(2, 0x7fe700010b98) = 0 +43938255509856:43938255510503 26077:26082 hsa_system_get_info(2, 0x7fe700010ba0) = 0 +43938255511294:43938255511938 26077:26082 hsa_system_get_info(2, 0x7fe700010ba8) = 0 +43938255512713:43938255513374 26077:26082 hsa_system_get_info(2, 0x7fe700010bb0) = 0 +43938255514151:43938255514821 26077:26082 hsa_system_get_info(2, 0x7fe700010bb8) = 0 +43938255515597:43938255516241 26077:26082 hsa_system_get_info(2, 0x7fe700010bc0) = 0 +43938255517028:43938255517674 26077:26082 hsa_system_get_info(2, 0x7fe700010bc8) = 0 +43938255519204:43938255519859 26077:26082 hsa_system_get_info(2, 0x7fe700010bd0) = 0 +43938255520633:43938255521279 26077:26082 hsa_system_get_info(2, 0x7fe700010bd8) = 0 +43938255522061:43938255522706 26077:26082 hsa_system_get_info(2, 0x7fe700010be0) = 0 +43938255523507:43938255524148 26077:26082 hsa_system_get_info(2, 0x7fe700010be8) = 0 +43938255524921:43938255525567 26077:26082 hsa_system_get_info(2, 0x7fe700010bf0) = 0 +43938255526351:43938255526990 26077:26082 hsa_system_get_info(2, 0x7fe700010bf8) = 0 +43938255527767:43938255528411 26077:26082 hsa_system_get_info(2, 0x7fe700010c00) = 0 +43938255529190:43938255529831 26077:26082 hsa_system_get_info(2, 0x7fe700010c08) = 0 +43938255530607:43938255531248 26077:26082 hsa_system_get_info(2, 0x7fe700010c10) = 0 +43938255532031:43938255532673 26077:26082 hsa_system_get_info(2, 0x7fe700010c18) = 0 +43938255533456:43938255534094 26077:26082 hsa_system_get_info(2, 0x7fe700010c20) = 0 +43938255534873:43938255535516 26077:26082 hsa_system_get_info(2, 0x7fe700010c28) = 0 +43938255536290:43938255536938 26077:26082 hsa_system_get_info(2, 0x7fe700010c30) = 0 +43938255537720:43938255538356 26077:26082 hsa_system_get_info(2, 0x7fe700010c38) = 0 +43938255539130:43938255539772 26077:26082 hsa_system_get_info(2, 0x7fe700010c40) = 0 +43938255540557:43938255541205 26077:26082 hsa_system_get_info(2, 0x7fe700010c48) = 0 +43938255541980:43938255542631 26077:26082 hsa_system_get_info(2, 0x7fe700010c50) = 0 +43938255543410:43938255544077 26077:26082 hsa_system_get_info(2, 0x7fe700010c58) = 0 +43938255544851:43938255545498 26077:26082 hsa_system_get_info(2, 0x7fe700010c60) = 0 +43938255546281:43938255546922 26077:26082 hsa_system_get_info(2, 0x7fe700010c68) = 0 +43938255547699:43938255548354 26077:26082 hsa_system_get_info(2, 0x7fe700010c70) = 0 +43938255549129:43938255549778 26077:26082 hsa_system_get_info(2, 0x7fe700010c78) = 0 +43938255550561:43938255551205 26077:26082 hsa_system_get_info(2, 0x7fe700010c80) = 0 +43938255551980:43938255552637 26077:26082 hsa_system_get_info(2, 0x7fe700010c88) = 0 +43938255553410:43938255554055 26077:26082 hsa_system_get_info(2, 0x7fe700010c90) = 0 +43938255554826:43938255555469 26077:26082 hsa_system_get_info(2, 0x7fe700010c98) = 0 +43938255556250:43938255556891 26077:26082 hsa_system_get_info(2, 0x7fe700010ca0) = 0 +43938255557669:43938255558306 26077:26082 hsa_system_get_info(2, 0x7fe700010ca8) = 0 +43938255559819:43938255560464 26077:26082 hsa_system_get_info(2, 0x7fe700010cb0) = 0 +43938255561245:43938255561883 26077:26082 hsa_system_get_info(2, 0x7fe700010cb8) = 0 +43938255562655:43938255563302 26077:26082 hsa_system_get_info(2, 0x7fe700010cc0) = 0 +43938255564071:43938255564725 26077:26082 hsa_system_get_info(2, 0x7fe700010cc8) = 0 +43938255565501:43938255566143 26077:26082 hsa_system_get_info(2, 0x7fe700010cd0) = 0 +43938255566925:43938255567568 26077:26082 hsa_system_get_info(2, 0x7fe700010cd8) = 0 +43938255568339:43938255568980 26077:26082 hsa_system_get_info(2, 0x7fe700010ce0) = 0 +43938255569757:43938255570394 26077:26082 hsa_system_get_info(2, 0x7fe700010ce8) = 0 +43938255571180:43938255571822 26077:26082 hsa_system_get_info(2, 0x7fe700010cf0) = 0 +43938255572598:43938255573238 26077:26082 hsa_system_get_info(2, 0x7fe700010cf8) = 0 +43938255574019:43938255574661 26077:26082 hsa_system_get_info(2, 0x7fe700010d00) = 0 +43938255575466:43938255576105 26077:26082 hsa_system_get_info(2, 0x7fe700010d08) = 0 +43938255576892:43938255577522 26077:26082 hsa_system_get_info(2, 0x7fe700010d10) = 0 +43938255578303:43938255578943 26077:26082 hsa_system_get_info(2, 0x7fe700010d18) = 0 +43938255579721:43938255580362 26077:26082 hsa_system_get_info(2, 0x7fe700010d20) = 0 +43938255581145:43938255581787 26077:26082 hsa_system_get_info(2, 0x7fe700010d28) = 0 +43938255582564:43938255583215 26077:26082 hsa_system_get_info(2, 0x7fe700010d30) = 0 +43938255583992:43938255584634 26077:26082 hsa_system_get_info(2, 0x7fe700010d38) = 0 +43938255585405:43938255586059 26077:26082 hsa_system_get_info(2, 0x7fe700010d40) = 0 +43938255586831:43938255587473 26077:26082 hsa_system_get_info(2, 0x7fe700010d48) = 0 +43938255588244:43938255588901 26077:26082 hsa_system_get_info(2, 0x7fe700010d50) = 0 +43938255589675:43938255590324 26077:26082 hsa_system_get_info(2, 0x7fe700010d58) = 0 +43938255591105:43938255591746 26077:26082 hsa_system_get_info(2, 0x7fe700010d60) = 0 +43938255592518:43938255593158 26077:26082 hsa_system_get_info(2, 0x7fe700010d68) = 0 +43938255593939:43938255594581 26077:26082 hsa_system_get_info(2, 0x7fe700010d70) = 0 +43938255595357:43938255596022 26077:26082 hsa_system_get_info(2, 0x7fe700010d78) = 0 +43938255596803:43938255597451 26077:26082 hsa_system_get_info(2, 0x7fe700010d80) = 0 +43938255598234:43938255598879 26077:26082 hsa_system_get_info(2, 0x7fe700010d88) = 0 +43938255599652:43938255600288 26077:26082 hsa_system_get_info(2, 0x7fe700010d90) = 0 +43938255601830:43938255602481 26077:26082 hsa_system_get_info(2, 0x7fe700010d98) = 0 +43938255603255:43938255603894 26077:26082 hsa_system_get_info(2, 0x7fe700010da0) = 0 +43938255604679:43938255605319 26077:26082 hsa_system_get_info(2, 0x7fe700010da8) = 0 +43938255606116:43938255606758 26077:26082 hsa_system_get_info(2, 0x7fe700010db0) = 0 +43938255607534:43938255608178 26077:26082 hsa_system_get_info(2, 0x7fe700010db8) = 0 +43938255608956:43938255609599 26077:26082 hsa_system_get_info(2, 0x7fe700010dc0) = 0 +43938255610371:43938255611016 26077:26082 hsa_system_get_info(2, 0x7fe700010dc8) = 0 +43938255611796:43938255612439 26077:26082 hsa_system_get_info(2, 0x7fe700010dd0) = 0 +43938255613214:43938255613853 26077:26082 hsa_system_get_info(2, 0x7fe700010dd8) = 0 +43938255614635:43938255615280 26077:26082 hsa_system_get_info(2, 0x7fe700010de0) = 0 +43938255616064:43938255616714 26077:26082 hsa_system_get_info(2, 0x7fe700010de8) = 0 +43938255617505:43938255618158 26077:26082 hsa_system_get_info(2, 0x7fe700010df0) = 0 +43938255618931:43938255619576 26077:26082 hsa_system_get_info(2, 0x7fe700010df8) = 0 +43938255620355:43938255621000 26077:26082 hsa_system_get_info(2, 0x7fe700010e00) = 0 +43938255621776:43938255622424 26077:26082 hsa_system_get_info(2, 0x7fe700010e08) = 0 +43938255623210:43938255623852 26077:26082 hsa_system_get_info(2, 0x7fe700010e10) = 0 +43938255624645:43938255625288 26077:26082 hsa_system_get_info(2, 0x7fe700010e18) = 0 +43938255626060:43938255626702 26077:26082 hsa_system_get_info(2, 0x7fe700010e20) = 0 +43938255627470:43938255628122 26077:26082 hsa_system_get_info(2, 0x7fe700010e28) = 0 +43938255628890:43938255629533 26077:26082 hsa_system_get_info(2, 0x7fe700010e30) = 0 +43938255630305:43938255630946 26077:26082 hsa_system_get_info(2, 0x7fe700010e38) = 0 +43938255631727:43938255632372 26077:26082 hsa_system_get_info(2, 0x7fe700010e40) = 0 +43938255633149:43938255633791 26077:26082 hsa_system_get_info(2, 0x7fe700010e48) = 0 +43938255634570:43938255635211 26077:26082 hsa_system_get_info(2, 0x7fe700010e50) = 0 +43938255635984:43938255636628 26077:26082 hsa_system_get_info(2, 0x7fe700010e58) = 0 +43938255637408:43938255638050 26077:26082 hsa_system_get_info(2, 0x7fe700010e60) = 0 +43938255638821:43938255639464 26077:26082 hsa_system_get_info(2, 0x7fe700010e68) = 0 +43938255640236:43938255640877 26077:26082 hsa_system_get_info(2, 0x7fe700010e70) = 0 +43938255642392:43938255643039 26077:26082 hsa_system_get_info(2, 0x7fe700010e78) = 0 +43938255643823:43938255644463 26077:26082 hsa_system_get_info(2, 0x7fe700010e80) = 0 +43938255645238:43938255645890 26077:26082 hsa_system_get_info(2, 0x7fe700010e88) = 0 +43938255646660:43938255647298 26077:26082 hsa_system_get_info(2, 0x7fe700010e90) = 0 +43938255648066:43938255648704 26077:26082 hsa_system_get_info(2, 0x7fe700010e98) = 0 +43938255649475:43938255650113 26077:26082 hsa_system_get_info(2, 0x7fe700010ea0) = 0 +43938255650896:43938255651539 26077:26082 hsa_system_get_info(2, 0x7fe700010ea8) = 0 +43938255652313:43938255652955 26077:26082 hsa_system_get_info(2, 0x7fe700010eb0) = 0 +43938255653738:43938255654386 26077:26082 hsa_system_get_info(2, 0x7fe700010eb8) = 0 +43938255655156:43938255655800 26077:26082 hsa_system_get_info(2, 0x7fe700010ec0) = 0 +43938255656582:43938255657225 26077:26082 hsa_system_get_info(2, 0x7fe700010ec8) = 0 +43938255658005:43938255658640 26077:26082 hsa_system_get_info(2, 0x7fe700010ed0) = 0 +43938255659426:43938255660071 26077:26082 hsa_system_get_info(2, 0x7fe700010ed8) = 0 +43938255660847:43938255661513 26077:26082 hsa_system_get_info(2, 0x7fe700010ee0) = 0 +43938255662285:43938255662940 26077:26082 hsa_system_get_info(2, 0x7fe700010ee8) = 0 +43938255663713:43938255664357 26077:26082 hsa_system_get_info(2, 0x7fe700010ef0) = 0 +43938255665128:43938255665772 26077:26082 hsa_system_get_info(2, 0x7fe700010ef8) = 0 +43938255666557:43938255667208 26077:26082 hsa_system_get_info(2, 0x7fe700010f00) = 0 +43938255667995:43938255668645 26077:26082 hsa_system_get_info(2, 0x7fe700010f08) = 0 +43938255669426:43938255670068 26077:26082 hsa_system_get_info(2, 0x7fe700010f10) = 0 +43938255670842:43938255671484 26077:26082 hsa_system_get_info(2, 0x7fe700010f18) = 0 +43938255672255:43938255672910 26077:26082 hsa_system_get_info(2, 0x7fe700010f20) = 0 +43938255673697:43938255674351 26077:26082 hsa_system_get_info(2, 0x7fe700010f28) = 0 +43938255675125:43938255675771 26077:26082 hsa_system_get_info(2, 0x7fe700010f30) = 0 +43938255676554:43938255677213 26077:26082 hsa_system_get_info(2, 0x7fe700010f38) = 0 +43938255677996:43938255678639 26077:26082 hsa_system_get_info(2, 0x7fe700010f40) = 0 +43938255679416:43938255680059 26077:26082 hsa_system_get_info(2, 0x7fe700010f48) = 0 +43938255680837:43938255681481 26077:26082 hsa_system_get_info(2, 0x7fe700010f50) = 0 +43938255683001:43938255683647 26077:26082 hsa_system_get_info(2, 0x7fe700010f58) = 0 +43938255691866:43938255692521 26077:26082 hsa_system_get_info(2, 0x7fe7197f9868) = 0 +43938255693413:43938255695018 26077:26082 hsa_signal_create(1, , 0, 0x7fe743fff050) = 0 +43938255696005:43938255698869 26077:26082 hsa_amd_signal_async_handler(, 2, 1, 1, 0x7fe743fff010) = 0 +43938255699813:43938255815880 26077:26082 hsa_amd_memory_async_copy(0x800db0000, , 0x901203000, , , , 0, ) = 0 +43938255835309:43938255838422 26077:26080 hsa_amd_profiling_get_async_copy_time(, 0x7fe755497c40) = 0 +43938255839862:43938255840555 26077:26080 hsa_system_get_info(2, 0x7fe755497ba8) = 0 +43938255841559:43938255842002 26077:26080 hsa_signal_load_relaxed() = 1 +43938255817234:43938255843415 26077:26082 hsa_signal_wait_scacquire(, 2, 1, , 0) = 0 +43938255842844:43938255843981 26077:26080 hsa_signal_store_screlease(, 0) = void +43938255844380:43938255845066 26077:26082 hsa_signal_destroy() = 0 +43938255844903:43938255845419 26077:26080 hsa_signal_destroy() = 0 +43938256011921:43938256030348 26077:26082 hsa_memory_free(0x800db0000) = 0 +43938256075235:43938256088243 26077:26082 hsa_executable_destroy() = 0 +43938256089338:43938256090186 26077:26082 hsa_signal_destroy() = 0 +43938256093081:43938256631443 26077:26082 hsa_queue_destroy() = 0 +43938255822636:43938255832236 async-copy0 diff --git a/test/tests_trace_cmp_levels.txt b/test/golden_traces/tests_trace_cmp_levels.txt similarity index 73% rename from test/tests_trace_cmp_levels.txt rename to test/golden_traces/tests_trace_cmp_levels.txt index 5d9f7d93c1..80e22ab73d 100644 --- a/test/tests_trace_cmp_levels.txt +++ b/test/golden_traces/tests_trace_cmp_levels.txt @@ -1,8 +1,9 @@ -ctrl_hsa_input_trace 0 -ctrl_hsa_trace 1 MatrixTranspose_ctest_trace 3 -MatrixTranspose_hip_trace 1 -MatrixTranspose_mgpu_trace 1 -MatrixTranspose_sys_hsa_trace 2 -MatrixTranspose_sys_trace 1 MatrixTranspose_test_trace 1 +MatrixTranspose_mgpu_trace 1 +MatrixTranspose_sys_trace 1 +MatrixTranspose_sys_hsa_trace 2 +MatrixTranspose_hip_period_trace 1 +MatrixTranspose_hip_flush_trace 1 +ctrl_hsa_trace 1 +ctrl_hsa_input_trace 0 diff --git a/test/run.sh b/test/run.sh index 48dfda752d..4fedc6cece 100755 --- a/test/run.sh +++ b/test/run.sh @@ -33,16 +33,12 @@ if [ -n "$1" ] ; then test_filter=$1 fi -# debugger -debugger="" -if [ -n "$3" ] ; then - debugger=$3 -fi - # test check routin test_status=0 test_runnum=0 test_number=0 +failed_tests="Failed tests:" + xeval_test() { test_number=$test_number } @@ -50,33 +46,36 @@ xeval_test() { eval_test() { label=$1 cmdline=$2 - rtrace="${3}_r.txt" + test_name=$3 + test_trace=$test_name.txt + if [ $test_filter = -1 -o $test_filter = $test_number ] ; then - echo "$label: \"$cmdline\"" + echo "test $test_number: $test_name \"$label\"" + echo "CMD: \"$cmdline\"" test_runnum=$((test_runnum + 1)) - eval "$debugger $cmdline" | tee $rtrace - if [ $? != 0 ] ; then - echo "$label: FAILED" - test_status=$(($test_status + 1)) + eval "$cmdline" | tee $test_trace + is_failed=$? + if [ $is_failed = 0 ] ; then + python ../script/check_trace.py -in $test_name + is_failed=$? + fi + if [ $is_failed = 0 ] ; then + echo "$test_name: PASSED" else - echo "Comparing traces: ../script/check_trace.py -in $3" - eval "../script/check_trace.py -in $3" - if [ $? != 0 ] ; then - echo "$label: FAILED trace comparison" - test_status=$(($test_status + 1)) - else - echo "$label: PASSED trace comparison" - fi + echo "$test_name: FAILED" + failed_tests="$failed_tests\n $test_number: $test_name" + test_status=$(($test_status + 1)) fi fi + test_number=$((test_number + 1)) } # Standalone test # rocTrecer is used explicitely by test -eval_test "standalone C test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_ctest" "test/MatrixTranspose_ctest_trace" -eval_test "standalone HIP test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_test" "test/MatrixTranspose_test_trace" -eval_test "standalone HIP MGPU test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_mgpu" "test/MatrixTranspose_mgpu_trace" +eval_test "standalone C test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_ctest" MatrixTranspose_ctest_trace +eval_test "standalone HIP test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_test" MatrixTranspose_test_trace +eval_test "standalone HIP MGPU test" "LD_PRELOAD=libkfdwrapper64.so ./test/MatrixTranspose_mgpu" MatrixTranspose_mgpu_trace # Tool test # rocTracer/tool is loaded by HSA runtime @@ -84,13 +83,13 @@ export HSA_TOOLS_LIB="test/libtracer_tool.so" # SYS test export ROCTRACER_DOMAIN="sys:roctx" -eval_test "tool SYS test" ./test/MatrixTranspose "test/MatrixTranspose_sys_trace" +eval_test "tool SYS test" ./test/MatrixTranspose MatrixTranspose_sys_trace export ROCTRACER_DOMAIN="sys:hsa:roctx" -eval_test "tool SYS/HSA test" ./test/MatrixTranspose "test/MatrixTranspose_sys_hsa_trace" +eval_test "tool SYS/HSA test" ./test/MatrixTranspose MatrixTranspose_sys_hsa_trace # Tracing control export ROCTRACER_DOMAIN="hip" -eval_test "tool period test" "ROCP_CTRL_RATE=10:100000:1000000 ./test/MatrixTranspose" "test/MatrixTranspose_hip_trace" -eval_test "tool flushing test" "ROCP_FLUSH_RATE=100000 ./test/MatrixTranspose" "test/MatrixTranspose_hip_trace_flush" +eval_test "tool period test" "ROCP_CTRL_RATE=10:100000:1000000 ./test/MatrixTranspose" MatrixTranspose_hip_period_trace +eval_test "tool flushing test" "ROCP_FLUSH_RATE=100000 ./test/MatrixTranspose" MatrixTranspose_hip_flush_trace # HSA test export ROCTRACER_DOMAIN="hsa" @@ -107,15 +106,18 @@ export ROCP_AGENTS=1 # each thread creates a queue pre GPU agent export ROCP_THRS=1 -eval_test "tool HSA test" ./test/hsa/ctrl "test/ctrl_hsa_trace" +eval_test "tool HSA test" ./test/hsa/ctrl ctrl_hsa_trace echo "" > input.xml export ROCP_INPUT=input.xml -eval_test "tool HSA test input" ./test/hsa/ctrl "test/ctrl_hsa_input_trace" +eval_test "tool HSA test input" ./test/hsa/ctrl ctrl_hsa_input_trace #valgrind --leak-check=full $tbin #valgrind --tool=massif $tbin #ms_print massif.out. echo "$test_number tests total / $test_runnum tests run / $test_status tests failed" +if [ $test_status != 0 ] ; then + echo $failed_tests +fi exit $test_status