Skip to content

On PTLH unitrace chrome logging doesn't complete json file #104

@WojciechKonior

Description

@WojciechKonior

During execution of the issue reproducer (https://hsdes.intel.com/appstore/article-one/#/15018876244) on PTLH unitrace, the Chrome logging runs only up to a certain point and then stops abruptly leaving json results file incomplete, even though the app runs correctly.
The output file looks like this:
`{"ph": "X", "tid": 9732, "pid": 2480, "name": "event.wait[000002D141467680]", "cat": "cpu_op", "ts": 1773239776677148.250000, "dur": 327.300000, "id": 0},
{"ph": "X", "tid": 9732, "pid": 2480, "name": "urEventRelease", "cat": "cpu_op", "ts": 1773239776677477.750000, "dur": 1.100000, "id": 0},
{"ph": "R", "tid": 9732, "pid": 2480, "name": "node_create", "cat": "cpu_op", "ts": 1773239776711830.250000, "id": 0},
{"ph": "X", "tid": 9732, "pid": 2480, "

`

Platform: PTLH (X2); OS: Windows 25h2; Driver: gfx-driver-ci-master-20684 [32.0.101.9999]; oneAPI: 2025.3.1.20251023
Reproducing steps:

  1. Download and install oneAPI 2025.3 via https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html
  2. Unzip test package (go to https://hsdes.intel.com/appstore/article-one/#/15018876244)
  3. Copy C:\Program Files (x86)\Intel\ directory to some directory without spaces in names (i.e. "C:\Users\gta\3DGS_Demo\Intel" or similar)
  4. Unzip test package (3DGS_Demo.zip taken from https://hsdes.intel.com/appstore/article-one/#/15018876244) to "C:\your_new_intel directory\oneAPI\compiler\2025.3\bin" (test needs dlls from intel directory)
  5. Set: $workingDir = "C:\\<your new Intel directory>\\oneAPI\\compiler\\2025.3\\bin"
  6. Run: unitrace --chrome-sycl-logging --chrome-call-logging --chrome-kernel-logging --chrome-device-logging $workingDir\\3DGS_project\\build\\3DGS.exe -i "$workingDir\\data\\Spider_Man\\360p_images\\transforms_1_all.json" -o "$workingDir\\data\\Spider_Man\\360p_result_all" -t "$workingDir\\data\\transforms_z_p0_scale_0_75_200.json" -c colmap -n 10

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions