rib / gputop

A GPU profiling tool
160 stars 37 forks source link

Make generated kernel headers self-contained and update the copyright year #203

Closed jnikula closed 5 years ago

jnikula commented 5 years ago

Make generated headers self-contained and update the copyright year.

I'm afraid I wasn't able to quickly figure out what options to provide to the tool to actually test this out... so this is completely untested. Fingers crossed, hope it works...

djdeath commented 5 years ago

To run the generator :

cd data; make -f Makefile.xml

Check that it generates what you expect, otherwise looks good to me.

jnikula commented 5 years ago

Thanks! Using that made me discover https://github.com/rib/gputop/pull/204