georgh

Results 4 issues of georgh

I think it would be great to have an example for using multiple GPUs. Here is what I tried. If thats the right way to do it, then you may...

If you slice a matrix in the ParallelRange matmul does not detect the change in dimension and fails: ``` res = af.constant(0,20,20,1000 ) left = af.constant(0, 20, 40) right =...

Would be nice to have a wrapper for squeeze. Without squeeze, matmul usage is quite limited because if will fail for all slices of bigger matrices. Example: ``` import arrayfire...

**Describe the bug** Plotted statisitc values (5minute and hourly) are shifted on the x-axis for state-statistics. The value listed for example at 23:10 uses the entry collected at 23:14:43. I...

bug