Teja Alaghari
Teja Alaghari
> THank you for the PR @TejaX-Alaghari . Could you share on which platform(s) you validated this change? Validation is performed on Nvidia Tesla T4 GPU. Attached the clinfo and...
@mmeterel, Thanks for your inputs. This implementation indeed uses the experimental HIP backend support provided by the Intel SYCL compiler which is yet to support the same level of features...
Thanks for the suggestion @ajaypanyala. I've added a commit for that change. Do let me know if there are any other suggestions.
> Thanks for the PR. Looking forward to add this feature. > > I added some initial feedback. General comments: > > 1. Please check if the comments added for...
> Looks good to me, are all issues in tests addressed? (there were some failures in the attached log) The failures of these skip_ahead cases is a known issue in...
@vmalia @mkrainiuk Could you please review this PR and share your feedback as well.
@aelizaro and @vmalia , following the recent [commit](https://github.com/oneapi-src/oneMKL/commit/ce6226f5acc387c6b57116e34cfc27d3b9967639) to cuRAND backend, I've added support for handling kernel launch with hipSYCL and LLVM's host_task separately. Requesting for review and merging the...
@aelizaro and @vmalia, thanks for all the suggestions and reviews. @mkrainiuk, requesting for review.
Thanks for showing interest on this new backend. We've recently started working on this and will keep you posted on the developments. We'll reach out for any inputs, if necessary,...
Since SYCL is a derivative of C++, would you prefer to integrate this SYCL implementation to Clojure through JNI? Or would you recommend an independent implementation of BAYADERA on SYCL?