Ben van Werkhoven

Results 42 comments of Ben van Werkhoven

Need to fix this as well: https://github.com/benvanwerkhoven/kernel_tuner/blob/master/kernel_tuner/strategies/minimize.py#L122 perf_counter is already in seconds

Currently rewriting _cost_func, the runners, and core (mostly compile_and_benchmark) to simplify things, make it clearer which function is responsible for what, and ensure all timings end up where they need...

Hi @srflp, Thank you for reporting this issue! It seems the resource module sometimes doesn't exist on Windows. We actually don't rely on it that heavily. Resource was only used...

Please do let me know if this has solved your issue!

I have just installed Python 3.10 and OpenCL on my windows laptop and it seems to work! Not all tests pass however, the C backend relies on g++ so that...

Hi Jisk, Thanks! I was indeed discussing the status of logging within the code earlier this week with Alessio. We are considering to remove the logging code from Kernel Tuner,...

Hi Jisk! Indeed you have a point there! It would be great if you could help out with fixing the logging. It would probably be best to work from the...

I believe this has been fixed, if not please feel free to reopen.

Yes, please! You're more than welcome to help out with creating a conda installer!

We indeed don't actively support Windows right now. Kernel Tuner did work with Windows at some stage in the past, but Windows support is not regularly tested nor maintained. I...