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
757 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 31 commits in 1 repository
Opened 5 pull requests in 1 repository
ParRes/Kernels
5
merged
Created an issue in illuhad/hipSYCL that received 3 comments
CTAD support for sycl::range
I just fixed a PRK issue where sycl::range x{a,b} fails as follows but sycl::range<2> x{a,b} succeeds. I think this is a CTAD feature from SYCL 202…