Closed bernhardmgruber closed 3 days ago
@miscco We added the header guard to the public headers. Do you have any other wishes? I would then split the PR to propose the changes to tests and sources separately.
LGTM
Because I changed the file extension from *.inc
to *.h
, the generated files are now checked by the header test, which they fail, because they are not standalone :S
Because I changed the file extension from
*.inc
to*.h
, the generated files are now checked by the header test, which they fail, because they are not standalone :S
I excluded the generated headers from the header check.
Overwrites all generated PTX source and documentation files and runs
pre-commit run --all-files
Companion PR for tests: #2953