Skip to content

Commit

Permalink
sw: Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Aug 24, 2023
1 parent dee7327 commit 052deb0
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 221 deletions.
178 changes: 0 additions & 178 deletions sw/spatzBenchmarks/basic/main.c

This file was deleted.

4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/dp-faxpy/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich
// Author: Matheus Cavalcante, ETH Zürich

#include <benchmark.h>
#include <snrt.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/dp-fmatmul/kernel/dp-fmatmul.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include "dp-fmatmul.h"
#include <stddef.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/dp-fmatmul/kernel/dp-fmatmul.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#ifndef DPFMATMUL_H
#define DPFMATMUL_H
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/hp-fmatmul/kernel/hp-fmatmul.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include "hp-fmatmul.h"
#include <stddef.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/hp-fmatmul/kernel/hp-fmatmul.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// HPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the hpecific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#ifndef HPFMATMUL_H
#define HPFMATMUL_H
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/hp-fmatmul/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include <benchmark.h>
#include <snrt.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/sdotp-bp-fmatmul/kernel/sdotp-fmatmul.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include "sdotp-fmatmul.h"
#include <stddef.h>
Expand Down
5 changes: 3 additions & 2 deletions sw/spatzBenchmarks/sdotp-bp-fmatmul/kernel/sdotp-fmatmul.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -13,7 +13,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Author: Domenic Wüthrich, ETH Zurich
//
// Author: Matheus Cavalcante, ETH Zurich

#ifndef SDOTPFMATMUL_H
#define SDOTPFMATMUL_H
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/sdotp-bp-fmatmul/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include <benchmark.h>
#include <snrt.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/sdotp-hp-fmatmul/kernel/sdotp-fmatmul.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include "sdotp-fmatmul.h"
#include <stddef.h>
Expand Down
5 changes: 3 additions & 2 deletions sw/spatzBenchmarks/sdotp-hp-fmatmul/kernel/sdotp-fmatmul.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -13,7 +13,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Author: Domenic Wüthrich, ETH Zurich
//
// Author: Matheus Cavalcante, ETH Zurich

#ifndef SDOTPFMATMUL_H
#define SDOTPFMATMUL_H
Expand Down
6 changes: 3 additions & 3 deletions sw/spatzBenchmarks/sdotp-hp-fmatmul/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -13,8 +13,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
//
// Author: Matheus Cavalcante, ETH Zurich

#include <benchmark.h>
#include <snrt.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/sp-fmatmul/kernel/sp-fmatmul.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#include "sp-fmatmul.h"
#include <stddef.h>
Expand Down
4 changes: 2 additions & 2 deletions sw/spatzBenchmarks/sp-fmatmul/kernel/sp-fmatmul.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 ETH Zurich and University of Bologna.
// Copyright 2023 ETH Zurich and University of Bologna.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand All @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Author: Domenic Wüthrich, ETH Zurich
// Author: Matheus Cavalcante, ETH Zurich

#ifndef SPFMATMUL_H
#define SPFMATMUL_H
Expand Down
Loading

0 comments on commit 052deb0

Please sign in to comment.