Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Initial changes for C++11 ABI=0 support #12193

Merged
merged 115 commits into from
Mar 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
2d34c19
[SYCL] Initial change for C++11 ABI=0 support
bso-intel Dec 15, 2023
4dabfd3
clang-format fix
bso-intel Dec 15, 2023
108bf4d
Merge remote-tracking branch 'upstream/sycl' into abi
bso-intel Dec 15, 2023
d7f21ab
clang-format
bso-intel Dec 15, 2023
34cd0b9
format
bso-intel Dec 15, 2023
ded92db
fix mockup
bso-intel Dec 15, 2023
77aaeba
fix test
bso-intel Dec 15, 2023
fa6a931
fix test
bso-intel Dec 15, 2023
5709e28
fix test
bso-intel Dec 15, 2023
da8ab9f
address feedback
bso-intel Jan 4, 2024
841f042
clang-format
bso-intel Jan 4, 2024
a79d58f
guard preview-break-changes
bso-intel Jan 9, 2024
74bb97d
Update sycl/include/sycl/platform.hpp
bso-intel Jan 10, 2024
7cebd8d
guard
bso-intel Jan 10, 2024
20448f7
added comments
bso-intel Jan 11, 2024
95f48f8
adjusted comment
bso-intel Jan 11, 2024
f0aa89c
added support for get_kernel_id
bso-intel Jan 17, 2024
a1e4479
changed param type to reference
bso-intel Jan 23, 2024
312cda8
clang-format
bso-intel Jan 23, 2024
1db3ca8
separate string and string_view
bso-intel Jan 23, 2024
d83490d
address feedback
bso-intel Jan 24, 2024
273f4b0
removed marshall
bso-intel Jan 24, 2024
ac1ee03
address feedback
bso-intel Jan 24, 2024
436288b
fixed typo in comments
bso-intel Jan 24, 2024
84f8e2d
fixed again
bso-intel Jan 24, 2024
db67a87
address feedback
bso-intel Jan 25, 2024
66c0405
Update sycl/include/sycl/detail/string.hpp
bso-intel Jan 25, 2024
4823b25
Update sycl/include/sycl/detail/string.hpp
bso-intel Jan 25, 2024
cff7fae
remove
bso-intel Jan 25, 2024
3af523e
remove
bso-intel Jan 25, 2024
f918818
fix string_view
bso-intel Jan 25, 2024
316627a
address feedback
bso-intel Jan 25, 2024
741db80
include
bso-intel Jan 25, 2024
2db4e56
Update sycl/include/sycl/detail/string.hpp
bso-intel Jan 26, 2024
22a59c6
address feedback
bso-intel Jan 26, 2024
4e28f9f
address feedback
bso-intel Jan 31, 2024
e24da9c
missed char
bso-intel Jan 31, 2024
f707404
Merge branch 'sycl' into abi
bso-intel Jan 31, 2024
272e400
support return vec
bso-intel Feb 1, 2024
67ecf71
address feedback
bso-intel Feb 1, 2024
e385649
address feedback again
bso-intel Feb 5, 2024
8a9aaaf
pass std::string_view by value
bso-intel Feb 5, 2024
2adf0fb
more feedback
bso-intel Feb 6, 2024
a309a8d
ref removed
bso-intel Feb 6, 2024
537491d
fix
bso-intel Feb 6, 2024
8fc92b8
remove refs
bso-intel Feb 6, 2024
f9a9af4
return empty string
bso-intel Feb 6, 2024
0aa4158
default move
bso-intel Feb 7, 2024
b51cb8a
Update sycl/include/sycl/detail/string_view.hpp
bso-intel Feb 7, 2024
6e7da0a
feedback addressed
bso-intel Feb 7, 2024
05a0ca1
support exception
bso-intel Feb 8, 2024
ecb8ce9
Update sycl/include/sycl/handler.hpp
bso-intel Feb 9, 2024
6f36028
more feedback addressed
bso-intel Feb 9, 2024
f4655aa
fix get_info
bso-intel Feb 10, 2024
a04fc0c
fix platform prop
bso-intel Feb 11, 2024
a803e6d
replace string with enum
bso-intel Feb 12, 2024
a22fd4a
variant return struct
bso-intel Feb 13, 2024
429c7a3
fix errors
bso-intel Feb 14, 2024
b18eb02
added missing declaration
bso-intel Feb 14, 2024
4f0d634
fixed return type
bso-intel Feb 14, 2024
9d9cf42
cleanup comments
bso-intel Feb 14, 2024
921b754
silence the return type error
bso-intel Feb 14, 2024
bf313f1
fixed undefined reference
bso-intel Feb 14, 2024
32a0401
fixed undefined refs
bso-intel Feb 14, 2024
431ac8d
use template
bso-intel Feb 14, 2024
a4c2ffa
fix platform template
bso-intel Feb 15, 2024
273248b
fix duplicate
bso-intel Feb 15, 2024
182afc7
fix export
bso-intel Feb 15, 2024
0a97845
common returntype
bso-intel Feb 15, 2024
d62e175
unify preview
bso-intel Feb 16, 2024
3fdd985
revert
bso-intel Feb 16, 2024
8d1fa21
reduce to one method
bso-intel Feb 16, 2024
232e759
Update sycl/include/sycl/device.hpp
bso-intel Feb 16, 2024
019d30b
Update sycl/include/sycl/detail/util.hpp
bso-intel Feb 16, 2024
36e5dd8
Update sycl/include/sycl/detail/util.hpp
bso-intel Feb 16, 2024
b074631
Update sycl/include/sycl/platform.hpp
bso-intel Feb 16, 2024
524d53d
Update sycl/source/device.cpp
bso-intel Feb 16, 2024
4f9b8d4
Update sycl/source/platform.cpp
bso-intel Feb 16, 2024
fa1ae30
address feedback
bso-intel Feb 16, 2024
7095cf7
fix win abi symbols
bso-intel Feb 16, 2024
d6c7ddc
try alias
bso-intel Feb 19, 2024
82febee
missed #ifdef
bso-intel Feb 19, 2024
1748dea
fake detail::string
bso-intel Feb 19, 2024
5a37c73
Merge branch 'sergey2' into abi
bso-intel Feb 19, 2024
7780ca5
remove #ifdef
bso-intel Feb 20, 2024
3bc950d
add symbol
bso-intel Feb 20, 2024
0bf1237
windows symbol
bso-intel Feb 20, 2024
f31b89c
avoid duplicate body
bso-intel Feb 21, 2024
037a13b
Merge branch 'abi' of https://github.com/bso-intel/llvm into abi
bso-intel Feb 21, 2024
962fa26
try template
bso-intel Feb 22, 2024
d6ab3ca
template
bso-intel Feb 22, 2024
7eb7314
Merge remote-tracking branch 'upstream/sycl' into abi
bso-intel Feb 22, 2024
a11280e
rename
bso-intel Feb 22, 2024
f85a76a
remove param
bso-intel Feb 23, 2024
1327442
define ABINeutralT_t
bso-intel Feb 23, 2024
05dc42d
deduce
bso-intel Feb 23, 2024
050509e
moved namespace
bso-intel Feb 23, 2024
dd8e563
Update sycl/include/sycl/platform.hpp
bso-intel Feb 27, 2024
ffa36e1
Update sycl/source/device.cpp
bso-intel Feb 27, 2024
5c0b8a1
Update sycl/source/device.cpp
bso-intel Feb 27, 2024
28ad4fc
Update sycl/source/device.cpp
bso-intel Feb 27, 2024
823614d
Update sycl/include/sycl/platform.hpp
bso-intel Feb 27, 2024
c702858
change return type
bso-intel Feb 27, 2024
f1bf10d
WIP
aelovikov-intel Feb 27, 2024
43a7823
WIP2
aelovikov-intel Feb 27, 2024
37be2ba
WIP3
aelovikov-intel Feb 27, 2024
82908d5
WIP4
aelovikov-intel Feb 27, 2024
1ca910c
This is an ABI break
aelovikov-intel Feb 27, 2024
d88422a
But not anymore if do it like this.
aelovikov-intel Feb 27, 2024
b48f868
Merge remote-tracking branch 'andrei1/for-byoungro' into andrei3
bso-intel Feb 27, 2024
6e18644
merge
bso-intel Feb 27, 2024
0d19467
address feedback
bso-intel Feb 28, 2024
85b7d36
keep both
bso-intel Feb 28, 2024
b79a347
Update sycl/source/device.cpp
bso-intel Feb 29, 2024
1650d6d
Update sycl/include/sycl/device.hpp
bso-intel Feb 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added missing declaration
Signed-off-by: Byoungro So <byoungro.so@intel.com>
  • Loading branch information
bso-intel committed Feb 14, 2024
commit b18eb02ce46c0098529773ce8a7803c0a1f2fa79
4 changes: 4 additions & 0 deletions sycl/include/sycl/device.hpp
Original file line number Diff line number Diff line change
@@ -349,6 +349,10 @@ class __SYCL_EXPORT device : public detail::OwnerLessBase<device> {
typename detail::is_device_info_desc<Param>::return_type
get_info_impl() const;

template <typename Param>
std::ReturnType<typename detail::is_device_info_desc<Param>::return_type>
get_info_internal() const;

// proxy of get_info_internal() to handle C++11-ABI compatibility separately.
template <typename Param>
detail::string get_device_info() const;