Umar Arshad

Results 16 issues of Umar Arshad

Fix the assertion to validate the input shape of the stride, padding and dilation array Description ----------- In C functions, the way the shapes of the input shapes are passed...

Add support for f16 for modulus and norm. This PR also adds tests for the norm function Description ----------- * Adds support for modulus operation for half type. This operation...

Some of the ArrayFire constructors that accept the dim_t type are not marked explicit. this allows the initialization of the ArrayFire's array using integer types. Description ----------- Some of the...

Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls. This is a fairly easy kernel and...

good first issue

Some of the php redirects are forwarding to the local server name instead of the domain name of the server. For example the project image on this [page](https://ci.arrayfire.org/index.php?project=ArrayFire) is forwarding...

The ROCm OpenCL compiler will display an incorrect warning when enabling `all` extensions. Here is a minimal example: ```cpp #define __CL_ENABLE_EXCEPTIONS #include "CL/cl.hpp" #include #include #include #include using namespace cl;...

Kernel warnings are printed to the error stream. This is not something that is stated in the OpenCL spec but I thought the warnings should be communicated using the callback...

This PR removes a set of assertions in af_assign_gen. The assertions were incorrectly used the ndims parameter which is the number of indexes that are passed in against the dimension...

Fixes an issue with the OpenCL backend where migration to devices in different contexts was breaking due to an invalid array size calculation Description ----------- * Fixes the memory size...

Fix tarball GitHub workflow Description ----------- Fix the tarball GitHub workflow. This fixes issue #3495 that was caused because the ubuntu 18.04 image is not supported by GithHub. This updates...