Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
609 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in illuhad/hipSYCL that received 3 comments
Restructure syclcc to expose simultaneous compilation for multiple backends
Restructure syclcc to not have independent compiler drivers for different backends; instead different backends just add compiler flags to a common…
- Add float and double overloads for stream class
- Fix missing data transfers for buffers initialized from const pointers
- Update documentation for CLANG_INCLUDE_PATH
- Update ROCm installation notes
- fix potential race in worker_thread::halt()
- Fix several memory access bugs detecting using address sanitizer
- USM pointer query: Take into account that CUDA 11 returns cudaMemoryTypeUnregistered for host memory
- Change default link line and compilation args for newer ROCm versions
- USM memset(): Fix incorrect call to DAG builder memcpy()
- [SYCL 2020] Make context constructors explicit
- [SYCL 2020] Add backend API, backend interop, interop_handle, enqueue custom operation extension
- Add benchmarking section
- [SYCL 2020][USM] Add USM queue shortcuts, memcpy, memset, fill, prefetch, mem_advise stub, test cases