You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Kernel Tuner follows the Google Python style guide, with Sphinxdoc docstrings fo
25
25
Before creating a pull request please ensure the following:
26
26
27
27
* You are working in an up-to-date development environment
28
+
* You are a human developer. We are not interested in purely AI generated code contributions.
28
29
* You have written unit tests to test your additions and all unit tests pass (run :bash:`nox`). If you do not have the required hardware, you can run :bash:`nox -- skip-gpu`, or :bash:`skip-cuda`, :bash:`skip-hip`, :bash:`skip-opencl`.
29
30
* The examples still work and produce the same (or better) results
30
31
* An entry about the change or addition is created in :bash:`CHANGELOG.md`
0 commit comments