Results 5 issues of syurkevi

Values of k>256 will give incorrect results in the CUDA backend of the topk() function. CPU and OpenCL give correct results.

CUDA
improvement

Adds new indexing functions to address #43. Theses are needed to implement Losses ans SVM from #34 and #6 those changes are next in line. Operator overloading currently avoided in...

Adds a OneAPI backend to ArrayFire. This PR is a starting point for further development and collaboration. Description ----------- * Is this a new feature or a bug fix? New...

Add oneapi interop functions for oneapi backend This PR adds a number of interop functions that allow the sycl::buffer af::array interop. Checklist --------- - [x] Rebased on latest master -...

saveImage should have explicit asserts for non-floating point data types. Saving u8 data through saveImage will result in corrupt image output from freeimage due to preprocessing steps. Either u8 data...

bug