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

New version: ComputableDAGs v0.2.0 #126640

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Mar 10, 2025

- Adds keyword arguments to the function generation:
  - `closures_size`: can be used to insert closures when generating very large functions, improving compile speed.
  - `concrete_input_type`: can be passed when the `input_type` is too abstract for the type inference during function generation.
  For more information, refer to the docs.
- Some behind-the-scenes work has been done for future heterogeneous execution
- A test problem instance has been added and can be referred to as an example (Strassen Matrix multiplication)

The usage of the GPU extensions and kernels is still experimental.

## Breaking Changes

- `CacheStrategy` has been removed
- Some more internal names and struct fields have been renamed from `PascalCase` to `snake_case`

Copy link
Contributor

github-actions bot commented Mar 10, 2025

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

UUID: 62933717-1c9d-4a3f-b06f-7ab7f17ca32d
Repo: https://github.com/ComputableDAGs/ComputableDAGs.jl.git
Tree: 1dcd5a05b7f86fd6af77526bca863462fc6965e6

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-computabledags-62933717-v0.2.0-e7739cd263 branch from f68798a to 7a546b3 Compare March 10, 2025 16:33
@JuliaTagBot JuliaTagBot merged commit 8d7ca22 into master Mar 10, 2025
9 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-computabledags-62933717-v0.2.0-e7739cd263 branch March 10, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants