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

Embed OpenCL tracing files in the repo #71

Open mabraham opened 3 months ago

mabraham commented 3 months ago

Formerly these were obtained from a fixed commit from https://github.com/intel/compute-runtime.git. This has no advantage compared with directly embedding the files. It makes the tools hard to build on a cluster without internet access.

The git hash from which the embedded copies are taken was ca7d47598a63959d42750c62a2981e08ffa392a1 and has been recorded in those files. That was the only modification to the files.

The copies were embedded in a subdirectory matching those from the repo from which they were taken, so no modifications to these files are needed in order to use them. All tools in this repo already add the utils subdirectory as a directory in which the compiler should search.

Also minor related changes and simplifications.