Abhishek Bagusetty
Abhishek Bagusetty
Hi, Is there a way/work-around to check for the support of `fp64 atomics` similar to `__HIP_ARCH_HAS_*_INT32_ATOMICS__` and some its variants.
- Updates spgemm functionality for SYCL - majority of the code remains the same as with CUDA for easier maintenance - Depends on the infrastructure from #538
I am running a HPC workload with PVC in explicit-scaling mode using SYCL API (via L0 plugin) and was wondering what could possibly have triggered the following error. It was...
Error: ```bash terminate called after throwing an instance of 'sycl::_V1::exception' what(): placeholder accessor must be bound by calling handler::require() before it can be used. ``` Tests: ```bash The following tests...
Mostly minor cleanup to comply with SYCL spec and add a few features (extensions from oneapi)
An application reported this error on Aurora upon using `zeMallocHost` or `sycl::malloc_host` ```bash Abort was called at 80 line in file: /home/ubit/rpmbuild/BUILD/intel-compute-runtime-24.22.29735.27/shared/source/command_stream/linear_stream.h Aborted ``` Any pointers on this one. Seems...
0. Update Cmake machine config for Aurora 1. Cleanup certain warnings related to headers and Intel compilers 2. Linking Fortran/C++/SYCL with CXX linker (-fortlib) instead of Fortran language for SYCL...