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 upPinned
921 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 3 commits in 1 repository
Created an issue in eyalroz/cuda-api-wrappers that received 4 comments
Is it acceptable to launch with kernel_t's based on the arguments' types?
At the moment, when a kernel function is wrapper in a kernel_t object, its signature is (type-)erased. Thus, when you launch it with certain argume…