| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, can you please rebase this patch?
Sorry, something went wrong.
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
@yihanwg done |
Sorry, something went wrong.
|
The failing test for onedpl_test_copy_if is unrelated to this PR. At first glance, it looks related to what should be resolved by #243. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding example usage of dpct::null_type.
It is intended to be used to indicate that the argument is unused and does not need to be acted upon. Here we are redirecting to a key swap instead of a pair swap using metaprogramming when dpct::null_type is used for the value type.
This test requires oneapi-src/SYCLomatic#528 to be merged.