rib / gputop

A GPU profiling tool
160 stars 37 forks source link

scripts: do not use the extern keyword in kernel function declarations #204

Closed jnikula closed 5 years ago

jnikula commented 5 years ago

Using the extern keyword for function declarations is to be avoided in the kernel.

jnikula commented 5 years ago

PS. None of the declarations currently in the kernel have extern so it was added in the generator at some point. However it looks like it was always there since the script was added to gputop. Odd.