Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Implementation of SYCL for CPUs, AMD GPUs, NVIDIA GPUs

    C++ 352 47

  2. Implementation of AMD HIP for CPUs

    C++ 21 4

  3. The fastest gravitational (quasar) microlensing code on the planet. A parallel Barnes-Hut tree code optimized for GPUs, written in OpenCL

    C++ 8

  4. Library for the GPU-accelerated spatial indexing and processing of particles in 2D and 3D with OpenCL. Currently offers trees based on space-filling-curves.

    C++ 11 3

  5. A simple OpenCL wrapper using C++11 that makes it easy to use OpenCL

    C++ 2 1

  6. List all available information about all SYCL devices and platforms

    C++ 7 1

688 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

Contribution activity

January 2021

Created 27 commits in 1 repository

Created a pull request in illuhad/hipSYCL that received 5 comments

HIP,CUDA: Don't emit warning if hip/cudaErrorNoDevice encountered during startup

Currently, if hipSYCL is compiled with HIP/CUDA support but no devices are detected, at startup a warning is emitted. This removes this warning sin…

+12 −8 5 comments

Seeing something unexpected? Take a look at the GitHub profile guide.