Skip to content

Commit

Permalink
Merge pull request #5 from youwuyou/compathelper/new_version/2023-10-…
Browse files Browse the repository at this point in the history
…07-00-58-37-646-00395330719

CompatHelper: add new compat entry for CEnum at version 0.5, (keep existing compat)
  • Loading branch information
youwuyou authored Nov 28, 2023
2 parents d5955c8 + 68c7e41 commit 7884d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
ginkgo_jll = "e4326e8b-370f-5d90-bbd6-f077a22d5a69"

[compat]
CEnum = "0.5"
julia = "1.9.1"

[extras]
Expand Down

2 comments on commit 7884d35

@youwuyou
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

logo_light_horizontal 1.0.0

We are excited to announce the release of Ginkgo.jl 1.0.0, a milestone in providing Julia users with access to the high-performance numerical linear algebra capabilities of the Ginkgo library.

  • Julia Wrapper for Ginkgo. Ginkgo.jl integrates the Julia programming environment with Ginkgo, a high-performance numerical linear algebra library, through a C API.
  • Structured and Comprehensive. The package includes a documentation using Documenter.jl, a minimal-working example of a simple solver, and various tests ensuring a complete and user-friendly experience​​.
  • Installation and Use. It can be easily installed using Pkg.jl and used in Julia scripts, making it accessible for users.
  • Testing Framework. A testing framework is provided to ensure reliability.
  • Feature Implementation. The release includes various implemented, partially implemented, and planned features across different computational paradigms like OpenMP, CUDA, HIP, and DPCPP/SYCL. Key components like Dense and Sparse Matrix CSR, Solvers, and IO are partially implemented, marking progress towards comprehensive functionality​​.

Getting Started

To learn how to use Ginkgo, and get ideas for your own projects, take a look at the following example:

  • simple-solver is an example that reads the matrices from files, computes the final residual, and selects a different executor based on the command-line parameter.

Ginkgo's sources can also serve as a good example, since built-in components are mostly implemented using publicly available utilities.

About

Ginkgo 1.0.0 is a result of a 3-month undergraduate research assistant internship from 09 - 11/2023 conducted by

You Wu, ETH Zürich

under the supervision of

Tobias Ribizel, Karlsruhe Institute of Technology
Valentin Chuvary, Massachusetts Institute of Technology
Hartwig Anzt, Karlsruhe Institute of Technology

at Innovative Computing Laboratory (ICL) in the University of Tennessee

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request updated: JuliaRegistries/General/96073

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 7884d353f0cf42140c7d821f1c3862109355948a
git push origin v1.0.0

Please sign in to comment.