Skip to content

Commit

Permalink
Merge pull request #45 from eschnett/eschnett/rocm
Browse files Browse the repository at this point in the history
Add MPIX_Query_rocm_support
  • Loading branch information
eschnett authored May 24, 2024
2 parents de3d086 + 9c571c8 commit 1c64b87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ authors:
given-names: Erik
orcid: https://orcid.org/0000-0002-4518-9017
title: MPItrampoline
version: v5.3.1
version: v5.4.0
doi: 10.5281/zenodo.6174408
date-released: 2023-06-16
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12...3.20)
project(
MPItrampoline VERSION 5.3.1
MPItrampoline VERSION 5.4.0
DESCRIPTION "MPI trampoline"
HOMEPAGE_URL "https://github.com/eschnett/MPItrampoline"
LANGUAGES NONE
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Erik Schnetter <schnetter@gmail.com>
Copyright 2021 - 2024 Erik Schnetter <schnetter@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 3 additions & 0 deletions mpiabi/mpi_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2807,6 +2807,9 @@
("int", "MPIX_Query_hip_support", [
], "manual"),

("int", "MPIX_Query_rocm_support", [
], "manual"),

("int", "MPIX_Query_ze_support", [
], "manual"),

Expand Down
2 changes: 1 addition & 1 deletion mpiabi/mpiabi.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// MPI ABI version (we use SemVer)

#define MPIABI_VERSION_MAJOR 2
#define MPIABI_VERSION_MINOR 9
#define MPIABI_VERSION_MINOR 10
#define MPIABI_VERSION_PATCH 0

// Compile-time constants
Expand Down

0 comments on commit 1c64b87

Please sign in to comment.