intel / pti-gpu

Profiling Tools Interfaces for GPU (PTI for GPU) is a set of Getting Started Documentation and Tools Library to start performance analysis on Intel(R) Processor Graphics easily
MIT License
198 stars 52 forks source link

Cannot build onetrace/oneprof on Windows #61

Open yeonbok opened 6 months ago

yeonbok commented 6 months ago

Hello, I followed the instruction (install opencl-icd and set library path to it) (llm) D:\dev\taylor\pti-gpu\tools\onetrace\build>cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_LIBRARY_PATH=D:\dev\taylor\OpenCL-ICD-Loader\install ..

However the build was crashed as below:

image

Do I missing something? Would be great if I could get a solution for this. Thanks!