SYCLomatic
SYCLomatic copied to clipboard
### Describe the bug When I try to migrate the code containing extern template ```cpp #include template class foo1{}; template __device__ __host__ foo1 foo() { return foo1{}; } extern template...
…p and TypeLocRewriterMap
Signed-off-by: Tang, Jiajun [email protected]
`sycl::ext::oneapi::experimental::this_sub_group` was deprecated.
### Describe the bug When I tried to migrate a template function with just 1 loc in the function body. ```cpp #include template class WarpSort{ __device__ static void swap(KeyT& key,...