8000 [SYCL] [Graph] Refactor graph headers by konradkusiak97 · Pull Request #19045 · intel/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[SYCL] [Graph] Refactor graph headers #19045

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 23 commits into from
Jun 25, 2025

Conversation

konradkusiak97
Copy link
Contributor
@konradkusiak97 konradkusiak97 commented Jun 18, 2025

Creates new file structure of Graph code. In the public headers it'll now be:

├── graph
│   ├── command_graph.hpp
│   ├── executable_graph.hpp
│   ├── dynamic.hpp
│   ├── node.hpp
│   └── modifiable_graph.hpp
├── graph.hpp

where graph.hpp just contains the includes of the remaining headers in graph/.

Inside the impl section, source/detail it'll be:

├── graph
│   ├── dynamic_impl.cpp
│   ├── dynamic_impl.hpp
│   ├── graph_impl.cpp
│   ├── graph_impl.hpp
│   ├── memory_pool.cpp
│   ├── memory_pool.hpp
│   ├── node_impl.cpp
│   └── node_impl.hpp

The includes in all files have been updated such that forward declarations are favoured wherever possible.

@konradkusiak97 konradkusiak97 force-pushed the konrad/RefactorGraphHeaders branch 3 times, most recently from 559ada9 to 1eca2fc Compare June 19, 2025 20:12
@konradkusiak97 konradkusiak97 marked this pull request as ready for review June 19, 2025 20:53
@konradkusiak97 konradkusiak97 requested review from a team as code owners June 19, 2025 20:53
Copy link
Contributor
@uditagarwal97 uditagarwal97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devops changes LGTM.

@konradkusiak97
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge. Thanks

@aelovikov-intel aelovikov-intel merged commit adf3592 into intel:sycl Jun 25, 2025
37 of 38 checks passed
@konradkusiak97
Copy link
Contributor Author

FYI this broke post commit windows CI but here is the fix: #19149

sarnex pushed a commit that referenced this pull request Jun 25, 2025
Fixes post-commit windows CI failure introduced by #19045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0