Skip to content

Export PI opencl function symbols using version script #1638

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

Merged
merged 46 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
809af69
[SYCL] fix the enum variable conflict with user define
bso-intel Feb 25, 2020
da3f972
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Feb 25, 2020
4862f8b
[SYCL] added a regression test for macro conflict
bso-intel Feb 25, 2020
11ad1ed
fixed the clang format check issue
bso-intel Feb 26, 2020
2a61c01
fixed regression test compiler option
bso-intel Feb 26, 2020
6dec0f2
fixed a typo
bso-intel Feb 26, 2020
4fc8330
Update sycl/source/detail/scheduler/commands.hpp
bso-intel Feb 26, 2020
8414e8b
fixed clang-format error
bso-intel Feb 26, 2020
c93c0f8
second attempt to fix the format error
bso-intel Feb 27, 2020
85d75cf
Update sycl/test/regression/macro_conflict.cpp
bso-intel Feb 26, 2020
50d283b
changed the enum variable per Alexey's request
bso-intel Feb 26, 2020
45d6f99
removed main() to avoid runtime check per reviewer's request
bso-intel Feb 27, 2020
5eda190
fixed a typo.
bso-intel Feb 28, 2020
65bccf4
changed enum variables to conform to guideline
bso-intel Feb 29, 2020
043f1b8
fixed the clang format issue
bso-intel Feb 29, 2020
8bbcbd0
fix clang format issue
bso-intel Feb 29, 2020
a37642c
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Feb 29, 2020
7ad8d19
fixed LIT test failure
bso-intel Feb 29, 2020
f73a2d9
fixed the clang format issue
bso-intel Feb 29, 2020
c86049c
fixed format
bso-intel Feb 29, 2020
eaa89ca
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Mar 3, 2020
682c64c
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Mar 7, 2020
737028d
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Mar 15, 2020
8f4c7b2
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Mar 24, 2020
3216a58
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Mar 29, 2020
b393637
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Apr 3, 2020
37c66e4
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Apr 6, 2020
010e59b
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel Apr 11, 2020
e5f466e
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel May 1, 2020
da470aa
Merge branch 'sycl' of https://github.com/intel/llvm into sycl
bso-intel May 4, 2020
bba388a
[SYCL] Export only pi* symbols in libpi_opencl.so
bso-intel May 4, 2020
a24bd79
[SYCL] Export only *pi symbols in libpi_opencl.so
bso-intel May 4, 2020
89a1cc8
moved down include to conform to clang style
bso-intel May 4, 2020
f447006
removed __SYCL_EXPORT in pi_opencl.cpp because we
bso-intel May 5, 2020
4c49f50
match signatures of pi_opencl.cpp with pi.h
bso-intel May 7, 2020
7116bf6
Merge remote-tracking branch 'upstream/sycl' into sycl
bso-intel May 8, 2020
7128d4c
[SYCL] Export only pi* symbols in libpi_opencl.so
bso-intel May 4, 2020
41baa48
[SYCL] Export only *pi symbols in libpi_opencl.so
bso-intel May 4, 2020
95b1180
moved down include to conform to clang style
bso-intel May 4, 2020
5aa0d86
removed __SYCL_EXPORT in pi_opencl.cpp because we
bso-intel May 5, 2020
c470b6d
match signatures of pi_opencl.cpp with pi.h
bso-intel May 7, 2020
7074497
Merge branch 'export-piopencl' of https://github.com/bso-intel/llvm i…
bso-intel May 8, 2020
feb39c2
fixed Windows LIT error
bso-intel May 8, 2020
55fa395
fixed Windows errors
bso-intel May 9, 2020
aeff97f
combined regression abi testing files into .dump file.
bso-intel May 9, 2020
4b1c916
moved comments in the right place
bso-intel May 9, 2020
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
Loading