| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
|
|
||
| namespace dpct { | ||
|
|
||
| struct null_type {}; |
There was a problem hiding this comment.
this PR doesn't show the use of null_type{}. So not sure how it is used and why it is necessary to add null_type.
Sorry, something went wrong.
There was a problem hiding this comment.
I've just added a new PR into SYCLomatic-test which shows the intended usage of dpct::null_type.
oneapi-src/SYCLomatic-test#219
It will also likely be used in future dpct helper header APIs to a similar effect.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
…i-src#528) Signed-off-by: Tang, Jiajun jiajun.tang@intel.com
| Back | FazBrowse Home | New Git URL |
Implementation for dpct::null_type for to indicate the lack of argument.