llvm
e41ac0a1
- [SYCL] Fix kernel->get_info() in the pre-C++11 ABI scenario (#12962)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[SYCL] Fix kernel->get_info() in the pre-C++11 ABI scenario (#12962) The get_info<> API returns a std::string which should be handled through detail::string, ABI-neutral way. --------- Signed-off-by: Byoungro So <byoungro.so@intel.com>
References
#12962 - [SYCL] Fix kernel->get_info() in the pre-C++11 ABI scenario
Author
bso-intel
Parents
a0cdd9f7
Loading