Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL][Fusion] Test if kernel fusion API compiles #1404

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

sommerlukas
Copy link

Two simple tests to check that code using the kernel fusion extension API compiles correctly.

The tests currently do not yet execute the compiled application, as the necessary functionality will only be added to the implementation in a later PR.

Spec: intel/llvm#7098
Implementation: intel/llvm#7416

Signed-off-by: Lukas Sommer [email protected]

@sommerlukas sommerlukas requested a review from a team as a code owner November 22, 2022 16:03
@sommerlukas
Copy link
Author

/verify with intel/llvm#7416

Copy link

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

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

LGTM!

@sommerlukas
Copy link
Author

sommerlukas commented Nov 24, 2022

Now that intel/llvm#7416 has been merged, could you please merge this PR too, @steffenlarsen? I don't have the permissions to do so.

@steffenlarsen
Copy link

Now that intel/llvm#7416 has been merged, could you please merge this PR too, @steffenlarsen? I don't have the permissions to do so.

Absolutely! However, due to the test suite CI using a nightly build of the compiler I would like to wait until the next nightly is ready later today.

@sommerlukas
Copy link
Author

Absolutely! However, due to the test suite CI using a nightly build of the compiler I would like to wait until the next nightly is ready later today.

Of course, thank you!

@steffenlarsen steffenlarsen merged commit 2aa315f into intel:intel Nov 28, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
Two simple tests to check that code using the kernel fusion extension API compiles correctly. 

The tests currently do not yet execute the compiled application, as the necessary functionality will only be added to the implementation in a later PR. 

Spec: intel/llvm#7098
Implementation: intel/llvm#7416

Signed-off-by: Lukas Sommer <[email protected]>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…ite#1404)

Two simple tests to check that code using the kernel fusion extension API compiles correctly. 

The tests currently do not yet execute the compiled application, as the necessary functionality will only be added to the implementation in a later PR. 

Spec: intel#7098
Implementation: intel#7416

Signed-off-by: Lukas Sommer <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants