Skip to content

Commit

Permalink
dot: Various changes
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jun 12, 2024
1 parent bee30fd commit 2683fed
Show file tree
Hide file tree
Showing 13 changed files with 8,339 additions and 141 deletions.
2 changes: 1 addition & 1 deletion sw/blas/blas.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

#include "axpy/src/axpy.h"
#include "gemm/src/gemm.h"
#include "dotp/src/dotp.h"
#include "dot/src/dot.h"
4 changes: 2 additions & 2 deletions sw/blas/dotp/Makefile → sw/blas/dot/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 ETH Zurich and University of Bologna.
# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

Expand All @@ -10,7 +10,7 @@ SRC_DIR := $(realpath $(MK_DIR)/src)
DATA_CFG ?= $(DATA_DIR)/params.json
SECTION ?=

APP ?= dotp
APP ?= dot
SRCS ?= $(realpath $(SRC_DIR)/main.c)
INCDIRS ?= $(dir $(DATA_H)) $(SRC_DIR)

Expand Down
Loading

0 comments on commit 2683fed

Please sign in to comment.