Isuru Fernando

Results 928 comments of Isuru Fernando

Can you try changing `RTLD_NOW` in https://github.com/pocl/pocl/blob/6b874f7450e77d8c8f1c66c3e6939d7bc102bc92/lib/CL/devices/common.c#L1085 to `RTLD_LAZY`?

Yes, error only on x86 macs. Apple silicon passes and so does Linux x86. Pocl 3.0 installed from conda and pyvkfft 2022.1.1 installed from conda as well.

@pjaaskel, can we re-open this? This is still a regression for 1.6, and I'd like to investigate a bit more. Test case for this is a bit complex with a...

Sure. Since it can be switched with an env variable, that's fine.

Thanks @jrprice. That's fine. I'll write a script to generate the graph. @pjaaskel, yes, I'm interested. I'll start on a blog post. I'll also go through other benchmarks that have...

With #833, here is what I get. ![image](https://user-images.githubusercontent.com/5234427/82843660-70f23200-9ea3-11ea-92e1-761c210e53b9.png)

Not yet. I'm looking at some segfaults on an OpenCL application.

Change the line at https://github.com/pyamg/pyamg/blob/omp/setup.py#L173 to `return '-fopenmp', '-fopenmp'` and it should work

I've added documentation, but not unit tests. I've used std::multimap to improve the performance of the aggregation strategy (It was 10x faster than my previous implementation). I'll try to simulate...