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

[SYCL][Fusion] Test caching of fused kernels #1551

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

sommerlukas
Copy link

Check that JIT compilation for kernel fusion is or is not repeated, depending on whether a newly submitted sequence of kernels is equivalent to a previous sequence.

Next to the sequence of kernels, other invocation information, e.g., the user-specified internalization properties play a role to assess equivalence with a previous compilation. Different scenarios are tested by the test added in this PR.

Implementation: intel/llvm#8051

Signed-off-by: Lukas Sommer lukas.sommer@codeplay.com

Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
@sommerlukas
Copy link
Author

@intel/llvm-gatekeepers: Can someone please merge for me, I'm not authorized.

@steffenlarsen steffenlarsen merged commit b3b471b into intel:intel Feb 7, 2023
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
Check that JIT compilation for kernel fusion is or is not repeated, depending on whether a newly submitted sequence of kernels is equivalent to a previous sequence.

Next to the sequence of kernels, other invocation information, e.g., the user-specified internalization properties play a role to assess equivalence with a previous compilation. Different scenarios are tested by the test added in this PR. 

Implementation: intel/llvm#8051

Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
)

Check that JIT compilation for kernel fusion is or is not repeated, depending on whether a newly submitted sequence of kernels is equivalent to a previous sequence.

Next to the sequence of kernels, other invocation information, e.g., the user-specified internalization properties play a role to assess equivalence with a previous compilation. Different scenarios are tested by the test added in this PR. 

Implementation: intel#8051

Signed-off-by: Lukas Sommer <lukas.sommer@codeplay.com>
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.

3 participants