Jerry Crunchtime

Results 5 comments of Jerry Crunchtime

I created this issue https://github.com/KomputeProject/kompute/issues/251 and moved most of the description from this PR. > is the current feature request to just allow changing the name of the "main" entrypoint?...

@mpflanzer, you also created a branch where you directly use the undefined sanitizer from llvm (https://github.com/mpflanzer/Oclgrind/commits/ubsan). I would like to know, why stopped this approach? Wouldn't it be better to...

Hi. I would like to propose a new implementation of Counter to make it - scalable upon multi-threading - single-threaded performance roughly the same as without any synchronisation Here are...

Regarding the implementation: - I intentionally implemented almost everything as inline functions in the header, because it made the benchmark faster (I can provide numbers if needed) - The per...

It bothered me a little bit why the trivial implementation is still a factor of 2 faster than this implementation. I found out that the reason is only the usage...