getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.03k stars 65 forks source link

Where is the file for module benchmark_utils? #287

Closed liuzhy71 closed 1 year ago

liuzhy71 commented 1 year ago

I was trying to run the benchmark on KNN, however, I cannot find the module benchmark_utils? Where can I find the file containing this module?

jeanfeydy commented 1 year ago

Hi @liuzhy71 ,

Thanks for your interest in the library! Everything you need to run the KNN benchmarks is available in this folder: https://github.com/getkeops/keops/tree/main/pykeops/pykeops/benchmarks If you run into an issue reproducing some of our experiments, please let us know.

Best regards, Jean