github / codeql

CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security
https://codeql.github.com
MIT License
7.47k stars 1.49k forks source link

Running "query run" on GPU #17001

Open aaaayush-n opened 1 month ago

aaaayush-n commented 1 month ago

I want to know if it is possible to run queries using query run using gpu along with cpu, right now all my query runs run only on cpu. My CPU usage is almost 100% for the entire time the queries are being run and I think CPU is the bottleneck here. I wish to use GPU to reduce the query run time.

aibaars commented 1 month ago

The CodeQL evaluator currently does not use the GPU. It's a very interesting idea though.