forked from NVIDIA/cutlass
-
Notifications
You must be signed in to change notification settings - Fork 55
G++ host compiler support #490
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d32e8dd
to
7c6f53e
Compare
7c6f53e
to
56a268d
Compare
bc38a5d
to
5c71a1f
Compare
c843d54
to
3d15ddf
Compare
a04c783
to
ebe50e9
Compare
07d1a73
to
4f71b97
Compare
Apis switch from namespace syclcompat to catlusscompat
g++ fixes fix cmake
Fix most g++ unsupported errors Fix g++ unsupported issue on example/sycl kernels Minor fix g++ unsupport issue on cutlass UT Fix test_examples
Fixup Fixup test_unit_cute_intel_xe Resolve remained syclcompat
quick fix static assertion error
Fix CI failure
4f71b97
to
6da266d
Compare
ours strategy because this branch already contains the same changes
…ecode - Remove add_sycl_to_target() from shared libraries to prevent flag duplication - Add add_sycl_include_directories_to_target() to provide necessary SYCL headers - Main executable still gets full SYCL flags through cutlass_benchmark_add_executable() - Eliminates duplicate compilation flags while maintaining functionality
rolandschulz
approved these changes
Sep 23, 2025
Antonyvance
approved these changes
Sep 24, 2025
Hi @rolandschulz. CI is Ok, please re-check it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request add
-DDPCPP_HOST_COMPILER=g++
support to cutlass-sycl.The main changes include:
syclcompat
to this repo ascutlasscompat