Skip to content
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

Compilation times #2

Open
hlky opened this issue Jun 28, 2024 · 0 comments
Open

Compilation times #2

hlky opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hlky
Copy link
Owner

hlky commented Jun 28, 2024

Compilation times, especially on Windows, can be very long.

Due to limitations mentioned in #1 we currently need to release multiple modules supporting different shapes.

Codegen

Each use of an operator generates another source file. In many cases the contents of source files for the same operator is near identical, the kernel itself is repeated across each file and the only difference, if any, is the launcher.

Reducing the number of files and duplicated code should improve compilation times.

Windows/CMake/msbuild

An investigation into Windows build system is required. We can potentially use a different cmake generator - Ninja, MinGW etc

@hlky hlky added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant