KernelTuner / kernel_tuner

Kernel Tuner
https://kerneltuner.github.io/kernel_tuner/
Apache License 2.0
291 stars 49 forks source link

Cache files #265

Closed tdejong00 closed 5 months ago

tdejong00 commented 5 months ago

This pull request adds an interface for modifying cache files, which is located in the kernel_tuner/cache directory. This directory contains the following modules:

Furthermore the following test modules have been added:

We have not yet added an entry to the CHANGELOG.md, because we are not sure in what version these changes will be introduced.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

benvanwerkhoven commented 5 months ago

@tdejong00 Thanks a lot for this pull request! I currently can't push new commits to this pull because the pull request is created from the master branch of your fork which is protected. Could you either unprotect your master branch or create a new branch and create the pull request from that branch?

tdejong00 commented 5 months ago

@tdejong00 Thanks a lot for this pull request! I currently can't push new commits to this pull because the pull request is created from the master branch of your fork which is protected. Could you either unprotect your master branch or create a new branch and create the pull request from that branch?

@benvanwerkhoven I have unprotected our master branch. Let me know if this solved the problem!

benvanwerkhoven commented 5 months ago

Hmm, that wasn't intentional..