Skip to content

Commit 016eb62

Browse files
author
Viviane Potocnik
committed
[sw] dot: Align dot product with new structure after rebase
1 parent 224c1ab commit 016eb62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: build-docker
77
on:
88
push:
9-
branches: [main]
9+
branches: [dnn-additions]
1010
workflow_dispatch:
1111
jobs:
1212
build-docker:

sw/blas/dot/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $(dir $(DATA_H)):
2121
mkdir -p $@
2222

2323
$(DATA_H): $(DATAGEN_PY) $(DATA_CFG) | $(dir $(DATA_H))
24-
$< -c $(DATA_CFG) --section="$(SECTION)" > $@
24+
$< -c $(DATA_CFG) --section="$(SECTION)" $@
2525

2626
.PHONY: clean-data clean
2727

sw/blas/gemm/scripts/datagen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Authors: Tim Fischer <fischeti@iis.ee.ethz.ch>
77
# Luca Bertaccini <lbertaccini@iis.ee.ethz.ch>
8-
# Viviane Potocnik <vivianep@iis.ee.ethz.ch>
8+
# Viviene Potocnik <vivianep@iis.ee.ethz.ch>
99
# Luca Colagrande <colluca@iis.ee.ethz.ch>
1010

1111
import numpy as np

0 commit comments

Comments
 (0)