Andrew T. Barker
Andrew T. Barker
@mkrainiuk Can you take a look at this PR please when you get a chance?
Ping @mkrainiuk can you approve if you don't have additional concerns? Thanks!
Thanks very much for the detailed bug report. I have put this on my todo list, but it looks like you've already identified all the necessary changes. If you want...
I agree @mmeterel that actually finding the correct library with cmake is the best approach. Regarding the tests, it may make sense to keep the added `throw` statements but then...
I've prepared a [pull request](https://github.com/dnhsieh-intel/oneMKL/pull/2) into @dnhsieh-intel 's branch as a starting point for discussion. In my view there are two issues here: (1) functional failures (wrong answers) and (2)...
I do continue to see segfaults in some cases on my branch - they happen at the very end of the program after tests have reported "passed". I haven't yet...
I have traced the segfaults to the destruction of the cublas handle on line 74 of `cublas_scope_handle.cpp`: ```c++ CUBLAS_ERROR_FUNC(cublasDestroy, err1, handle); ``` It fails with the latest compiler I have...
Here's the version string for the particular `clang++` that cmake is picking up. I've tried a couple other versions with the same result, this is the most recent: ``` clang...
The segfaults happen every time, even when running tests individually. I spent a little time trying to make a small reproducer but didn't make much progress. As far as I...
I ran a few basic performance tests, just using the reproducer from #106, and I can't distinguish between develop branch and my branch in performance: | m=n=k | my partial...