Soujanyajanga

Results 5 issues of Soujanyajanga

Can you please let us know how cusparse API are getting leveraged by AMGx. Specifically what configurations (condition/criteria) needs to be met in the code flow for AMGx to use...

AMGx currently supports Nvidia GPUs through CUDA. We want to contribute a new backend through Intel's oneAPI [SYCL](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-programming-model.html). This would enable support for Nvidia, AMD and Intel devices with a...

As per the [oneMKL-LAPACK](https://github.com/oneapi-src/oneMKL/blob/develop/src/lapack/backends/cusolver/cusolver_batch.cpp) APIs "getri_batch/getrf_batch" are not implemented for Nvidia. void geqrf_batch(sycl::queue &queue, std::int64_t m, std::int64_t n, sycl::buffer &a, std::int64_t lda, std::int64_t stride_a, sycl::buffer &tau, std::int64_t stride_tau, std::int64_t batch_size,...

In the QUDA feature/sycl branch, is this SYCL backend fully functional. Does it work on NVIDIA as well or is it intended only for INTEL architectures. Please share the steps...

LBPM currently supports Nvidia and AMD GPUs through CUDA and HIP backends. We want to contribute a new backend through Intel's oneAPI [SYCL](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-programming-model.html). This would enable support for Nvidia, AMD...