vosen / ZLUDA

CUDA on ??? GPUs
Apache License 2.0
8.85k stars 579 forks source link

ZLUDA suddenly crashes in Blender 3.6 Cycles on RX580 #221

Open DennisAnabones opened 3 months ago

DennisAnabones commented 3 months ago

Before ZLUDA worked fine on cycles rendering but now I get this error for some reason:

Memory access fault by GPU node-1 (Agent handle: 0x79e41932a000) on address (nil). Reason: Page not present or supervisor privilege.

I'm on Linux Ubuntu 22.04 using zluda in a ubuntu container

vosen commented 3 months ago

Hi, I need additional information:

All from within the container

DennisAnabones commented 3 months ago

I cant give an output for AMDGPU version because its an container on distrobox.

rocminfo output

> ROCk module is loaded
=====================
HSA System Attributes
=====================
Runtime Version:         1.1
System Timestamp Freq.:  1000.000000MHz
Sig. Max Wait Duration:  18446744073709551615 (0xFFFFFFFFFFFFFFFF) (timestamp count)
Machine Model:           LARGE
System Endianness:       LITTLE
Mwaitx:                  DISABLED
DMAbuf Support:          YES

==========
HSA Agents
==========
*******
Agent 1
*******
  Name:                    AMD Ryzen 5 2600 Six-Core Processor
  Uuid:                    CPU-XX
  Marketing Name:          AMD Ryzen 5 2600 Six-Core Processor
  Vendor Name:             CPU
  Feature:                 None specified
  Profile:                 FULL_PROFILE
  Float Round Mode:        NEAR
  Max Queue Number:        0(0x0)
  Queue Min Size:          0(0x0)
  Queue Max Size:          0(0x0)
  Queue Type:              MULTI
  Node:                    0
  Device Type:             CPU
  Cache Info:
    L1:                      32768(0x8000) KB
  Chip ID:                 0(0x0)
  ASIC Revision:           0(0x0)
  Cacheline Size:          64(0x40)
  Max Clock Freq. (MHz):   3400
  BDFID:                   0
  Internal Node ID:        0
  Compute Unit:            12
  SIMDs per CU:            0
  Shader Engines:          0
  Shader Arrs. per Eng.:   0
  WatchPts on Addr. Ranges:1
  Features:                None
  Pool Info:
    Pool 1
      Segment:                 GLOBAL; FLAGS: FINE GRAINED
      Size:                    16309040(0xf8db30) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 2
      Segment:                 GLOBAL; FLAGS: KERNARG, FINE GRAINED
      Size:                    16309040(0xf8db30) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
    Pool 3
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    16309040(0xf8db30) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Alignment:         4KB
      Accessible by all:       TRUE
  ISA Info:
*******
Agent 2
*******
  Name:                    gfx803
  Uuid:                    GPU-XX
  Marketing Name:          Radeon RX 580 Series
  Vendor Name:             AMD
  Feature:                 KERNEL_DISPATCH
  Profile:                 BASE_PROFILE
  Float Round Mode:        NEAR
  Max Queue Number:        128(0x80)
  Queue Min Size:          64(0x40)
  Queue Max Size:          131072(0x20000)
  Queue Type:              MULTI
  Node:                    1
  Device Type:             GPU
  Cache Info:
    L1:                      16(0x10) KB
  Chip ID:                 26591(0x67df)
  ASIC Revision:           1(0x1)
  Cacheline Size:          64(0x40)
  Max Clock Freq. (MHz):   1366
  BDFID:                   7168
  Internal Node ID:        1
  Compute Unit:            36
  SIMDs per CU:            4
  Shader Engines:          4
  Shader Arrs. per Eng.:   1
  WatchPts on Addr. Ranges:4
  Features:                KERNEL_DISPATCH
  Fast F16 Operation:      TRUE
  Wavefront Size:          64(0x40)
  Workgroup Max Size:      1024(0x400)
  Workgroup Max Size per Dimension:
    x                        1024(0x400)
    y                        1024(0x400)
    z                        1024(0x400)
  Max Waves Per CU:        40(0x28)
  Max Work-item Per CU:    2560(0xa00)
  Grid Max Size:           4294967295(0xffffffff)
  Grid Max Size per Dimension:
    x                        4294967295(0xffffffff)
    y                        4294967295(0xffffffff)
    z                        4294967295(0xffffffff)
  Max fbarriers/Workgrp:   32
  Packet Processor uCode:: 730
  SDMA engine uCode::      58
  IOMMU Support::          None
  Pool Info:
    Pool 1
      Segment:                 GLOBAL; FLAGS: COARSE GRAINED
      Size:                    8388608(0x800000) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Alignment:         4KB
      Accessible by all:       FALSE
    Pool 2
      Segment:                 GLOBAL; FLAGS:
      Size:                    8388608(0x800000) KB
      Allocatable:             TRUE
      Alloc Granule:           4KB
      Alloc Alignment:         4KB
      Accessible by all:       FALSE
    Pool 3
      Segment:                 GROUP
      Size:                    64(0x40) KB
      Allocatable:             FALSE
      Alloc Granule:           0KB
      Alloc Alignment:         0KB
      Accessible by all:       FALSE
  ISA Info:
    ISA 1
      Name:                    amdgcn-amd-amdhsa--gfx803
      Machine Models:          HSA_MACHINE_MODEL_LARGE
      Profiles:                HSA_PROFILE_BASE
      Default Rounding Mode:   NEAR
      Default Rounding Mode:   NEAR
      Fast f16:                TRUE
      Workgroup Max Size:      1024(0x400)
      Workgroup Max Size per Dimension:
        x                        1024(0x400)
        y                        1024(0x400)
        z                        1024(0x400)
      Grid Max Size:           4294967295(0xffffffff)
      Grid Max Size per Dimension:
        x                        4294967295(0xffffffff)
        y                        4294967295(0xffffffff)
        z                        4294967295(0xffffffff)
      FBarrier Max Size:       32
*** Done ***

ROCm version: 5.7.1.50701-98~22.04

vosen commented 3 months ago

Ahhh, I though modinfo would work since lsmod reports amdgpu. What does this return then:

cat /sys/module/amdgpu/version
DennisAnabones commented 3 months ago

cat: /sys/module/amdgpu/version: No such file or directory

its probably because I did put in no-dkms parameter in the amdgpu installation because its in a container

vosen commented 3 months ago

That's strange, I don't think you need amdgpu-dkms inside the container, just on host. At least on my machine it works without (ubuntu 22.04 on ubuntu 22.04). Something I observed is that (at least on my machine) amdgpu-dkms sometimes does not survive kernel upgrades and I get silently downgraded to amdgpu kernel module shipped with Ubuntu kernel, which leads to various strange behaviors

DennisAnabones commented 3 months ago

Thats why I containerized because I rather dont really want to install the amdgpu-dkms because so I can preserve it in my container and dont have to worry about version upgrades because i dont think rocm 5.7.1 will be updated to future kernel versions.

But you can probably provide your install process of rocm so I probably can test it out

vosen commented 3 months ago

On the host I just followed the official instructions (https://rocm.docs.amd.com/en/docs-5.7.1/deploy/linux/os-native/install.html). Same for the container, but not using every package. You can check ZLUDA's devcontainer (https://github.com/vosen/ZLUDA/blob/master/.devcontainer/Dockerfile-common) for the exact commands.

cat /sys/module/amdgpu/version should return 6.2.4

DennisAnabones commented 3 months ago

Can you use the latest amdgpu driver on the host and 5.7.1 on the container. Do they have to match?

vosen commented 3 months ago

AFAIK version reported by amdgpu is the kernel version it has been backported from. In my case (on host):

vosen@bunker:~$ apt show amdgpu-dkms
Package: amdgpu-dkms
Version: 1:6.2.4.50701-1664922.22.04
Priority: optional
Section: misc
Maintainer: Advanced Micro Devices (AMD) <gpudriverdevsupport@amd.com>
Installed-Size: 443 MB
Provides: rock-dkms
Depends: dkms (>= 1.95), libc-dev | libc6-dev, autoconf, automake, initramfs-tools, shim-signed, amdgpu-dkms-firmware (= 1:6.2.4.50701-1664922.22.04)
Conflicts: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Breaks: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Replaces: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Download-Size: 10,2 MB
APT-Manual-Installed: yes
APT-Sources: https://repo.radeon.com/amdgpu/5.7.1/ubuntu jammy/main amd64 Packages
Description: amdgpu driver in DKMS format.

N: There is 1 additional record. Please use the '-a' switch to see it
DennisAnabones commented 3 months ago

I installed a more recent version of amdgpu dkms on host but on container with cat/sys/module/amdgpu and said: Is a directory

In the container this is the output of apt show amdgpu-dkms:

📦[dennisanacondabones@blenderbox ~]$ apt show amdgpu-dkms
Package: amdgpu-dkms
Version: 1:6.2.4.50701-1664922.22.04
Priority: optional
Section: misc
Maintainer: Advanced Micro Devices (AMD) <gpudriverdevsupport@amd.com>
Installed-Size: 443 MB
Provides: rock-dkms
Depends: dkms (>= 1.95), libc-dev | libc6-dev, autoconf, automake, initramfs-tools, shim-signed, amdgpu-dkms-firmware (= 1:6.2.4.50701-1664922.22.04)
Conflicts: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Breaks: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Replaces: rock-dkms (<< 1:6.2.4.50701-1664922.22.04)
Download-Size: 10.2 MB
APT-Manual-Installed: yes
APT-Sources: https://repo.radeon.com/amdgpu/5.7.1/ubuntu jammy/main amd64 Packages
Description: amdgpu driver in DKMS format.

On the host:

dennisanacondabones@Linux-Aero:~$ apt show amdgpu-dkms
Package: amdgpu-dkms
Version: 1:6.7.0.60100-1756574.22.04
Priority: optional
Section: misc
Maintainer: Advanced Micro Devices (AMD) <gpudriverdevsupport@amd.com>
Installed-Size: 469 MB
Provides: rock-dkms
Depends: dkms (>= 1.95), libc-dev | libc6-dev, autoconf, automake, initramfs-tools, shim-signed, amdgpu-dkms-firmware (= 1:6.7.0.60100-1756574.22.04)
Conflicts: rock-dkms (<< 1:6.7.0.60100-1756574.22.04)
Breaks: rock-dkms (<< 1:6.7.0.60100-1756574.22.04)
Replaces: rock-dkms (<< 1:6.7.0.60100-1756574.22.04)
Download-Size: 10,8 MB
APT-Manual-Installed: yes
APT-Sources: https://repo.radeon.com/amdgpu/6.1/ubuntu jammy/main amd64 Packages
Description: amdgpu driver in DKMS format.

If I do cat /sys/module/amdgpu/version it outputs: 6.7.0 on host

vosen commented 3 months ago

This is probably fine, tho I'd remove amdgpu-dkms in the container. The "Is a directory" error is probably because you skipped the space between "cat" and "/sys/module/amdgpu/version"? Does it work now or does it still crash?

DennisAnabones commented 3 months ago

still crashes

vosen commented 3 months ago

Does it happen with every scene? Can you try Blender test scenes from here: http://download.blender.org/demo/test/cycles_benchmark_20160228.zip and rendering e.g. benchmark/bmw27/bmw27_gpu.blend using command line like this with HIP debugging:

AMD_LOG_LEVEL=3 LD_LIBRARY_PATH="<ZLUDA_DIRECTORY>:$LD_LIBRARY_PATH" ./blender -d --debug-cycles -noaudio --enable-autoexec -b <PATH_TO_BLEND_FILE> -x 1 -F PNG -f 1 -- --cycles-device CUDA
DennisAnabones commented 3 months ago

It still crashed but this the terminal log Its a bit cut off at the beginning due to the terminal size:

:3:hip_memory.cpp           :1381: 2954590841 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x518c00000, 0x7d2aebe031c0, 8388608 ) 
:3:rocvirtual.hpp           :66  : 2954591429 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c800) for -1 ns
:3:hip_memory.cpp           :1387: 2954592261 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 1420 us
:3:hip_device_runtime.cpp   :561 : 2954592269 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592274 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :92  : 2954592285 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleGetGlobal ( 0x7d2af5d385c0, 0x7d2af5d385c8, 0x7d2ad603e410, kernel_params ) 
:3:hip_module.cpp           :111 : 2954592293 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleGetGlobal: Returned hipSuccess : 
:3:hip_memory.cpp           :1381: 2954592302 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x5115ff358, 0x7d2b3bdf9c70, 8 ) 
:3:rocvirtual.hpp           :66  : 2954592313 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c780) for -1 ns
:3:hip_memory.cpp           :1387: 2954592325 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 23 us
Fra:1 Mem:215.74M (Peak 252.57M) | Time:00:02.74 | Mem:118.95M, Peak:118.95M | Scene, RenderLayer | Updating Film
Fra:1 Mem:215.74M (Peak 252.57M) | Time:00:02.74 | Mem:118.95M, Peak:118.95M | Scene, RenderLayer | Updating Lookup Tables
I0505 20:22:43.223117 23680 tables.cpp:37] Total 1 lookup tables.
:3:hip_device_runtime.cpp   :561 : 2954592413 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592418 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954592424 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d386c0, 0x7d2af5d386b8 ) 
:3:hip_memory.cpp           :768 : 2954592431 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592436 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592441 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954592447 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d38638, 4096 ) 
:3:rocdevice.cpp            :2230: 2954592455 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f89097d8
:3:hip_memory.cpp           :568 : 2954592466 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187e8000: duration: 19 us
:3:hip_device_runtime.cpp   :561 : 2954592472 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592477 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1381: 2954592483 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x5187e8000, 0x7d2ad61a6840, 4096 ) 
:3:rocvirtual.hpp           :66  : 2954592491 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c700) for -1 ns
:3:hip_memory.cpp           :1387: 2954592503 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 20 us
:3:hip_device_runtime.cpp   :561 : 2954592508 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592513 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :92  : 2954592520 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleGetGlobal ( 0x7d2af5d38710, 0x7d2af5d38718, 0x7d2ad603e410, kernel_params ) 
:3:hip_module.cpp           :111 : 2954592525 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleGetGlobal: Returned hipSuccess : 
:3:hip_memory.cpp           :1381: 2954592532 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x5115ff350, 0x7d2b3bdf9be0, 8 ) 
:3:rocvirtual.hpp           :66  : 2954592539 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c680) for -1 ns
:3:hip_memory.cpp           :1387: 2954592550 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 18 us
Fra:1 Mem:215.74M (Peak 252.57M) | Time:00:02.74 | Mem:118.96M, Peak:118.96M | Scene, RenderLayer | Updating Baking
Fra:1 Mem:215.74M (Peak 252.57M) | Time:00:02.74 | Mem:118.96M, Peak:118.96M | Scene, RenderLayer | Updating Device | Writing constant memory
:3:hip_device_runtime.cpp   :561 : 2954592576 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592580 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :92  : 2954592586 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleGetGlobal ( 0x7d2af5d38790, 0x7d2af5d38798, 0x7d2ad603e410, kernel_params ) 
:3:hip_module.cpp           :111 : 2954592592 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleGetGlobal: Returned hipSuccess : 
:3:hip_memory.cpp           :1381: 2954592597 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x5115fe9b0, 0x7d2b3bdf9d40, 2096 ) 
:3:rocvirtual.hpp           :66  : 2954592605 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c600) for -1 ns
:3:hip_memory.cpp           :1387: 2954592617 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 20 us
I0505 20:22:43.223337 23680 scene.cpp:332] System memory statistics after full device sync:
  Usage: 196,472,990 (187.37M)
  Peak: 196,477,086 (187.38M)
:3:hip_device_runtime.cpp   :561 : 2954592643 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592647 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :141 : 2954592654 us: [pid:23639 tid:0x7d2af5d7f600]  hipDeviceGetAttribute ( 0x7d2af5d3887c, 63, 0 ) 
:3:hip_device_runtime.cpp   :351 : 2954592661 us: [pid:23639 tid:0x7d2af5d7f600] hipDeviceGetAttribute: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592665 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592669 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :141 : 2954592676 us: [pid:23639 tid:0x7d2af5d7f600]  hipDeviceGetAttribute ( 0x7d2af5d3887c, 57, 0 ) 
:3:hip_device_runtime.cpp   :351 : 2954592681 us: [pid:23639 tid:0x7d2af5d7f600] hipDeviceGetAttribute: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592687 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592692 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :141 : 2954592698 us: [pid:23639 tid:0x7d2af5d7f600]  hipDeviceGetAttribute ( 0x7d2af5d388cc, 63, 0 ) 
:3:hip_device_runtime.cpp   :351 : 2954592703 us: [pid:23639 tid:0x7d2af5d7f600] hipDeviceGetAttribute: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592708 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592713 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :141 : 2954592719 us: [pid:23639 tid:0x7d2af5d7f600]  hipDeviceGetAttribute ( 0x7d2af5d388cc, 57, 0 ) 
:3:hip_device_runtime.cpp   :351 : 2954592723 us: [pid:23639 tid:0x7d2af5d7f600] hipDeviceGetAttribute: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592728 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592733 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954592739 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954592745 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592750 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592753 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954592759 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954592835 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f83697d8
:3:hip_memory.cpp           :568 : 2954592843 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x519800000: duration: 84 us
:3:hip_device_runtime.cpp   :561 : 2954592849 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592854 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954592859 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954592864 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954592869 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592873 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954592879 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954592973 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f7dc97d8
:3:hip_memory.cpp           :568 : 2954592981 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51a200000: duration: 102 us
:3:hip_device_runtime.cpp   :561 : 2954592988 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954592993 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593000 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593005 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593010 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593014 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593019 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593121 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f7af97d8
:3:hip_memory.cpp           :568 : 2954593129 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51ac00000: duration: 110 us
:3:hip_device_runtime.cpp   :561 : 2954593136 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593140 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593145 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593151 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593155 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593160 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593166 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593257 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f78297d8
:3:hip_memory.cpp           :568 : 2954593265 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51b400000: duration: 99 us
:3:hip_device_runtime.cpp   :561 : 2954593271 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593275 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593281 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593287 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593292 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593296 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593301 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593388 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f75597d8
:3:hip_memory.cpp           :568 : 2954593395 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51bc00000: duration: 94 us
:3:hip_device_runtime.cpp   :561 : 2954593402 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593406 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593411 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593417 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593421 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593425 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593430 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593513 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f72897d8
:3:hip_memory.cpp           :568 : 2954593521 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51c400000: duration: 91 us
:3:hip_device_runtime.cpp   :561 : 2954593527 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593532 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593538 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593544 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593548 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593552 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593558 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593646 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f6fb97d8
:3:hip_memory.cpp           :568 : 2954593654 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51cc00000: duration: 96 us
:3:hip_device_runtime.cpp   :561 : 2954593660 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593665 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593670 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593676 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593682 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593687 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593692 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593789 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f6ce97d8
:3:hip_memory.cpp           :568 : 2954593798 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51d400000: duration: 106 us
:3:hip_device_runtime.cpp   :561 : 2954593805 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593810 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593816 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593822 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593828 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593833 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593839 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954593932 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f6a197d8
:3:hip_memory.cpp           :568 : 2954593940 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51dc00000: duration: 101 us
:3:hip_device_runtime.cpp   :561 : 2954593947 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593952 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954593958 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954593964 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954593970 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954593974 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954593980 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954594066 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f67497d8
:3:hip_memory.cpp           :568 : 2954594074 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51e400000: duration: 94 us
:3:hip_device_runtime.cpp   :561 : 2954594081 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594086 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954594091 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954594098 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954594105 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594108 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954594113 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954594244 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f61a97d8
:3:hip_memory.cpp           :568 : 2954594255 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51ec00000: duration: 142 us
:3:hip_device_runtime.cpp   :561 : 2954594265 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594273 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954594281 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954594288 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954594294 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594299 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954594306 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954594433 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f5ed97d8
:3:hip_memory.cpp           :568 : 2954594445 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51f600000: duration: 139 us
:3:hip_device_runtime.cpp   :561 : 2954594454 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594460 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954594468 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954594475 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954594482 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594488 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954594496 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954594627 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f59397d8
:3:hip_memory.cpp           :568 : 2954594639 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x51fe00000: duration: 143 us
:3:hip_device_runtime.cpp   :561 : 2954594648 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594654 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954594662 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954594670 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954594677 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594682 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954594689 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 1474560 ) 
:3:rocdevice.cpp            :2230: 2954594807 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f57d17d8
:3:hip_memory.cpp           :568 : 2954594818 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x520800000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954594827 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594832 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954594838 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954594846 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954594853 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954594857 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954594863 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954594985 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f52317d8
:3:hip_memory.cpp           :568 : 2954594994 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x520e00000: duration: 131 us
:3:hip_device_runtime.cpp   :561 : 2954595001 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595005 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595012 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595019 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595024 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595029 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595034 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954595170 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f41517d8
:3:hip_memory.cpp           :568 : 2954595178 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x521800000: duration: 144 us
:3:hip_device_runtime.cpp   :561 : 2954595185 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595190 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595196 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595202 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595208 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595213 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595219 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954595314 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f3bb17d8
:3:hip_memory.cpp           :568 : 2954595322 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x522e00000: duration: 103 us
:3:hip_device_runtime.cpp   :561 : 2954595330 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595335 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595341 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595348 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595353 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595358 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595363 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954595498 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f36117d8
:3:hip_memory.cpp           :568 : 2954595510 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x523800000: duration: 147 us
:3:hip_device_runtime.cpp   :561 : 2954595521 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595527 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595533 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595541 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595548 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595554 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595560 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954595722 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f25317d8
:3:hip_memory.cpp           :568 : 2954595732 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x524200000: duration: 172 us
:3:hip_device_runtime.cpp   :561 : 2954595739 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595744 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595751 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595758 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595764 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595769 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595776 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954595886 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f1f917d8
:3:hip_memory.cpp           :568 : 2954595896 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x525800000: duration: 120 us
:3:hip_device_runtime.cpp   :561 : 2954595902 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595908 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954595916 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954595924 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954595931 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954595937 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954595943 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954596105 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1f0eb17d8
:3:hip_memory.cpp           :568 : 2954596116 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x526200000: duration: 173 us
:3:hip_device_runtime.cpp   :561 : 2954596126 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596131 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596138 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596146 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596152 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596157 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596163 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954596303 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1efdd17d8
:3:hip_memory.cpp           :568 : 2954596312 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x527800000: duration: 149 us
:3:hip_device_runtime.cpp   :561 : 2954596319 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596324 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596330 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596337 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596344 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596349 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596358 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954596461 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ef8317d8
:3:hip_memory.cpp           :568 : 2954596471 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x528e00000: duration: 113 us
:3:hip_device_runtime.cpp   :561 : 2954596477 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596483 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596490 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596497 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596504 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596509 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596517 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954596633 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ef2917d8
:3:hip_memory.cpp           :568 : 2954596641 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x529800000: duration: 124 us
:3:hip_device_runtime.cpp   :561 : 2954596648 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596653 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596660 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596667 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596673 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596679 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596685 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954596788 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1eecf17d8
:3:hip_memory.cpp           :568 : 2954596797 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52a200000: duration: 112 us
:3:hip_device_runtime.cpp   :561 : 2954596803 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596808 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596815 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596822 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596828 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596833 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596840 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954596938 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ee7517d8
:3:hip_memory.cpp           :568 : 2954596946 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52ac00000: duration: 106 us
:3:hip_device_runtime.cpp   :561 : 2954596953 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596957 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954596964 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954596971 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954596977 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954596982 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954596990 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597124 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ee1b17d8
:3:hip_memory.cpp           :568 : 2954597133 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52b600000: duration: 143 us
:3:hip_device_runtime.cpp   :561 : 2954597139 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597144 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597151 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597157 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597163 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597167 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597173 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597277 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1edc117d8
:3:hip_memory.cpp           :568 : 2954597286 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52c000000: duration: 113 us
:3:hip_device_runtime.cpp   :561 : 2954597292 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597297 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597304 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597311 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597317 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597322 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597328 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597431 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ed6717d8
:3:hip_memory.cpp           :568 : 2954597439 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52ca00000: duration: 111 us
:3:hip_device_runtime.cpp   :561 : 2954597446 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597450 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597456 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597463 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597468 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597472 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597478 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597574 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ed0d17d8
:3:hip_memory.cpp           :568 : 2954597583 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52d400000: duration: 105 us
:3:hip_device_runtime.cpp   :561 : 2954597589 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597594 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597601 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597608 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597614 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597619 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597626 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597735 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ecb317d8
:3:hip_memory.cpp           :568 : 2954597745 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52de00000: duration: 119 us
:3:hip_device_runtime.cpp   :561 : 2954597753 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597758 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597765 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597772 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597777 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597782 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597789 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954597893 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ec5917d8
:3:hip_memory.cpp           :568 : 2954597902 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52e800000: duration: 113 us
:3:hip_device_runtime.cpp   :561 : 2954597908 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597913 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954597922 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954597929 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954597935 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954597941 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954597946 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954598059 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ebff17d8
:3:hip_memory.cpp           :568 : 2954598068 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52f200000: duration: 122 us
:3:hip_device_runtime.cpp   :561 : 2954598077 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598082 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598090 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598097 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598103 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598109 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598115 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954598214 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1eba517d8
:3:hip_memory.cpp           :568 : 2954598223 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x52fc00000: duration: 108 us
:3:hip_device_runtime.cpp   :561 : 2954598229 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598235 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598242 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598250 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598256 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598263 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598269 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954598378 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1eb4b17d8
:3:hip_memory.cpp           :568 : 2954598387 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x530600000: duration: 118 us
:3:hip_device_runtime.cpp   :561 : 2954598393 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598398 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598405 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598412 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598418 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598424 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598430 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954598542 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1eaf117d8
:3:hip_memory.cpp           :568 : 2954598551 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x531000000: duration: 121 us
:3:hip_device_runtime.cpp   :561 : 2954598557 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598563 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598570 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598577 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598583 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598588 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598594 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954598699 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1eac417d8
:3:hip_memory.cpp           :568 : 2954598708 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x531a00000: duration: 114 us
:3:hip_device_runtime.cpp   :561 : 2954598715 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598720 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598727 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598735 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598740 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598744 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598751 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954598858 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ea9717d8
:3:hip_memory.cpp           :568 : 2954598867 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x532200000: duration: 116 us
:3:hip_device_runtime.cpp   :561 : 2954598873 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598879 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954598885 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954598892 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954598899 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954598905 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954598912 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954599022 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ea6a17d8
:3:hip_memory.cpp           :568 : 2954599031 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x532a00000: duration: 119 us
:3:hip_device_runtime.cpp   :561 : 2954599038 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599043 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599051 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599058 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599064 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599070 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599077 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954599176 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ea3d17d8
:3:hip_memory.cpp           :568 : 2954599184 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x533200000: duration: 107 us
:3:hip_device_runtime.cpp   :561 : 2954599191 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599196 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599203 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599210 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599216 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599220 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599227 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954599326 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ea1017d8
:3:hip_memory.cpp           :568 : 2954599335 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x533a00000: duration: 108 us
:3:hip_device_runtime.cpp   :561 : 2954599341 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599345 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599351 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599358 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599364 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599369 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599375 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954599477 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e9e317d8
:3:hip_memory.cpp           :568 : 2954599486 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x534200000: duration: 111 us
:3:hip_device_runtime.cpp   :561 : 2954599492 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599497 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599504 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599511 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599518 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599524 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599531 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954599638 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e9b617d8
:3:hip_memory.cpp           :568 : 2954599647 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x534a00000: duration: 116 us
:3:hip_device_runtime.cpp   :561 : 2954599654 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599658 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599665 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599673 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599678 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599684 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599690 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954599795 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e95c17d8
:3:hip_memory.cpp           :568 : 2954599805 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x535200000: duration: 115 us
:3:hip_device_runtime.cpp   :561 : 2954599811 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599816 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599823 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954599830 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954599835 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599840 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954599846 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954599967 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e84e17d8
:3:hip_memory.cpp           :568 : 2954599975 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x535c00000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954599981 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954599986 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954599994 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600009 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600015 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600019 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600025 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 2949120 ) 
:3:rocdevice.cpp            :2230: 2954600138 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e82117d8
:3:hip_memory.cpp           :568 : 2954600147 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x537200000: duration: 122 us
:3:hip_device_runtime.cpp   :561 : 2954600156 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600161 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954600168 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600175 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600180 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600185 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600191 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 1474560 ) 
:3:rocdevice.cpp            :2230: 2954600311 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e80a97d8
:3:hip_memory.cpp           :568 : 2954600320 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x537a00000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954600327 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600333 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954600340 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600347 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600352 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600358 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600365 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954600500 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e6fc97d8
:3:hip_memory.cpp           :568 : 2954600509 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x538000000: duration: 144 us
:3:hip_device_runtime.cpp   :561 : 2954600516 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600522 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954600529 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600536 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600541 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600547 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600553 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 17694720 ) 
:3:rocdevice.cpp            :2230: 2954600716 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e5ee97d8
:3:hip_memory.cpp           :568 : 2954600725 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x539600000: duration: 172 us
:3:hip_device_runtime.cpp   :561 : 2954600733 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600738 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954600744 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600751 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600756 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600760 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600766 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954600873 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e59497d8
:3:hip_memory.cpp           :568 : 2954600881 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53ac00000: duration: 115 us
:3:hip_device_runtime.cpp   :561 : 2954600888 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600893 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954600899 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954600905 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954600909 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954600913 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954600919 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601022 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e53a97d8
:3:hip_memory.cpp           :568 : 2954601031 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53b600000: duration: 112 us
:3:hip_device_runtime.cpp   :561 : 2954601037 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601042 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601048 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601054 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601059 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601062 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601068 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601175 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e4e097d8
:3:hip_memory.cpp           :568 : 2954601183 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53c000000: duration: 115 us
:3:hip_device_runtime.cpp   :561 : 2954601189 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601194 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601200 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601206 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601211 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601216 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601222 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601319 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e48697d8
:3:hip_memory.cpp           :568 : 2954601327 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53ca00000: duration: 105 us
:3:hip_device_runtime.cpp   :561 : 2954601334 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601339 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601345 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601351 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601356 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601361 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601367 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601464 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e42c97d8
:3:hip_memory.cpp           :568 : 2954601473 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53d400000: duration: 106 us
:3:hip_device_runtime.cpp   :561 : 2954601479 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601484 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601490 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601496 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601501 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601505 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601511 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601622 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e3d297d8
:3:hip_memory.cpp           :568 : 2954601633 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53de00000: duration: 122 us
:3:hip_device_runtime.cpp   :561 : 2954601640 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601645 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601652 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601657 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601663 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601668 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601674 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601778 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e37897d8
:3:hip_memory.cpp           :568 : 2954601787 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53e800000: duration: 113 us
:3:hip_device_runtime.cpp   :561 : 2954601795 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601800 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601808 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601814 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601819 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601824 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954601832 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954601943 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e31e97d8
:3:hip_memory.cpp           :568 : 2954601954 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53f200000: duration: 122 us
:3:hip_device_runtime.cpp   :561 : 2954601963 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954601972 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954601982 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954601992 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954601999 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602004 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602010 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602149 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e2c497d8
:3:hip_memory.cpp           :568 : 2954602161 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x53fc00000: duration: 151 us
:3:hip_device_runtime.cpp   :561 : 2954602169 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602175 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602182 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602190 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954602197 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602201 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602208 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602326 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e26a97d8
:3:hip_memory.cpp           :568 : 2954602337 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x540600000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954602348 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602354 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602362 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602370 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954602376 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602382 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602389 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602513 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e21097d8
:3:hip_memory.cpp           :568 : 2954602522 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x541000000: duration: 133 us
:3:hip_device_runtime.cpp   :561 : 2954602528 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602533 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602539 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602546 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954602552 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602558 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602564 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602665 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e1b697d8
:3:hip_memory.cpp           :568 : 2954602673 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x541a00000: duration: 109 us
:3:hip_device_runtime.cpp   :561 : 2954602680 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602684 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602690 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602697 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954602702 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602707 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602713 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602817 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e15c97d8
:3:hip_memory.cpp           :568 : 2954602825 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x542400000: duration: 112 us
:3:hip_device_runtime.cpp   :561 : 2954602832 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602836 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602842 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602848 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954602854 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602858 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954602864 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954602967 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e10297d8
:3:hip_memory.cpp           :568 : 2954602975 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x542e00000: duration: 111 us
:3:hip_device_runtime.cpp   :561 : 2954602983 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954602987 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954602993 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954602999 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603004 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603009 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603017 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603139 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e0a897d8
:3:hip_memory.cpp           :568 : 2954603146 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x543800000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954603153 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603157 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603164 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603170 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603175 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603180 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603185 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603286 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1e04e97d8
:3:hip_memory.cpp           :568 : 2954603293 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x544200000: duration: 108 us
:3:hip_device_runtime.cpp   :561 : 2954603302 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603307 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603313 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603319 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603325 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603330 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603336 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603453 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dff497d8
:3:hip_memory.cpp           :568 : 2954603461 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x544c00000: duration: 125 us
:3:hip_device_runtime.cpp   :561 : 2954603467 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603472 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603477 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603484 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603489 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603493 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603501 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603601 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1df9a97d8
:3:hip_memory.cpp           :568 : 2954603610 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x545600000: duration: 109 us
:3:hip_device_runtime.cpp   :561 : 2954603616 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603620 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603625 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603631 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603636 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603640 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603646 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603780 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1df4097d8
:3:hip_memory.cpp           :568 : 2954603788 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x546000000: duration: 142 us
:3:hip_device_runtime.cpp   :561 : 2954603794 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603798 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603805 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603811 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603816 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603821 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603828 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954603928 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dee697d8
:3:hip_memory.cpp           :568 : 2954603935 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x546a00000: duration: 107 us
:3:hip_device_runtime.cpp   :561 : 2954603942 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603946 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954603951 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954603957 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954603961 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954603965 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954603971 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604100 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1de8c97d8
:3:hip_memory.cpp           :568 : 2954604111 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x547400000: duration: 140 us
:3:hip_device_runtime.cpp   :561 : 2954604119 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604124 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604131 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604138 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604145 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604150 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604155 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604275 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1de3297d8
:3:hip_memory.cpp           :568 : 2954604284 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x547e00000: duration: 129 us
:3:hip_device_runtime.cpp   :561 : 2954604291 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604296 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604303 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604310 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604318 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604324 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604334 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604441 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1ddd897d8
:3:hip_memory.cpp           :568 : 2954604449 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x548800000: duration: 115 us
:3:hip_device_runtime.cpp   :561 : 2954604456 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604461 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604467 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604474 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604479 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604484 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604490 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604597 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dd7e97d8
:3:hip_memory.cpp           :568 : 2954604605 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x549200000: duration: 115 us
:3:hip_device_runtime.cpp   :561 : 2954604611 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604615 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604621 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604629 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604635 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604640 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604646 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604745 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dd2497d8
:3:hip_memory.cpp           :568 : 2954604753 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x549c00000: duration: 107 us
:3:hip_device_runtime.cpp   :561 : 2954604759 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604763 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604770 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604776 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604781 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604786 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604792 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954604891 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dcca97d8
:3:hip_memory.cpp           :568 : 2954604899 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54a600000: duration: 107 us
:3:hip_device_runtime.cpp   :561 : 2954604905 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604909 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954604916 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954604923 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954604928 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954604933 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954604940 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954605054 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dc7097d8
:3:hip_memory.cpp           :568 : 2954605061 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54b000000: duration: 121 us
:3:hip_device_runtime.cpp   :561 : 2954605067 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605071 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954605078 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954605085 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954605090 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605095 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954605100 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954605198 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dc1697d8
:3:hip_memory.cpp           :568 : 2954605206 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54ba00000: duration: 106 us
:3:hip_device_runtime.cpp   :561 : 2954605212 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605216 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954605222 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954605229 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954605234 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605240 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954605246 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954605350 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dbbc97d8
:3:hip_memory.cpp           :568 : 2954605358 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54c400000: duration: 112 us
:3:hip_device_runtime.cpp   :561 : 2954605367 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605372 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954605379 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954605385 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954605390 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605397 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954605403 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 56 ) 
:3:rocdevice.cpp            :2230: 2954605413 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dbbc97a0
:3:hip_memory.cpp           :568 : 2954605419 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187e9000: duration: 16 us
:3:hip_device_runtime.cpp   :561 : 2954605425 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605430 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954605438 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187e9000,  ) 
:3:rocvirtual.cpp           :706 : 2954605453 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x5187e9000 obj:[0x5187e9000-0x5187e9038]
:3:rocvirtual.cpp           :781 : 2954605459 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954605464 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954605468 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:7
:3:rocvirtual.cpp           :2897: 2954605473 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954605482 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954605488 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605493 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1393: 2954605501 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyDtoH ( 0x7d2ad6035840, 0x5187e9000, 56 ) 
:3:rocvirtual.hpp           :66  : 2954605513 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84c580) for -1 ns
:3:rocvirtual.hpp           :66  : 2954605826 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84d500) for -1 ns
:3:hip_memory.cpp           :1399: 2954605841 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyDtoH: Returned hipSuccess : : duration: 340 us
:3:hip_device_runtime.cpp   :561 : 2954605848 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605853 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954605860 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38860, 0x7d2af5d38858 ) 
:3:hip_memory.cpp           :768 : 2954605867 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954605873 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605878 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954605885 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387d8, 4 ) 
:3:rocdevice.cpp            :2230: 2954605893 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1dbbc979c
:3:hip_memory.cpp           :568 : 2954605900 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187ea000: duration: 15 us
:3:hip_device_runtime.cpp   :561 : 2954605907 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954605912 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954605920 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187ea000,  ) 
:3:rocvirtual.cpp           :706 : 2954605929 us: [pid:23639 tid:0x7d2af5d7f600] Arg0: uchar* bufUChar = ptr:0x5187ea000 obj:[0x5187ea000-0x5187ea004]
:3:rocvirtual.cpp           :781 : 2954605934 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954605939 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954605944 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:4
:3:rocvirtual.cpp           :2897: 2954605949 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954605955 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609433 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609456 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954609467 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38880, 0x7d2af5d38878 ) 
:3:hip_memory.cpp           :768 : 2954609479 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609485 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609489 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954609497 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387f8, 5898240 ) 
:3:rocdevice.cpp            :2230: 2954609728 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1db62979c
:3:hip_memory.cpp           :568 : 2954609742 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54ce00000: duration: 245 us
:3:hip_device_runtime.cpp   :561 : 2954609751 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609755 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954609763 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x54ce00000,  ) 
:3:rocvirtual.cpp           :706 : 2954609783 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x54ce00000 obj:[0x54ce00000-0x54d3a0000]
:3:rocvirtual.cpp           :781 : 2954609789 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954609793 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954609797 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:737280
:3:rocvirtual.cpp           :2897: 2954609802 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954609812 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609820 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609825 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954609833 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38850, 0x7d2af5d38848 ) 
:3:hip_memory.cpp           :768 : 2954609840 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609846 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609851 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954609857 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387c8, 2464 ) 
:3:rocdevice.cpp            :2230: 2954609866 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1db628dfc
:3:hip_memory.cpp           :568 : 2954609873 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187eb000: duration: 16 us
:3:hip_device_runtime.cpp   :561 : 2954609880 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609884 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954609891 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187eb000,  ) 
:3:rocvirtual.cpp           :706 : 2954609899 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x5187eb000 obj:[0x5187eb000-0x5187eb9a0]
:3:rocvirtual.cpp           :781 : 2954609904 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954609909 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954609913 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:308
:3:rocvirtual.cpp           :2897: 2954609918 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954609924 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609931 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609936 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954609943 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38850, 0x7d2af5d38848 ) 
:3:hip_memory.cpp           :768 : 2954609950 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954609956 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609960 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954609966 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387c8, 2464 ) 
:3:rocdevice.cpp            :2230: 2954609974 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1db62845c
:3:hip_memory.cpp           :568 : 2954609980 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187ec000: duration: 14 us
:3:hip_device_runtime.cpp   :561 : 2954609987 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954609991 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954609998 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187ec000,  ) 
:3:rocvirtual.cpp           :706 : 2954610005 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x5187ec000 obj:[0x5187ec000-0x5187ec9a0]
:3:rocvirtual.cpp           :781 : 2954610010 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954610014 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954610018 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:308
:3:rocvirtual.cpp           :2897: 2954610023 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954610030 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954610036 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610040 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954610048 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38870, 0x7d2af5d38868 ) 
:3:hip_memory.cpp           :768 : 2954610057 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954610062 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610067 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954610073 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387e8, 4 ) 
:3:rocdevice.cpp            :2230: 2954610080 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1db628458
:3:hip_memory.cpp           :568 : 2954610086 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187ed000: duration: 13 us
:3:hip_device_runtime.cpp   :561 : 2954610092 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610097 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954610105 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187ed000,  ) 
:3:rocvirtual.cpp           :706 : 2954610112 us: [pid:23639 tid:0x7d2af5d7f600] Arg0: uchar* bufUChar = ptr:0x5187ed000 obj:[0x5187ed000-0x5187ed004]
:3:rocvirtual.cpp           :781 : 2954610116 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954610121 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954610125 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:4
:3:rocvirtual.cpp           :2897: 2954610129 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954610134 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954610140 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610145 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954610152 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38870, 0x7d2af5d38868 ) 
:3:hip_memory.cpp           :768 : 2954610158 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954610163 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610168 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954610173 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d387e8, 4 ) 
:3:rocdevice.cpp            :2230: 2954610179 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1db628454
:3:hip_memory.cpp           :568 : 2954610185 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187ee000: duration: 12 us
:3:hip_device_runtime.cpp   :561 : 2954610190 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610194 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3000: 2954610199 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8 ( 0x5187ee000,  ) 
:3:rocvirtual.cpp           :706 : 2954610214 us: [pid:23639 tid:0x7d2af5d7f600] Arg0: uchar* bufUChar = ptr:0x5187ee000 obj:[0x5187ee000-0x5187ee004]
:3:rocvirtual.cpp           :781 : 2954610219 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954610223 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954610232 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:4
:3:rocvirtual.cpp           :2897: 2954610236 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3002: 2954610242 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8: Returned hipSuccess : 
Fra:1 Mem:221.38M (Peak 252.57M) | Time:00:02.76 | Mem:585.84M, Peak:585.84M | Scene, RenderLayer | Sample 0/1225
:3:hip_device_runtime.cpp   :561 : 2954610277 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610282 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :517 : 2954610287 us: [pid:23639 tid:0x7d2af5d7f600]  hipDeviceSynchronize (  ) 
:3:rocvirtual.cpp           :455 : 2954610301 us: [pid:23639 tid:0x7d2af5d7f600] Set Handler: handle(0xe84d480), timestamp(0x7d2b0da09960)
:3:rocvirtual.hpp           :66  : 2954610306 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84d480) for -1 ns
:3:hip_device_runtime.cpp   :519 : 2954610314 us: [pid:23639 tid:0x7d2af5d7f600] hipDeviceSynchronize: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954610324 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954610328 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:rocvirtual.cpp           :208 : 2954610333 us: [pid:23639 tid:0x7d2b1bfff600] Handler: value(0), timestamp(0x7d2ad6004800), handle(0xe84d480)
:3:hip_module.cpp           :92  : 2954610339 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleGetGlobal ( 0x7d2af5d38d20, 0x7d2af5d38d28, 0x7d2ad603e410, kernel_params ) 
:3:hip_module.cpp           :111 : 2954610360 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleGetGlobal: Returned hipSuccess : 
:3:hip_memory.cpp           :1381: 2954610369 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoD ( 0x5115ff370, 0x7d2b29f79f70, 1968 ) 
:3:rocvirtual.hpp           :66  : 2954610387 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe84d400) for -1 ns
:3:hip_memory.cpp           :1387: 2954610408 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoD: Returned hipSuccess : : duration: 39 us
:3:hip_device_runtime.cpp   :561 : 2954617805 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954617829 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954617840 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38950, 0x7d2af5d38948 ) 
:3:hip_memory.cpp           :768 : 2954617852 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954617858 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954617862 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954617868 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d388c8, 12441600 ) 
:3:rocdevice.cpp            :2230: 2954618109 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1daa4ac54
:3:hip_memory.cpp           :568 : 2954618121 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x54d800000: duration: 253 us
:3:hip_device_runtime.cpp   :561 : 2954618129 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618133 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3007: 2954618159 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8Async ( 0x54d800000,  ) 
:3:rocvirtual.cpp           :706 : 2954618173 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x54d800000 obj:[0x54d800000-0x54e3dd800]
:3:rocvirtual.cpp           :781 : 2954618178 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954618183 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954618189 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:1555200
:3:rocvirtual.cpp           :2897: 2954618194 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3012: 2954618203 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8Async: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618228 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618234 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954618250 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601b040, 2880, 1, 1, 512, 1, 1, 0, stream:0x7d2b42e87480, 0x7d2af5d38868, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954618262 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1959486 = val:1474560
:3:rocvirtual.cpp           :2897: 2954618266 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_integrator_reset
:3:hip_module.cpp           :453 : 2954618273 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618279 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618284 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3007: 2954618292 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8Async ( 0x5187e9000,  ) 
:3:rocvirtual.cpp           :706 : 2954618300 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x5187e9000 obj:[0x5187e9000-0x5187e9038]
:3:rocvirtual.cpp           :781 : 2954618305 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954618309 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954618314 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:7
:3:rocvirtual.cpp           :2897: 2954618318 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3012: 2954618324 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8Async: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618329 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618334 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3007: 2954618342 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8Async ( 0x5187eb000,  ) 
:3:rocvirtual.cpp           :706 : 2954618349 us: [pid:23639 tid:0x7d2af5d7f600] Arg3: ulong* bufULong = ptr:0x5187eb000 obj:[0x5187eb000-0x5187eb9a0]
:3:rocvirtual.cpp           :781 : 2954618354 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954618360 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954618365 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:308
:3:rocvirtual.cpp           :2897: 2954618369 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3012: 2954618376 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8Async: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618389 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618394 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :744 : 2954618401 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemGetInfo ( 0x7d2af5d38630, 0x7d2af5d38628 ) 
:3:hip_memory.cpp           :768 : 2954618407 us: [pid:23639 tid:0x7d2af5d7f600] hipMemGetInfo: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618413 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618418 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :566 : 2954618424 us: [pid:23639 tid:0x7d2af5d7f600]  hipMalloc ( 0x7d2af5d385a8, 528 ) 
:3:rocdevice.cpp            :2230: 2954618434 us: [pid:23639 tid:0x7d2af5d7f600] device=0x7d2b28f4c800, freeMem_ = 0x1daa4aa44
:3:hip_memory.cpp           :568 : 2954618441 us: [pid:23639 tid:0x7d2af5d7f600] hipMalloc: Returned hipSuccess : 0x5187ef000: duration: 17 us
:3:hip_device_runtime.cpp   :561 : 2954618448 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618453 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1440: 2954618462 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyHtoDAsync ( 0x5187ef000, 0x7d2ad608e6c0, 528, stream:0x7d2b42e87480 ) 
:3:rocvirtual.hpp           :66  : 2954618474 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801800) for -1 ns
:3:rocvirtual.hpp           :66  : 2954618490 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801780) for -1 ns
:3:hip_memory.cpp           :1447: 2954618505 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyHtoDAsync: Returned hipSuccess : : duration: 43 us
:3:hip_device_runtime.cpp   :561 : 2954618512 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618518 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954618532 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601a460, 1536, 1, 1, 512, 1, 1, 0, stream:0x7d2b42e87480, 0x7d2af5d38788, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954618541 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1959487 = val:21885808640
:3:rocvirtual.cpp           :781 : 2954618545 us: [pid:23639 tid:0x7d2af5d7f600] Arg1:  1959488 = val:12
:3:rocvirtual.cpp           :781 : 2954618549 us: [pid:23639 tid:0x7d2af5d7f600] Arg2:  1959489 = val:22775070720
:3:rocvirtual.cpp           :781 : 2954618554 us: [pid:23639 tid:0x7d2af5d7f600] Arg3:  1959490 = val:65536
:3:rocvirtual.cpp           :2897: 2954618559 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_integrator_init_from_camera
:3:hip_module.cpp           :453 : 2954618565 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954618571 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954618576 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1466: 2954618585 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyDtoHAsync ( 0x7d2ad6035840, 0x5187e9000, 56, stream:0x7d2b42e87480 ) 
:3:rocvirtual.hpp           :66  : 2954618595 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801700) for -1 ns
:3:rocvirtual.hpp           :66  : 2954619491 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801680) for -1 ns
:3:hip_memory.cpp           :1473: 2954619503 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyDtoHAsync: Returned hipSuccess : : duration: 918 us
:3:hip_device_runtime.cpp   :561 : 2954619508 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954619514 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_stream.cpp           :451 : 2954619520 us: [pid:23639 tid:0x7d2af5d7f600]  hipStreamSynchronize ( stream:0x7d2b42e87480 ) 
:3:rocdevice.cpp            :2651: 2954619526 us: [pid:23639 tid:0x7d2af5d7f600] No HW event
:3:hip_stream.cpp           :452 : 2954619532 us: [pid:23639 tid:0x7d2af5d7f600] hipStreamSynchronize: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954619538 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954619542 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954619555 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601a140, 1013, 1, 1, 512, 1, 1, 0, stream:0x7d2b42e87480, 0x7d2af5d38818, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954619563 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1959495 = val:0
:3:rocvirtual.cpp           :781 : 2954619568 us: [pid:23639 tid:0x7d2af5d7f600] Arg1:  1959496 = val:22775070720
:3:rocvirtual.cpp           :781 : 2954619573 us: [pid:23639 tid:0x7d2af5d7f600] Arg2:  1959497 = val:518400
:3:rocvirtual.cpp           :2897: 2954619577 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_integrator_intersect_closest
:3:hip_module.cpp           :453 : 2954619583 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954619589 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954619594 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1466: 2954619602 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyDtoHAsync ( 0x7d2ad6035840, 0x5187e9000, 56, stream:0x7d2b42e87480 ) 
:3:rocvirtual.hpp           :66  : 2954619612 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801600) for -1 ns
:3:rocvirtual.hpp           :66  : 2954630214 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801580) for -1 ns
:3:hip_memory.cpp           :1473: 2954630246 us: [pid:23639 tid:0x7d2af5d7f600] hipMemcpyDtoHAsync: Returned hipSuccess : : duration: 10644 us
:3:hip_device_runtime.cpp   :561 : 2954630258 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630265 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_stream.cpp           :451 : 2954630275 us: [pid:23639 tid:0x7d2af5d7f600]  hipStreamSynchronize ( stream:0x7d2b42e87480 ) 
:3:rocdevice.cpp            :2651: 2954630282 us: [pid:23639 tid:0x7d2af5d7f600] No HW event
:3:hip_stream.cpp           :452 : 2954630287 us: [pid:23639 tid:0x7d2af5d7f600] hipStreamSynchronize: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954630295 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630299 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954630317 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601c800, 1, 1, 1, 512, 1, 1, 0, stream:0x7d2b42e87480, 0x7d2af5d38658, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954630334 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1964792 = val:21885792256
:3:rocvirtual.cpp           :781 : 2954630340 us: [pid:23639 tid:0x7d2af5d7f600] Arg1:  1964793 = val:21885796352
:3:rocvirtual.cpp           :781 : 2954630345 us: [pid:23639 tid:0x7d2af5d7f600] Arg2:  1964794 = val:616
:3:rocvirtual.cpp           :2897: 2954630351 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_prefix_sum
:3:hip_module.cpp           :453 : 2954630361 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954630368 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630372 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :3007: 2954630382 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemsetD8Async ( 0x5187ea000,  ) 
:3:rocvirtual.cpp           :706 : 2954630399 us: [pid:23639 tid:0x7d2af5d7f600] Arg0: uchar* bufUChar = ptr:0x5187ea000 obj:[0x5187ea000-0x5187ea004]
:3:rocvirtual.cpp           :781 : 2954630406 us: [pid:23639 tid:0x7d2af5d7f600] Arg5: uint patternSize = val:1
:3:rocvirtual.cpp           :781 : 2954630411 us: [pid:23639 tid:0x7d2af5d7f600] Arg6: ulong offset = val:0
:3:rocvirtual.cpp           :781 : 2954630416 us: [pid:23639 tid:0x7d2af5d7f600] Arg7: ulong size = val:4
:3:rocvirtual.cpp           :2897: 2954630421 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : __amd_rocclr_fillBufferAligned
:3:hip_memory.cpp           :3012: 2954630429 us: [pid:23639 tid:0x7d2af5d7f600] hipMemsetD8Async: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954630435 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630440 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954630458 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601ab40, 1013, 1, 1, 512, 1, 1, 2052, stream:0x7d2b42e87480, 0x7d2af5d38658, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954630468 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1964759 = val:9223372032560326912
:3:rocvirtual.cpp           :781 : 2954630474 us: [pid:23639 tid:0x7d2af5d7f600] Arg1:  1964760 = val:5539427543813193727
:3:rocvirtual.cpp           :781 : 2954630478 us: [pid:23639 tid:0x7d2af5d7f600] Arg2:  1964761 = val:22764584960
:3:rocvirtual.cpp           :781 : 2954630483 us: [pid:23639 tid:0x7d2af5d7f600] Arg3:  1964762 = val:21885788160
:3:rocvirtual.cpp           :781 : 2954630488 us: [pid:23639 tid:0x7d2af5d7f600] Arg4:  1964763 = val:21885792256
:3:rocvirtual.cpp           :781 : 2954630492 us: [pid:23639 tid:0x7d2af5d7f600] Arg5:  1964764 = val:21885796352
:3:rocvirtual.cpp           :781 : 2954630496 us: [pid:23639 tid:0x7d2af5d7f600] Arg6:  1964765 = val:8
:3:rocvirtual.cpp           :2897: 2954630501 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_integrator_sorted_paths_array
:3:hip_module.cpp           :453 : 2954630508 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954630514 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630519 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_module.cpp           :433 : 2954630532 us: [pid:23639 tid:0x7d2af5d7f600]  hipModuleLaunchKernel ( 0x0x7d2ad601a5a0, 1013, 1, 1, 512, 1, 1, 0, stream:0x7d2b42e87480, 0x7d2af5d38818, char array:<null> ) 
:3:rocvirtual.cpp           :781 : 2954630542 us: [pid:23639 tid:0x7d2af5d7f600] Arg0:  1963137 = val:22764584960
:3:rocvirtual.cpp           :781 : 2954630547 us: [pid:23639 tid:0x7d2af5d7f600] Arg1:  1963138 = val:22775070720
:3:rocvirtual.cpp           :781 : 2954630551 us: [pid:23639 tid:0x7d2af5d7f600] Arg2:  1963139 = val:518400
:3:rocvirtual.cpp           :2897: 2954630556 us: [pid:23639 tid:0x7d2af5d7f600] ShaderName : kernel_gpu_integrator_shade_surface
:3:hip_module.cpp           :453 : 2954630561 us: [pid:23639 tid:0x7d2af5d7f600] hipModuleLaunchKernel: Returned hipSuccess : 
:3:hip_device_runtime.cpp   :561 : 2954630571 us: [pid:23639 tid:0x7d2af5d7f600]  hipSetDevice ( 0 ) 
:3:hip_device_runtime.cpp   :565 : 2954630576 us: [pid:23639 tid:0x7d2af5d7f600] hipSetDevice: Returned hipSuccess : 
:3:hip_memory.cpp           :1466: 2954630584 us: [pid:23639 tid:0x7d2af5d7f600]  hipMemcpyDtoHAsync ( 0x7d2ad5f7f9e0, 0x5187ed000, 4, stream:0x7d2b42e87480 ) 
:3:rocvirtual.hpp           :66  : 2954630598 us: [pid:23639 tid:0x7d2af5d7f600] Host active wait for Signal = (0xe801500) for -1 ns
Memory access fault by GPU node-1 (Agent handle: 0x7d2b35353a00) on address (nil). Reason: Page not present or supervisor privilege.
Aborted (core dumped)