Skip to content

Conversation

@jchlanda
Copy link
Contributor

@jchlanda jchlanda commented Jul 25, 2024

This patch renames the directory (sycl-fusion to sycl-jit) as well
as the involved library names (following the same principle: fusion to
jit).
To keep the user facing names consistent buildbot switches were updated.
And finally the codeowners file had to reflect the directory change.

@jchlanda jchlanda closed this Jul 25, 2024
@jchlanda jchlanda reopened this Jul 25, 2024
@jchlanda jchlanda force-pushed the jakub/fusion_rename branch from c0d72f5 to fb7958d Compare July 25, 2024 10:17
@jchlanda jchlanda force-pushed the jakub/fusion_rename branch from 920b0c3 to da0674e Compare July 25, 2024 10:23
@jchlanda jchlanda changed the title WIP: fusion -> jip rename [SYCL] Rename sycl-fusion to sycl-jit Jul 25, 2024
@jchlanda jchlanda force-pushed the jakub/fusion_rename branch from da0674e to 544f175 Compare July 25, 2024 10:26
@jchlanda jchlanda marked this pull request as ready for review July 25, 2024 10:27
@jchlanda jchlanda requested review from a team and bader as code owners July 25, 2024 10:27
@jchlanda jchlanda requested a review from maarquitos14 July 25, 2024 10:27
@jchlanda
Copy link
Contributor Author

This is a follow up from the #14280 where the library/directory rename was discussed.

This patch renames the directory (`sycl-fusion` to `sycl-jit`) as well
as the involved library names (following the same principle: `fusion` to
`jit`).
To keep the user facing names consistent buildbot switches were updated.
And finally the codeowners file had to reflect the directory change.
@jchlanda
Copy link
Contributor Author

Code formatting is failing bad for this patch, but I'm not sure if it should be trusted, seems like it's in python files which have never been formatted in the first place, for instance conifgure.py.

Copy link
Contributor

@sommerlukas sommerlukas left a comment

Choose a reason for hiding this comment

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

One minor nit about capitalization.

There's also a few things missing that should be renamed, e.g., the CMake option SYCL_ENABLE_KERNEL_FUSION and related options. Potentially also macros should be renamed, while preserving feature test macros from the extension with the name specified by the extension.

@@ -1,5 +1,5 @@
# Module library for usage as library/pass-plugin with LLVM opt.
add_llvm_library(SYCLKernelFusion MODULE
add_llvm_library(SYCLKernelJit MODULE
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we maintain capitalization of "JIT" here, i.e., SYCLKernelJIT?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, will apply the same logic to SYCLKerneJitPasses.

@jchlanda jchlanda requested review from a team as code owners August 2, 2024 06:06
@jchlanda jchlanda force-pushed the jakub/fusion_rename branch from f8f2272 to 1608b4b Compare August 2, 2024 07:46
@jchlanda jchlanda removed request for a team August 2, 2024 07:47
@AlexeySachkov AlexeySachkov removed the request for review from a team August 2, 2024 08:19
Copy link
Contributor

@gmlueck gmlueck left a comment

Choose a reason for hiding this comment

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

Change to Getting Started Guide LGTM.

@sommerlukas sommerlukas merged commit 1688e41 into intel:sycl Aug 6, 2024
AlexeySachkov pushed a commit to AlexeySachkov/llvm that referenced this pull request Nov 26, 2024
This patch renames the directory (`sycl-fusion` to `sycl-jit`) as well
as the involved library names (following the same principle: `fusion` to
`jit`).
To keep the user facing names consistent, buildbot switches were updated.
And finally the codeowners file had to reflect the directory change.
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.