Jan Sende

Results 11 comments of Jan Sende

I see. The problem with current design is, that after moving the diagram content there is no point in looking at the diagram as you cannot read the data from...

Panning might be useful, when you zoom into diagrams. One could fix the axes to the content and let the diagram behave like an image. However, what one probably really...

The story gets worse. I extended the dimension sanity check. ```cpp #include #include int main(int argc, char**argv) { try { af::info(); af::array input_img = af::loadImage(argv[1], true); // Input transformations af::array...

Just as a reminder. If this turns out to be a bug, `convolve2GradientNN` should be checked as well.

Okay, I was able to track down where the wrong dimension came from. The `dim4` constructor was setting the padding in the second dimension to 1. (`dim4 (dim_t first, dim_t...

Output of `test/convolve_opencl`: ``` [==========] Running 475 tests from 24 test cases. [----------] Global test environment set-up. [----------] 32 tests from Convolve/0, where TypeParam = af::af_cdouble [ RUN ] Convolve/0.Vector...

Thanks for the reply. Has anyone tried contacting AMD about this? Although I fear the card is too old for them to care about fixing anyway...

@umar456 I contacted AMD support, but they were not very helpful. They basically said that my card is in legacy status and will not receive any driver updates. Furthermore, my...

It took me a while to understand why this is actually true. I did not know that. Therefore it might be a good idea to extend the function definition with...

@saraedum Having seen https://www.youtube.com/watch?v=8mkHhwGkbXg I would like to upvote this feature on the todo list for the next release of standardese.