What are the recommended types for the deprecated types ? #10228
-
It is not clear that these types are deprecated. What are the recommend types ? Thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
AlexeySachkov
Jul 6, 2023
Replies: 1 comment
-
Hi @jinz2014, Those aliases do not exists in SYCL 2020 specification at all and I'm not even sure that they were required by SYCL 1.2.1. As you can see in their definitions, those aliases contain nothing special and reference standard C++ types. As a replacement, you can either define the same aliases yourself or use corresponding standard C++ types directly |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jinz2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jinz2014,
Those aliases do not exists in SYCL 2020 specification at all and I'm not even sure that they were required by SYCL 1.2.1. As you can see in their definitions, those aliases contain nothing special and reference standard C++ types. As a replacement, you can either define the same aliases yourself or use corresponding standard C++ types directly