Highlights
- Arctic Code Vault Contributor
Pinned
688 contributions in the last year
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
Opened 7 other pull requests in 1 repository
illuhad/hipSYCL
7
merged
- Code cleanup: Remove deprecated predictive scheduler code
- [Buffer-USM Interop] Add buffer introspection
- Fix missing return value in hip_queue::submit_prefetch()
- [SYCL 2020][USM] Add support for HIP prefetch, add synchronous mem_advise extension
- Print device topology for HIPSYCL_DEBUG_LEVEL=3
- [SYCL 2020][USM] Add support for host prefetches, add prefetch_host extension
- Add initial hipSYCL runtime spec for buffer-accessor model
Reviewed 9 pull requests in 2 repositories
illuhad/hipSYCL 7 pull requests
- [Win] Part 0: Link to Windows usage Wiki
- [Win] Part 2: Make frontend plugin Windows compatible.
- [Win] Part 4: Make Boost.Test and Windows happy
- [Win] Part 3: Make the runtime Windows compatible
- [Win] Part 1: Make build system Windows aware
- Specify alignment when allocating buffer memory
- syclcc export correct include paths in 'syclcc -v -E -x c /dev/null'