Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[SYCL] Remove plugin interface #14145
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] Remove plugin interface #14145
Changes from 131 commits
cd40463
580ae02
dc83909
c8dd930
27a6f76
6f2ce5f
fa58efd
e4f7350
504e5b6
85677f2
86d717b
34a3c8e
fb3c9bd
adacf4b
873f2cf
2e1450a
b64e954
5dd14bf
543a468
5e08657
c46c55c
b815dfa
7c3d3b0
506c09f
0932f6a
4d1111a
da1c029
6d63685
5fe61a8
9e27636
26da41c
81a5c8c
434de32
7406b78
68f5289
bc618be
e4ce2a8
9dbf4dd
56eb238
43a9547
ee31f85
f084966
901d8c9
41eb6e3
2039ea6
a4c6b0f
f9e9589
61cf322
50b7667
274c849
bb49925
e8e0871
c8f2efa
f887850
ab31ce6
2544c90
61de1cc
1143db0
0ed5ed5
da22011
b279b1a
9fa876d
621cd97
533d611
e823d12
0b4f68b
8c1c5b6
a2cf3ff
52f34ee
ddcfe1e
fb3379b
e8ead5b
42e0f89
a54226d
538fdf5
7d5cfe8
bce17a4
4d515f5
807683e
7e5b2ec
c841103
a867839
cab52ab
c3bd737
8fb916f
fcc9435
bcbd19d
78c8633
3e3d9b8
bb0d5c4
8f20dab
0cebe67
11c6f35
4cccdcf
94fcca0
80fcc4a
9342dcb
93e0d23
213dc5e
7b13aa1
9a71395
64a3f99
be4d80d
381d481
6cdac15
9726cd3
0fa7e8b
8d026ef
eff63c7
eeea5e6
cff16fd
f889704
0fe9c2c
51a215a
1697d14
56384d0
4a0b82a
c854c04
bcb9171
b2f66dc
28776c2
7b1328f
e54cfa5
fd72048
2267684
985f032
472a70d
dc7957b
1c63acb
053411f
dc35a84
9f61e7b
dcd13bf
41546d6
42d4479
88f60b5
6faf39d
5358705
60f2011
3d4d2a2
fc4a5d4
497089f
16203dc
5104f21
60def75
4abab89
b75519b
4da5fb8
7fa05fe
5e1c623
37a2cef
6f07103
62c321a
ae8ff61
02fe912
ec9028e
d16668d
c6f7942
7929962
fd17c83
748fea1
3af09f3
a76d2b0
1c9b149
4fbfc50
0390562
8528c9a
d164006
2bed873
0f6404f
8b18075
71bd27b
87f1b3d
0df01dd
1825b1a
05504e4
3c106d9
57ff033
04b60cb
284cf07
ebb2bb2
2cd5ee4
a4e247e
ced5ac2
0ab745e
5f169b4
f1e899b
ccd2421
13adbda
e04ce03
b271c28
fad8eee
fcf4a37
fed8dc4
254c4a2
65a8864
f46e409
5de3077
96a6d15
5d39e5b
e705c38
f5a30ff
75c654c
312070c
03baa49
bc007c5
11f0b98
18e38ed
7e87131
a2809d6
b9f6e55
a1ba4d2
cb943a3
cac3da9
c3746c8
a627db5
98f3161
39760e3
5ed9db1
866c209
7949962
9f0123b
97597e6
5411d4b
b1cd015
ac868cd
957fabb
2373a19
9187e16
97a3311
9b0f038
d31a163
39f424b
f769b4d
632cc70
5db5bdb
58edb70
cd22184
3653659
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this documented in the UR repo or elsewhere? Might be good to link here if so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a SYCL RT only environment variable, it sets up UR specifc environment to enable logging largely equivelent to
SYCL_PI_TRACE
. We could also link to those docs but they would not mention this variable.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we remove
SYCL_PI_TRACE
description? Should we just update the name and keep the description?