-
Notifications
You must be signed in to change notification settings - Fork 804
[NFC][SYCL] Reduce dependencies of sycl/multi_ptr.hpp
#20073
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
Conversation
@@ -8,17 +8,18 @@ | |||
|
|||
#pragma once | |||
|
|||
#include <sycl/access/access.hpp> // for address_space, decorated | |||
#include <sycl/aliases.hpp> // for half |
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...
#include <sycl/detail/fwd/multi_ptr.hpp> | ||
#include <sycl/detail/type_traits.hpp> // for const_if_const_AS | ||
#include <sycl/half_type.hpp> // for BIsRepresentationT |
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.
...and this are being removed.
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.
and yet we are adding new includes to other files? builtins.hpp is being changed to now include multi_ptr.hpp ;-)
If it makes a difference in the compile times, I'm 100% supporting
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.
We don't :) This PR is in the draft state because its first commit is being reviewed separately at #20074. That is where the addition is being done.
598ce55
to
6d9aa04
Compare
6d9aa04
to
4f05aa2
Compare
4f05aa2
to
8703ae4
Compare
No description provided.