Results 42 issues of Bryce Allen

I am curious how hipSYCL is interpreting info::device::vendor_id from the 2020 spec, it says "Returns a unique vendor device identifier". For my purposes, I would like to have a unique...

discussion

Re the inconsistency of std::complex working in device kernels (see #340), I think it's worthwhile to implement a sycl::complex type and propose it for standardization. This can be done in...

The CMAKE_Fortran_COMPILER_ID for ifx is `IntelLLVM` instead of `Intel`. To get pFUnit to build, I just copied `cmake/Intel.cmake` to `cmake/IntelLLVM.cmake` and it works.

I have custom CSV format data I have imported to hatchet, and I would like a way to aggregate over subtrees with different top level names. In particular, I have...

**UBports Installer `0.9.5-beta` (deb)** Environment: `Arch rolling linux 5.18.11-arch1-1 x64 rolling NodeJS v16.13.0` Device: [`sargo`](https://github.com/ubports/installer-configs/blob/6c4f2e637714d3c1f62d069e0de0e79d9fbaa60f/v2/devices/sargo.yml) ([Google Pixel 3a/3a XL](https://devices.ubuntu-touch.io/device/sargo/)) Target OS: Ubuntu Touch Settings: `{"bootstrap":true,"wipe":true,"channel":"16.04/arm64/android9/rc"}` OPEN-CUTS run: https://ubports.open-cuts.org/run/62d22137c497bbb7e009c305 Pastebin: https://snip.hxrsh.in/ubi-1657938230682...

https://github.com/RadeonOpenCompute/ROCm_Documentation/blob/7c172727aec78e8c8558d4ae613dc70e4f67e023/ROCm_Libraries/ROCm_Libraries.rst#L5563 Works for me with `target_link_libraries( roc::rocthrust)`, not with bare `rocthrust`.

Is there any interest in adding gpu independent allocate and deallocate wrappers (for kokkos_malloc) to FLCL? What about things like Memcpy and Memset? I am working on a port of...

### Is there an existing issue for this feature request? - [X] I have searched the existing issues ### Is your feature request related to a problem? No companion support...

enhancement ✨
companion
simulator

adds benchmarks and improvements for sycl backend

Building codes that use `gt::adapt_device` can result in a lot of spurious warnings: ``` include/gtensor/gtensor_span.h(263): warning #20011-D: calling a __host__ function("gt::sarray ::sarray(const int *, unsigned long)") from a __host__ __device__...