Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Anzt Hartwig <hartwig.anzt@kit.edu> Karlsruhe Institute of Technology, The Unive
Beams Natalie <nbeams@icl.utk.edu> University of Tennessee, Knoxville
Boman Erik <egboman@sandia.gov> Sandia National Laboratories
Castelli Fabian <fabian.castelli@kit.edu> Karlsruhe Institute of Technology
Chen Yenchen <yanjen224@gmail.com> National Taiwan University
Chen Yen-Chen <yanjen224@gmail.com> National Taiwan University
Cojean Terry <terry.cojean@kit.edu> Karlsruhe Institute of Technology
Conen Niklas <niklas.conen@student.kit.edu> Karlsruhe Institute of Technology
Drzaic Jelena <jelena.drzaic1@gmail.com> University of Zagreb
Expand All @@ -27,4 +27,4 @@ Olenik Gregor <go@hpsim.de> HPSim
Ribizel Tobias <mail@upsj.de> Karlsruhe Institute of Technology
Riemer Lukas <lksriemer@gmail.com> Karlsruhe Institute of Technology
Luka Stanisic <luka.stanisic@huawei.com> Huawei Technologies Duesseldorf GmbH
Tsai Yuhsiang <yhmtsai@gmail.com> National Taiwan University
Tsai Yu-Hsiang <yhmtsai@gmail.com> National Taiwan University
8 changes: 4 additions & 4 deletions core/test/mpi/base/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ TYPED_TEST(MpiBindings, CanPutValuesWithFence)

TYPED_TEST(MpiBindings, CanAccumulateValues)
{
// one-side accumlation only supports native type
// one-side accumulation only supports native type
SKIP_IF_HALF(TypeParam);
SKIP_IF_BFLOAT16(TypeParam);
using window = gko::experimental::mpi::window<TypeParam>;
Expand Down Expand Up @@ -444,7 +444,7 @@ TYPED_TEST(MpiBindings, CanAccumulateValues)

TYPED_TEST(MpiBindings, CanNonBlockingAccumulateValues)
{
// one-side accumlation only supports native type
// one-side accumulation only supports native type
SKIP_IF_HALF(TypeParam);
SKIP_IF_BFLOAT16(TypeParam);
using window = gko::experimental::mpi::window<TypeParam>;
Expand Down Expand Up @@ -624,7 +624,7 @@ TYPED_TEST(MpiBindings, CanGetValuesWithFence)

TYPED_TEST(MpiBindings, CanGetAccumulateValuesWithLockAll)
{
// one-side accumlation only supports native type
// one-side accumulation only supports native type
SKIP_IF_HALF(TypeParam);
SKIP_IF_BFLOAT16(TypeParam);
using window = gko::experimental::mpi::window<TypeParam>;
Expand Down Expand Up @@ -673,7 +673,7 @@ TYPED_TEST(MpiBindings, CanGetAccumulateValuesWithLockAll)

TYPED_TEST(MpiBindings, CanNonBlockingGetAccumulateValuesWithLockAll)
{
// one-side accumlation only supports native type
// one-side accumulation only supports native type
SKIP_IF_HALF(TypeParam);
SKIP_IF_BFLOAT16(TypeParam);
using window = gko::experimental::mpi::window<TypeParam>;
Expand Down
28 changes: 13 additions & 15 deletions doc/joss/codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,52 @@
{
"@id": "",
"@type": "Person",
"email": "terry.cojean@kit.edu",
"name": "Terry Cojean",
"affiliation": "Karlsruhe Institute of Technology"
},
{
"@id": "",
"@type": "Person",
"email": "pratik.nayak@kit.edu",
"email": "pratik.nayak@tum.de",
"name": "Pratik Nayak",
"affiliation": "Karlsruhe Insitute of Technology"
"affiliation": "Technical University of Munich"
},
{
"@id": "",
"@type": "Person",
"email": "thomas.gruetzmacher@kit.edu",
"name": "Thomas Grützmacher",
"affiliation": "Karlsruhe Institute of Technology"
"affiliation": "Technical University of Munich"
},
{
"@id": "",
"@type": "Person",
"email": "ribizel@kit.edu",
"email": "tobias.ribizel@tum.de",
"name": "Tobias Ribizel",
"affiliation": "Karlsruhe Insitute of Technology"
"affiliation": "Technical University of Munich"
},
{
"@id": "",
"@type": "Person",
"email": "yu-hsiang.tsai@kit.edu",
"name": "Yuhsiang M. Tsai",
"affiliation": "Karlsruhe Insitute of Technology"
"email": "yu-hsiang.tsai@tum.de",
"name": "Yu-Hsiang M. Tsai",
"affiliation": "Technical University of Munich"
},
{
"@id": "",
"@type": "Person",
"email": "hartwig.anzt@kit.edu",
"email": "hartwig.anzt@tum.de",
"name": "Hartwig Anzt",
"affiliation": "Karlsruhe Insitute of Technology"
"affiliation": "Technical University of Munich"
}
],
"identifier": "",
"codeRepository": "https://github.com/ginkgo-project/ginkgo",
"datePublished": "2020-03-06",
"dateModified": "2020-03-06",
"dateModified": "2025-10-20",
"dateCreated": "2020-03-06",
"description": "A high performance numerical linear algebra library.",
"keywords": "hpc,linear-algebra,cuda,hip,modern-c++,spmv",
"keywords": "hpc,linear-algebra,cuda,hip,sycl,modern-c++,spmv",
"license": "BSD 3-Clause",
"title": "Ginkgo",
"version": "v1.1.1"
"version": "v1.10.0"
}
4 changes: 2 additions & 2 deletions examples/performance-debugging/performance-debugging.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors
// SPDX-FileCopyrightText: 2017 - 2025 The Ginkgo authors
//
// SPDX-License-Identifier: BSD-3-Clause

Expand Down Expand Up @@ -459,7 +459,7 @@ int main(int argc, char* argv[])
// Create an OperationLogger to analyze the apply step
auto apply_logger = std::make_shared<loggers::OperationLogger>();
exec->add_logger(apply_logger);
// Create a ResidualLogger to log the recurent residual
// Create a ResidualLogger to log the recurrent residual
auto res_logger = std::make_shared<loggers::ResidualLogger<ValueType>>(
A.get(), b.get());
generated_solver->add_logger(res_logger);
Expand Down
2 changes: 1 addition & 1 deletion include/ginkgo/core/matrix/hybrid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ class Hybrid
*
* @param exec Executor associated to the matrix
* @param size size of the matrix
* @param num_stored_elements_per_row the number of stroed elements per
* @param num_stored_elements_per_row the number of stored elements per
* row
* @param strategy strategy of deciding the Hybrid config
*
Expand Down
4 changes: 2 additions & 2 deletions test/matrix/hybrid_kernels.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2017 - 2024 The Ginkgo authors
// SPDX-FileCopyrightText: 2017 - 2025 The Ginkgo authors
//
// SPDX-License-Identifier: BSD-3-Clause

Expand Down Expand Up @@ -77,7 +77,7 @@ class Hybrid : public CommonTestFixture {
};


TEST_F(Hybrid, SubMatrixExecutorAfterCopyIsEquivalentToExcutor)
TEST_F(Hybrid, SubMatrixExecutorAfterCopyIsEquivalentToExecutor)
{
set_up_apply_data();

Expand Down